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
|
@@ -8,7 +8,7 @@ import * as CandidApi from "../../../../../../index";
|
|
|
8
8
|
* patient: {
|
|
9
9
|
* phoneNumbers: [{
|
|
10
10
|
* number: "1234567890",
|
|
11
|
-
* type:
|
|
11
|
+
* type: "Home"
|
|
12
12
|
* }],
|
|
13
13
|
* phoneConsent: true,
|
|
14
14
|
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
@@ -24,27 +24,27 @@ import * as CandidApi from "../../../../../../index";
|
|
|
24
24
|
* address1: "123 Main St",
|
|
25
25
|
* address2: "Apt 1",
|
|
26
26
|
* city: "New York",
|
|
27
|
-
* state:
|
|
27
|
+
* state: "NY",
|
|
28
28
|
* zipCode: "10001",
|
|
29
29
|
* zipPlusFourCode: "1234"
|
|
30
30
|
* },
|
|
31
31
|
* firstName: "string",
|
|
32
32
|
* lastName: "string",
|
|
33
|
-
* gender:
|
|
33
|
+
* gender: "male"
|
|
34
34
|
* },
|
|
35
35
|
* billingProvider: {
|
|
36
36
|
* address: {
|
|
37
37
|
* address1: "123 Main St",
|
|
38
38
|
* address2: "Apt 1",
|
|
39
39
|
* city: "New York",
|
|
40
|
-
* state:
|
|
40
|
+
* state: "NY",
|
|
41
41
|
* zipCode: "10001",
|
|
42
42
|
* zipPlusFourCode: "1234"
|
|
43
43
|
* },
|
|
44
44
|
* taxId: "string",
|
|
45
45
|
* npi: "string",
|
|
46
46
|
* taxonomyCode: "string",
|
|
47
|
-
* providerCommercialLicenseType:
|
|
47
|
+
* providerCommercialLicenseType: "0",
|
|
48
48
|
* firstName: "string",
|
|
49
49
|
* lastName: "string",
|
|
50
50
|
* organizationName: "string"
|
|
@@ -56,7 +56,7 @@ import * as CandidApi from "../../../../../../index";
|
|
|
56
56
|
* address1: "123 Main St",
|
|
57
57
|
* address2: "Apt 1",
|
|
58
58
|
* city: "New York",
|
|
59
|
-
* state:
|
|
59
|
+
* state: "NY",
|
|
60
60
|
* zipCode: "10001",
|
|
61
61
|
* zipPlusFourCode: "1234"
|
|
62
62
|
* },
|
|
@@ -71,7 +71,7 @@ import * as CandidApi from "../../../../../../index";
|
|
|
71
71
|
* address1: "123 Main St",
|
|
72
72
|
* address2: "Apt 1",
|
|
73
73
|
* city: "New York",
|
|
74
|
-
* state:
|
|
74
|
+
* state: "NY",
|
|
75
75
|
* zipCode: "10001",
|
|
76
76
|
* zipPlusFourCode: "1234"
|
|
77
77
|
* },
|
|
@@ -86,11 +86,11 @@ import * as CandidApi from "../../../../../../index";
|
|
|
86
86
|
* address1: "123 Main St",
|
|
87
87
|
* address2: "Apt 1",
|
|
88
88
|
* city: "New York",
|
|
89
|
-
* state:
|
|
89
|
+
* state: "NY",
|
|
90
90
|
* zipCode: "10001",
|
|
91
91
|
* zipPlusFourCode: "1234"
|
|
92
92
|
* },
|
|
93
|
-
* qualifier:
|
|
93
|
+
* qualifier: "DQ",
|
|
94
94
|
* firstName: "string",
|
|
95
95
|
* lastName: "string",
|
|
96
96
|
* organizationName: "string"
|
|
@@ -102,7 +102,7 @@ import * as CandidApi from "../../../../../../index";
|
|
|
102
102
|
* address1: "123 Main St",
|
|
103
103
|
* address2: "Apt 1",
|
|
104
104
|
* city: "New York",
|
|
105
|
-
* state:
|
|
105
|
+
* state: "NY",
|
|
106
106
|
* zipCode: "10001",
|
|
107
107
|
* zipPlusFourCode: "1234"
|
|
108
108
|
* },
|
|
@@ -117,7 +117,7 @@ import * as CandidApi from "../../../../../../index";
|
|
|
117
117
|
* address1: "123 Main St",
|
|
118
118
|
* address2: "Apt 1",
|
|
119
119
|
* city: "New York",
|
|
120
|
-
* state:
|
|
120
|
+
* state: "NY",
|
|
121
121
|
* zipCode: "10001",
|
|
122
122
|
* zipPlusFourCode: "1234"
|
|
123
123
|
* },
|
|
@@ -132,25 +132,26 @@ import * as CandidApi from "../../../../../../index";
|
|
|
132
132
|
* rxPcn: "string",
|
|
133
133
|
* imageUrlFront: "string",
|
|
134
134
|
* imageUrlBack: "string",
|
|
135
|
-
* emrPayerCrosswalk:
|
|
135
|
+
* emrPayerCrosswalk: "HEALTHIE",
|
|
136
136
|
* groupNumber: "string",
|
|
137
137
|
* planName: "string",
|
|
138
|
-
* planType:
|
|
139
|
-
* insuranceType:
|
|
138
|
+
* planType: "09",
|
|
139
|
+
* insuranceType: "01",
|
|
140
|
+
* payerPlanGroupId: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
140
141
|
* },
|
|
141
|
-
* patientRelationshipToSubscriberCode:
|
|
142
|
+
* patientRelationshipToSubscriberCode: "01",
|
|
142
143
|
* dateOfBirth: "2023-01-15",
|
|
143
144
|
* address: {
|
|
144
145
|
* address1: "123 Main St",
|
|
145
146
|
* address2: "Apt 1",
|
|
146
147
|
* city: "New York",
|
|
147
|
-
* state:
|
|
148
|
+
* state: "NY",
|
|
148
149
|
* zipCode: "10001",
|
|
149
150
|
* zipPlusFourCode: "1234"
|
|
150
151
|
* },
|
|
151
152
|
* firstName: "string",
|
|
152
153
|
* lastName: "string",
|
|
153
|
-
* gender:
|
|
154
|
+
* gender: "male"
|
|
154
155
|
* },
|
|
155
156
|
* subscriberSecondary: {
|
|
156
157
|
* insuranceCard: {
|
|
@@ -161,43 +162,44 @@ import * as CandidApi from "../../../../../../index";
|
|
|
161
162
|
* rxPcn: "string",
|
|
162
163
|
* imageUrlFront: "string",
|
|
163
164
|
* imageUrlBack: "string",
|
|
164
|
-
* emrPayerCrosswalk:
|
|
165
|
+
* emrPayerCrosswalk: "HEALTHIE",
|
|
165
166
|
* groupNumber: "string",
|
|
166
167
|
* planName: "string",
|
|
167
|
-
* planType:
|
|
168
|
-
* insuranceType:
|
|
168
|
+
* planType: "09",
|
|
169
|
+
* insuranceType: "01",
|
|
170
|
+
* payerPlanGroupId: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
169
171
|
* },
|
|
170
|
-
* patientRelationshipToSubscriberCode:
|
|
172
|
+
* patientRelationshipToSubscriberCode: "01",
|
|
171
173
|
* dateOfBirth: "2023-01-15",
|
|
172
174
|
* address: {
|
|
173
175
|
* address1: "123 Main St",
|
|
174
176
|
* address2: "Apt 1",
|
|
175
177
|
* city: "New York",
|
|
176
|
-
* state:
|
|
178
|
+
* state: "NY",
|
|
177
179
|
* zipCode: "10001",
|
|
178
180
|
* zipPlusFourCode: "1234"
|
|
179
181
|
* },
|
|
180
182
|
* firstName: "string",
|
|
181
183
|
* lastName: "string",
|
|
182
|
-
* gender:
|
|
184
|
+
* gender: "male"
|
|
183
185
|
* },
|
|
184
186
|
* priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
|
|
185
|
-
* responsibleParty:
|
|
187
|
+
* responsibleParty: "INSURANCE_PAY",
|
|
186
188
|
* diagnoses: [{
|
|
187
189
|
* name: "string",
|
|
188
|
-
* codeType:
|
|
190
|
+
* codeType: "ABF",
|
|
189
191
|
* code: "string"
|
|
190
192
|
* }],
|
|
191
193
|
* clinicalNotes: [{
|
|
192
|
-
* category:
|
|
194
|
+
* category: "clinical",
|
|
193
195
|
* notes: []
|
|
194
196
|
* }],
|
|
195
197
|
* billingNotes: [{
|
|
196
198
|
* text: "string"
|
|
197
199
|
* }],
|
|
198
|
-
* placeOfServiceCode:
|
|
200
|
+
* placeOfServiceCode: "01",
|
|
199
201
|
* patientHistories: [{
|
|
200
|
-
* category:
|
|
202
|
+
* category: "present_illness",
|
|
201
203
|
* questions: [{
|
|
202
204
|
* id: CandidApi.encounters.v4.IntakeQuestionId("6E7FBCE4-A8EA-46D0-A8D8-FF83CA3BB176"),
|
|
203
205
|
* text: "Do you have any allergies?",
|
|
@@ -214,13 +216,13 @@ import * as CandidApi from "../../../../../../index";
|
|
|
214
216
|
* serviceLines: [{
|
|
215
217
|
* procedureCode: "string",
|
|
216
218
|
* quantity: CandidApi.Decimal("string"),
|
|
217
|
-
* units:
|
|
219
|
+
* units: "MJ",
|
|
218
220
|
* diagnosisPointers: []
|
|
219
221
|
* }],
|
|
220
222
|
* guarantor: {
|
|
221
223
|
* phoneNumbers: [{
|
|
222
224
|
* number: "1234567890",
|
|
223
|
-
* type:
|
|
225
|
+
* type: "Home"
|
|
224
226
|
* }],
|
|
225
227
|
* phoneConsent: true,
|
|
226
228
|
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
@@ -233,24 +235,24 @@ import * as CandidApi from "../../../../../../index";
|
|
|
233
235
|
* address1: "123 Main St",
|
|
234
236
|
* address2: "Apt 1",
|
|
235
237
|
* city: "New York",
|
|
236
|
-
* state:
|
|
238
|
+
* state: "NY",
|
|
237
239
|
* zipCode: "10001",
|
|
238
240
|
* zipPlusFourCode: "1234"
|
|
239
241
|
* }
|
|
240
242
|
* },
|
|
241
243
|
* externalClaimSubmission: {
|
|
242
|
-
* claimCreatedAt:
|
|
244
|
+
* claimCreatedAt: "2023-01-01T12:00:00.000000Z",
|
|
243
245
|
* patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
244
246
|
* submissionRecords: [{
|
|
245
|
-
* submittedAt:
|
|
246
|
-
* claimFrequencyCode:
|
|
247
|
-
* payerResponsibility:
|
|
248
|
-
* intendedSubmissionMedium:
|
|
247
|
+
* submittedAt: "2023-01-01T13:00:00.000000Z",
|
|
248
|
+
* claimFrequencyCode: "1",
|
|
249
|
+
* payerResponsibility: "primary",
|
|
250
|
+
* intendedSubmissionMedium: "electronic"
|
|
249
251
|
* }, {
|
|
250
|
-
* submittedAt:
|
|
251
|
-
* claimFrequencyCode:
|
|
252
|
-
* payerResponsibility:
|
|
253
|
-
* intendedSubmissionMedium:
|
|
252
|
+
* submittedAt: "2023-01-04T12:00:00.000000Z",
|
|
253
|
+
* claimFrequencyCode: "7",
|
|
254
|
+
* payerResponsibility: "primary",
|
|
255
|
+
* intendedSubmissionMedium: "paper"
|
|
254
256
|
* }]
|
|
255
257
|
* },
|
|
256
258
|
* tagIds: [CandidApi.TagId("string")],
|
|
@@ -265,9 +267,9 @@ import * as CandidApi from "../../../../../../index";
|
|
|
265
267
|
* }],
|
|
266
268
|
* referralNumber: "string",
|
|
267
269
|
* epsdtReferral: {
|
|
268
|
-
* conditionIndicator1:
|
|
269
|
-
* conditionIndicator2:
|
|
270
|
-
* conditionIndicator3:
|
|
270
|
+
* conditionIndicator1: "AV",
|
|
271
|
+
* conditionIndicator2: "AV",
|
|
272
|
+
* conditionIndicator3: "AV"
|
|
271
273
|
* },
|
|
272
274
|
* externalId: CandidApi.EncounterExternalId("string"),
|
|
273
275
|
* dateOfService: "2023-01-15",
|
|
@@ -295,7 +297,7 @@ import * as CandidApi from "../../../../../../index";
|
|
|
295
297
|
* },
|
|
296
298
|
* interventions: [{
|
|
297
299
|
* name: "Physical Therapy Session",
|
|
298
|
-
* category:
|
|
300
|
+
* category: "lifestyle",
|
|
299
301
|
* description: "A session focused on improving muscular strength, flexibility, and range of motion post-injury.",
|
|
300
302
|
* medication: {
|
|
301
303
|
* name: "Lisinopril",
|
|
@@ -308,26 +310,26 @@ import * as CandidApi from "../../../../../../index";
|
|
|
308
310
|
* labs: [{
|
|
309
311
|
* name: "Genetic Health Labs",
|
|
310
312
|
* code: "GH12345",
|
|
311
|
-
* codeType:
|
|
313
|
+
* codeType: "quest"
|
|
312
314
|
* }]
|
|
313
315
|
* }],
|
|
314
316
|
* payToAddress: {
|
|
315
317
|
* address1: "123 Main St",
|
|
316
318
|
* address2: "Apt 1",
|
|
317
319
|
* city: "New York",
|
|
318
|
-
* state:
|
|
320
|
+
* state: "NY",
|
|
319
321
|
* zipCode: "10001",
|
|
320
322
|
* zipPlusFourCode: "1234"
|
|
321
323
|
* },
|
|
322
|
-
* synchronicity:
|
|
323
|
-
* billableStatus:
|
|
324
|
+
* synchronicity: "Synchronous",
|
|
325
|
+
* billableStatus: "BILLABLE",
|
|
324
326
|
* additionalInformation: "string",
|
|
325
|
-
* serviceAuthorizationExceptionCode:
|
|
327
|
+
* serviceAuthorizationExceptionCode: "1",
|
|
326
328
|
* admissionDate: "2023-01-15",
|
|
327
329
|
* dischargeDate: "2023-01-15",
|
|
328
330
|
* onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
329
331
|
* lastMenstrualPeriodDate: "2023-01-15",
|
|
330
|
-
* delayReasonCode:
|
|
332
|
+
* delayReasonCode: "1"
|
|
331
333
|
* }
|
|
332
334
|
*/
|
|
333
335
|
export interface EncounterCreate extends CandidApi.encounters.v4.EncounterBase {
|
|
@@ -6,7 +6,7 @@ import * as CandidApi from "../../../../../../index";
|
|
|
6
6
|
* @example
|
|
7
7
|
* {
|
|
8
8
|
* diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
9
|
-
* placeOfServiceCodeAsSubmitted:
|
|
9
|
+
* placeOfServiceCodeAsSubmitted: "01"
|
|
10
10
|
* }
|
|
11
11
|
*/
|
|
12
12
|
export interface EncounterUpdate extends CandidApi.encounters.v4.EncounterOptional {
|
package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts
CHANGED
|
@@ -6,15 +6,15 @@ import * as CandidApi from "../../../../../../index";
|
|
|
6
6
|
* @example
|
|
7
7
|
* {
|
|
8
8
|
* limit: 100,
|
|
9
|
-
* claimStatus:
|
|
10
|
-
* sort:
|
|
9
|
+
* claimStatus: "biller_received",
|
|
10
|
+
* sort: "created_at:asc",
|
|
11
11
|
* pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
12
12
|
* dateOfServiceMin: "2019-08-24",
|
|
13
13
|
* dateOfServiceMax: "2019-08-25",
|
|
14
14
|
* primaryPayerNames: "Medicare,Medicaid",
|
|
15
15
|
* searchTerm: "doe",
|
|
16
16
|
* externalId: CandidApi.EncounterExternalId("123456"),
|
|
17
|
-
* diagnosesUpdatedSince:
|
|
17
|
+
* diagnosesUpdatedSince: "2019-08-24T14:15:22Z"
|
|
18
18
|
* }
|
|
19
19
|
*/
|
|
20
20
|
export interface GetAllEncountersRequest {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as CandidApi from "../../../../../index";
|
|
5
5
|
import * as core from "../../../../../../core";
|
|
6
|
-
export
|
|
6
|
+
export type Error = CandidApi.encounters.v4.update.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.update.Error.EntityNotFoundError | CandidApi.encounters.v4.update.Error.UnauthorizedError | CandidApi.encounters.v4.update.Error.HttpRequestValidationsError | CandidApi.encounters.v4.update.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.update.Error.UnprocessableEntityError | CandidApi.encounters.v4.update.Error.InvalidTagNamesError | CandidApi.encounters.v4.update.Error.PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError | CandidApi.encounters.v4.update.Error._Unknown;
|
|
7
7
|
export declare namespace Error {
|
|
8
8
|
interface EncounterExternalIdUniquenessError extends _Utils {
|
|
9
9
|
errorName: "EncounterExternalIdUniquenessError";
|
|
@@ -33,6 +33,10 @@ export declare namespace Error {
|
|
|
33
33
|
errorName: "InvalidTagNamesError";
|
|
34
34
|
content: CandidApi.encounters.v4.InvalidTagNamesErrorType;
|
|
35
35
|
}
|
|
36
|
+
interface PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError extends _Utils {
|
|
37
|
+
errorName: "PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError";
|
|
38
|
+
content: CandidApi.encounters.v4.PayerPlanGroupPayerDoesNotMatchInsuranceCardError;
|
|
39
|
+
}
|
|
36
40
|
interface _Unknown extends _Utils {
|
|
37
41
|
errorName: void;
|
|
38
42
|
content: core.Fetcher.Error;
|
|
@@ -48,6 +52,7 @@ export declare namespace Error {
|
|
|
48
52
|
schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => _Result;
|
|
49
53
|
unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
|
|
50
54
|
invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => _Result;
|
|
55
|
+
payerPlanGroupPayerDoesNotMatchInsuranceCardHttpError: (value: CandidApi.encounters.v4.PayerPlanGroupPayerDoesNotMatchInsuranceCardError) => _Result;
|
|
51
56
|
_other: (value: core.Fetcher.Error) => _Result;
|
|
52
57
|
}
|
|
53
58
|
}
|
|
@@ -59,6 +64,7 @@ export declare const Error: {
|
|
|
59
64
|
readonly schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => CandidApi.encounters.v4.update.Error.SchemaInstanceValidationHttpFailure;
|
|
60
65
|
readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.encounters.v4.update.Error.UnprocessableEntityError;
|
|
61
66
|
readonly invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => CandidApi.encounters.v4.update.Error.InvalidTagNamesError;
|
|
67
|
+
readonly payerPlanGroupPayerDoesNotMatchInsuranceCardHttpError: (value: CandidApi.encounters.v4.PayerPlanGroupPayerDoesNotMatchInsuranceCardError) => CandidApi.encounters.v4.update.Error.PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError;
|
|
62
68
|
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.encounters.v4.update.Error._Unknown;
|
|
63
69
|
readonly _visit: <_Result>(value: CandidApi.encounters.v4.update.Error, visitor: CandidApi.encounters.v4.update.Error._Visitor<_Result>) => _Result;
|
|
64
70
|
};
|
|
@@ -18,13 +18,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
18
18
|
}) : function(o, v) {
|
|
19
19
|
o["default"] = v;
|
|
20
20
|
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
};
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
28
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
39
|
exports.Error = void 0;
|
|
30
40
|
const CandidApi = __importStar(require("../../../../../index"));
|
|
@@ -92,6 +102,15 @@ exports.Error = {
|
|
|
92
102
|
},
|
|
93
103
|
};
|
|
94
104
|
},
|
|
105
|
+
payerPlanGroupPayerDoesNotMatchInsuranceCardHttpError: (value) => {
|
|
106
|
+
return {
|
|
107
|
+
content: value,
|
|
108
|
+
errorName: "PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError",
|
|
109
|
+
_visit: function (visitor) {
|
|
110
|
+
return CandidApi.encounters.v4.update.Error._visit(this, visitor);
|
|
111
|
+
},
|
|
112
|
+
};
|
|
113
|
+
},
|
|
95
114
|
_unknown: (fetcherError) => {
|
|
96
115
|
return {
|
|
97
116
|
errorName: undefined,
|
|
@@ -117,6 +136,8 @@ exports.Error = {
|
|
|
117
136
|
return visitor.unprocessableEntityError(value.content);
|
|
118
137
|
case "InvalidTagNamesError":
|
|
119
138
|
return visitor.invalidTagNamesError(value.content);
|
|
139
|
+
case "PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError":
|
|
140
|
+
return visitor.payerPlanGroupPayerDoesNotMatchInsuranceCardHttpError(value.content);
|
|
120
141
|
default:
|
|
121
142
|
return visitor._other(value);
|
|
122
143
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type BillableStatusType = "BILLABLE" | "NOT_BILLABLE";
|
|
5
5
|
export declare const BillableStatusType: {
|
|
6
6
|
readonly Billable: "BILLABLE";
|
|
7
7
|
readonly NotBillable: "NOT_BILLABLE";
|
|
@@ -11,7 +11,7 @@ import * as CandidApi from "../../../../../index";
|
|
|
11
11
|
* text: "Mild chest pain since morning.",
|
|
12
12
|
* authorName: "John Doe",
|
|
13
13
|
* authorNpi: CandidApi.Npi("1234567890"),
|
|
14
|
-
* timestamp:
|
|
14
|
+
* timestamp: "2023-01-01T00:00:00Z"
|
|
15
15
|
* }]
|
|
16
16
|
* }
|
|
17
17
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type CodingAttributionType = "CANDID" | "CUSTOMER" | "TCN" | "PJF";
|
|
5
5
|
export declare const CodingAttributionType: {
|
|
6
6
|
readonly Candid: "CANDID";
|
|
7
7
|
readonly Customer: "CUSTOMER";
|
|
@@ -26,7 +26,7 @@ import * as CandidApi from "../../../../../index";
|
|
|
26
26
|
* diagnosisIdThree: CandidApi.DiagnosisId("81795126-A3AC-443C-B47E-7259A16AB4A2"),
|
|
27
27
|
* serviceLineEraData: {
|
|
28
28
|
* serviceLineAdjustments: [{
|
|
29
|
-
* createdAt:
|
|
29
|
+
* createdAt: "2023-01-01T00:00:00Z",
|
|
30
30
|
* adjustmentGroupCode: "CO",
|
|
31
31
|
* adjustmentReasonCode: "CO",
|
|
32
32
|
* adjustmentAmountCents: 1000,
|
|
@@ -35,7 +35,7 @@ import * as CandidApi from "../../../../../index";
|
|
|
35
35
|
* remittanceAdviceRemarkCodes: ["N362"]
|
|
36
36
|
* },
|
|
37
37
|
* serviceLineManualAdjustments: [{
|
|
38
|
-
* createdAt:
|
|
38
|
+
* createdAt: "2023-01-01T00:00:00Z",
|
|
39
39
|
* adjustmentGroupCode: "CO",
|
|
40
40
|
* adjustmentReasonCode: "CO",
|
|
41
41
|
* adjustmentAmountCents: 1000,
|
|
@@ -43,8 +43,8 @@ import * as CandidApi from "../../../../../index";
|
|
|
43
43
|
* }],
|
|
44
44
|
* relatedInvoices: [{
|
|
45
45
|
* id: CandidApi.InvoiceId("901BE2F1-41BC-456E-9987-4FE2F84F9D75"),
|
|
46
|
-
* createdAt:
|
|
47
|
-
* updatedAt:
|
|
46
|
+
* createdAt: "2023-01-01T00:00:00Z",
|
|
47
|
+
* updatedAt: "2023-01-01T00:00:00Z",
|
|
48
48
|
* organzationId: CandidApi.OrganizationId("F13F73D4-4344-46EA-9D93-33BCFFBB9F36"),
|
|
49
49
|
* sourceId: "9B626577-8808-4F28-9ED1-F0DFF0D49BBC",
|
|
50
50
|
* sourceCustomerId: "624D1972-8C69-4C2F-AEFA-10856F734DB3",
|
|
@@ -285,8 +285,8 @@ import * as CandidApi from "../../../../../index";
|
|
|
285
285
|
* url: CandidApi.LinkUrl("https://example.com"),
|
|
286
286
|
* diagnoses: [{
|
|
287
287
|
* diagnosisId: CandidApi.DiagnosisId("5C770E00-4BBF-42AF-A73F-99C5E91FC0DB"),
|
|
288
|
-
* createdAt:
|
|
289
|
-
* updatedAt:
|
|
288
|
+
* createdAt: "2023-01-01T00:00:00Z",
|
|
289
|
+
* updatedAt: "2023-01-01T00:00:00Z",
|
|
290
290
|
* encounterId: CandidApi.EncounterId("3F63985B-51A4-4DD4-9418-7D50B2520792"),
|
|
291
291
|
* name: "John Doe",
|
|
292
292
|
* codeType: CandidApi.DiagnosisTypeCode.Abf,
|
|
@@ -299,13 +299,13 @@ import * as CandidApi from "../../../../../index";
|
|
|
299
299
|
* text: "Mild chest pain since morning.",
|
|
300
300
|
* authorName: "John Doe",
|
|
301
301
|
* authorNpi: CandidApi.Npi("1234567890"),
|
|
302
|
-
* timestamp:
|
|
302
|
+
* timestamp: "2023-01-01T00:00:00Z"
|
|
303
303
|
* }]
|
|
304
304
|
* }],
|
|
305
305
|
* billingNotes: [{
|
|
306
306
|
* billingNoteId: CandidApi.billingNotes.v2.BillingNoteId("99882EEA-936F-4E71-BC4F-520E4D14E3E2"),
|
|
307
307
|
* encounterId: CandidApi.EncounterId("8BCFB6A8-2876-4111-9E3F-602B541FCF62"),
|
|
308
|
-
* createdAt:
|
|
308
|
+
* createdAt: "2023-01-01T00:00:00Z",
|
|
309
309
|
* authorAuth0Id: "F0DE3BF9-F9A1-4FA7-BF6B-28C0B46BADD8",
|
|
310
310
|
* authorName: "John Doe",
|
|
311
311
|
* text: "Patient was billed for an MRI."
|
|
@@ -333,7 +333,7 @@ import * as CandidApi from "../../../../../index";
|
|
|
333
333
|
* sourceInternalId: "D1A76039-D5C5-4323-A2FC-B7C8B6AEF6A4",
|
|
334
334
|
* source: CandidApi.patientPayments.v3.PatientPaymentSource.ManualEntry,
|
|
335
335
|
* amountCents: 2000,
|
|
336
|
-
* paymentTimestamp:
|
|
336
|
+
* paymentTimestamp: "2023-01-01T00:00:00Z",
|
|
337
337
|
* status: CandidApi.patientPayments.v3.PatientPaymentStatus.Pending,
|
|
338
338
|
* paymentName: "John Doe",
|
|
339
339
|
* paymentNote: "test payment note",
|
|
@@ -349,7 +349,7 @@ import * as CandidApi from "../../../../../index";
|
|
|
349
349
|
* }],
|
|
350
350
|
* codingAttribution: CandidApi.encounters.v4.CodingAttributionType.Candid,
|
|
351
351
|
* workQueueId: CandidApi.WorkQueueId("000856FE-1024-418F-BF96-2E7347AB4520"),
|
|
352
|
-
* workQueueMembershipActivatedAt:
|
|
352
|
+
* workQueueMembershipActivatedAt: "2023-01-01T00:00:00Z",
|
|
353
353
|
* ownerOfNextAction: CandidApi.encounters.v4.EncounterOwnerOfNextActionType.Candid,
|
|
354
354
|
* submissionOrigin: CandidApi.encounters.v4.EncounterSubmissionOriginType.Candid,
|
|
355
355
|
* externalId: CandidApi.EncounterExternalId("5C21490F-A9C0-45F4-B5DB-136E3AEC617A"),
|
package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type EncounterOwnerOfNextActionType = "CANDID" | "CUSTOMER" | "CODER" | "NONE";
|
|
5
5
|
export declare const EncounterOwnerOfNextActionType: {
|
|
6
6
|
readonly Candid: "CANDID";
|
|
7
7
|
readonly Customer: "CUSTOMER";
|
|
@@ -27,7 +27,7 @@ import * as CandidApi from "../../../../../index";
|
|
|
27
27
|
* diagnosisIdThree: CandidApi.DiagnosisId("81795126-A3AC-443C-B47E-7259A16AB4A2"),
|
|
28
28
|
* serviceLineEraData: {
|
|
29
29
|
* serviceLineAdjustments: [{
|
|
30
|
-
* createdAt:
|
|
30
|
+
* createdAt: "2023-01-01T00:00:00Z",
|
|
31
31
|
* adjustmentGroupCode: "CO",
|
|
32
32
|
* adjustmentReasonCode: "CO",
|
|
33
33
|
* adjustmentAmountCents: 1000,
|
|
@@ -36,7 +36,7 @@ import * as CandidApi from "../../../../../index";
|
|
|
36
36
|
* remittanceAdviceRemarkCodes: ["N362"]
|
|
37
37
|
* },
|
|
38
38
|
* serviceLineManualAdjustments: [{
|
|
39
|
-
* createdAt:
|
|
39
|
+
* createdAt: "2023-01-01T00:00:00Z",
|
|
40
40
|
* adjustmentGroupCode: "CO",
|
|
41
41
|
* adjustmentReasonCode: "CO",
|
|
42
42
|
* adjustmentAmountCents: 1000,
|
|
@@ -44,8 +44,8 @@ import * as CandidApi from "../../../../../index";
|
|
|
44
44
|
* }],
|
|
45
45
|
* relatedInvoices: [{
|
|
46
46
|
* id: CandidApi.InvoiceId("901BE2F1-41BC-456E-9987-4FE2F84F9D75"),
|
|
47
|
-
* createdAt:
|
|
48
|
-
* updatedAt:
|
|
47
|
+
* createdAt: "2023-01-01T00:00:00Z",
|
|
48
|
+
* updatedAt: "2023-01-01T00:00:00Z",
|
|
49
49
|
* organzationId: CandidApi.OrganizationId("F13F73D4-4344-46EA-9D93-33BCFFBB9F36"),
|
|
50
50
|
* sourceId: "9B626577-8808-4F28-9ED1-F0DFF0D49BBC",
|
|
51
51
|
* sourceCustomerId: "624D1972-8C69-4C2F-AEFA-10856F734DB3",
|
|
@@ -286,8 +286,8 @@ import * as CandidApi from "../../../../../index";
|
|
|
286
286
|
* url: CandidApi.LinkUrl("https://example.com"),
|
|
287
287
|
* diagnoses: [{
|
|
288
288
|
* diagnosisId: CandidApi.DiagnosisId("5C770E00-4BBF-42AF-A73F-99C5E91FC0DB"),
|
|
289
|
-
* createdAt:
|
|
290
|
-
* updatedAt:
|
|
289
|
+
* createdAt: "2023-01-01T00:00:00Z",
|
|
290
|
+
* updatedAt: "2023-01-01T00:00:00Z",
|
|
291
291
|
* encounterId: CandidApi.EncounterId("3F63985B-51A4-4DD4-9418-7D50B2520792"),
|
|
292
292
|
* name: "John Doe",
|
|
293
293
|
* codeType: CandidApi.DiagnosisTypeCode.Abf,
|
|
@@ -300,13 +300,13 @@ import * as CandidApi from "../../../../../index";
|
|
|
300
300
|
* text: "Mild chest pain since morning.",
|
|
301
301
|
* authorName: "John Doe",
|
|
302
302
|
* authorNpi: CandidApi.Npi("1234567890"),
|
|
303
|
-
* timestamp:
|
|
303
|
+
* timestamp: "2023-01-01T00:00:00Z"
|
|
304
304
|
* }]
|
|
305
305
|
* }],
|
|
306
306
|
* billingNotes: [{
|
|
307
307
|
* billingNoteId: CandidApi.billingNotes.v2.BillingNoteId("99882EEA-936F-4E71-BC4F-520E4D14E3E2"),
|
|
308
308
|
* encounterId: CandidApi.EncounterId("8BCFB6A8-2876-4111-9E3F-602B541FCF62"),
|
|
309
|
-
* createdAt:
|
|
309
|
+
* createdAt: "2023-01-01T00:00:00Z",
|
|
310
310
|
* authorAuth0Id: "F0DE3BF9-F9A1-4FA7-BF6B-28C0B46BADD8",
|
|
311
311
|
* authorName: "John Doe",
|
|
312
312
|
* text: "Patient was billed for an MRI."
|
|
@@ -334,7 +334,7 @@ import * as CandidApi from "../../../../../index";
|
|
|
334
334
|
* sourceInternalId: "D1A76039-D5C5-4323-A2FC-B7C8B6AEF6A4",
|
|
335
335
|
* source: CandidApi.patientPayments.v3.PatientPaymentSource.ManualEntry,
|
|
336
336
|
* amountCents: 2000,
|
|
337
|
-
* paymentTimestamp:
|
|
337
|
+
* paymentTimestamp: "2023-01-01T00:00:00Z",
|
|
338
338
|
* status: CandidApi.patientPayments.v3.PatientPaymentStatus.Pending,
|
|
339
339
|
* paymentName: "John Doe",
|
|
340
340
|
* paymentNote: "test payment note",
|
|
@@ -350,7 +350,7 @@ import * as CandidApi from "../../../../../index";
|
|
|
350
350
|
* }],
|
|
351
351
|
* codingAttribution: CandidApi.encounters.v4.CodingAttributionType.Candid,
|
|
352
352
|
* workQueueId: CandidApi.WorkQueueId("000856FE-1024-418F-BF96-2E7347AB4520"),
|
|
353
|
-
* workQueueMembershipActivatedAt:
|
|
353
|
+
* workQueueMembershipActivatedAt: "2023-01-01T00:00:00Z",
|
|
354
354
|
* ownerOfNextAction: CandidApi.encounters.v4.EncounterOwnerOfNextActionType.Candid,
|
|
355
355
|
* submissionOrigin: CandidApi.encounters.v4.EncounterSubmissionOriginType.Candid,
|
|
356
356
|
* externalId: CandidApi.EncounterExternalId("5C21490F-A9C0-45F4-B5DB-136E3AEC617A"),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type EncounterSortOptions = "created_at:asc" | "created_at:desc" | "date_of_service:asc" | "date_of_service:desc";
|
|
5
5
|
export declare const EncounterSortOptions: {
|
|
6
6
|
readonly CreatedAtAsc: "created_at:asc";
|
|
7
7
|
readonly CreatedAtDesc: "created_at:desc";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type EncounterSubmissionOriginType = "CANDID" | "EXTERNAL";
|
|
5
5
|
export declare const EncounterSubmissionOriginType: {
|
|
6
6
|
readonly Candid: "CANDID";
|
|
7
7
|
readonly External: "EXTERNAL";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as CandidApi from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type IntakeFollowUpId = string & {
|
|
6
6
|
encounters_v4_IntakeFollowUpId: void;
|
|
7
7
|
};
|
|
8
8
|
export declare function IntakeFollowUpId(value: string): CandidApi.encounters.v4.IntakeFollowUpId;
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* This file was auto-generated by Fern from our API Definition.
|
|
4
4
|
*/
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.IntakeFollowUpId =
|
|
6
|
+
exports.IntakeFollowUpId = IntakeFollowUpId;
|
|
7
7
|
function IntakeFollowUpId(value) {
|
|
8
8
|
return value;
|
|
9
9
|
}
|
|
10
|
-
exports.IntakeFollowUpId = IntakeFollowUpId;
|