candidhealth 0.39.4 → 0.39.6
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 +38 -34
- package/Client.js +17 -7
- package/README.md +25 -9
- package/api/resources/auth/client/Client.d.ts +5 -1
- package/api/resources/auth/resources/index.js +17 -7
- package/api/resources/auth/resources/v2/client/Client.d.ts +4 -0
- package/api/resources/auth/resources/v2/client/Client.js +21 -19
- package/api/resources/auth/resources/v2/client/getToken.d.ts +1 -1
- package/api/resources/auth/resources/v2/client/getToken.js +17 -7
- package/api/resources/auth/resources/v2/client/index.js +17 -7
- package/api/resources/billingNotes/client/Client.d.ts +5 -1
- package/api/resources/billingNotes/resources/index.js +17 -7
- package/api/resources/billingNotes/resources/v2/client/Client.d.ts +4 -0
- package/api/resources/billingNotes/resources/v2/client/Client.js +28 -42
- package/api/resources/billingNotes/resources/v2/client/create.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/client/create.js +17 -7
- package/api/resources/billingNotes/resources/v2/client/delete.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/client/delete.js +17 -7
- package/api/resources/billingNotes/resources/v2/client/index.js +17 -7
- package/api/resources/billingNotes/resources/v2/client/update.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/client/update.js +17 -7
- package/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -2
- package/api/resources/chargeCapture/client/Client.d.ts +5 -1
- package/api/resources/chargeCapture/resources/index.js +17 -7
- package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +7 -3
- package/api/resources/chargeCapture/resources/v1/client/Client.js +45 -73
- package/api/resources/chargeCapture/resources/v1/client/create.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/create.js +17 -7
- package/api/resources/chargeCapture/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/delete.js +17 -7
- package/api/resources/chargeCapture/resources/v1/client/get.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/get.js +17 -7
- package/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/getAll.js +17 -7
- package/api/resources/chargeCapture/resources/v1/client/index.js +17 -7
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/update.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/update.js +17 -7
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/client/Client.d.ts +5 -1
- package/api/resources/chargeCaptureBundles/resources/index.js +17 -7
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +6 -2
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +37 -49
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.js +17 -7
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +17 -7
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +17 -7
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +2 -2
- package/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +17 -7
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +1 -1
- package/api/resources/claimSubmission/resources/index.js +17 -7
- package/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +1 -1
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +4 -4
- package/api/resources/claims/types/Claim.d.ts +4 -4
- package/api/resources/claims/types/ClaimStatus.d.ts +1 -1
- package/api/resources/commons/types/AppointmentId.d.ts +1 -1
- package/api/resources/commons/types/AppointmentId.js +1 -2
- package/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +1 -1
- package/api/resources/commons/types/ChargeCaptureBundleId.d.ts +1 -1
- package/api/resources/commons/types/ChargeCaptureBundleId.js +1 -2
- package/api/resources/commons/types/ChargeCaptureId.d.ts +1 -1
- package/api/resources/commons/types/ChargeCaptureId.js +1 -2
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -1
- package/api/resources/commons/types/ClaimId.d.ts +1 -1
- package/api/resources/commons/types/ClaimId.js +1 -2
- package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +1 -1
- package/api/resources/commons/types/Date_.d.ts +1 -1
- package/api/resources/commons/types/Date_.js +1 -2
- package/api/resources/commons/types/Decimal.d.ts +1 -1
- package/api/resources/commons/types/Decimal.js +1 -2
- package/api/resources/commons/types/DelayReasonCode.d.ts +1 -1
- package/api/resources/commons/types/Email.d.ts +1 -1
- package/api/resources/commons/types/Email.js +1 -2
- package/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -1
- package/api/resources/commons/types/EncounterExternalId.d.ts +1 -1
- package/api/resources/commons/types/EncounterExternalId.js +1 -2
- package/api/resources/commons/types/EncounterId.d.ts +1 -1
- package/api/resources/commons/types/EncounterId.js +1 -2
- package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +1 -1
- package/api/resources/commons/types/ErrorMessage.d.ts +1 -1
- package/api/resources/commons/types/ErrorMessage.js +1 -2
- package/api/resources/commons/types/FacilityTypeCode.d.ts +1 -1
- package/api/resources/commons/types/InsuranceTypeCode.d.ts +1 -1
- package/api/resources/commons/types/IntendedSubmissionMedium.d.ts +1 -1
- package/api/resources/commons/types/InvoiceId.d.ts +1 -1
- package/api/resources/commons/types/InvoiceId.js +1 -2
- package/api/resources/commons/types/LinkUrl.d.ts +1 -1
- package/api/resources/commons/types/LinkUrl.js +1 -2
- package/api/resources/commons/types/NetworkType.d.ts +1 -1
- package/api/resources/commons/types/Npi.d.ts +1 -1
- package/api/resources/commons/types/Npi.js +1 -2
- package/api/resources/commons/types/OrganizationId.d.ts +1 -1
- package/api/resources/commons/types/OrganizationId.js +1 -2
- package/api/resources/commons/types/PageToken.d.ts +1 -1
- package/api/resources/commons/types/PageToken.js +1 -2
- package/api/resources/commons/types/PatientExternalId.d.ts +1 -1
- package/api/resources/commons/types/PatientExternalId.js +1 -2
- package/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +1 -1
- package/api/resources/commons/types/PayerPlanGroupId.d.ts +8 -0
- package/api/resources/commons/types/PayerPlanGroupId.js +9 -0
- package/api/resources/commons/types/PhoneNumberType.d.ts +1 -1
- package/api/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -1
- package/api/resources/commons/types/PreEncounterAppointmentId.js +1 -2
- package/api/resources/commons/types/PreEncounterPatientId.d.ts +1 -1
- package/api/resources/commons/types/PreEncounterPatientId.js +1 -2
- package/api/resources/commons/types/Primitive.d.ts +1 -1
- package/api/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -1
- package/api/resources/commons/types/ProviderCredentialingSpanId.js +1 -2
- package/api/resources/commons/types/ProviderId.d.ts +1 -1
- package/api/resources/commons/types/ProviderId.js +1 -2
- package/api/resources/commons/types/QualifierCode.d.ts +1 -1
- package/api/resources/commons/types/RateId.d.ts +1 -1
- package/api/resources/commons/types/RateId.js +1 -2
- package/api/resources/commons/types/Regions.d.ts +1 -1
- package/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +1 -1
- package/api/resources/commons/types/SchemaId.d.ts +1 -1
- package/api/resources/commons/types/SchemaId.js +1 -2
- package/api/resources/commons/types/ServiceLineId.d.ts +1 -1
- package/api/resources/commons/types/ServiceLineId.js +1 -2
- package/api/resources/commons/types/ServiceLineUnits.d.ts +1 -1
- package/api/resources/commons/types/SortDirection.d.ts +1 -1
- package/api/resources/commons/types/SourceOfPaymentCode.d.ts +1 -1
- package/api/resources/commons/types/State.d.ts +1 -1
- package/api/resources/commons/types/TaskAssignmentId.d.ts +1 -1
- package/api/resources/commons/types/TaskAssignmentId.js +1 -2
- package/api/resources/commons/types/TaskId.d.ts +1 -1
- package/api/resources/commons/types/TaskId.js +1 -2
- package/api/resources/commons/types/TaskNoteId.d.ts +1 -1
- package/api/resources/commons/types/TaskNoteId.js +1 -2
- package/api/resources/commons/types/TaxId.d.ts +1 -1
- package/api/resources/commons/types/TaxId.js +1 -2
- package/api/resources/commons/types/UserId.d.ts +1 -1
- package/api/resources/commons/types/UserId.js +1 -2
- package/api/resources/commons/types/WorkQueueId.d.ts +1 -1
- package/api/resources/commons/types/WorkQueueId.js +1 -2
- package/api/resources/commons/types/index.d.ts +1 -0
- package/api/resources/commons/types/index.js +1 -0
- package/api/resources/contracts/client/Client.d.ts +5 -1
- package/api/resources/contracts/resources/index.js +17 -7
- package/api/resources/contracts/resources/v2/client/Client.d.ts +9 -5
- package/api/resources/contracts/resources/v2/client/Client.js +50 -78
- package/api/resources/contracts/resources/v2/client/create.d.ts +1 -1
- package/api/resources/contracts/resources/v2/client/create.js +17 -7
- package/api/resources/contracts/resources/v2/client/delete.d.ts +1 -1
- package/api/resources/contracts/resources/v2/client/delete.js +17 -7
- package/api/resources/contracts/resources/v2/client/get.d.ts +1 -1
- package/api/resources/contracts/resources/v2/client/get.js +17 -7
- package/api/resources/contracts/resources/v2/client/getMulti.d.ts +1 -1
- package/api/resources/contracts/resources/v2/client/getMulti.js +17 -7
- package/api/resources/contracts/resources/v2/client/index.js +17 -7
- package/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -1
- package/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +2 -2
- package/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +2 -2
- package/api/resources/contracts/resources/v2/client/update.d.ts +1 -1
- package/api/resources/contracts/resources/v2/client/update.js +17 -7
- package/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/ContractId.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/ContractId.js +1 -2
- package/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -2
- package/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -2
- package/api/resources/credentialing/client/Client.d.ts +5 -1
- package/api/resources/credentialing/resources/index.js +17 -7
- package/api/resources/credentialing/resources/v2/client/Client.d.ts +6 -2
- package/api/resources/credentialing/resources/v2/client/Client.js +43 -73
- package/api/resources/credentialing/resources/v2/client/create.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/create.js +17 -7
- package/api/resources/credentialing/resources/v2/client/delete.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/delete.js +17 -7
- package/api/resources/credentialing/resources/v2/client/get.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/get.js +17 -7
- package/api/resources/credentialing/resources/v2/client/getAll.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/getAll.js +17 -7
- package/api/resources/credentialing/resources/v2/client/index.js +17 -7
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/update.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/update.js +17 -7
- package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -2
- package/api/resources/customSchemas/client/Client.d.ts +5 -1
- package/api/resources/customSchemas/resources/index.js +17 -7
- package/api/resources/customSchemas/resources/v1/client/Client.d.ts +9 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +40 -62
- package/api/resources/customSchemas/resources/v1/client/create.d.ts +1 -1
- package/api/resources/customSchemas/resources/v1/client/create.js +17 -7
- package/api/resources/customSchemas/resources/v1/client/get.d.ts +1 -1
- package/api/resources/customSchemas/resources/v1/client/get.js +17 -7
- package/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
- package/api/resources/customSchemas/resources/v1/client/index.js +17 -7
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +4 -4
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +1 -1
- package/api/resources/customSchemas/resources/v1/client/update.d.ts +1 -1
- package/api/resources/customSchemas/resources/v1/client/update.js +17 -7
- package/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +1 -1
- package/api/resources/diagnoses/client/Client.d.ts +6 -2
- package/api/resources/diagnoses/client/Client.js +32 -46
- package/api/resources/diagnoses/client/create.d.ts +1 -1
- package/api/resources/diagnoses/client/create.js +17 -7
- package/api/resources/diagnoses/client/delete.d.ts +1 -1
- package/api/resources/diagnoses/client/delete.js +17 -7
- package/api/resources/diagnoses/client/index.js +17 -7
- package/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +1 -1
- package/api/resources/diagnoses/client/update.d.ts +1 -1
- package/api/resources/diagnoses/client/update.js +17 -7
- package/api/resources/diagnoses/types/Diagnosis.d.ts +2 -2
- package/api/resources/diagnoses/types/DiagnosisId.d.ts +1 -1
- package/api/resources/diagnoses/types/DiagnosisId.js +1 -2
- package/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +1 -1
- package/api/resources/eligibility/client/Client.d.ts +5 -1
- package/api/resources/eligibility/resources/index.js +17 -7
- package/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
- package/api/resources/eligibility/resources/v2/client/Client.js +29 -43
- package/api/resources/eligibility/resources/v2/client/index.js +17 -7
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -1
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -1
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -1
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
- package/api/resources/encounterProviders/client/Client.d.ts +5 -1
- package/api/resources/encounterProviders/resources/index.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +14 -10
- package/api/resources/encounterProviders/resources/v2/client/Client.js +75 -161
- package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/index.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -2
- package/api/resources/encounters/client/Client.d.ts +5 -1
- package/api/resources/encounters/resources/index.js +17 -7
- package/api/resources/encounters/resources/v4/client/Client.d.ts +88 -305
- package/api/resources/encounters/resources/v4/client/Client.js +141 -441
- package/api/resources/encounters/resources/v4/client/create.d.ts +13 -1
- package/api/resources/encounters/resources/v4/client/create.js +39 -7
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +13 -1
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +39 -7
- package/api/resources/encounters/resources/v4/client/get.d.ts +1 -1
- package/api/resources/encounters/resources/v4/client/get.js +17 -7
- package/api/resources/encounters/resources/v4/client/getAll.d.ts +1 -1
- package/api/resources/encounters/resources/v4/client/getAll.js +17 -7
- package/api/resources/encounters/resources/v4/client/index.d.ts +0 -1
- package/api/resources/encounters/resources/v4/client/index.js +18 -9
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +52 -50
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -1
- package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +3 -3
- package/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/update.js +28 -7
- package/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +10 -10
- package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +10 -10
- package/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -2
- package/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -2
- package/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +5 -0
- package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -2
- package/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/RxCui.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/RxCui.js +1 -2
- package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/api/resources/era/types/EraId.d.ts +1 -1
- package/api/resources/era/types/EraId.js +1 -2
- package/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/client/Client.d.ts +6 -2
- package/api/resources/expectedNetworkStatus/resources/index.js +17 -7
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +6 -2
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +22 -20
- package/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +17 -7
- package/api/resources/expectedNetworkStatus/resources/v1/client/index.js +17 -7
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +2 -2
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +14 -10
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +35 -41
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
- package/api/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -2
- package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +1 -1
- package/api/resources/exports/client/Client.d.ts +5 -1
- package/api/resources/exports/resources/index.js +17 -7
- package/api/resources/exports/resources/v3/client/Client.d.ts +4 -0
- package/api/resources/exports/resources/v3/client/Client.js +21 -19
- package/api/resources/exports/resources/v3/client/getExports.d.ts +1 -2
- package/api/resources/exports/resources/v3/client/getExports.js +17 -7
- package/api/resources/exports/resources/v3/client/index.js +17 -7
- package/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -2
- package/api/resources/externalPaymentAccountConfig/client/Client.d.ts +5 -1
- package/api/resources/externalPaymentAccountConfig/resources/index.js +17 -7
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +4 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +22 -20
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +17 -7
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/index.js +17 -7
- package/api/resources/feeSchedules/client/Client.d.ts +5 -1
- package/api/resources/feeSchedules/resources/index.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +20 -16
- package/api/resources/feeSchedules/resources/v3/client/Client.js +111 -163
- package/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/getMulti.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/index.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +5 -5
- package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +5 -5
- package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +6 -6
- package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
- package/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +1 -1
- package/api/resources/financials/types/AccountType.d.ts +1 -1
- package/api/resources/financials/types/AllocationTarget.d.ts +1 -1
- package/api/resources/financials/types/AllocationTargetCreate.d.ts +1 -1
- package/api/resources/financials/types/InvoiceUpdate.d.ts +1 -1
- package/api/resources/financials/types/NoteUpdate.d.ts +1 -1
- package/api/resources/financials/types/PatientTransactionSource.d.ts +1 -1
- package/api/resources/financials/types/RefundReason.d.ts +1 -1
- package/api/resources/financials/types/RefundReasonUpdate.d.ts +1 -1
- package/api/resources/guarantor/client/Client.d.ts +5 -1
- package/api/resources/guarantor/resources/index.js +17 -7
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +8 -4
- package/api/resources/guarantor/resources/v1/client/Client.js +31 -45
- package/api/resources/guarantor/resources/v1/client/create.d.ts +1 -1
- package/api/resources/guarantor/resources/v1/client/create.js +17 -7
- package/api/resources/guarantor/resources/v1/client/get.d.ts +1 -1
- package/api/resources/guarantor/resources/v1/client/get.js +17 -7
- package/api/resources/guarantor/resources/v1/client/index.js +17 -7
- package/api/resources/guarantor/resources/v1/client/update.d.ts +1 -1
- package/api/resources/guarantor/resources/v1/client/update.js +17 -7
- package/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -1
- package/api/resources/guarantor/resources/v1/types/GuarantorId.js +1 -2
- package/api/resources/identifiers/types/IdentifierCode.d.ts +1 -1
- package/api/resources/identifiers/types/IdentifierId.d.ts +1 -1
- package/api/resources/identifiers/types/IdentifierId.js +1 -2
- package/api/resources/identifiers/types/IdentifierValue.d.ts +1 -1
- package/api/resources/identifiers/types/UpdatableIdentifier.d.ts +1 -1
- package/api/resources/importInvoice/client/Client.d.ts +5 -1
- package/api/resources/importInvoice/resources/index.js +17 -7
- package/api/resources/importInvoice/resources/v1/client/Client.d.ts +10 -6
- package/api/resources/importInvoice/resources/v1/client/Client.js +50 -66
- package/api/resources/importInvoice/resources/v1/client/get.d.ts +1 -1
- package/api/resources/importInvoice/resources/v1/client/get.js +17 -7
- package/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/importInvoice/resources/v1/client/getMulti.js +17 -7
- package/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +1 -1
- package/api/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
- package/api/resources/importInvoice/resources/v1/client/index.js +17 -7
- package/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +3 -3
- package/api/resources/importInvoice/resources/v1/client/update.d.ts +1 -1
- package/api/resources/importInvoice/resources/v1/client/update.js +17 -7
- package/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +1 -1
- package/api/resources/index.js +17 -7
- package/api/resources/individual/types/Gender.d.ts +1 -1
- package/api/resources/individual/types/IndividualId.d.ts +1 -1
- package/api/resources/individual/types/IndividualId.js +1 -2
- package/api/resources/insuranceAdjudications/client/Client.d.ts +5 -1
- package/api/resources/insuranceAdjudications/resources/index.js +17 -7
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +5 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +28 -42
- package/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
- package/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/delete.js +17 -7
- package/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/get.js +17 -7
- package/api/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -2
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -2
- package/api/resources/insuranceCards/resources/index.js +17 -7
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -1
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -2
- package/api/resources/insurancePayments/client/Client.d.ts +5 -1
- package/api/resources/insurancePayments/resources/index.js +17 -7
- package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +8 -4
- package/api/resources/insurancePayments/resources/v1/client/Client.js +52 -78
- package/api/resources/insurancePayments/resources/v1/client/create.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/client/create.js +17 -7
- package/api/resources/insurancePayments/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/client/delete.js +17 -7
- package/api/resources/insurancePayments/resources/v1/client/get.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/client/get.js +17 -7
- package/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
- package/api/resources/insurancePayments/resources/v1/client/index.js +17 -7
- package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +2 -2
- package/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/client/update.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/client/update.js +17 -7
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -2
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +1 -1
- package/api/resources/insuranceRefunds/client/Client.d.ts +5 -1
- package/api/resources/insuranceRefunds/resources/index.js +17 -7
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +10 -6
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +54 -80
- package/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
- package/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
- package/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
- package/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
- package/api/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
- package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +2 -2
- package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +2 -2
- package/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -2
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +1 -1
- package/api/resources/invoices/resources/index.js +17 -7
- package/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +1 -1
- package/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +1 -1
- package/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +1 -1
- package/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +1 -1
- package/api/resources/invoices/types/InvoiceStatus.d.ts +1 -1
- package/api/resources/medicationDispense/client/Client.d.ts +5 -1
- package/api/resources/medicationDispense/resources/index.js +17 -7
- package/api/resources/medicationDispense/resources/v1/client/Client.d.ts +8 -4
- package/api/resources/medicationDispense/resources/v1/client/Client.js +25 -23
- package/api/resources/medicationDispense/resources/v1/client/create.d.ts +1 -1
- package/api/resources/medicationDispense/resources/v1/client/create.js +17 -7
- package/api/resources/medicationDispense/resources/v1/client/index.js +17 -7
- package/api/resources/nonInsurancePayerPayments/client/Client.d.ts +5 -1
- package/api/resources/nonInsurancePayerPayments/resources/index.js +17 -7
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +8 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +53 -78
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +2 -2
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -2
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +5 -1
- package/api/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +10 -6
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +52 -80
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +2 -2
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +2 -2
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -2
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +1 -1
- package/api/resources/nonInsurancePayers/client/Client.d.ts +5 -1
- package/api/resources/nonInsurancePayers/resources/index.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +7 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +52 -86
- package/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +2 -2
- package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -2
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +1 -1
- package/api/resources/organizationProviders/client/Client.d.ts +5 -1
- package/api/resources/organizationProviders/resources/index.js +17 -7
- package/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +24 -1
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +23 -0
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -2
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +15 -11
- package/api/resources/organizationProviders/resources/v3/client/Client.js +46 -68
- package/api/resources/organizationProviders/resources/v3/client/create.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/client/create.js +17 -7
- package/api/resources/organizationProviders/resources/v3/client/get.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/client/get.js +17 -7
- package/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/client/getMulti.js +17 -7
- package/api/resources/organizationProviders/resources/v3/client/index.js +17 -7
- package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/client/update.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/client/update.js +17 -7
- package/api/resources/organizationServiceFacilities/client/Client.d.ts +5 -1
- package/api/resources/organizationServiceFacilities/resources/index.js +17 -7
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +16 -12
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +50 -80
- package/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
- package/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
- package/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
- package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +17 -7
- package/api/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
- package/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -2
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +1 -1
- package/api/resources/patientPayments/client/Client.d.ts +5 -1
- package/api/resources/patientPayments/resources/index.js +17 -7
- package/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -1
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -1
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -2
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +1 -1
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/Client.d.ts +9 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +57 -81
- package/api/resources/patientPayments/resources/v4/client/create.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/create.js +17 -7
- package/api/resources/patientPayments/resources/v4/client/delete.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/delete.js +17 -7
- package/api/resources/patientPayments/resources/v4/client/get.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/get.js +17 -7
- package/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
- package/api/resources/patientPayments/resources/v4/client/index.js +17 -7
- package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +3 -3
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/update.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/update.js +17 -7
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -2
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +1 -1
- package/api/resources/patientRefunds/client/Client.d.ts +5 -1
- package/api/resources/patientRefunds/resources/index.js +17 -7
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +11 -7
- package/api/resources/patientRefunds/resources/v1/client/Client.js +59 -83
- package/api/resources/patientRefunds/resources/v1/client/create.d.ts +1 -1
- package/api/resources/patientRefunds/resources/v1/client/create.js +17 -7
- package/api/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/patientRefunds/resources/v1/client/delete.js +17 -7
- package/api/resources/patientRefunds/resources/v1/client/get.d.ts +1 -1
- package/api/resources/patientRefunds/resources/v1/client/get.js +17 -7
- package/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
- package/api/resources/patientRefunds/resources/v1/client/index.js +17 -7
- package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +3 -3
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +2 -2
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +2 -2
- package/api/resources/patientRefunds/resources/v1/client/update.d.ts +1 -1
- package/api/resources/patientRefunds/resources/v1/client/update.js +17 -7
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -1
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -2
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +1 -1
- package/api/resources/payers/client/Client.d.ts +5 -1
- package/api/resources/payers/resources/index.js +17 -7
- package/api/resources/payers/resources/v3/client/Client.d.ts +4 -0
- package/api/resources/payers/resources/v3/client/Client.js +25 -31
- package/api/resources/payers/resources/v3/client/get.d.ts +1 -1
- package/api/resources/payers/resources/v3/client/get.js +17 -7
- package/api/resources/payers/resources/v3/client/getAll.d.ts +1 -1
- package/api/resources/payers/resources/v3/client/getAll.js +17 -7
- package/api/resources/payers/resources/v3/client/index.js +17 -7
- package/api/resources/payers/resources/v3/types/PayerId.d.ts +1 -1
- package/api/resources/payers/resources/v3/types/PayerId.js +1 -2
- package/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +1 -1
- package/api/resources/payers/resources/v3/types/PayerName.d.ts +1 -1
- package/api/resources/payers/resources/v3/types/PayerName.js +1 -2
- package/api/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -1
- package/api/resources/payers/resources/v3/types/PayerUuid.js +1 -2
- package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -1
- package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -2
- package/api/resources/preEncounter/client/Client.d.ts +10 -6
- package/api/resources/preEncounter/resources/appointments/client/Client.d.ts +5 -1
- package/api/resources/preEncounter/resources/appointments/resources/index.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +23 -19
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +59 -97
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/AppointmentId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/CoverageId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/Gender.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/NameUse.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/NoteId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/OrganizationId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/PageToken.js +1 -2
- package/api/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/PatientId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/PayerId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/Race.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/Relationship.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/Sex.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/TagId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/TagId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/UserId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/UserId.js +1 -2
- package/api/resources/preEncounter/resources/coverages/client/Client.d.ts +5 -1
- package/api/resources/preEncounter/resources/coverages/resources/index.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +30 -26
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +71 -125
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +1 -1
- package/api/resources/preEncounter/resources/index.js +17 -7
- package/api/resources/preEncounter/resources/lists/client/Client.d.ts +5 -1
- package/api/resources/preEncounter/resources/lists/resources/index.js +17 -7
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +6 -2
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +37 -39
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +17 -7
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
- package/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +1 -2
- package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -2
- package/api/resources/preEncounter/resources/notes/client/Client.d.ts +5 -1
- package/api/resources/preEncounter/resources/notes/resources/index.js +17 -7
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +4 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +29 -51
- package/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +17 -7
- package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +17 -7
- package/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +17 -7
- package/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +17 -7
- package/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +17 -7
- package/api/resources/preEncounter/resources/patients/client/Client.d.ts +5 -1
- package/api/resources/preEncounter/resources/patients/resources/index.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +93 -89
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +146 -206
- package/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +29 -29
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +29 -29
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -2
- package/api/resources/preEncounter/resources/tags/client/Client.d.ts +5 -1
- package/api/resources/preEncounter/resources/tags/resources/index.js +17 -7
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +4 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +34 -64
- package/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +17 -7
- package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +17 -7
- package/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +17 -7
- package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +17 -7
- package/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +17 -7
- package/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +17 -7
- package/api/resources/remitDrafts/resources/index.js +17 -7
- package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -1
- package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -2
- package/api/resources/remits/resources/index.js +17 -7
- package/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +1 -1
- package/api/resources/serviceFacility/client/Client.d.ts +5 -1
- package/api/resources/serviceFacility/client/Client.js +21 -19
- package/api/resources/serviceFacility/client/index.js +17 -7
- package/api/resources/serviceFacility/client/update.d.ts +1 -1
- package/api/resources/serviceFacility/client/update.js +17 -7
- package/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -1
- package/api/resources/serviceFacility/types/ServiceFacilityId.js +1 -2
- package/api/resources/serviceLines/client/Client.d.ts +5 -1
- package/api/resources/serviceLines/resources/index.js +17 -7
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +19 -15
- package/api/resources/serviceLines/resources/v2/client/Client.js +44 -58
- package/api/resources/serviceLines/resources/v2/client/create.d.ts +1 -1
- package/api/resources/serviceLines/resources/v2/client/create.js +17 -7
- package/api/resources/serviceLines/resources/v2/client/delete.d.ts +1 -1
- package/api/resources/serviceLines/resources/v2/client/delete.js +17 -7
- package/api/resources/serviceLines/resources/v2/client/index.js +17 -7
- package/api/resources/serviceLines/resources/v2/client/update.d.ts +1 -1
- package/api/resources/serviceLines/resources/v2/client/update.js +17 -7
- package/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -1
- package/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +1 -1
- package/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +1 -1
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +4 -4
- package/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
- package/api/resources/tags/types/TagColorEnum.d.ts +1 -1
- package/api/resources/tags/types/TagId.d.ts +1 -1
- package/api/resources/tags/types/TagId.js +1 -2
- package/api/resources/tasks/client/Client.d.ts +5 -1
- package/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -1
- package/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +1 -1
- package/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -1
- package/api/resources/tasks/resources/index.js +17 -7
- package/api/resources/tasks/resources/v3/client/Client.d.ts +11 -7
- package/api/resources/tasks/resources/v3/client/Client.js +53 -77
- package/api/resources/tasks/resources/v3/client/create.d.ts +1 -1
- package/api/resources/tasks/resources/v3/client/create.js +17 -7
- package/api/resources/tasks/resources/v3/client/get.d.ts +1 -1
- package/api/resources/tasks/resources/v3/client/get.js +17 -7
- package/api/resources/tasks/resources/v3/client/getActions.d.ts +1 -1
- package/api/resources/tasks/resources/v3/client/getActions.js +17 -7
- package/api/resources/tasks/resources/v3/client/getMulti.d.ts +1 -1
- package/api/resources/tasks/resources/v3/client/getMulti.js +17 -7
- package/api/resources/tasks/resources/v3/client/index.js +17 -7
- package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +4 -4
- package/api/resources/tasks/resources/v3/client/update.d.ts +1 -1
- package/api/resources/tasks/resources/v3/client/update.js +17 -7
- package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +1 -1
- package/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +1 -1
- package/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +1 -1
- package/api/resources/writeOffs/client/Client.d.ts +5 -1
- package/api/resources/writeOffs/resources/index.js +17 -7
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +9 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +47 -63
- package/api/resources/writeOffs/resources/v1/client/create.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/client/create.js +17 -7
- package/api/resources/writeOffs/resources/v1/client/get.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/client/get.js +17 -7
- package/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/client/getMulti.js +17 -7
- package/api/resources/writeOffs/resources/v1/client/index.js +17 -7
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -2
- package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +3 -3
- package/api/resources/writeOffs/resources/v1/client/revert.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/client/revert.js +17 -7
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -2
- package/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +1 -1
- package/api/resources/x12/resources/index.js +17 -7
- package/api/resources/x12/resources/v1/types/Carc.d.ts +1 -1
- package/api/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/core/auth/BearerToken.d.ts +1 -1
- package/core/auth/OAuthTokenProvider.js +17 -7
- package/core/fetcher/APIResponse.d.ts +1 -1
- package/core/fetcher/Fetcher.d.ts +3 -3
- package/core/fetcher/Fetcher.js +6 -31
- package/core/fetcher/Supplier.d.ts +1 -1
- package/core/fetcher/createRequestUrl.d.ts +1 -1
- package/core/fetcher/createRequestUrl.js +1 -2
- package/core/fetcher/getFetchFn.js +18 -9
- package/core/fetcher/getHeader.js +1 -2
- package/core/fetcher/getRequestBody.js +5 -5
- package/core/fetcher/getResponseBody.js +9 -3
- package/core/fetcher/makeRequest.d.ts +1 -1
- package/core/fetcher/requestWithRetries.js +17 -9
- package/core/fetcher/signals.d.ts +0 -1
- package/core/fetcher/signals.js +2 -3
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +126 -0
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +59 -0
- package/core/index.js +17 -7
- package/core/json.d.ts +15 -0
- package/core/json.js +24 -0
- package/core/runtime/runtime.d.ts +1 -1
- package/core/runtime/runtime.js +51 -41
- package/core/schemas/Schema.d.ts +8 -5
- package/core/schemas/Schema.js +3 -0
- package/core/schemas/builders/bigint/bigint.d.ts +2 -0
- package/core/schemas/builders/bigint/bigint.js +53 -0
- package/core/schemas/builders/bigint/index.d.ts +1 -0
- package/core/schemas/builders/bigint/index.js +5 -0
- package/core/schemas/builders/date/date.js +1 -2
- package/core/schemas/builders/enum/enum.js +1 -2
- package/core/schemas/builders/index.d.ts +1 -0
- package/core/schemas/builders/index.js +1 -0
- package/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/core/schemas/builders/lazy/lazy.js +3 -4
- package/core/schemas/builders/lazy/lazyObject.js +1 -2
- package/core/schemas/builders/list/list.js +1 -2
- package/core/schemas/builders/literals/booleanLiteral.js +1 -2
- package/core/schemas/builders/literals/stringLiteral.js +1 -2
- package/core/schemas/builders/object/object.d.ts +1 -1
- package/core/schemas/builders/object/object.js +31 -3
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +3 -3
- package/core/schemas/builders/object/objectWithoutOptionalProperties.js +1 -2
- package/core/schemas/builders/object/property.js +2 -3
- package/core/schemas/builders/object/types.d.ts +16 -11
- package/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -3
- package/core/schemas/builders/object-like/types.d.ts +1 -1
- package/core/schemas/builders/record/record.js +2 -4
- package/core/schemas/builders/record/types.d.ts +2 -2
- package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +4 -0
- package/core/schemas/builders/schema-utils/getSchemaUtils.js +67 -4
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +1 -2
- package/core/schemas/builders/set/set.js +1 -2
- package/core/schemas/builders/undiscriminated-union/types.d.ts +4 -4
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +1 -2
- package/core/schemas/builders/union/discriminant.js +1 -2
- package/core/schemas/builders/union/types.d.ts +6 -6
- package/core/schemas/builders/union/union.d.ts +1 -1
- package/core/schemas/builders/union/union.js +1 -2
- package/core/schemas/utils/MaybePromise.d.ts +1 -1
- package/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +4 -4
- package/core/schemas/utils/createIdentitySchemaCreator.js +1 -2
- package/core/schemas/utils/entries.d.ts +1 -1
- package/core/schemas/utils/entries.js +1 -2
- package/core/schemas/utils/filterObject.d.ts +1 -1
- package/core/schemas/utils/filterObject.js +1 -2
- package/core/schemas/utils/getErrorMessageForIncorrectType.js +5 -2
- package/core/schemas/utils/isPlainObject.js +1 -2
- package/core/schemas/utils/keys.d.ts +1 -1
- package/core/schemas/utils/keys.js +1 -2
- package/core/schemas/utils/maybeSkipValidation.js +1 -2
- package/core/schemas/utils/partition.js +1 -2
- package/dist/Client.d.ts +38 -34
- package/dist/Client.js +17 -7
- package/dist/api/resources/auth/client/Client.d.ts +5 -1
- package/dist/api/resources/auth/resources/index.js +17 -7
- package/dist/api/resources/auth/resources/v2/client/Client.d.ts +4 -0
- package/dist/api/resources/auth/resources/v2/client/Client.js +21 -19
- package/dist/api/resources/auth/resources/v2/client/getToken.d.ts +1 -1
- package/dist/api/resources/auth/resources/v2/client/getToken.js +17 -7
- package/dist/api/resources/auth/resources/v2/client/index.js +17 -7
- package/dist/api/resources/billingNotes/client/Client.d.ts +5 -1
- package/dist/api/resources/billingNotes/resources/index.js +17 -7
- package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +4 -0
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +28 -42
- package/dist/api/resources/billingNotes/resources/v2/client/create.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/create.js +17 -7
- package/dist/api/resources/billingNotes/resources/v2/client/delete.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/delete.js +17 -7
- package/dist/api/resources/billingNotes/resources/v2/client/index.js +17 -7
- package/dist/api/resources/billingNotes/resources/v2/client/update.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/update.js +17 -7
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -2
- package/dist/api/resources/chargeCapture/client/Client.d.ts +5 -1
- package/dist/api/resources/chargeCapture/resources/index.js +17 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +7 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +45 -73
- package/dist/api/resources/chargeCapture/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/create.js +17 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/get.js +17 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/getAll.js +17 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/index.js +17 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/update.js +17 -7
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/client/Client.d.ts +5 -1
- package/dist/api/resources/chargeCaptureBundles/resources/index.js +17 -7
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +6 -2
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +37 -49
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.js +17 -7
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +17 -7
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +17 -7
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +2 -2
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +17 -7
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +1 -1
- package/dist/api/resources/claimSubmission/resources/index.js +17 -7
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +1 -1
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +4 -4
- package/dist/api/resources/claims/types/Claim.d.ts +4 -4
- package/dist/api/resources/claims/types/ClaimStatus.d.ts +1 -1
- package/dist/api/resources/commons/types/AppointmentId.d.ts +1 -1
- package/dist/api/resources/commons/types/AppointmentId.js +1 -2
- package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +1 -1
- package/dist/api/resources/commons/types/ChargeCaptureBundleId.d.ts +1 -1
- package/dist/api/resources/commons/types/ChargeCaptureBundleId.js +1 -2
- package/dist/api/resources/commons/types/ChargeCaptureId.d.ts +1 -1
- package/dist/api/resources/commons/types/ChargeCaptureId.js +1 -2
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -1
- package/dist/api/resources/commons/types/ClaimId.d.ts +1 -1
- package/dist/api/resources/commons/types/ClaimId.js +1 -2
- package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +1 -1
- package/dist/api/resources/commons/types/Date_.d.ts +1 -1
- package/dist/api/resources/commons/types/Date_.js +1 -2
- package/dist/api/resources/commons/types/Decimal.d.ts +1 -1
- package/dist/api/resources/commons/types/Decimal.js +1 -2
- package/dist/api/resources/commons/types/DelayReasonCode.d.ts +1 -1
- package/dist/api/resources/commons/types/Email.d.ts +1 -1
- package/dist/api/resources/commons/types/Email.js +1 -2
- package/dist/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -1
- package/dist/api/resources/commons/types/EncounterExternalId.d.ts +1 -1
- package/dist/api/resources/commons/types/EncounterExternalId.js +1 -2
- package/dist/api/resources/commons/types/EncounterId.d.ts +1 -1
- package/dist/api/resources/commons/types/EncounterId.js +1 -2
- package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +1 -1
- package/dist/api/resources/commons/types/ErrorMessage.d.ts +1 -1
- package/dist/api/resources/commons/types/ErrorMessage.js +1 -2
- package/dist/api/resources/commons/types/FacilityTypeCode.d.ts +1 -1
- package/dist/api/resources/commons/types/InsuranceTypeCode.d.ts +1 -1
- package/dist/api/resources/commons/types/IntendedSubmissionMedium.d.ts +1 -1
- package/dist/api/resources/commons/types/InvoiceId.d.ts +1 -1
- package/dist/api/resources/commons/types/InvoiceId.js +1 -2
- package/dist/api/resources/commons/types/LinkUrl.d.ts +1 -1
- package/dist/api/resources/commons/types/LinkUrl.js +1 -2
- package/dist/api/resources/commons/types/NetworkType.d.ts +1 -1
- package/dist/api/resources/commons/types/Npi.d.ts +1 -1
- package/dist/api/resources/commons/types/Npi.js +1 -2
- package/dist/api/resources/commons/types/OrganizationId.d.ts +1 -1
- package/dist/api/resources/commons/types/OrganizationId.js +1 -2
- package/dist/api/resources/commons/types/PageToken.d.ts +1 -1
- package/dist/api/resources/commons/types/PageToken.js +1 -2
- package/dist/api/resources/commons/types/PatientExternalId.d.ts +1 -1
- package/dist/api/resources/commons/types/PatientExternalId.js +1 -2
- package/dist/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +1 -1
- package/dist/api/resources/commons/types/PayerPlanGroupId.d.ts +8 -0
- package/dist/api/resources/commons/types/PayerPlanGroupId.js +9 -0
- package/dist/api/resources/commons/types/PhoneNumberType.d.ts +1 -1
- package/dist/api/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -1
- package/dist/api/resources/commons/types/PreEncounterAppointmentId.js +1 -2
- package/dist/api/resources/commons/types/PreEncounterPatientId.d.ts +1 -1
- package/dist/api/resources/commons/types/PreEncounterPatientId.js +1 -2
- package/dist/api/resources/commons/types/Primitive.d.ts +1 -1
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/dist/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -1
- package/dist/api/resources/commons/types/ProviderCredentialingSpanId.js +1 -2
- package/dist/api/resources/commons/types/ProviderId.d.ts +1 -1
- package/dist/api/resources/commons/types/ProviderId.js +1 -2
- package/dist/api/resources/commons/types/QualifierCode.d.ts +1 -1
- package/dist/api/resources/commons/types/RateId.d.ts +1 -1
- package/dist/api/resources/commons/types/RateId.js +1 -2
- package/dist/api/resources/commons/types/Regions.d.ts +1 -1
- package/dist/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +1 -1
- package/dist/api/resources/commons/types/SchemaId.d.ts +1 -1
- package/dist/api/resources/commons/types/SchemaId.js +1 -2
- package/dist/api/resources/commons/types/ServiceLineId.d.ts +1 -1
- package/dist/api/resources/commons/types/ServiceLineId.js +1 -2
- package/dist/api/resources/commons/types/ServiceLineUnits.d.ts +1 -1
- package/dist/api/resources/commons/types/SortDirection.d.ts +1 -1
- package/dist/api/resources/commons/types/SourceOfPaymentCode.d.ts +1 -1
- package/dist/api/resources/commons/types/State.d.ts +1 -1
- package/dist/api/resources/commons/types/TaskAssignmentId.d.ts +1 -1
- package/dist/api/resources/commons/types/TaskAssignmentId.js +1 -2
- package/dist/api/resources/commons/types/TaskId.d.ts +1 -1
- package/dist/api/resources/commons/types/TaskId.js +1 -2
- package/dist/api/resources/commons/types/TaskNoteId.d.ts +1 -1
- package/dist/api/resources/commons/types/TaskNoteId.js +1 -2
- package/dist/api/resources/commons/types/TaxId.d.ts +1 -1
- package/dist/api/resources/commons/types/TaxId.js +1 -2
- package/dist/api/resources/commons/types/UserId.d.ts +1 -1
- package/dist/api/resources/commons/types/UserId.js +1 -2
- package/dist/api/resources/commons/types/WorkQueueId.d.ts +1 -1
- package/dist/api/resources/commons/types/WorkQueueId.js +1 -2
- package/dist/api/resources/commons/types/index.d.ts +1 -0
- package/dist/api/resources/commons/types/index.js +1 -0
- package/dist/api/resources/contracts/client/Client.d.ts +5 -1
- package/dist/api/resources/contracts/resources/index.js +17 -7
- package/dist/api/resources/contracts/resources/v2/client/Client.d.ts +9 -5
- package/dist/api/resources/contracts/resources/v2/client/Client.js +50 -78
- package/dist/api/resources/contracts/resources/v2/client/create.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/client/create.js +17 -7
- package/dist/api/resources/contracts/resources/v2/client/delete.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/client/delete.js +17 -7
- package/dist/api/resources/contracts/resources/v2/client/get.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/client/get.js +17 -7
- package/dist/api/resources/contracts/resources/v2/client/getMulti.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/client/getMulti.js +17 -7
- package/dist/api/resources/contracts/resources/v2/client/index.js +17 -7
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +2 -2
- package/dist/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +2 -2
- package/dist/api/resources/contracts/resources/v2/client/update.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/client/update.js +17 -7
- package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/ContractId.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/ContractId.js +1 -2
- package/dist/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -2
- package/dist/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -2
- package/dist/api/resources/credentialing/client/Client.d.ts +5 -1
- package/dist/api/resources/credentialing/resources/index.js +17 -7
- package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +6 -2
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +43 -73
- package/dist/api/resources/credentialing/resources/v2/client/create.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/create.js +17 -7
- package/dist/api/resources/credentialing/resources/v2/client/delete.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/delete.js +17 -7
- package/dist/api/resources/credentialing/resources/v2/client/get.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/get.js +17 -7
- package/dist/api/resources/credentialing/resources/v2/client/getAll.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/getAll.js +17 -7
- package/dist/api/resources/credentialing/resources/v2/client/index.js +17 -7
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/update.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/update.js +17 -7
- package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -2
- package/dist/api/resources/customSchemas/client/Client.d.ts +5 -1
- package/dist/api/resources/customSchemas/resources/index.js +17 -7
- package/dist/api/resources/customSchemas/resources/v1/client/Client.d.ts +9 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +40 -62
- package/dist/api/resources/customSchemas/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/customSchemas/resources/v1/client/create.js +17 -7
- package/dist/api/resources/customSchemas/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/customSchemas/resources/v1/client/get.js +17 -7
- package/dist/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/customSchemas/resources/v1/client/index.js +17 -7
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +4 -4
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +1 -1
- package/dist/api/resources/customSchemas/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/customSchemas/resources/v1/client/update.js +17 -7
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +1 -1
- package/dist/api/resources/diagnoses/client/Client.d.ts +6 -2
- package/dist/api/resources/diagnoses/client/Client.js +32 -46
- package/dist/api/resources/diagnoses/client/create.d.ts +1 -1
- package/dist/api/resources/diagnoses/client/create.js +17 -7
- package/dist/api/resources/diagnoses/client/delete.d.ts +1 -1
- package/dist/api/resources/diagnoses/client/delete.js +17 -7
- package/dist/api/resources/diagnoses/client/index.js +17 -7
- package/dist/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +1 -1
- package/dist/api/resources/diagnoses/client/update.d.ts +1 -1
- package/dist/api/resources/diagnoses/client/update.js +17 -7
- package/dist/api/resources/diagnoses/types/Diagnosis.d.ts +2 -2
- package/dist/api/resources/diagnoses/types/DiagnosisId.d.ts +1 -1
- package/dist/api/resources/diagnoses/types/DiagnosisId.js +1 -2
- package/dist/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +1 -1
- package/dist/api/resources/eligibility/client/Client.d.ts +5 -1
- package/dist/api/resources/eligibility/resources/index.js +17 -7
- package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +29 -43
- package/dist/api/resources/eligibility/resources/v2/client/index.js +17 -7
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -1
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -1
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -1
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
- package/dist/api/resources/encounterProviders/client/Client.d.ts +5 -1
- package/dist/api/resources/encounterProviders/resources/index.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +14 -10
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +75 -161
- package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/index.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -2
- package/dist/api/resources/encounters/client/Client.d.ts +5 -1
- package/dist/api/resources/encounters/resources/index.js +17 -7
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +88 -305
- package/dist/api/resources/encounters/resources/v4/client/Client.js +141 -441
- package/dist/api/resources/encounters/resources/v4/client/create.d.ts +13 -1
- package/dist/api/resources/encounters/resources/v4/client/create.js +39 -7
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +13 -1
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +39 -7
- package/dist/api/resources/encounters/resources/v4/client/get.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/client/get.js +17 -7
- package/dist/api/resources/encounters/resources/v4/client/getAll.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/client/getAll.js +17 -7
- package/dist/api/resources/encounters/resources/v4/client/index.d.ts +0 -1
- package/dist/api/resources/encounters/resources/v4/client/index.js +18 -9
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +52 -50
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +3 -3
- package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/update.js +28 -7
- package/dist/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +10 -10
- package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +10 -10
- package/dist/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -2
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -2
- package/dist/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -2
- package/dist/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/RxCui.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/RxCui.js +1 -2
- package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/api/resources/era/types/EraId.d.ts +1 -1
- package/dist/api/resources/era/types/EraId.js +1 -2
- package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +6 -2
- package/dist/api/resources/expectedNetworkStatus/resources/index.js +17 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +6 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +22 -20
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +17 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.js +17 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +2 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +14 -10
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +35 -41
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +1 -1
- package/dist/api/resources/exports/client/Client.d.ts +5 -1
- package/dist/api/resources/exports/resources/index.js +17 -7
- package/dist/api/resources/exports/resources/v3/client/Client.d.ts +4 -0
- package/dist/api/resources/exports/resources/v3/client/Client.js +21 -19
- package/dist/api/resources/exports/resources/v3/client/getExports.d.ts +1 -2
- package/dist/api/resources/exports/resources/v3/client/getExports.js +17 -7
- package/dist/api/resources/exports/resources/v3/client/index.js +17 -7
- package/dist/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -2
- package/dist/api/resources/externalPaymentAccountConfig/client/Client.d.ts +5 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/index.js +17 -7
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +4 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +22 -20
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/index.js +17 -7
- package/dist/api/resources/feeSchedules/client/Client.d.ts +5 -1
- package/dist/api/resources/feeSchedules/resources/index.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +20 -16
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +111 -163
- package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/index.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +5 -5
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +5 -5
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +6 -6
- package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +1 -1
- package/dist/api/resources/financials/types/AccountType.d.ts +1 -1
- package/dist/api/resources/financials/types/AllocationTarget.d.ts +1 -1
- package/dist/api/resources/financials/types/AllocationTargetCreate.d.ts +1 -1
- package/dist/api/resources/financials/types/InvoiceUpdate.d.ts +1 -1
- package/dist/api/resources/financials/types/NoteUpdate.d.ts +1 -1
- package/dist/api/resources/financials/types/PatientTransactionSource.d.ts +1 -1
- package/dist/api/resources/financials/types/RefundReason.d.ts +1 -1
- package/dist/api/resources/financials/types/RefundReasonUpdate.d.ts +1 -1
- package/dist/api/resources/guarantor/client/Client.d.ts +5 -1
- package/dist/api/resources/guarantor/resources/index.js +17 -7
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +8 -4
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +31 -45
- package/dist/api/resources/guarantor/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/create.js +17 -7
- package/dist/api/resources/guarantor/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/get.js +17 -7
- package/dist/api/resources/guarantor/resources/v1/client/index.js +17 -7
- package/dist/api/resources/guarantor/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/update.js +17 -7
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -1
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.js +1 -2
- package/dist/api/resources/identifiers/types/IdentifierCode.d.ts +1 -1
- package/dist/api/resources/identifiers/types/IdentifierId.d.ts +1 -1
- package/dist/api/resources/identifiers/types/IdentifierId.js +1 -2
- package/dist/api/resources/identifiers/types/IdentifierValue.d.ts +1 -1
- package/dist/api/resources/identifiers/types/UpdatableIdentifier.d.ts +1 -1
- package/dist/api/resources/importInvoice/client/Client.d.ts +5 -1
- package/dist/api/resources/importInvoice/resources/index.js +17 -7
- package/dist/api/resources/importInvoice/resources/v1/client/Client.d.ts +10 -6
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +50 -66
- package/dist/api/resources/importInvoice/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/importInvoice/resources/v1/client/get.js +17 -7
- package/dist/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/importInvoice/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +1 -1
- package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
- package/dist/api/resources/importInvoice/resources/v1/client/index.js +17 -7
- package/dist/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +3 -3
- package/dist/api/resources/importInvoice/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/importInvoice/resources/v1/client/update.js +17 -7
- package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +1 -1
- package/dist/api/resources/index.js +17 -7
- package/dist/api/resources/individual/types/Gender.d.ts +1 -1
- package/dist/api/resources/individual/types/IndividualId.d.ts +1 -1
- package/dist/api/resources/individual/types/IndividualId.js +1 -2
- package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +5 -1
- package/dist/api/resources/insuranceAdjudications/resources/index.js +17 -7
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +5 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +28 -42
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.js +17 -7
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -2
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -2
- package/dist/api/resources/insuranceCards/resources/index.js +17 -7
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -1
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -2
- package/dist/api/resources/insurancePayments/client/Client.d.ts +5 -1
- package/dist/api/resources/insurancePayments/resources/index.js +17 -7
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +8 -4
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +52 -78
- package/dist/api/resources/insurancePayments/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/create.js +17 -7
- package/dist/api/resources/insurancePayments/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/insurancePayments/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/get.js +17 -7
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/insurancePayments/resources/v1/client/index.js +17 -7
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +2 -2
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/update.js +17 -7
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -2
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/client/Client.d.ts +5 -1
- package/dist/api/resources/insuranceRefunds/resources/index.js +17 -7
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +10 -6
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +54 -80
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
- package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +2 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +2 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +1 -1
- package/dist/api/resources/invoices/resources/index.js +17 -7
- package/dist/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +1 -1
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +1 -1
- package/dist/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +1 -1
- package/dist/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +1 -1
- package/dist/api/resources/invoices/types/InvoiceStatus.d.ts +1 -1
- package/dist/api/resources/medicationDispense/client/Client.d.ts +5 -1
- package/dist/api/resources/medicationDispense/resources/index.js +17 -7
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.d.ts +8 -4
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +25 -23
- package/dist/api/resources/medicationDispense/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/medicationDispense/resources/v1/client/create.js +17 -7
- package/dist/api/resources/medicationDispense/resources/v1/client/index.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/client/Client.d.ts +5 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/index.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +8 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +53 -78
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -2
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +5 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +10 -6
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +52 -80
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -2
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/client/Client.d.ts +5 -1
- package/dist/api/resources/nonInsurancePayers/resources/index.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +7 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +52 -86
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -2
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +1 -1
- package/dist/api/resources/organizationProviders/client/Client.d.ts +5 -1
- package/dist/api/resources/organizationProviders/resources/index.js +17 -7
- package/dist/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +24 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +23 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -2
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +15 -11
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +46 -68
- package/dist/api/resources/organizationProviders/resources/v3/client/create.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/create.js +17 -7
- package/dist/api/resources/organizationProviders/resources/v3/client/get.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/get.js +17 -7
- package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.js +17 -7
- package/dist/api/resources/organizationProviders/resources/v3/client/index.js +17 -7
- package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/update.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/update.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/client/Client.d.ts +5 -1
- package/dist/api/resources/organizationServiceFacilities/resources/index.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +16 -12
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +50 -80
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -2
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +1 -1
- package/dist/api/resources/patientPayments/client/Client.d.ts +5 -1
- package/dist/api/resources/patientPayments/resources/index.js +17 -7
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -2
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +9 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +57 -81
- package/dist/api/resources/patientPayments/resources/v4/client/create.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/create.js +17 -7
- package/dist/api/resources/patientPayments/resources/v4/client/delete.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/delete.js +17 -7
- package/dist/api/resources/patientPayments/resources/v4/client/get.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/get.js +17 -7
- package/dist/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
- package/dist/api/resources/patientPayments/resources/v4/client/index.js +17 -7
- package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +3 -3
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/update.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/update.js +17 -7
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -2
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +1 -1
- package/dist/api/resources/patientRefunds/client/Client.d.ts +5 -1
- package/dist/api/resources/patientRefunds/resources/index.js +17 -7
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +11 -7
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +59 -83
- package/dist/api/resources/patientRefunds/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/create.js +17 -7
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/patientRefunds/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/get.js +17 -7
- package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/patientRefunds/resources/v1/client/index.js +17 -7
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +3 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +2 -2
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +2 -2
- package/dist/api/resources/patientRefunds/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/update.js +17 -7
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -2
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +1 -1
- package/dist/api/resources/payers/client/Client.d.ts +5 -1
- package/dist/api/resources/payers/resources/index.js +17 -7
- package/dist/api/resources/payers/resources/v3/client/Client.d.ts +4 -0
- package/dist/api/resources/payers/resources/v3/client/Client.js +25 -31
- package/dist/api/resources/payers/resources/v3/client/get.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/client/get.js +17 -7
- package/dist/api/resources/payers/resources/v3/client/getAll.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/client/getAll.js +17 -7
- package/dist/api/resources/payers/resources/v3/client/index.js +17 -7
- package/dist/api/resources/payers/resources/v3/types/PayerId.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/types/PayerId.js +1 -2
- package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/types/PayerName.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/types/PayerName.js +1 -2
- package/dist/api/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/types/PayerUuid.js +1 -2
- package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -1
- package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -2
- package/dist/api/resources/preEncounter/client/Client.d.ts +10 -6
- package/dist/api/resources/preEncounter/resources/appointments/client/Client.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +23 -19
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +59 -97
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/CoverageId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/Gender.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/NameUse.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/NoteId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/PageToken.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/PatientId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/PayerId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/Race.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/Relationship.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/Sex.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/TagId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/TagId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/UserId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/UserId.js +1 -2
- package/dist/api/resources/preEncounter/resources/coverages/client/Client.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +30 -26
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +71 -125
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/lists/client/Client.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +6 -2
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +37 -39
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +17 -7
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +1 -2
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -2
- package/dist/api/resources/preEncounter/resources/notes/client/Client.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +4 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +29 -51
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +17 -7
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +17 -7
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +17 -7
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/client/Client.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +93 -89
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +146 -206
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +29 -29
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +29 -29
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -2
- package/dist/api/resources/preEncounter/resources/tags/client/Client.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +4 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +34 -64
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +17 -7
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +17 -7
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +17 -7
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +17 -7
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +17 -7
- package/dist/api/resources/remitDrafts/resources/index.js +17 -7
- package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -1
- package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -2
- package/dist/api/resources/remits/resources/index.js +17 -7
- package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +1 -1
- package/dist/api/resources/serviceFacility/client/Client.d.ts +5 -1
- package/dist/api/resources/serviceFacility/client/Client.js +21 -19
- package/dist/api/resources/serviceFacility/client/index.js +17 -7
- package/dist/api/resources/serviceFacility/client/update.d.ts +1 -1
- package/dist/api/resources/serviceFacility/client/update.js +17 -7
- package/dist/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -1
- package/dist/api/resources/serviceFacility/types/ServiceFacilityId.js +1 -2
- package/dist/api/resources/serviceLines/client/Client.d.ts +5 -1
- package/dist/api/resources/serviceLines/resources/index.js +17 -7
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +19 -15
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +44 -58
- package/dist/api/resources/serviceLines/resources/v2/client/create.d.ts +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/create.js +17 -7
- package/dist/api/resources/serviceLines/resources/v2/client/delete.d.ts +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/delete.js +17 -7
- package/dist/api/resources/serviceLines/resources/v2/client/index.js +17 -7
- package/dist/api/resources/serviceLines/resources/v2/client/update.d.ts +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/update.js +17 -7
- package/dist/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -1
- package/dist/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +1 -1
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +1 -1
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +4 -4
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
- package/dist/api/resources/tags/types/TagColorEnum.d.ts +1 -1
- package/dist/api/resources/tags/types/TagId.d.ts +1 -1
- package/dist/api/resources/tags/types/TagId.js +1 -2
- package/dist/api/resources/tasks/client/Client.d.ts +5 -1
- package/dist/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -1
- package/dist/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +1 -1
- package/dist/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -1
- package/dist/api/resources/tasks/resources/index.js +17 -7
- package/dist/api/resources/tasks/resources/v3/client/Client.d.ts +11 -7
- package/dist/api/resources/tasks/resources/v3/client/Client.js +53 -77
- package/dist/api/resources/tasks/resources/v3/client/create.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/client/create.js +17 -7
- package/dist/api/resources/tasks/resources/v3/client/get.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/client/get.js +17 -7
- package/dist/api/resources/tasks/resources/v3/client/getActions.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/client/getActions.js +17 -7
- package/dist/api/resources/tasks/resources/v3/client/getMulti.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/client/getMulti.js +17 -7
- package/dist/api/resources/tasks/resources/v3/client/index.js +17 -7
- package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +4 -4
- package/dist/api/resources/tasks/resources/v3/client/update.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/client/update.js +17 -7
- package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +1 -1
- package/dist/api/resources/writeOffs/client/Client.d.ts +5 -1
- package/dist/api/resources/writeOffs/resources/index.js +17 -7
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +9 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +47 -63
- package/dist/api/resources/writeOffs/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/client/create.js +17 -7
- package/dist/api/resources/writeOffs/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/client/get.js +17 -7
- package/dist/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/writeOffs/resources/v1/client/index.js +17 -7
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -2
- package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +3 -3
- package/dist/api/resources/writeOffs/resources/v1/client/revert.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/client/revert.js +17 -7
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -2
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +1 -1
- package/dist/api/resources/x12/resources/index.js +17 -7
- package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +1 -1
- package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/dist/core/auth/BearerToken.d.ts +1 -1
- package/dist/core/auth/OAuthTokenProvider.js +17 -7
- package/dist/core/fetcher/APIResponse.d.ts +1 -1
- package/dist/core/fetcher/Fetcher.d.ts +3 -3
- package/dist/core/fetcher/Fetcher.js +6 -31
- package/dist/core/fetcher/Supplier.d.ts +1 -1
- package/dist/core/fetcher/createRequestUrl.d.ts +1 -1
- package/dist/core/fetcher/createRequestUrl.js +1 -2
- package/dist/core/fetcher/getFetchFn.js +18 -9
- package/dist/core/fetcher/getHeader.js +1 -2
- package/dist/core/fetcher/getRequestBody.js +5 -5
- package/dist/core/fetcher/getResponseBody.js +9 -3
- package/dist/core/fetcher/makeRequest.d.ts +1 -1
- package/dist/core/fetcher/requestWithRetries.js +17 -9
- package/dist/core/fetcher/signals.d.ts +0 -1
- package/dist/core/fetcher/signals.js +2 -3
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +126 -0
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +59 -0
- package/dist/core/index.js +17 -7
- package/dist/core/json.d.ts +15 -0
- package/dist/core/json.js +24 -0
- package/dist/core/runtime/runtime.d.ts +1 -1
- package/dist/core/runtime/runtime.js +51 -41
- package/dist/core/schemas/Schema.d.ts +8 -5
- package/dist/core/schemas/Schema.js +3 -0
- package/dist/core/schemas/builders/bigint/bigint.d.ts +2 -0
- package/dist/core/schemas/builders/bigint/bigint.js +53 -0
- package/dist/core/schemas/builders/bigint/index.d.ts +1 -0
- package/dist/core/schemas/builders/bigint/index.js +5 -0
- package/dist/core/schemas/builders/date/date.js +1 -2
- package/dist/core/schemas/builders/enum/enum.js +1 -2
- package/dist/core/schemas/builders/index.d.ts +1 -0
- package/dist/core/schemas/builders/index.js +1 -0
- package/dist/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/dist/core/schemas/builders/lazy/lazy.js +3 -4
- package/dist/core/schemas/builders/lazy/lazyObject.js +1 -2
- package/dist/core/schemas/builders/list/list.js +1 -2
- package/dist/core/schemas/builders/literals/booleanLiteral.js +1 -2
- package/dist/core/schemas/builders/literals/stringLiteral.js +1 -2
- package/dist/core/schemas/builders/object/object.d.ts +1 -1
- package/dist/core/schemas/builders/object/object.js +31 -3
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +3 -3
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.js +1 -2
- package/dist/core/schemas/builders/object/property.js +2 -3
- package/dist/core/schemas/builders/object/types.d.ts +16 -11
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -3
- package/dist/core/schemas/builders/object-like/types.d.ts +1 -1
- package/dist/core/schemas/builders/record/record.js +2 -4
- package/dist/core/schemas/builders/record/types.d.ts +2 -2
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +4 -0
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.js +67 -4
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.js +1 -2
- package/dist/core/schemas/builders/set/set.js +1 -2
- package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +4 -4
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +1 -2
- package/dist/core/schemas/builders/union/discriminant.js +1 -2
- package/dist/core/schemas/builders/union/types.d.ts +6 -6
- package/dist/core/schemas/builders/union/union.d.ts +1 -1
- package/dist/core/schemas/builders/union/union.js +1 -2
- package/dist/core/schemas/utils/MaybePromise.d.ts +1 -1
- package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +4 -4
- package/dist/core/schemas/utils/createIdentitySchemaCreator.js +1 -2
- package/dist/core/schemas/utils/entries.d.ts +1 -1
- package/dist/core/schemas/utils/entries.js +1 -2
- package/dist/core/schemas/utils/filterObject.d.ts +1 -1
- package/dist/core/schemas/utils/filterObject.js +1 -2
- package/dist/core/schemas/utils/getErrorMessageForIncorrectType.js +5 -2
- package/dist/core/schemas/utils/isPlainObject.js +1 -2
- package/dist/core/schemas/utils/keys.d.ts +1 -1
- package/dist/core/schemas/utils/keys.js +1 -2
- package/dist/core/schemas/utils/maybeSkipValidation.js +1 -2
- package/dist/core/schemas/utils/partition.js +1 -2
- package/dist/environments.d.ts +1 -1
- package/dist/errors/CandidApiError.js +2 -1
- package/dist/errors/CandidApiTimeoutError.d.ts +1 -1
- package/dist/errors/CandidApiTimeoutError.js +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +19 -8
- package/dist/serialization/resources/auth/resources/index.js +17 -7
- package/dist/serialization/resources/auth/resources/v2/client/getToken.js +17 -7
- package/dist/serialization/resources/auth/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/auth/resources/v2/client/requests/AuthGetTokenRequest.js +17 -7
- package/dist/serialization/resources/auth/resources/v2/types/AuthGetTokenResponse.js +17 -7
- package/dist/serialization/resources/auth/resources/v2/types/TooManyRequestsErrorType.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/index.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/client/delete.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/client/update.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/index.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/index.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +17 -7
- package/dist/serialization/resources/claimSubmission/resources/index.js +17 -7
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +17 -7
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +17 -7
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +17 -7
- package/dist/serialization/resources/claims/types/Claim.js +17 -7
- package/dist/serialization/resources/claims/types/ClaimStatus.js +17 -7
- package/dist/serialization/resources/commons/errors/HttpRequestValidationsError.js +17 -7
- package/dist/serialization/resources/commons/types/AppointmentId.js +17 -7
- package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +17 -7
- package/dist/serialization/resources/commons/types/ChargeCaptureBundleId.js +17 -7
- package/dist/serialization/resources/commons/types/ChargeCaptureId.js +17 -7
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +17 -7
- package/dist/serialization/resources/commons/types/ClaimId.js +17 -7
- package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +17 -7
- package/dist/serialization/resources/commons/types/DateRangeOptionalEnd.js +17 -7
- package/dist/serialization/resources/commons/types/Date_.js +17 -7
- package/dist/serialization/resources/commons/types/Decimal.js +17 -7
- package/dist/serialization/resources/commons/types/DelayReasonCode.js +17 -7
- package/dist/serialization/resources/commons/types/Email.js +17 -7
- package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.js +17 -7
- package/dist/serialization/resources/commons/types/EncounterExternalId.js +17 -7
- package/dist/serialization/resources/commons/types/EncounterId.js +17 -7
- package/dist/serialization/resources/commons/types/EntityConflictErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +17 -7
- package/dist/serialization/resources/commons/types/ErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/FacilityTypeCode.js +17 -7
- package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/InsuranceTypeCode.js +17 -7
- package/dist/serialization/resources/commons/types/IntendedSubmissionMedium.js +17 -7
- package/dist/serialization/resources/commons/types/InvoiceId.js +17 -7
- package/dist/serialization/resources/commons/types/LinkUrl.js +17 -7
- package/dist/serialization/resources/commons/types/NetworkType.js +17 -7
- package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/Npi.js +17 -7
- package/dist/serialization/resources/commons/types/OrganizationId.js +17 -7
- package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/PageToken.js +17 -7
- package/dist/serialization/resources/commons/types/PatientExternalId.js +17 -7
- package/dist/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +17 -7
- package/dist/serialization/resources/commons/types/PayerPlanGroupId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/PayerPlanGroupId.js +45 -0
- package/dist/serialization/resources/commons/types/PhoneNumber.js +17 -7
- package/dist/serialization/resources/commons/types/PhoneNumberType.js +17 -7
- package/dist/serialization/resources/commons/types/PreEncounterAppointmentId.js +17 -7
- package/dist/serialization/resources/commons/types/PreEncounterPatientId.js +17 -7
- package/dist/serialization/resources/commons/types/Primitive.js +17 -7
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +17 -7
- package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.js +17 -7
- package/dist/serialization/resources/commons/types/ProviderId.js +17 -7
- package/dist/serialization/resources/commons/types/QualifierCode.js +17 -7
- package/dist/serialization/resources/commons/types/RateId.js +17 -7
- package/dist/serialization/resources/commons/types/RegionNational.js +17 -7
- package/dist/serialization/resources/commons/types/RegionStates.js +17 -7
- package/dist/serialization/resources/commons/types/Regions.js +17 -7
- package/dist/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +17 -7
- package/dist/serialization/resources/commons/types/RequestValidationError.js +17 -7
- package/dist/serialization/resources/commons/types/ResourcePage.js +17 -7
- package/dist/serialization/resources/commons/types/SchemaId.js +17 -7
- package/dist/serialization/resources/commons/types/ServiceLineId.js +17 -7
- package/dist/serialization/resources/commons/types/ServiceLineUnits.js +17 -7
- package/dist/serialization/resources/commons/types/SortDirection.js +17 -7
- package/dist/serialization/resources/commons/types/SourceOfPaymentCode.js +17 -7
- package/dist/serialization/resources/commons/types/State.js +17 -7
- package/dist/serialization/resources/commons/types/StreetAddressBase.js +17 -7
- package/dist/serialization/resources/commons/types/StreetAddressLongZip.js +17 -7
- package/dist/serialization/resources/commons/types/StreetAddressShortZip.js +17 -7
- package/dist/serialization/resources/commons/types/TaskAssignmentId.js +17 -7
- package/dist/serialization/resources/commons/types/TaskId.js +17 -7
- package/dist/serialization/resources/commons/types/TaskNoteId.js +17 -7
- package/dist/serialization/resources/commons/types/TaxId.js +17 -7
- package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/UserId.js +17 -7
- package/dist/serialization/resources/commons/types/WorkQueueId.js +17 -7
- package/dist/serialization/resources/commons/types/index.d.ts +1 -0
- package/dist/serialization/resources/commons/types/index.js +1 -0
- package/dist/serialization/resources/contracts/resources/index.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/client/delete.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/client/get.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/client/update.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/Contract.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractBase.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractId.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractStatus.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractsPage.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/DateUpdate.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +17 -7
- package/dist/serialization/resources/credentialing/resources/index.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/create.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/delete.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/get.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/getAll.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/update.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/index.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/Schema.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +17 -7
- package/dist/serialization/resources/diagnoses/client/delete.js +17 -7
- package/dist/serialization/resources/diagnoses/client/index.js +17 -7
- package/dist/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +17 -7
- package/dist/serialization/resources/diagnoses/client/update.js +17 -7
- package/dist/serialization/resources/diagnoses/types/Diagnosis.js +17 -7
- package/dist/serialization/resources/diagnoses/types/DiagnosisCreate.js +17 -7
- package/dist/serialization/resources/diagnoses/types/DiagnosisId.js +17 -7
- package/dist/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +17 -7
- package/dist/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +17 -7
- package/dist/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +17 -7
- package/dist/serialization/resources/eligibility/resources/index.js +17 -7
- package/dist/serialization/resources/eligibility/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/index.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +17 -7
- package/dist/serialization/resources/encounters/resources/index.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +11 -1
- package/dist/serialization/resources/encounters/resources/v4/client/create.js +29 -7
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +11 -1
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +29 -7
- package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +0 -1
- package/dist/serialization/resources/encounters/resources/v4/client/index.js +18 -9
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/update.js +23 -7
- package/dist/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPage.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/Intervention.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/Lab.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/LabCodeType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/Medication.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/NoteCategory.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +14 -0
- package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +45 -0
- package/dist/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/RxCui.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/Vitals.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/serialization/resources/era/types/Era.js +17 -7
- package/dist/serialization/resources/era/types/EraBase.js +17 -7
- package/dist/serialization/resources/era/types/EraId.js +17 -7
- package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +17 -7
- package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/index.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +17 -7
- package/dist/serialization/resources/exports/resources/index.js +17 -7
- package/dist/serialization/resources/exports/resources/v3/client/getExports.js +17 -7
- package/dist/serialization/resources/exports/resources/v3/client/index.js +17 -7
- package/dist/serialization/resources/exports/resources/v3/types/GetExportsResponse.js +17 -7
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/index.js +17 -7
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +17 -7
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/index.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/index.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Rate.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +17 -7
- package/dist/serialization/resources/financials/types/AccountType.js +17 -7
- package/dist/serialization/resources/financials/types/Allocation.js +17 -7
- package/dist/serialization/resources/financials/types/AllocationCreate.js +17 -7
- package/dist/serialization/resources/financials/types/AllocationTarget.js +17 -7
- package/dist/serialization/resources/financials/types/AllocationTargetCreate.js +17 -7
- package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.js +17 -7
- package/dist/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +17 -7
- package/dist/serialization/resources/financials/types/BillingProviderAllocationTarget.js +17 -7
- package/dist/serialization/resources/financials/types/ClaimAllocationTarget.js +17 -7
- package/dist/serialization/resources/financials/types/InvoiceUpdate.js +17 -7
- package/dist/serialization/resources/financials/types/NoteUpdate.js +17 -7
- package/dist/serialization/resources/financials/types/PatientTransactionSource.js +17 -7
- package/dist/serialization/resources/financials/types/RefundReason.js +17 -7
- package/dist/serialization/resources/financials/types/RefundReasonUpdate.js +17 -7
- package/dist/serialization/resources/financials/types/ServiceLineAllocationTarget.js +17 -7
- package/dist/serialization/resources/guarantor/resources/index.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +17 -7
- package/dist/serialization/resources/identifiers/types/Identifier.js +17 -7
- package/dist/serialization/resources/identifiers/types/IdentifierBase.js +17 -7
- package/dist/serialization/resources/identifiers/types/IdentifierCode.js +17 -7
- package/dist/serialization/resources/identifiers/types/IdentifierCreate.js +17 -7
- package/dist/serialization/resources/identifiers/types/IdentifierId.js +17 -7
- package/dist/serialization/resources/identifiers/types/IdentifierUpdate.js +17 -7
- package/dist/serialization/resources/identifiers/types/IdentifierValue.js +17 -7
- package/dist/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +17 -7
- package/dist/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +17 -7
- package/dist/serialization/resources/identifiers/types/UpdatableIdentifier.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/index.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +17 -7
- package/dist/serialization/resources/index.js +17 -7
- package/dist/serialization/resources/individual/types/Gender.js +17 -7
- package/dist/serialization/resources/individual/types/IndividualBase.js +17 -7
- package/dist/serialization/resources/individual/types/IndividualId.js +17 -7
- package/dist/serialization/resources/individual/types/Patient.js +17 -7
- package/dist/serialization/resources/individual/types/PatientBase.js +17 -7
- package/dist/serialization/resources/individual/types/PatientCreate.js +17 -7
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +17 -7
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +17 -7
- package/dist/serialization/resources/individual/types/PatientUpdate.js +17 -7
- package/dist/serialization/resources/individual/types/Subscriber.js +17 -7
- package/dist/serialization/resources/individual/types/SubscriberBase.js +17 -7
- package/dist/serialization/resources/individual/types/SubscriberCreate.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/index.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +17 -7
- package/dist/serialization/resources/insuranceCards/resources/index.js +17 -7
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +17 -7
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +2 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +19 -7
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +17 -7
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/index.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/client/delete.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/index.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +17 -7
- package/dist/serialization/resources/invoices/resources/index.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/Invoice.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +17 -7
- package/dist/serialization/resources/invoices/types/Invoice.js +17 -7
- package/dist/serialization/resources/invoices/types/InvoiceItem.js +17 -7
- package/dist/serialization/resources/invoices/types/InvoiceStatus.js +17 -7
- package/dist/serialization/resources/medicationDispense/resources/index.js +17 -7
- package/dist/serialization/resources/medicationDispense/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/medicationDispense/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/index.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/index.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/index.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
- package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +40 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/client/get.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/client/index.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/index.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/index.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/create.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/delete.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/get.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/index.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/update.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/index.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/delete.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +17 -7
- package/dist/serialization/resources/payers/resources/index.js +17 -7
- package/dist/serialization/resources/payers/resources/v3/types/Payer.js +17 -7
- package/dist/serialization/resources/payers/resources/v3/types/PayerId.js +17 -7
- package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +17 -7
- package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.js +17 -7
- package/dist/serialization/resources/payers/resources/v3/types/PayerName.js +17 -7
- package/dist/serialization/resources/payers/resources/v3/types/PayerPage.js +17 -7
- package/dist/serialization/resources/payers/resources/v3/types/PayerUuid.js +17 -7
- package/dist/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/Address.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/AddressUse.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/BaseModel.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/CoverageId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/Gender.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/NameUse.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/NoteId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/PatientId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/Period.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/Race.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/Relationship.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/Sex.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/TagId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/UserId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/notes/resources/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/tags/resources/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +17 -7
- package/dist/serialization/resources/remitDrafts/resources/index.js +17 -7
- package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +17 -7
- package/dist/serialization/resources/remits/resources/index.js +17 -7
- package/dist/serialization/resources/remits/resources/v1/types/Payee.js +17 -7
- package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +17 -7
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +17 -7
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +17 -7
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +17 -7
- package/dist/serialization/resources/serviceFacility/types/ServiceFacilityId.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/index.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/client/create.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/client/delete.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/client/update.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +17 -7
- package/dist/serialization/resources/tags/types/Tag.js +17 -7
- package/dist/serialization/resources/tags/types/TagColorEnum.js +17 -7
- package/dist/serialization/resources/tags/types/TagCreate.js +17 -7
- package/dist/serialization/resources/tags/types/TagId.js +17 -7
- package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.js +17 -7
- package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.js +17 -7
- package/dist/serialization/resources/tasks/resources/commons/types/TaskType.js +17 -7
- package/dist/serialization/resources/tasks/resources/index.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/client/get.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/client/getMulti.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/client/index.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/client/update.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/Task.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionType.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/index.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +17 -7
- package/dist/serialization/resources/x12/resources/index.js +17 -7
- package/dist/serialization/resources/x12/resources/v1/types/Carc.js +17 -7
- package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +17 -7
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +17 -7
- package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +17 -7
- package/dist/version.d.ts +1 -0
- package/dist/version.js +4 -0
- package/environments.d.ts +1 -1
- package/errors/CandidApiError.js +2 -1
- package/errors/CandidApiTimeoutError.d.ts +1 -1
- package/errors/CandidApiTimeoutError.js +2 -2
- package/index.d.ts +1 -0
- package/index.js +19 -8
- package/{jest.config.js → jest.config.mjs} +4 -1
- package/package.json +17 -13
- package/reference.md +437 -739
- package/scripts/rename-to-esm-files.js +115 -0
- package/serialization/resources/auth/resources/index.js +17 -7
- package/serialization/resources/auth/resources/v2/client/getToken.js +17 -7
- package/serialization/resources/auth/resources/v2/client/index.js +17 -7
- package/serialization/resources/auth/resources/v2/client/requests/AuthGetTokenRequest.js +17 -7
- package/serialization/resources/auth/resources/v2/types/AuthGetTokenResponse.js +17 -7
- package/serialization/resources/auth/resources/v2/types/TooManyRequestsErrorType.js +17 -7
- package/serialization/resources/billingNotes/resources/index.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/client/delete.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/client/index.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/client/update.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +17 -7
- package/serialization/resources/chargeCapture/resources/index.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/client/create.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/client/delete.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/client/index.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/client/update.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/index.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +17 -7
- package/serialization/resources/claimSubmission/resources/index.js +17 -7
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +17 -7
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +17 -7
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +17 -7
- package/serialization/resources/claims/types/Claim.js +17 -7
- package/serialization/resources/claims/types/ClaimStatus.js +17 -7
- package/serialization/resources/commons/errors/HttpRequestValidationsError.js +17 -7
- package/serialization/resources/commons/types/AppointmentId.js +17 -7
- package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +17 -7
- package/serialization/resources/commons/types/ChargeCaptureBundleId.js +17 -7
- package/serialization/resources/commons/types/ChargeCaptureId.js +17 -7
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +17 -7
- package/serialization/resources/commons/types/ClaimId.js +17 -7
- package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +17 -7
- package/serialization/resources/commons/types/DateRangeOptionalEnd.js +17 -7
- package/serialization/resources/commons/types/Date_.js +17 -7
- package/serialization/resources/commons/types/Decimal.js +17 -7
- package/serialization/resources/commons/types/DelayReasonCode.js +17 -7
- package/serialization/resources/commons/types/Email.js +17 -7
- package/serialization/resources/commons/types/EmrPayerCrosswalk.js +17 -7
- package/serialization/resources/commons/types/EncounterExternalId.js +17 -7
- package/serialization/resources/commons/types/EncounterId.js +17 -7
- package/serialization/resources/commons/types/EntityConflictErrorMessage.js +17 -7
- package/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +17 -7
- package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +17 -7
- package/serialization/resources/commons/types/ErrorMessage.js +17 -7
- package/serialization/resources/commons/types/FacilityTypeCode.js +17 -7
- package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +17 -7
- package/serialization/resources/commons/types/InsuranceTypeCode.js +17 -7
- package/serialization/resources/commons/types/IntendedSubmissionMedium.js +17 -7
- package/serialization/resources/commons/types/InvoiceId.js +17 -7
- package/serialization/resources/commons/types/LinkUrl.js +17 -7
- package/serialization/resources/commons/types/NetworkType.js +17 -7
- package/serialization/resources/commons/types/NotImplementedErrorMessage.js +17 -7
- package/serialization/resources/commons/types/Npi.js +17 -7
- package/serialization/resources/commons/types/OrganizationId.js +17 -7
- package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +17 -7
- package/serialization/resources/commons/types/PageToken.js +17 -7
- package/serialization/resources/commons/types/PatientExternalId.js +17 -7
- package/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +17 -7
- package/serialization/resources/commons/types/PayerPlanGroupId.d.ts +10 -0
- package/serialization/resources/commons/types/PayerPlanGroupId.js +45 -0
- package/serialization/resources/commons/types/PhoneNumber.js +17 -7
- package/serialization/resources/commons/types/PhoneNumberType.js +17 -7
- package/serialization/resources/commons/types/PreEncounterAppointmentId.js +17 -7
- package/serialization/resources/commons/types/PreEncounterPatientId.js +17 -7
- package/serialization/resources/commons/types/Primitive.js +17 -7
- package/serialization/resources/commons/types/ProcedureModifier.js +17 -7
- package/serialization/resources/commons/types/ProviderCredentialingSpanId.js +17 -7
- package/serialization/resources/commons/types/ProviderId.js +17 -7
- package/serialization/resources/commons/types/QualifierCode.js +17 -7
- package/serialization/resources/commons/types/RateId.js +17 -7
- package/serialization/resources/commons/types/RegionNational.js +17 -7
- package/serialization/resources/commons/types/RegionStates.js +17 -7
- package/serialization/resources/commons/types/Regions.js +17 -7
- package/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +17 -7
- package/serialization/resources/commons/types/RequestValidationError.js +17 -7
- package/serialization/resources/commons/types/ResourcePage.js +17 -7
- package/serialization/resources/commons/types/SchemaId.js +17 -7
- package/serialization/resources/commons/types/ServiceLineId.js +17 -7
- package/serialization/resources/commons/types/ServiceLineUnits.js +17 -7
- package/serialization/resources/commons/types/SortDirection.js +17 -7
- package/serialization/resources/commons/types/SourceOfPaymentCode.js +17 -7
- package/serialization/resources/commons/types/State.js +17 -7
- package/serialization/resources/commons/types/StreetAddressBase.js +17 -7
- package/serialization/resources/commons/types/StreetAddressLongZip.js +17 -7
- package/serialization/resources/commons/types/StreetAddressShortZip.js +17 -7
- package/serialization/resources/commons/types/TaskAssignmentId.js +17 -7
- package/serialization/resources/commons/types/TaskId.js +17 -7
- package/serialization/resources/commons/types/TaskNoteId.js +17 -7
- package/serialization/resources/commons/types/TaxId.js +17 -7
- package/serialization/resources/commons/types/UnauthorizedErrorMessage.js +17 -7
- package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +17 -7
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +17 -7
- package/serialization/resources/commons/types/UserId.js +17 -7
- package/serialization/resources/commons/types/WorkQueueId.js +17 -7
- package/serialization/resources/commons/types/index.d.ts +1 -0
- package/serialization/resources/commons/types/index.js +1 -0
- package/serialization/resources/contracts/resources/index.js +17 -7
- package/serialization/resources/contracts/resources/v2/client/delete.js +17 -7
- package/serialization/resources/contracts/resources/v2/client/get.js +17 -7
- package/serialization/resources/contracts/resources/v2/client/index.js +17 -7
- package/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +17 -7
- package/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +17 -7
- package/serialization/resources/contracts/resources/v2/client/update.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/Contract.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractBase.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractId.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractStatus.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractsPage.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/DateUpdate.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +17 -7
- package/serialization/resources/credentialing/resources/index.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/create.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/delete.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/get.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/getAll.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/index.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/update.js +17 -7
- package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +17 -7
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +17 -7
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +17 -7
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +17 -7
- package/serialization/resources/customSchemas/resources/index.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/client/create.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/client/get.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/client/index.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/client/update.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/Schema.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +17 -7
- package/serialization/resources/diagnoses/client/delete.js +17 -7
- package/serialization/resources/diagnoses/client/index.js +17 -7
- package/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +17 -7
- package/serialization/resources/diagnoses/client/update.js +17 -7
- package/serialization/resources/diagnoses/types/Diagnosis.js +17 -7
- package/serialization/resources/diagnoses/types/DiagnosisCreate.js +17 -7
- package/serialization/resources/diagnoses/types/DiagnosisId.js +17 -7
- package/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +17 -7
- package/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +17 -7
- package/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +17 -7
- package/serialization/resources/eligibility/resources/index.js +17 -7
- package/serialization/resources/eligibility/resources/v2/client/index.js +17 -7
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
- package/serialization/resources/encounterProviders/resources/index.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/index.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +17 -7
- package/serialization/resources/encounters/resources/index.js +17 -7
- package/serialization/resources/encounters/resources/v4/client/create.d.ts +11 -1
- package/serialization/resources/encounters/resources/v4/client/create.js +29 -7
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +11 -1
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +29 -7
- package/serialization/resources/encounters/resources/v4/client/index.d.ts +0 -1
- package/serialization/resources/encounters/resources/v4/client/index.js +18 -9
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +17 -7
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +17 -7
- package/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/update.js +23 -7
- package/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterPage.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/Intervention.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/Lab.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/LabCodeType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/Medication.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/NoteCategory.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +14 -0
- package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +45 -0
- package/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/RxCui.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/Vitals.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/serialization/resources/era/types/Era.js +17 -7
- package/serialization/resources/era/types/EraBase.js +17 -7
- package/serialization/resources/era/types/EraId.js +17 -7
- package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +17 -7
- package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/index.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +17 -7
- package/serialization/resources/exports/resources/index.js +17 -7
- package/serialization/resources/exports/resources/v3/client/getExports.js +17 -7
- package/serialization/resources/exports/resources/v3/client/index.js +17 -7
- package/serialization/resources/exports/resources/v3/types/GetExportsResponse.js +17 -7
- package/serialization/resources/externalPaymentAccountConfig/resources/index.js +17 -7
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +17 -7
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +17 -7
- package/serialization/resources/feeSchedules/resources/index.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/index.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/Rate.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +17 -7
- package/serialization/resources/financials/types/AccountType.js +17 -7
- package/serialization/resources/financials/types/Allocation.js +17 -7
- package/serialization/resources/financials/types/AllocationCreate.js +17 -7
- package/serialization/resources/financials/types/AllocationTarget.js +17 -7
- package/serialization/resources/financials/types/AllocationTargetCreate.js +17 -7
- package/serialization/resources/financials/types/AppointmentAllocationTarget.js +17 -7
- package/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +17 -7
- package/serialization/resources/financials/types/BillingProviderAllocationTarget.js +17 -7
- package/serialization/resources/financials/types/ClaimAllocationTarget.js +17 -7
- package/serialization/resources/financials/types/InvoiceUpdate.js +17 -7
- package/serialization/resources/financials/types/NoteUpdate.js +17 -7
- package/serialization/resources/financials/types/PatientTransactionSource.js +17 -7
- package/serialization/resources/financials/types/RefundReason.js +17 -7
- package/serialization/resources/financials/types/RefundReasonUpdate.js +17 -7
- package/serialization/resources/financials/types/ServiceLineAllocationTarget.js +17 -7
- package/serialization/resources/guarantor/resources/index.js +17 -7
- package/serialization/resources/guarantor/resources/v1/client/create.js +17 -7
- package/serialization/resources/guarantor/resources/v1/client/index.js +17 -7
- package/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +17 -7
- package/serialization/resources/guarantor/resources/v1/types/Guarantor.js +17 -7
- package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +17 -7
- package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +17 -7
- package/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +17 -7
- package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +17 -7
- package/serialization/resources/identifiers/types/Identifier.js +17 -7
- package/serialization/resources/identifiers/types/IdentifierBase.js +17 -7
- package/serialization/resources/identifiers/types/IdentifierCode.js +17 -7
- package/serialization/resources/identifiers/types/IdentifierCreate.js +17 -7
- package/serialization/resources/identifiers/types/IdentifierId.js +17 -7
- package/serialization/resources/identifiers/types/IdentifierUpdate.js +17 -7
- package/serialization/resources/identifiers/types/IdentifierValue.js +17 -7
- package/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +17 -7
- package/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +17 -7
- package/serialization/resources/identifiers/types/UpdatableIdentifier.js +17 -7
- package/serialization/resources/importInvoice/resources/index.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/client/get.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/client/index.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/client/update.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +17 -7
- package/serialization/resources/index.js +17 -7
- package/serialization/resources/individual/types/Gender.js +17 -7
- package/serialization/resources/individual/types/IndividualBase.js +17 -7
- package/serialization/resources/individual/types/IndividualId.js +17 -7
- package/serialization/resources/individual/types/Patient.js +17 -7
- package/serialization/resources/individual/types/PatientBase.js +17 -7
- package/serialization/resources/individual/types/PatientCreate.js +17 -7
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +17 -7
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +17 -7
- package/serialization/resources/individual/types/PatientUpdate.js +17 -7
- package/serialization/resources/individual/types/Subscriber.js +17 -7
- package/serialization/resources/individual/types/SubscriberBase.js +17 -7
- package/serialization/resources/individual/types/SubscriberCreate.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/index.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +17 -7
- package/serialization/resources/insuranceCards/resources/index.js +17 -7
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +17 -7
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +2 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +19 -7
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +17 -7
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +17 -7
- package/serialization/resources/insurancePayments/resources/index.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/client/create.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/client/delete.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/client/get.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/client/index.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/client/update.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/index.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +17 -7
- package/serialization/resources/invoices/resources/index.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/Invoice.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +17 -7
- package/serialization/resources/invoices/types/Invoice.js +17 -7
- package/serialization/resources/invoices/types/InvoiceItem.js +17 -7
- package/serialization/resources/invoices/types/InvoiceStatus.js +17 -7
- package/serialization/resources/medicationDispense/resources/index.js +17 -7
- package/serialization/resources/medicationDispense/resources/v1/client/create.js +17 -7
- package/serialization/resources/medicationDispense/resources/v1/client/index.js +17 -7
- package/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/index.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/index.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +17 -7
- package/serialization/resources/organizationProviders/resources/index.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
- package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +40 -7
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/client/create.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/client/get.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/client/index.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/client/update.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/index.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +17 -7
- package/serialization/resources/patientPayments/resources/index.js +17 -7
- package/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +17 -7
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +17 -7
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +17 -7
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/create.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/delete.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/get.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/index.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/update.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +17 -7
- package/serialization/resources/patientRefunds/resources/index.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/create.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/delete.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/get.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/index.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/update.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +17 -7
- package/serialization/resources/payers/resources/index.js +17 -7
- package/serialization/resources/payers/resources/v3/types/Payer.js +17 -7
- package/serialization/resources/payers/resources/v3/types/PayerId.js +17 -7
- package/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +17 -7
- package/serialization/resources/payers/resources/v3/types/PayerInfo.js +17 -7
- package/serialization/resources/payers/resources/v3/types/PayerName.js +17 -7
- package/serialization/resources/payers/resources/v3/types/PayerPage.js +17 -7
- package/serialization/resources/payers/resources/v3/types/PayerUuid.js +17 -7
- package/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/index.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/Address.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/AddressUse.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/BaseModel.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/CoverageId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/Gender.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/HumanName.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/NameUse.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/NoteId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/PageToken.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/PatientId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/PayerId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/Period.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/Race.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/Relationship.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/Sex.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/SortDirection.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/TagId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/UserId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/index.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +17 -7
- package/serialization/resources/preEncounter/resources/index.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/index.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +17 -7
- package/serialization/resources/preEncounter/resources/notes/resources/index.js +17 -7
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +17 -7
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/index.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +17 -7
- package/serialization/resources/preEncounter/resources/tags/resources/index.js +17 -7
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +17 -7
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +17 -7
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +17 -7
- package/serialization/resources/remitDrafts/resources/index.js +17 -7
- package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +17 -7
- package/serialization/resources/remits/resources/index.js +17 -7
- package/serialization/resources/remits/resources/v1/types/Payee.js +17 -7
- package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +17 -7
- package/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +17 -7
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +17 -7
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +17 -7
- package/serialization/resources/serviceFacility/types/ServiceFacilityId.js +17 -7
- package/serialization/resources/serviceLines/resources/index.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/client/create.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/client/delete.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/client/index.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/client/update.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/TestResult.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +17 -7
- package/serialization/resources/tags/types/Tag.js +17 -7
- package/serialization/resources/tags/types/TagColorEnum.js +17 -7
- package/serialization/resources/tags/types/TagCreate.js +17 -7
- package/serialization/resources/tags/types/TagId.js +17 -7
- package/serialization/resources/tasks/resources/commons/types/TaskCategory.js +17 -7
- package/serialization/resources/tasks/resources/commons/types/TaskStatus.js +17 -7
- package/serialization/resources/tasks/resources/commons/types/TaskType.js +17 -7
- package/serialization/resources/tasks/resources/index.js +17 -7
- package/serialization/resources/tasks/resources/v3/client/get.js +17 -7
- package/serialization/resources/tasks/resources/v3/client/getMulti.js +17 -7
- package/serialization/resources/tasks/resources/v3/client/index.js +17 -7
- package/serialization/resources/tasks/resources/v3/client/update.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/Task.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskAction.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskActionType.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskActions.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskNote.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskPage.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +17 -7
- package/serialization/resources/writeOffs/resources/index.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +17 -7
- package/serialization/resources/x12/resources/index.js +17 -7
- package/serialization/resources/x12/resources/v1/types/Carc.js +17 -7
- package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +17 -7
- package/serialization/resources/x12/resources/v1/types/Rarc.js +17 -7
- package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +17 -7
- package/version.d.ts +1 -0
- package/version.js +4 -0
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +0 -58
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +0 -113
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +0 -58
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +0 -113
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +0 -39
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +0 -90
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +0 -39
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +0 -90
|
@@ -7,6 +7,8 @@ import * as CandidApi from "../../../../../index";
|
|
|
7
7
|
export declare namespace V4 {
|
|
8
8
|
interface Options {
|
|
9
9
|
environment?: core.Supplier<environments.CandidApiEnvironment | environments.CandidApiEnvironmentUrls>;
|
|
10
|
+
/** Specify a custom URL to connect the client to. */
|
|
11
|
+
baseUrl?: core.Supplier<string>;
|
|
10
12
|
token?: core.Supplier<core.BearerToken | undefined>;
|
|
11
13
|
}
|
|
12
14
|
interface RequestOptions {
|
|
@@ -16,6 +18,8 @@ export declare namespace V4 {
|
|
|
16
18
|
maxRetries?: number;
|
|
17
19
|
/** A hook to abort the request. */
|
|
18
20
|
abortSignal?: AbortSignal;
|
|
21
|
+
/** Additional headers to include in the request. */
|
|
22
|
+
headers?: Record<string, string>;
|
|
19
23
|
}
|
|
20
24
|
}
|
|
21
25
|
export declare class V4 {
|
|
@@ -28,15 +32,15 @@ export declare class V4 {
|
|
|
28
32
|
* @example
|
|
29
33
|
* await client.encounters.v4.getAll({
|
|
30
34
|
* limit: 100,
|
|
31
|
-
* claimStatus:
|
|
32
|
-
* sort:
|
|
35
|
+
* claimStatus: "biller_received",
|
|
36
|
+
* sort: "created_at:asc",
|
|
33
37
|
* pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
34
38
|
* dateOfServiceMin: "2019-08-24",
|
|
35
39
|
* dateOfServiceMax: "2019-08-25",
|
|
36
40
|
* primaryPayerNames: "Medicare,Medicaid",
|
|
37
41
|
* searchTerm: "doe",
|
|
38
42
|
* externalId: CandidApi.EncounterExternalId("123456"),
|
|
39
|
-
* diagnosesUpdatedSince:
|
|
43
|
+
* diagnosesUpdatedSince: "2019-08-24T14:15:22Z"
|
|
40
44
|
* })
|
|
41
45
|
*/
|
|
42
46
|
getAll(request?: CandidApi.encounters.v4.GetAllEncountersRequest, requestOptions?: V4.RequestOptions): Promise<core.APIResponse<CandidApi.encounters.v4.EncounterPage, CandidApi.encounters.v4.getAll.Error>>;
|
|
@@ -57,7 +61,7 @@ export declare class V4 {
|
|
|
57
61
|
* patient: {
|
|
58
62
|
* phoneNumbers: [{
|
|
59
63
|
* number: "1234567890",
|
|
60
|
-
* type:
|
|
64
|
+
* type: "Home"
|
|
61
65
|
* }],
|
|
62
66
|
* phoneConsent: true,
|
|
63
67
|
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
@@ -73,27 +77,27 @@ export declare class V4 {
|
|
|
73
77
|
* address1: "123 Main St",
|
|
74
78
|
* address2: "Apt 1",
|
|
75
79
|
* city: "New York",
|
|
76
|
-
* state:
|
|
80
|
+
* state: "NY",
|
|
77
81
|
* zipCode: "10001",
|
|
78
82
|
* zipPlusFourCode: "1234"
|
|
79
83
|
* },
|
|
80
84
|
* firstName: "string",
|
|
81
85
|
* lastName: "string",
|
|
82
|
-
* gender:
|
|
86
|
+
* gender: "male"
|
|
83
87
|
* },
|
|
84
88
|
* billingProvider: {
|
|
85
89
|
* address: {
|
|
86
90
|
* address1: "123 Main St",
|
|
87
91
|
* address2: "Apt 1",
|
|
88
92
|
* city: "New York",
|
|
89
|
-
* state:
|
|
93
|
+
* state: "NY",
|
|
90
94
|
* zipCode: "10001",
|
|
91
95
|
* zipPlusFourCode: "1234"
|
|
92
96
|
* },
|
|
93
97
|
* taxId: "string",
|
|
94
98
|
* npi: "string",
|
|
95
99
|
* taxonomyCode: "string",
|
|
96
|
-
* providerCommercialLicenseType:
|
|
100
|
+
* providerCommercialLicenseType: "0",
|
|
97
101
|
* firstName: "string",
|
|
98
102
|
* lastName: "string",
|
|
99
103
|
* organizationName: "string"
|
|
@@ -105,7 +109,7 @@ export declare class V4 {
|
|
|
105
109
|
* address1: "123 Main St",
|
|
106
110
|
* address2: "Apt 1",
|
|
107
111
|
* city: "New York",
|
|
108
|
-
* state:
|
|
112
|
+
* state: "NY",
|
|
109
113
|
* zipCode: "10001",
|
|
110
114
|
* zipPlusFourCode: "1234"
|
|
111
115
|
* },
|
|
@@ -120,7 +124,7 @@ export declare class V4 {
|
|
|
120
124
|
* address1: "123 Main St",
|
|
121
125
|
* address2: "Apt 1",
|
|
122
126
|
* city: "New York",
|
|
123
|
-
* state:
|
|
127
|
+
* state: "NY",
|
|
124
128
|
* zipCode: "10001",
|
|
125
129
|
* zipPlusFourCode: "1234"
|
|
126
130
|
* },
|
|
@@ -135,11 +139,11 @@ export declare class V4 {
|
|
|
135
139
|
* address1: "123 Main St",
|
|
136
140
|
* address2: "Apt 1",
|
|
137
141
|
* city: "New York",
|
|
138
|
-
* state:
|
|
142
|
+
* state: "NY",
|
|
139
143
|
* zipCode: "10001",
|
|
140
144
|
* zipPlusFourCode: "1234"
|
|
141
145
|
* },
|
|
142
|
-
* qualifier:
|
|
146
|
+
* qualifier: "DQ",
|
|
143
147
|
* firstName: "string",
|
|
144
148
|
* lastName: "string",
|
|
145
149
|
* organizationName: "string"
|
|
@@ -151,7 +155,7 @@ export declare class V4 {
|
|
|
151
155
|
* address1: "123 Main St",
|
|
152
156
|
* address2: "Apt 1",
|
|
153
157
|
* city: "New York",
|
|
154
|
-
* state:
|
|
158
|
+
* state: "NY",
|
|
155
159
|
* zipCode: "10001",
|
|
156
160
|
* zipPlusFourCode: "1234"
|
|
157
161
|
* },
|
|
@@ -166,7 +170,7 @@ export declare class V4 {
|
|
|
166
170
|
* address1: "123 Main St",
|
|
167
171
|
* address2: "Apt 1",
|
|
168
172
|
* city: "New York",
|
|
169
|
-
* state:
|
|
173
|
+
* state: "NY",
|
|
170
174
|
* zipCode: "10001",
|
|
171
175
|
* zipPlusFourCode: "1234"
|
|
172
176
|
* },
|
|
@@ -181,25 +185,26 @@ export declare class V4 {
|
|
|
181
185
|
* rxPcn: "string",
|
|
182
186
|
* imageUrlFront: "string",
|
|
183
187
|
* imageUrlBack: "string",
|
|
184
|
-
* emrPayerCrosswalk:
|
|
188
|
+
* emrPayerCrosswalk: "HEALTHIE",
|
|
185
189
|
* groupNumber: "string",
|
|
186
190
|
* planName: "string",
|
|
187
|
-
* planType:
|
|
188
|
-
* insuranceType:
|
|
191
|
+
* planType: "09",
|
|
192
|
+
* insuranceType: "01",
|
|
193
|
+
* payerPlanGroupId: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
189
194
|
* },
|
|
190
|
-
* patientRelationshipToSubscriberCode:
|
|
195
|
+
* patientRelationshipToSubscriberCode: "01",
|
|
191
196
|
* dateOfBirth: "2023-01-15",
|
|
192
197
|
* address: {
|
|
193
198
|
* address1: "123 Main St",
|
|
194
199
|
* address2: "Apt 1",
|
|
195
200
|
* city: "New York",
|
|
196
|
-
* state:
|
|
201
|
+
* state: "NY",
|
|
197
202
|
* zipCode: "10001",
|
|
198
203
|
* zipPlusFourCode: "1234"
|
|
199
204
|
* },
|
|
200
205
|
* firstName: "string",
|
|
201
206
|
* lastName: "string",
|
|
202
|
-
* gender:
|
|
207
|
+
* gender: "male"
|
|
203
208
|
* },
|
|
204
209
|
* subscriberSecondary: {
|
|
205
210
|
* insuranceCard: {
|
|
@@ -210,43 +215,44 @@ export declare class V4 {
|
|
|
210
215
|
* rxPcn: "string",
|
|
211
216
|
* imageUrlFront: "string",
|
|
212
217
|
* imageUrlBack: "string",
|
|
213
|
-
* emrPayerCrosswalk:
|
|
218
|
+
* emrPayerCrosswalk: "HEALTHIE",
|
|
214
219
|
* groupNumber: "string",
|
|
215
220
|
* planName: "string",
|
|
216
|
-
* planType:
|
|
217
|
-
* insuranceType:
|
|
221
|
+
* planType: "09",
|
|
222
|
+
* insuranceType: "01",
|
|
223
|
+
* payerPlanGroupId: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
218
224
|
* },
|
|
219
|
-
* patientRelationshipToSubscriberCode:
|
|
225
|
+
* patientRelationshipToSubscriberCode: "01",
|
|
220
226
|
* dateOfBirth: "2023-01-15",
|
|
221
227
|
* address: {
|
|
222
228
|
* address1: "123 Main St",
|
|
223
229
|
* address2: "Apt 1",
|
|
224
230
|
* city: "New York",
|
|
225
|
-
* state:
|
|
231
|
+
* state: "NY",
|
|
226
232
|
* zipCode: "10001",
|
|
227
233
|
* zipPlusFourCode: "1234"
|
|
228
234
|
* },
|
|
229
235
|
* firstName: "string",
|
|
230
236
|
* lastName: "string",
|
|
231
|
-
* gender:
|
|
237
|
+
* gender: "male"
|
|
232
238
|
* },
|
|
233
239
|
* priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
|
|
234
|
-
* responsibleParty:
|
|
240
|
+
* responsibleParty: "INSURANCE_PAY",
|
|
235
241
|
* diagnoses: [{
|
|
236
242
|
* name: "string",
|
|
237
|
-
* codeType:
|
|
243
|
+
* codeType: "ABF",
|
|
238
244
|
* code: "string"
|
|
239
245
|
* }],
|
|
240
246
|
* clinicalNotes: [{
|
|
241
|
-
* category:
|
|
247
|
+
* category: "clinical",
|
|
242
248
|
* notes: []
|
|
243
249
|
* }],
|
|
244
250
|
* billingNotes: [{
|
|
245
251
|
* text: "string"
|
|
246
252
|
* }],
|
|
247
|
-
* placeOfServiceCode:
|
|
253
|
+
* placeOfServiceCode: "01",
|
|
248
254
|
* patientHistories: [{
|
|
249
|
-
* category:
|
|
255
|
+
* category: "present_illness",
|
|
250
256
|
* questions: [{
|
|
251
257
|
* id: CandidApi.encounters.v4.IntakeQuestionId("6E7FBCE4-A8EA-46D0-A8D8-FF83CA3BB176"),
|
|
252
258
|
* text: "Do you have any allergies?",
|
|
@@ -263,13 +269,13 @@ export declare class V4 {
|
|
|
263
269
|
* serviceLines: [{
|
|
264
270
|
* procedureCode: "string",
|
|
265
271
|
* quantity: CandidApi.Decimal("string"),
|
|
266
|
-
* units:
|
|
272
|
+
* units: "MJ",
|
|
267
273
|
* diagnosisPointers: []
|
|
268
274
|
* }],
|
|
269
275
|
* guarantor: {
|
|
270
276
|
* phoneNumbers: [{
|
|
271
277
|
* number: "1234567890",
|
|
272
|
-
* type:
|
|
278
|
+
* type: "Home"
|
|
273
279
|
* }],
|
|
274
280
|
* phoneConsent: true,
|
|
275
281
|
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
@@ -282,24 +288,24 @@ export declare class V4 {
|
|
|
282
288
|
* address1: "123 Main St",
|
|
283
289
|
* address2: "Apt 1",
|
|
284
290
|
* city: "New York",
|
|
285
|
-
* state:
|
|
291
|
+
* state: "NY",
|
|
286
292
|
* zipCode: "10001",
|
|
287
293
|
* zipPlusFourCode: "1234"
|
|
288
294
|
* }
|
|
289
295
|
* },
|
|
290
296
|
* externalClaimSubmission: {
|
|
291
|
-
* claimCreatedAt:
|
|
297
|
+
* claimCreatedAt: "2023-01-01T12:00:00.000000Z",
|
|
292
298
|
* patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
293
299
|
* submissionRecords: [{
|
|
294
|
-
* submittedAt:
|
|
295
|
-
* claimFrequencyCode:
|
|
296
|
-
* payerResponsibility:
|
|
297
|
-
* intendedSubmissionMedium:
|
|
300
|
+
* submittedAt: "2023-01-01T13:00:00.000000Z",
|
|
301
|
+
* claimFrequencyCode: "1",
|
|
302
|
+
* payerResponsibility: "primary",
|
|
303
|
+
* intendedSubmissionMedium: "electronic"
|
|
298
304
|
* }, {
|
|
299
|
-
* submittedAt:
|
|
300
|
-
* claimFrequencyCode:
|
|
301
|
-
* payerResponsibility:
|
|
302
|
-
* intendedSubmissionMedium:
|
|
305
|
+
* submittedAt: "2023-01-04T12:00:00.000000Z",
|
|
306
|
+
* claimFrequencyCode: "7",
|
|
307
|
+
* payerResponsibility: "primary",
|
|
308
|
+
* intendedSubmissionMedium: "paper"
|
|
303
309
|
* }]
|
|
304
310
|
* },
|
|
305
311
|
* tagIds: [CandidApi.TagId("string")],
|
|
@@ -314,9 +320,9 @@ export declare class V4 {
|
|
|
314
320
|
* }],
|
|
315
321
|
* referralNumber: "string",
|
|
316
322
|
* epsdtReferral: {
|
|
317
|
-
* conditionIndicator1:
|
|
318
|
-
* conditionIndicator2:
|
|
319
|
-
* conditionIndicator3:
|
|
323
|
+
* conditionIndicator1: "AV",
|
|
324
|
+
* conditionIndicator2: "AV",
|
|
325
|
+
* conditionIndicator3: "AV"
|
|
320
326
|
* },
|
|
321
327
|
* externalId: CandidApi.EncounterExternalId("string"),
|
|
322
328
|
* dateOfService: "2023-01-15",
|
|
@@ -344,7 +350,7 @@ export declare class V4 {
|
|
|
344
350
|
* },
|
|
345
351
|
* interventions: [{
|
|
346
352
|
* name: "Physical Therapy Session",
|
|
347
|
-
* category:
|
|
353
|
+
* category: "lifestyle",
|
|
348
354
|
* description: "A session focused on improving muscular strength, flexibility, and range of motion post-injury.",
|
|
349
355
|
* medication: {
|
|
350
356
|
* name: "Lisinopril",
|
|
@@ -357,26 +363,26 @@ export declare class V4 {
|
|
|
357
363
|
* labs: [{
|
|
358
364
|
* name: "Genetic Health Labs",
|
|
359
365
|
* code: "GH12345",
|
|
360
|
-
* codeType:
|
|
366
|
+
* codeType: "quest"
|
|
361
367
|
* }]
|
|
362
368
|
* }],
|
|
363
369
|
* payToAddress: {
|
|
364
370
|
* address1: "123 Main St",
|
|
365
371
|
* address2: "Apt 1",
|
|
366
372
|
* city: "New York",
|
|
367
|
-
* state:
|
|
373
|
+
* state: "NY",
|
|
368
374
|
* zipCode: "10001",
|
|
369
375
|
* zipPlusFourCode: "1234"
|
|
370
376
|
* },
|
|
371
|
-
* synchronicity:
|
|
372
|
-
* billableStatus:
|
|
377
|
+
* synchronicity: "Synchronous",
|
|
378
|
+
* billableStatus: "BILLABLE",
|
|
373
379
|
* additionalInformation: "string",
|
|
374
|
-
* serviceAuthorizationExceptionCode:
|
|
380
|
+
* serviceAuthorizationExceptionCode: "1",
|
|
375
381
|
* admissionDate: "2023-01-15",
|
|
376
382
|
* dischargeDate: "2023-01-15",
|
|
377
383
|
* onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
378
384
|
* lastMenstrualPeriodDate: "2023-01-15",
|
|
379
|
-
* delayReasonCode:
|
|
385
|
+
* delayReasonCode: "1"
|
|
380
386
|
* })
|
|
381
387
|
*/
|
|
382
388
|
create(request: CandidApi.encounters.v4.EncounterCreate, requestOptions?: V4.RequestOptions): Promise<core.APIResponse<CandidApi.encounters.v4.Encounter, CandidApi.encounters.v4.create.Error>>;
|
|
@@ -411,14 +417,14 @@ export declare class V4 {
|
|
|
411
417
|
* address1: "123 Main St",
|
|
412
418
|
* address2: "Apt 1",
|
|
413
419
|
* city: "New York",
|
|
414
|
-
* state:
|
|
420
|
+
* state: "NY",
|
|
415
421
|
* zipCode: "10001",
|
|
416
422
|
* zipPlusFourCode: "1234"
|
|
417
423
|
* },
|
|
418
424
|
* taxId: "string",
|
|
419
425
|
* npi: "string",
|
|
420
426
|
* taxonomyCode: "string",
|
|
421
|
-
* providerCommercialLicenseType:
|
|
427
|
+
* providerCommercialLicenseType: "0",
|
|
422
428
|
* firstName: "string",
|
|
423
429
|
* lastName: "string",
|
|
424
430
|
* organizationName: "string"
|
|
@@ -430,7 +436,7 @@ export declare class V4 {
|
|
|
430
436
|
* address1: "123 Main St",
|
|
431
437
|
* address2: "Apt 1",
|
|
432
438
|
* city: "New York",
|
|
433
|
-
* state:
|
|
439
|
+
* state: "NY",
|
|
434
440
|
* zipCode: "10001",
|
|
435
441
|
* zipPlusFourCode: "1234"
|
|
436
442
|
* },
|
|
@@ -445,11 +451,11 @@ export declare class V4 {
|
|
|
445
451
|
* address1: "123 Main St",
|
|
446
452
|
* address2: "Apt 1",
|
|
447
453
|
* city: "New York",
|
|
448
|
-
* state:
|
|
454
|
+
* state: "NY",
|
|
449
455
|
* zipCode: "10001",
|
|
450
456
|
* zipPlusFourCode: "1234"
|
|
451
457
|
* },
|
|
452
|
-
* qualifier:
|
|
458
|
+
* qualifier: "DQ",
|
|
453
459
|
* firstName: "string",
|
|
454
460
|
* lastName: "string",
|
|
455
461
|
* organizationName: "string"
|
|
@@ -461,7 +467,7 @@ export declare class V4 {
|
|
|
461
467
|
* address1: "123 Main St",
|
|
462
468
|
* address2: "Apt 1",
|
|
463
469
|
* city: "New York",
|
|
464
|
-
* state:
|
|
470
|
+
* state: "NY",
|
|
465
471
|
* zipCode: "10001",
|
|
466
472
|
* zipPlusFourCode: "1234"
|
|
467
473
|
* },
|
|
@@ -476,7 +482,7 @@ export declare class V4 {
|
|
|
476
482
|
* address1: "123 Main St",
|
|
477
483
|
* address2: "Apt 1",
|
|
478
484
|
* city: "New York",
|
|
479
|
-
* state:
|
|
485
|
+
* state: "NY",
|
|
480
486
|
* zipCode: "10001",
|
|
481
487
|
* zipPlusFourCode: "1234"
|
|
482
488
|
* },
|
|
@@ -484,19 +490,19 @@ export declare class V4 {
|
|
|
484
490
|
* },
|
|
485
491
|
* diagnoses: [{
|
|
486
492
|
* name: "string",
|
|
487
|
-
* codeType:
|
|
493
|
+
* codeType: "ABF",
|
|
488
494
|
* code: "string"
|
|
489
495
|
* }],
|
|
490
496
|
* clinicalNotes: [{
|
|
491
|
-
* category:
|
|
497
|
+
* category: "clinical",
|
|
492
498
|
* notes: []
|
|
493
499
|
* }],
|
|
494
500
|
* billingNotes: [{
|
|
495
501
|
* text: "string"
|
|
496
502
|
* }],
|
|
497
|
-
* placeOfServiceCode:
|
|
503
|
+
* placeOfServiceCode: "01",
|
|
498
504
|
* patientHistories: [{
|
|
499
|
-
* category:
|
|
505
|
+
* category: "present_illness",
|
|
500
506
|
* questions: [{
|
|
501
507
|
* id: CandidApi.encounters.v4.IntakeQuestionId("6E7FBCE4-A8EA-46D0-A8D8-FF83CA3BB176"),
|
|
502
508
|
* text: "Do you have any allergies?",
|
|
@@ -513,22 +519,22 @@ export declare class V4 {
|
|
|
513
519
|
* serviceLines: [{
|
|
514
520
|
* procedureCode: "string",
|
|
515
521
|
* quantity: CandidApi.Decimal("string"),
|
|
516
|
-
* units:
|
|
522
|
+
* units: "MJ",
|
|
517
523
|
* diagnosisPointers: []
|
|
518
524
|
* }],
|
|
519
525
|
* externalClaimSubmission: {
|
|
520
|
-
* claimCreatedAt:
|
|
526
|
+
* claimCreatedAt: "2023-01-01T12:00:00.000000Z",
|
|
521
527
|
* patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
522
528
|
* submissionRecords: [{
|
|
523
|
-
* submittedAt:
|
|
524
|
-
* claimFrequencyCode:
|
|
525
|
-
* payerResponsibility:
|
|
526
|
-
* intendedSubmissionMedium:
|
|
529
|
+
* submittedAt: "2023-01-01T13:00:00.000000Z",
|
|
530
|
+
* claimFrequencyCode: "1",
|
|
531
|
+
* payerResponsibility: "primary",
|
|
532
|
+
* intendedSubmissionMedium: "electronic"
|
|
527
533
|
* }, {
|
|
528
|
-
* submittedAt:
|
|
529
|
-
* claimFrequencyCode:
|
|
530
|
-
* payerResponsibility:
|
|
531
|
-
* intendedSubmissionMedium:
|
|
534
|
+
* submittedAt: "2023-01-04T12:00:00.000000Z",
|
|
535
|
+
* claimFrequencyCode: "7",
|
|
536
|
+
* payerResponsibility: "primary",
|
|
537
|
+
* intendedSubmissionMedium: "paper"
|
|
532
538
|
* }]
|
|
533
539
|
* },
|
|
534
540
|
* tagIds: [CandidApi.TagId("string")],
|
|
@@ -567,7 +573,7 @@ export declare class V4 {
|
|
|
567
573
|
* },
|
|
568
574
|
* interventions: [{
|
|
569
575
|
* name: "Physical Therapy Session",
|
|
570
|
-
* category:
|
|
576
|
+
* category: "lifestyle",
|
|
571
577
|
* description: "A session focused on improving muscular strength, flexibility, and range of motion post-injury.",
|
|
572
578
|
* medication: {
|
|
573
579
|
* name: "Lisinopril",
|
|
@@ -580,252 +586,29 @@ export declare class V4 {
|
|
|
580
586
|
* labs: [{
|
|
581
587
|
* name: "Genetic Health Labs",
|
|
582
588
|
* code: "GH12345",
|
|
583
|
-
* codeType:
|
|
589
|
+
* codeType: "quest"
|
|
584
590
|
* }]
|
|
585
591
|
* }],
|
|
586
592
|
* payToAddress: {
|
|
587
593
|
* address1: "123 Main St",
|
|
588
594
|
* address2: "Apt 1",
|
|
589
595
|
* city: "New York",
|
|
590
|
-
* state:
|
|
596
|
+
* state: "NY",
|
|
591
597
|
* zipCode: "10001",
|
|
592
598
|
* zipPlusFourCode: "1234"
|
|
593
599
|
* },
|
|
594
|
-
* synchronicity:
|
|
595
|
-
* billableStatus:
|
|
600
|
+
* synchronicity: "Synchronous",
|
|
601
|
+
* billableStatus: "BILLABLE",
|
|
596
602
|
* additionalInformation: "string",
|
|
597
|
-
* serviceAuthorizationExceptionCode:
|
|
603
|
+
* serviceAuthorizationExceptionCode: "1",
|
|
598
604
|
* admissionDate: "2023-01-15",
|
|
599
605
|
* dischargeDate: "2023-01-15",
|
|
600
606
|
* onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
601
607
|
* lastMenstrualPeriodDate: "2023-01-15",
|
|
602
|
-
* delayReasonCode:
|
|
608
|
+
* delayReasonCode: "1"
|
|
603
609
|
* })
|
|
604
610
|
*/
|
|
605
611
|
createFromPreEncounterPatient(request: CandidApi.encounters.v4.EncounterCreateFromPreEncounter, requestOptions?: V4.RequestOptions): Promise<core.APIResponse<CandidApi.encounters.v4.Encounter, CandidApi.encounters.v4.createFromPreEncounterPatient.Error>>;
|
|
606
|
-
/**
|
|
607
|
-
* Create an encounter from a pre-encounter patient and appointment. This endpoint is intended to be used by consumers who are managing
|
|
608
|
-
* patients and appointments in the pre-encounter service and is currently under development. Consumers who are not taking advantage
|
|
609
|
-
* of the pre-encounter service should use the standard create endpoint.
|
|
610
|
-
*
|
|
611
|
-
* The endpoint will create an encounter from the provided fields, pulling information from the provided patient and appointment objects
|
|
612
|
-
* where applicable. In particular, the following fields are populated from the patient and appointment objects:
|
|
613
|
-
*
|
|
614
|
-
* - Patient
|
|
615
|
-
* - Referring Provider
|
|
616
|
-
* - Subscriber Primary
|
|
617
|
-
* - Subscriber Secondary
|
|
618
|
-
* - Referral Number
|
|
619
|
-
* - Responsible Party
|
|
620
|
-
* - Guarantor
|
|
621
|
-
*
|
|
622
|
-
* Utilizing this endpoint opts you into automatic updating of the encounter when the patient or appointment is updated, assuming the
|
|
623
|
-
* encounter has not already been submitted or adjudicated.
|
|
624
|
-
*
|
|
625
|
-
* @param {CandidApi.encounters.v4.EncounterCreateFromPreEncounter} request
|
|
626
|
-
* @param {V4.RequestOptions} requestOptions - Request-specific configuration.
|
|
627
|
-
*
|
|
628
|
-
* @example
|
|
629
|
-
* await client.encounters.v4.createFromPreEncounterPatientInternal({
|
|
630
|
-
* preEncounterPatientId: CandidApi.PreEncounterPatientId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
631
|
-
* preEncounterAppointmentIds: [CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
632
|
-
* billingProvider: {
|
|
633
|
-
* address: {
|
|
634
|
-
* address1: "123 Main St",
|
|
635
|
-
* address2: "Apt 1",
|
|
636
|
-
* city: "New York",
|
|
637
|
-
* state: CandidApi.State.Ny,
|
|
638
|
-
* zipCode: "10001",
|
|
639
|
-
* zipPlusFourCode: "1234"
|
|
640
|
-
* },
|
|
641
|
-
* taxId: "string",
|
|
642
|
-
* npi: "string",
|
|
643
|
-
* taxonomyCode: "string",
|
|
644
|
-
* providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
|
|
645
|
-
* firstName: "string",
|
|
646
|
-
* lastName: "string",
|
|
647
|
-
* organizationName: "string"
|
|
648
|
-
* },
|
|
649
|
-
* renderingProvider: {
|
|
650
|
-
* npi: "string",
|
|
651
|
-
* taxonomyCode: "string",
|
|
652
|
-
* address: {
|
|
653
|
-
* address1: "123 Main St",
|
|
654
|
-
* address2: "Apt 1",
|
|
655
|
-
* city: "New York",
|
|
656
|
-
* state: CandidApi.State.Ny,
|
|
657
|
-
* zipCode: "10001",
|
|
658
|
-
* zipPlusFourCode: "1234"
|
|
659
|
-
* },
|
|
660
|
-
* firstName: "string",
|
|
661
|
-
* lastName: "string",
|
|
662
|
-
* organizationName: "string"
|
|
663
|
-
* },
|
|
664
|
-
* initialReferringProvider: {
|
|
665
|
-
* npi: "string",
|
|
666
|
-
* taxonomyCode: "string",
|
|
667
|
-
* address: {
|
|
668
|
-
* address1: "123 Main St",
|
|
669
|
-
* address2: "Apt 1",
|
|
670
|
-
* city: "New York",
|
|
671
|
-
* state: CandidApi.State.Ny,
|
|
672
|
-
* zipCode: "10001",
|
|
673
|
-
* zipPlusFourCode: "1234"
|
|
674
|
-
* },
|
|
675
|
-
* qualifier: CandidApi.QualifierCode.Dq,
|
|
676
|
-
* firstName: "string",
|
|
677
|
-
* lastName: "string",
|
|
678
|
-
* organizationName: "string"
|
|
679
|
-
* },
|
|
680
|
-
* supervisingProvider: {
|
|
681
|
-
* npi: "string",
|
|
682
|
-
* taxonomyCode: "string",
|
|
683
|
-
* address: {
|
|
684
|
-
* address1: "123 Main St",
|
|
685
|
-
* address2: "Apt 1",
|
|
686
|
-
* city: "New York",
|
|
687
|
-
* state: CandidApi.State.Ny,
|
|
688
|
-
* zipCode: "10001",
|
|
689
|
-
* zipPlusFourCode: "1234"
|
|
690
|
-
* },
|
|
691
|
-
* firstName: "string",
|
|
692
|
-
* lastName: "string",
|
|
693
|
-
* organizationName: "string"
|
|
694
|
-
* },
|
|
695
|
-
* serviceFacility: {
|
|
696
|
-
* organizationName: "string",
|
|
697
|
-
* npi: "string",
|
|
698
|
-
* address: {
|
|
699
|
-
* address1: "123 Main St",
|
|
700
|
-
* address2: "Apt 1",
|
|
701
|
-
* city: "New York",
|
|
702
|
-
* state: CandidApi.State.Ny,
|
|
703
|
-
* zipCode: "10001",
|
|
704
|
-
* zipPlusFourCode: "1234"
|
|
705
|
-
* },
|
|
706
|
-
* secondaryIdentification: "string"
|
|
707
|
-
* },
|
|
708
|
-
* diagnoses: [{
|
|
709
|
-
* name: "string",
|
|
710
|
-
* codeType: CandidApi.DiagnosisTypeCode.Abf,
|
|
711
|
-
* code: "string"
|
|
712
|
-
* }],
|
|
713
|
-
* clinicalNotes: [{
|
|
714
|
-
* category: CandidApi.encounters.v4.NoteCategory.Clinical,
|
|
715
|
-
* notes: []
|
|
716
|
-
* }],
|
|
717
|
-
* billingNotes: [{
|
|
718
|
-
* text: "string"
|
|
719
|
-
* }],
|
|
720
|
-
* placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
|
|
721
|
-
* patientHistories: [{
|
|
722
|
-
* category: CandidApi.encounters.v4.PatientHistoryCategoryEnum.PresentIllness,
|
|
723
|
-
* questions: [{
|
|
724
|
-
* id: CandidApi.encounters.v4.IntakeQuestionId("6E7FBCE4-A8EA-46D0-A8D8-FF83CA3BB176"),
|
|
725
|
-
* text: "Do you have any allergies?",
|
|
726
|
-
* responses: [{
|
|
727
|
-
* response: "No allergies",
|
|
728
|
-
* followUps: [{
|
|
729
|
-
* id: CandidApi.encounters.v4.IntakeFollowUpId("4F3D57F9-AC94-49D6-87E4-E804B709917A"),
|
|
730
|
-
* text: "Do you have any allergies?",
|
|
731
|
-
* response: "No allergies"
|
|
732
|
-
* }]
|
|
733
|
-
* }]
|
|
734
|
-
* }]
|
|
735
|
-
* }],
|
|
736
|
-
* serviceLines: [{
|
|
737
|
-
* procedureCode: "string",
|
|
738
|
-
* quantity: CandidApi.Decimal("string"),
|
|
739
|
-
* units: CandidApi.ServiceLineUnits.Mj,
|
|
740
|
-
* diagnosisPointers: []
|
|
741
|
-
* }],
|
|
742
|
-
* externalClaimSubmission: {
|
|
743
|
-
* claimCreatedAt: new Date("2023-01-01T12:00:00.000Z"),
|
|
744
|
-
* patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
745
|
-
* submissionRecords: [{
|
|
746
|
-
* submittedAt: new Date("2023-01-01T13:00:00.000Z"),
|
|
747
|
-
* claimFrequencyCode: CandidApi.claimSubmission.v1.ClaimFrequencyTypeCode.Original,
|
|
748
|
-
* payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
749
|
-
* intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Electronic
|
|
750
|
-
* }, {
|
|
751
|
-
* submittedAt: new Date("2023-01-04T12:00:00.000Z"),
|
|
752
|
-
* claimFrequencyCode: CandidApi.claimSubmission.v1.ClaimFrequencyTypeCode.Replacement,
|
|
753
|
-
* payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
754
|
-
* intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Paper
|
|
755
|
-
* }]
|
|
756
|
-
* },
|
|
757
|
-
* tagIds: [CandidApi.TagId("string")],
|
|
758
|
-
* schemaInstances: [{
|
|
759
|
-
* schemaId: CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"),
|
|
760
|
-
* content: {
|
|
761
|
-
* "provider_category": "internist",
|
|
762
|
-
* "is_urgent_care": true,
|
|
763
|
-
* "bmi": 24.2,
|
|
764
|
-
* "age": 38
|
|
765
|
-
* }
|
|
766
|
-
* }],
|
|
767
|
-
* externalId: CandidApi.EncounterExternalId("string"),
|
|
768
|
-
* dateOfService: "2023-01-15",
|
|
769
|
-
* endDateOfService: "2023-01-15",
|
|
770
|
-
* patientAuthorizedRelease: true,
|
|
771
|
-
* benefitsAssignedToProvider: true,
|
|
772
|
-
* providerAcceptsAssignment: true,
|
|
773
|
-
* appointmentType: "string",
|
|
774
|
-
* existingMedications: [{
|
|
775
|
-
* name: "Lisinopril",
|
|
776
|
-
* rxCui: CandidApi.encounters.v4.RxCui("860975"),
|
|
777
|
-
* dosage: "10mg",
|
|
778
|
-
* dosageForm: "Tablet",
|
|
779
|
-
* frequency: "Once Daily",
|
|
780
|
-
* asNeeded: true
|
|
781
|
-
* }],
|
|
782
|
-
* vitals: {
|
|
783
|
-
* heightIn: 70,
|
|
784
|
-
* weightLbs: 165,
|
|
785
|
-
* bloodPressureSystolicMmhg: 115,
|
|
786
|
-
* bloodPressureDiastolicMmhg: 85,
|
|
787
|
-
* bodyTemperatureF: 98,
|
|
788
|
-
* hemoglobinGdl: 15.1,
|
|
789
|
-
* hematocritPct: 51.2
|
|
790
|
-
* },
|
|
791
|
-
* interventions: [{
|
|
792
|
-
* name: "Physical Therapy Session",
|
|
793
|
-
* category: CandidApi.encounters.v4.InterventionCategory.Lifestyle,
|
|
794
|
-
* description: "A session focused on improving muscular strength, flexibility, and range of motion post-injury.",
|
|
795
|
-
* medication: {
|
|
796
|
-
* name: "Lisinopril",
|
|
797
|
-
* rxCui: CandidApi.encounters.v4.RxCui("860975"),
|
|
798
|
-
* dosage: "10mg",
|
|
799
|
-
* dosageForm: "Tablet",
|
|
800
|
-
* frequency: "Once Daily",
|
|
801
|
-
* asNeeded: true
|
|
802
|
-
* },
|
|
803
|
-
* labs: [{
|
|
804
|
-
* name: "Genetic Health Labs",
|
|
805
|
-
* code: "GH12345",
|
|
806
|
-
* codeType: CandidApi.encounters.v4.LabCodeType.Quest
|
|
807
|
-
* }]
|
|
808
|
-
* }],
|
|
809
|
-
* payToAddress: {
|
|
810
|
-
* address1: "123 Main St",
|
|
811
|
-
* address2: "Apt 1",
|
|
812
|
-
* city: "New York",
|
|
813
|
-
* state: CandidApi.State.Ny,
|
|
814
|
-
* zipCode: "10001",
|
|
815
|
-
* zipPlusFourCode: "1234"
|
|
816
|
-
* },
|
|
817
|
-
* synchronicity: CandidApi.encounters.v4.SynchronicityType.Synchronous,
|
|
818
|
-
* billableStatus: CandidApi.encounters.v4.BillableStatusType.Billable,
|
|
819
|
-
* additionalInformation: "string",
|
|
820
|
-
* serviceAuthorizationExceptionCode: CandidApi.encounters.v4.ServiceAuthorizationExceptionCode.C1,
|
|
821
|
-
* admissionDate: "2023-01-15",
|
|
822
|
-
* dischargeDate: "2023-01-15",
|
|
823
|
-
* onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
824
|
-
* lastMenstrualPeriodDate: "2023-01-15",
|
|
825
|
-
* delayReasonCode: CandidApi.DelayReasonCode.C1
|
|
826
|
-
* })
|
|
827
|
-
*/
|
|
828
|
-
createFromPreEncounterPatientInternal(request: CandidApi.encounters.v4.EncounterCreateFromPreEncounter, requestOptions?: V4.RequestOptions): Promise<core.APIResponse<CandidApi.encounters.v4.Encounter, CandidApi.encounters.v4.createFromPreEncounterPatientInternal.Error>>;
|
|
829
612
|
/**
|
|
830
613
|
* @param {CandidApi.EncounterId} encounterId
|
|
831
614
|
* @param {CandidApi.encounters.v4.EncounterUpdate} request
|
|
@@ -834,7 +617,7 @@ export declare class V4 {
|
|
|
834
617
|
* @example
|
|
835
618
|
* await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
836
619
|
* diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
837
|
-
* placeOfServiceCodeAsSubmitted:
|
|
620
|
+
* placeOfServiceCodeAsSubmitted: "01"
|
|
838
621
|
* })
|
|
839
622
|
*/
|
|
840
623
|
update(encounterId: CandidApi.EncounterId, request?: CandidApi.encounters.v4.EncounterUpdate, requestOptions?: V4.RequestOptions): Promise<core.APIResponse<CandidApi.encounters.v4.Encounter, CandidApi.encounters.v4.update.Error>>;
|