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
|
@@ -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 IntakeQuestionId = string & {
|
|
6
6
|
encounters_v4_IntakeQuestionId: void;
|
|
7
7
|
};
|
|
8
8
|
export declare function IntakeQuestionId(value: string): CandidApi.encounters.v4.IntakeQuestionId;
|
|
@@ -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.IntakeQuestionId =
|
|
6
|
+
exports.IntakeQuestionId = IntakeQuestionId;
|
|
7
7
|
function IntakeQuestionId(value) {
|
|
8
8
|
return value;
|
|
9
9
|
}
|
|
10
|
-
exports.IntakeQuestionId = IntakeQuestionId;
|
|
@@ -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 InterventionCategory = "allopathic" | "naturopathic" | "tests" | "lifestyle";
|
|
5
5
|
export declare const InterventionCategory: {
|
|
6
6
|
readonly Allopathic: "allopathic";
|
|
7
7
|
readonly Naturopathic: "naturopathic";
|
|
@@ -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 LabCodeType = "quest" | "labcorp";
|
|
5
5
|
export declare const LabCodeType: {
|
|
6
6
|
readonly Quest: "quest";
|
|
7
7
|
readonly Labcorp: "labcorp";
|
|
@@ -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 NoteCategory = "clinical" | "care_plan" | "diagnoses" | "vitals" | "physical_exam" | "review_of_systems" | "medical_decisions" | "history_of_present_illness" | "patient_info" | "chief_complaint" | "health_record" | "consent" | "procedure" | "time_in_appointment";
|
|
5
5
|
export declare const NoteCategory: {
|
|
6
6
|
readonly Clinical: "clinical";
|
|
7
7
|
readonly CarePlan: "care_plan";
|
|
@@ -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 PatientHistoryCategoryEnum = "present_illness" | "medical" | "family" | "social";
|
|
5
5
|
export declare const PatientHistoryCategoryEnum: {
|
|
6
6
|
readonly PresentIllness: "present_illness";
|
|
7
7
|
readonly Medical: "medical";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
export interface PayerPlanGroupPayerDoesNotMatchInsuranceCardError {
|
|
6
|
+
payerPlanGroupPayerUuid: CandidApi.payers.v3.PayerUuid;
|
|
7
|
+
insuranceCardPayerUuid?: CandidApi.payers.v3.PayerUuid;
|
|
8
|
+
}
|
|
@@ -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 PriorAuthorizationNumber = string & {
|
|
6
6
|
encounters_v4_PriorAuthorizationNumber: void;
|
|
7
7
|
};
|
|
8
8
|
export declare function PriorAuthorizationNumber(value: string): CandidApi.encounters.v4.PriorAuthorizationNumber;
|
|
@@ -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.PriorAuthorizationNumber =
|
|
6
|
+
exports.PriorAuthorizationNumber = PriorAuthorizationNumber;
|
|
7
7
|
function PriorAuthorizationNumber(value) {
|
|
8
8
|
return value;
|
|
9
9
|
}
|
|
10
|
-
exports.PriorAuthorizationNumber = PriorAuthorizationNumber;
|
|
@@ -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 ResponsiblePartyType = "INSURANCE_PAY" | "SELF_PAY" | "UNKNOWN";
|
|
5
5
|
export declare const ResponsiblePartyType: {
|
|
6
6
|
readonly InsurancePay: "INSURANCE_PAY";
|
|
7
7
|
readonly SelfPay: "SELF_PAY";
|
|
@@ -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 RxCui = string & {
|
|
6
6
|
encounters_v4_RxCui: void;
|
|
7
7
|
};
|
|
8
8
|
export declare function RxCui(value: string): CandidApi.encounters.v4.RxCui;
|
|
@@ -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 SchemaInstanceValidationError = CandidApi.encounters.v4.SchemaInstanceValidationError.MultipleInstancesForSchema | CandidApi.encounters.v4.SchemaInstanceValidationError.ValueDoesNotMatchKeyType | CandidApi.encounters.v4.SchemaInstanceValidationError.KeyDoesNotExist | CandidApi.encounters.v4.SchemaInstanceValidationError.SchemaDoesNotExist | CandidApi.encounters.v4.SchemaInstanceValidationError.SchemaUnauthorizedAccess;
|
|
6
6
|
export declare namespace SchemaInstanceValidationError {
|
|
7
7
|
interface MultipleInstancesForSchema extends CandidApi.encounters.v4.MultipleInstancesForSchemaError {
|
|
8
8
|
type: "multiple_instances_for_schema";
|
package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Required when mandated by government law or regulation to obtain authorization for specific service(s) but, for the
|
|
6
6
|
* reasons listed in one of the enum values, the service was performed without obtaining the authorization.
|
|
7
7
|
*/
|
|
8
|
-
export
|
|
8
|
+
export type ServiceAuthorizationExceptionCode =
|
|
9
9
|
/**
|
|
10
10
|
* Immediate/Urgent Care */
|
|
11
11
|
"1"
|
|
@@ -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 SynchronicityType = "Synchronous" | "Asynchronous";
|
|
5
5
|
export declare const SynchronicityType: {
|
|
6
6
|
readonly Synchronous: "Synchronous";
|
|
7
7
|
readonly Asynchronous: "Asynchronous";
|
|
@@ -44,3 +44,4 @@ export * from "./SchemaUnauthorizedAccessError";
|
|
|
44
44
|
export * from "./ValueDoesNotMatchKeyTypeError";
|
|
45
45
|
export * from "./MultipleInstancesForSchemaError";
|
|
46
46
|
export * from "./SchemaInstanceValidationError";
|
|
47
|
+
export * from "./PayerPlanGroupPayerDoesNotMatchInsuranceCardError";
|
|
@@ -60,3 +60,4 @@ __exportStar(require("./SchemaUnauthorizedAccessError"), exports);
|
|
|
60
60
|
__exportStar(require("./ValueDoesNotMatchKeyTypeError"), exports);
|
|
61
61
|
__exportStar(require("./MultipleInstancesForSchemaError"), exports);
|
|
62
62
|
__exportStar(require("./SchemaInstanceValidationError"), exports);
|
|
63
|
+
__exportStar(require("./PayerPlanGroupPayerDoesNotMatchInsuranceCardError"), exports);
|
|
@@ -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 EraId = string & {
|
|
6
6
|
EraId: void;
|
|
7
7
|
};
|
|
8
8
|
export declare function EraId(value: string): CandidApi.EraId;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* See https://www.stedi.com/edi/x12/element/1029
|
|
6
6
|
*/
|
|
7
|
-
export
|
|
7
|
+
export type ClaimStatusCodeCreate = "1" | "2" | "3" | "4" | "19" | "20" | "21" | "22" | "23";
|
|
8
8
|
export declare const ClaimStatusCodeCreate: {
|
|
9
9
|
readonly ProcessedAsPrimary: "1";
|
|
10
10
|
readonly ProcessedAsSecondary: "2";
|
|
@@ -8,6 +8,8 @@ import { V2 } from "../resources/v2/client/Client";
|
|
|
8
8
|
export declare namespace ExpectedNetworkStatus {
|
|
9
9
|
interface Options {
|
|
10
10
|
environment?: core.Supplier<environments.CandidApiEnvironment | environments.CandidApiEnvironmentUrls>;
|
|
11
|
+
/** Specify a custom URL to connect the client to. */
|
|
12
|
+
baseUrl?: core.Supplier<string>;
|
|
11
13
|
token?: core.Supplier<core.BearerToken | undefined>;
|
|
12
14
|
}
|
|
13
15
|
interface RequestOptions {
|
|
@@ -17,13 +19,15 @@ export declare namespace ExpectedNetworkStatus {
|
|
|
17
19
|
maxRetries?: number;
|
|
18
20
|
/** A hook to abort the request. */
|
|
19
21
|
abortSignal?: AbortSignal;
|
|
22
|
+
/** Additional headers to include in the request. */
|
|
23
|
+
headers?: Record<string, string>;
|
|
20
24
|
}
|
|
21
25
|
}
|
|
22
26
|
export declare class ExpectedNetworkStatus {
|
|
23
27
|
protected readonly _options: ExpectedNetworkStatus.Options;
|
|
24
|
-
constructor(_options?: ExpectedNetworkStatus.Options);
|
|
25
28
|
protected _v1: V1 | undefined;
|
|
26
|
-
get v1(): V1;
|
|
27
29
|
protected _v2: V2 | undefined;
|
|
30
|
+
constructor(_options?: ExpectedNetworkStatus.Options);
|
|
31
|
+
get v1(): V1;
|
|
28
32
|
get v2(): V2;
|
|
29
33
|
}
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
exports.v2 = exports.v1 = void 0;
|
|
27
37
|
exports.v1 = __importStar(require("./v1"));
|
|
@@ -7,6 +7,8 @@ import * as CandidApi from "../../../../../index";
|
|
|
7
7
|
export declare namespace V1 {
|
|
8
8
|
interface Options {
|
|
9
9
|
environment?: core.Supplier<environments.CandidApiEnvironment | environments.CandidApiEnvironmentUrls>;
|
|
10
|
+
/** Specify a custom URL to connect the client to. */
|
|
11
|
+
baseUrl?: core.Supplier<string>;
|
|
10
12
|
token?: core.Supplier<core.BearerToken | undefined>;
|
|
11
13
|
}
|
|
12
14
|
interface RequestOptions {
|
|
@@ -16,6 +18,8 @@ export declare namespace V1 {
|
|
|
16
18
|
maxRetries?: number;
|
|
17
19
|
/** A hook to abort the request. */
|
|
18
20
|
abortSignal?: AbortSignal;
|
|
21
|
+
/** Additional headers to include in the request. */
|
|
22
|
+
headers?: Record<string, string>;
|
|
19
23
|
}
|
|
20
24
|
}
|
|
21
25
|
export declare class V1 {
|
|
@@ -32,12 +36,12 @@ export declare class V1 {
|
|
|
32
36
|
* externalPatientId: "string",
|
|
33
37
|
* subscriberPayerId: "string",
|
|
34
38
|
* subscriberPayerName: "string",
|
|
35
|
-
* subscriberInsuranceType:
|
|
39
|
+
* subscriberInsuranceType: "01",
|
|
36
40
|
* subscriberPlanName: "string",
|
|
37
41
|
* billingProviderNpi: "string",
|
|
38
42
|
* billingProviderTin: "string",
|
|
39
43
|
* renderingProviderNpi: "string",
|
|
40
|
-
* contractedState:
|
|
44
|
+
* contractedState: "AA",
|
|
41
45
|
* dateOfService: CandidApi.Date_("string")
|
|
42
46
|
* })
|
|
43
47
|
*/
|
|
@@ -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
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
39
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
40
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -59,30 +69,22 @@ class V1 {
|
|
|
59
69
|
* externalPatientId: "string",
|
|
60
70
|
* subscriberPayerId: "string",
|
|
61
71
|
* subscriberPayerName: "string",
|
|
62
|
-
* subscriberInsuranceType:
|
|
72
|
+
* subscriberInsuranceType: "01",
|
|
63
73
|
* subscriberPlanName: "string",
|
|
64
74
|
* billingProviderNpi: "string",
|
|
65
75
|
* billingProviderTin: "string",
|
|
66
76
|
* renderingProviderNpi: "string",
|
|
67
|
-
* contractedState:
|
|
77
|
+
* contractedState: "AA",
|
|
68
78
|
* dateOfService: CandidApi.Date_("string")
|
|
69
79
|
* })
|
|
70
80
|
*/
|
|
71
81
|
compute(request, requestOptions) {
|
|
72
|
-
var _a;
|
|
73
82
|
return __awaiter(this, void 0, void 0, function* () {
|
|
83
|
+
var _a, _b;
|
|
74
84
|
const _response = yield core.fetcher({
|
|
75
|
-
url: (0, url_join_1.default)((
|
|
76
|
-
.candidApi, "/api/expected-network-status/v1"),
|
|
85
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/expected-network-status/v1"),
|
|
77
86
|
method: "POST",
|
|
78
|
-
headers: {
|
|
79
|
-
Authorization: yield this._getAuthorizationHeader(),
|
|
80
|
-
"X-Fern-Language": "JavaScript",
|
|
81
|
-
"X-Fern-SDK-Name": "candidhealth",
|
|
82
|
-
"X-Fern-SDK-Version": "0.39.4",
|
|
83
|
-
"X-Fern-Runtime": core.RUNTIME.type,
|
|
84
|
-
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
85
|
-
},
|
|
87
|
+
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.6", "User-Agent": "candidhealth/0.39.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
86
88
|
contentType: "application/json",
|
|
87
89
|
requestType: "json",
|
|
88
90
|
body: serializers.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
|
|
@@ -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.expectedNetworkStatus.v1.compute.Error._Unknown;
|
|
7
7
|
export declare namespace Error {
|
|
8
8
|
interface _Unknown extends _Utils {
|
|
9
9
|
errorName: void;
|
|
@@ -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"));
|
|
@@ -18,13 +18,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
18
18
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19
19
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
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.compute = void 0;
|
|
30
40
|
__exportStar(require("./requests"), exports);
|
|
@@ -8,12 +8,12 @@ import * as CandidApi from "../../../../../../index";
|
|
|
8
8
|
* externalPatientId: "string",
|
|
9
9
|
* subscriberPayerId: "string",
|
|
10
10
|
* subscriberPayerName: "string",
|
|
11
|
-
* subscriberInsuranceType:
|
|
11
|
+
* subscriberInsuranceType: "01",
|
|
12
12
|
* subscriberPlanName: "string",
|
|
13
13
|
* billingProviderNpi: "string",
|
|
14
14
|
* billingProviderTin: "string",
|
|
15
15
|
* renderingProviderNpi: "string",
|
|
16
|
-
* contractedState:
|
|
16
|
+
* contractedState: "AA",
|
|
17
17
|
* dateOfService: CandidApi.Date_("string")
|
|
18
18
|
* }
|
|
19
19
|
*/
|
package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.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 ExpectedNetworkStatus = "in_network" | "out_of_network" | "unknown";
|
|
5
5
|
export declare const ExpectedNetworkStatus: {
|
|
6
6
|
readonly InNetwork: "in_network";
|
|
7
7
|
readonly OutOfNetwork: "out_of_network";
|
|
@@ -7,6 +7,8 @@ import * as CandidApi from "../../../../../index";
|
|
|
7
7
|
export declare namespace V2 {
|
|
8
8
|
interface Options {
|
|
9
9
|
environment?: core.Supplier<environments.CandidApiEnvironment | environments.CandidApiEnvironmentUrls>;
|
|
10
|
+
/** Specify a custom URL to connect the client to. */
|
|
11
|
+
baseUrl?: core.Supplier<string>;
|
|
10
12
|
token?: core.Supplier<core.BearerToken | undefined>;
|
|
11
13
|
}
|
|
12
14
|
interface RequestOptions {
|
|
@@ -16,6 +18,8 @@ export declare namespace V2 {
|
|
|
16
18
|
maxRetries?: number;
|
|
17
19
|
/** A hook to abort the request. */
|
|
18
20
|
abortSignal?: AbortSignal;
|
|
21
|
+
/** Additional headers to include in the request. */
|
|
22
|
+
headers?: Record<string, string>;
|
|
19
23
|
}
|
|
20
24
|
}
|
|
21
25
|
export declare class V2 {
|
|
@@ -32,16 +36,16 @@ export declare class V2 {
|
|
|
32
36
|
*
|
|
33
37
|
* @example
|
|
34
38
|
* await client.expectedNetworkStatus.v2.computeForRenderingProvider(CandidApi.organizationProviders.v2.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
35
|
-
* serviceType:
|
|
36
|
-
* placeOfServiceCode:
|
|
39
|
+
* serviceType: "new_patient_video_appt",
|
|
40
|
+
* placeOfServiceCode: "01",
|
|
37
41
|
* subscriberInformation: {
|
|
38
42
|
* payerUuid: CandidApi.payers.v3.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
39
43
|
* memberId: "string",
|
|
40
44
|
* insuranceType: {
|
|
41
|
-
* lineOfBusiness:
|
|
45
|
+
* lineOfBusiness: "medicare",
|
|
42
46
|
* insuranceTypeCodes: {
|
|
43
47
|
* type: "insurance_type_code",
|
|
44
|
-
* value:
|
|
48
|
+
* value: "01"
|
|
45
49
|
* }
|
|
46
50
|
* }
|
|
47
51
|
* },
|
|
@@ -49,7 +53,7 @@ export declare class V2 {
|
|
|
49
53
|
* address1: "123 Main St",
|
|
50
54
|
* address2: "Apt 1",
|
|
51
55
|
* city: "New York",
|
|
52
|
-
* state:
|
|
56
|
+
* state: "NY",
|
|
53
57
|
* zipCode: "10001",
|
|
54
58
|
* zipPlusFourCode: "1234"
|
|
55
59
|
* },
|
|
@@ -69,16 +73,16 @@ export declare class V2 {
|
|
|
69
73
|
*
|
|
70
74
|
* @example
|
|
71
75
|
* await client.expectedNetworkStatus.v2.computeAllInNetworkProviders({
|
|
72
|
-
* serviceType:
|
|
73
|
-
* placeOfServiceCode:
|
|
76
|
+
* serviceType: "new_patient_video_appt",
|
|
77
|
+
* placeOfServiceCode: "01",
|
|
74
78
|
* subscriberInformation: {
|
|
75
79
|
* payerUuid: CandidApi.payers.v3.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
76
80
|
* memberId: "string",
|
|
77
81
|
* insuranceType: {
|
|
78
|
-
* lineOfBusiness:
|
|
82
|
+
* lineOfBusiness: "medicare",
|
|
79
83
|
* insuranceTypeCodes: {
|
|
80
84
|
* type: "insurance_type_code",
|
|
81
|
-
* value:
|
|
85
|
+
* value: "01"
|
|
82
86
|
* }
|
|
83
87
|
* }
|
|
84
88
|
* },
|
|
@@ -86,7 +90,7 @@ export declare class V2 {
|
|
|
86
90
|
* address1: "123 Main St",
|
|
87
91
|
* address2: "Apt 1",
|
|
88
92
|
* city: "New York",
|
|
89
|
-
* state:
|
|
93
|
+
* state: "NY",
|
|
90
94
|
* zipCode: "10001",
|
|
91
95
|
* zipPlusFourCode: "1234"
|
|
92
96
|
* },
|