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
|
@@ -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.nonInsurancePayers.v1.update.Error.EntityNotFoundError | CandidApi.nonInsurancePayers.v1.update.Error.EntityConflictError | CandidApi.nonInsurancePayers.v1.update.Error._Unknown;
|
|
7
7
|
export declare namespace Error {
|
|
8
8
|
interface EntityNotFoundError extends _Utils {
|
|
9
9
|
errorName: "EntityNotFoundError";
|
|
@@ -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"));
|
package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts
CHANGED
|
@@ -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 NonInsurancePayerAddressUpdate = CandidApi.nonInsurancePayers.v1.NonInsurancePayerAddressUpdate.Remove | CandidApi.nonInsurancePayers.v1.NonInsurancePayerAddressUpdate.Set;
|
|
6
6
|
export declare namespace NonInsurancePayerAddressUpdate {
|
|
7
7
|
interface Remove {
|
|
8
8
|
type: "remove";
|
package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts
CHANGED
|
@@ -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 NonInsurancePayerCategoryUpdate = CandidApi.nonInsurancePayers.v1.NonInsurancePayerCategoryUpdate.Remove
|
|
6
6
|
/**
|
|
7
7
|
* Max 255 characters allowed */
|
|
8
8
|
| CandidApi.nonInsurancePayers.v1.NonInsurancePayerCategoryUpdate.Set;
|
package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts
CHANGED
|
@@ -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 NonInsurancePayerDescriptionUpdate = CandidApi.nonInsurancePayers.v1.NonInsurancePayerDescriptionUpdate.Remove
|
|
6
6
|
/**
|
|
7
7
|
* Max 255 characters allowed */
|
|
8
8
|
| CandidApi.nonInsurancePayers.v1.NonInsurancePayerDescriptionUpdate.Set;
|
|
@@ -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 NonInsurancePayerId = string & {
|
|
6
6
|
nonInsurancePayers_v1_NonInsurancePayerId: void;
|
|
7
7
|
};
|
|
8
8
|
export declare function NonInsurancePayerId(value: string): CandidApi.nonInsurancePayers.v1.NonInsurancePayerId;
|
|
@@ -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.NonInsurancePayerId =
|
|
6
|
+
exports.NonInsurancePayerId = NonInsurancePayerId;
|
|
7
7
|
function NonInsurancePayerId(value) {
|
|
8
8
|
return value;
|
|
9
9
|
}
|
|
10
|
-
exports.NonInsurancePayerId = NonInsurancePayerId;
|
|
@@ -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 NonInsurancePayerSortField = "NAME" | "CATEGORY" | "ENABLED" | "UPDATED_AT";
|
|
5
5
|
export declare const NonInsurancePayerSortField: {
|
|
6
6
|
readonly Name: "NAME";
|
|
7
7
|
readonly Category: "CATEGORY";
|
|
@@ -7,6 +7,8 @@ import { V3 } from "../resources/v3/client/Client";
|
|
|
7
7
|
export declare namespace OrganizationProviders {
|
|
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,11 +18,13 @@ export declare namespace OrganizationProviders {
|
|
|
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 OrganizationProviders {
|
|
22
26
|
protected readonly _options: OrganizationProviders.Options;
|
|
23
|
-
constructor(_options?: OrganizationProviders.Options);
|
|
24
27
|
protected _v3: V3 | undefined;
|
|
28
|
+
constructor(_options?: OrganizationProviders.Options);
|
|
25
29
|
get v3(): V3;
|
|
26
30
|
}
|
|
@@ -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.v3 = exports.v2 = void 0;
|
|
27
37
|
exports.v2 = __importStar(require("./v2"));
|
|
@@ -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 EmploymentStatus = "ACTIVE" | "TERMINATED";
|
|
5
5
|
export declare const EmploymentStatus: {
|
|
6
6
|
readonly Active: "ACTIVE";
|
|
7
7
|
readonly Terminated: "TERMINATED";
|
|
@@ -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 LicenseType = "MD" | "NP" | "PA" | "LMFT" | "LCPC" | "LCSW" | "PMHNP" | "FNP" | "LPCC" | "DO" | "RD" | "SLP" | "APRN" | "LPC" | "PHD" | "PSYD" | "LMSW" | "LMHC" | "OTHER_MASTERS" | "BCBA" | "UNKNOWN" | "RPH" | "PHT" | "LAC" | "LMT" | "DC" | "ND" | "MA" | "PT" | "IBCLC" | "RN" | "DPT" | "LCMHC" | "CNM" | "RNFA" | "ACSW" | "APC" | "BCABA" | "BHA" | "OD" | "DPM" | "DA" | "DDS" | "DEH" | "DMD" | "PTA" | "LCADC" | "LCAT" | "LCMHCS" | "LCMHCA" | "LCSWA" | "LICSW" | "LISW" | "LMFTS" | "LMFTA" | "LPCI" | "LSCSW" | "MHCA" | "MHT" | "RBT" | "RCSWI" | "RHMCI" | "LPN" | "OTD" | "OMS" | "MFTA" | "APCC" | "DNP" | "AGNPBC" | "ANP" | "FNPPP" | "LCSWR" | "ALC" | "RMFTI" | "LAMFT" | "LPCA" | "LSWI" | "CSW" | "CPC" | "LGMFT" | "LLPC" | "PLPC" | "PLMFT" | "LMHCA" | "CIT" | "CT" | "MFT" | "LSW" | "PLMHP" | "PCMSW" | "LMHP";
|
|
5
5
|
export declare const LicenseType: {
|
|
6
6
|
readonly Md: "MD";
|
|
7
7
|
readonly Np: "NP";
|
|
@@ -71,4 +71,27 @@ export declare const LicenseType: {
|
|
|
71
71
|
readonly Mfta: "MFTA";
|
|
72
72
|
readonly Apcc: "APCC";
|
|
73
73
|
readonly Dnp: "DNP";
|
|
74
|
+
readonly Agnpbc: "AGNPBC";
|
|
75
|
+
readonly Anp: "ANP";
|
|
76
|
+
readonly Fnppp: "FNPPP";
|
|
77
|
+
readonly Lcswr: "LCSWR";
|
|
78
|
+
readonly Alc: "ALC";
|
|
79
|
+
readonly Rmfti: "RMFTI";
|
|
80
|
+
readonly Lamft: "LAMFT";
|
|
81
|
+
readonly Lpca: "LPCA";
|
|
82
|
+
readonly Lswi: "LSWI";
|
|
83
|
+
readonly Csw: "CSW";
|
|
84
|
+
readonly Cpc: "CPC";
|
|
85
|
+
readonly Lgmft: "LGMFT";
|
|
86
|
+
readonly Llpc: "LLPC";
|
|
87
|
+
readonly Plpc: "PLPC";
|
|
88
|
+
readonly Plmft: "PLMFT";
|
|
89
|
+
readonly Lmhca: "LMHCA";
|
|
90
|
+
readonly Cit: "CIT";
|
|
91
|
+
readonly Ct: "CT";
|
|
92
|
+
readonly Mft: "MFT";
|
|
93
|
+
readonly Lsw: "LSW";
|
|
94
|
+
readonly Plmhp: "PLMHP";
|
|
95
|
+
readonly Pcmsw: "PCMSW";
|
|
96
|
+
readonly Lmhp: "LMHP";
|
|
74
97
|
};
|
|
@@ -73,4 +73,27 @@ exports.LicenseType = {
|
|
|
73
73
|
Mfta: "MFTA",
|
|
74
74
|
Apcc: "APCC",
|
|
75
75
|
Dnp: "DNP",
|
|
76
|
+
Agnpbc: "AGNPBC",
|
|
77
|
+
Anp: "ANP",
|
|
78
|
+
Fnppp: "FNPPP",
|
|
79
|
+
Lcswr: "LCSWR",
|
|
80
|
+
Alc: "ALC",
|
|
81
|
+
Rmfti: "RMFTI",
|
|
82
|
+
Lamft: "LAMFT",
|
|
83
|
+
Lpca: "LPCA",
|
|
84
|
+
Lswi: "LSWI",
|
|
85
|
+
Csw: "CSW",
|
|
86
|
+
Cpc: "CPC",
|
|
87
|
+
Lgmft: "LGMFT",
|
|
88
|
+
Llpc: "LLPC",
|
|
89
|
+
Plpc: "PLPC",
|
|
90
|
+
Plmft: "PLMFT",
|
|
91
|
+
Lmhca: "LMHCA",
|
|
92
|
+
Cit: "CIT",
|
|
93
|
+
Ct: "CT",
|
|
94
|
+
Mft: "MFT",
|
|
95
|
+
Lsw: "LSW",
|
|
96
|
+
Plmhp: "PLMHP",
|
|
97
|
+
Pcmsw: "PCMSW",
|
|
98
|
+
Lmhp: "LMHP",
|
|
76
99
|
};
|
|
@@ -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 OrganizationProviderId = string & {
|
|
6
6
|
organizationProviders_v2_OrganizationProviderId: void;
|
|
7
7
|
};
|
|
8
8
|
export declare function OrganizationProviderId(value: string): CandidApi.organizationProviders.v2.OrganizationProviderId;
|
|
@@ -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.OrganizationProviderId =
|
|
6
|
+
exports.OrganizationProviderId = OrganizationProviderId;
|
|
7
7
|
function OrganizationProviderId(value) {
|
|
8
8
|
return value;
|
|
9
9
|
}
|
|
10
|
-
exports.OrganizationProviderId = OrganizationProviderId;
|
package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.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 OrganizationProviderSortOptions = "provider_name:asc" | "provider_name:desc" | "npi:asc" | "npi:desc";
|
|
5
5
|
export declare const OrganizationProviderSortOptions: {
|
|
6
6
|
readonly ProviderNameAsc: "provider_name:asc";
|
|
7
7
|
readonly ProviderNameDesc: "provider_name:desc";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type ProviderType = "INDIVIDUAL" | "ORGANIZATION";
|
|
5
5
|
export declare const ProviderType: {
|
|
6
6
|
readonly Individual: "INDIVIDUAL";
|
|
7
7
|
readonly Organization: "ORGANIZATION";
|
|
@@ -7,6 +7,8 @@ import * as CandidApi from "../../../../../index";
|
|
|
7
7
|
export declare namespace V3 {
|
|
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 V3 {
|
|
|
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 V3 {
|
|
@@ -41,7 +45,7 @@ export declare class V3 {
|
|
|
41
45
|
* isRendering: true,
|
|
42
46
|
* isBilling: true,
|
|
43
47
|
* pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
44
|
-
* sort:
|
|
48
|
+
* sort: "provider_name:asc"
|
|
45
49
|
* })
|
|
46
50
|
*/
|
|
47
51
|
getMulti(request?: CandidApi.organizationProviders.v3.GetAllOrganizationProvidersRequestV2, requestOptions?: V3.RequestOptions): Promise<core.APIResponse<CandidApi.organizationProviders.v3.OrganizationProviderPageV2, CandidApi.organizationProviders.v3.getMulti.Error>>;
|
|
@@ -57,20 +61,20 @@ export declare class V3 {
|
|
|
57
61
|
* firstName: "string",
|
|
58
62
|
* lastName: "string",
|
|
59
63
|
* organizationName: "string",
|
|
60
|
-
* providerType:
|
|
64
|
+
* providerType: "INDIVIDUAL",
|
|
61
65
|
* taxId: "string",
|
|
62
66
|
* taxonomyCode: "string",
|
|
63
|
-
* licenseType:
|
|
67
|
+
* licenseType: "MD",
|
|
64
68
|
* addresses: [{
|
|
65
69
|
* address: {
|
|
66
70
|
* address1: "123 Main St",
|
|
67
71
|
* address2: "Apt 1",
|
|
68
72
|
* city: "New York",
|
|
69
|
-
* state:
|
|
73
|
+
* state: "NY",
|
|
70
74
|
* zipCode: "10001",
|
|
71
75
|
* zipPlusFourCode: "1234"
|
|
72
76
|
* },
|
|
73
|
-
* addressType:
|
|
77
|
+
* addressType: "DEFAULT"
|
|
74
78
|
* }],
|
|
75
79
|
* employmentStartDate: "2023-01-15",
|
|
76
80
|
* employmentTerminationDate: "2023-01-15",
|
|
@@ -78,7 +82,7 @@ export declare class V3 {
|
|
|
78
82
|
* period: {
|
|
79
83
|
* startDate: CandidApi.Date_("string")
|
|
80
84
|
* },
|
|
81
|
-
* identifierCode:
|
|
85
|
+
* identifierCode: "MCR",
|
|
82
86
|
* identifierValue: {
|
|
83
87
|
* type: "medicare_provider_identifier"
|
|
84
88
|
* }
|
|
@@ -99,20 +103,20 @@ export declare class V3 {
|
|
|
99
103
|
* firstName: "string",
|
|
100
104
|
* lastName: "string",
|
|
101
105
|
* organizationName: "string",
|
|
102
|
-
* providerType:
|
|
106
|
+
* providerType: "INDIVIDUAL",
|
|
103
107
|
* taxId: "string",
|
|
104
108
|
* taxonomyCode: "string",
|
|
105
|
-
* licenseType:
|
|
109
|
+
* licenseType: "MD",
|
|
106
110
|
* addresses: [{
|
|
107
111
|
* address: {
|
|
108
112
|
* address1: "123 Main St",
|
|
109
113
|
* address2: "Apt 1",
|
|
110
114
|
* city: "New York",
|
|
111
|
-
* state:
|
|
115
|
+
* state: "NY",
|
|
112
116
|
* zipCode: "10001",
|
|
113
117
|
* zipPlusFourCode: "1234"
|
|
114
118
|
* },
|
|
115
|
-
* addressType:
|
|
119
|
+
* addressType: "DEFAULT"
|
|
116
120
|
* }],
|
|
117
121
|
* employmentStartDate: CandidApi.Date_("string"),
|
|
118
122
|
* employmentTerminationDate: CandidApi.Date_("string"),
|
|
@@ -121,7 +125,7 @@ export declare class V3 {
|
|
|
121
125
|
* period: {
|
|
122
126
|
* startDate: CandidApi.Date_("string")
|
|
123
127
|
* },
|
|
124
|
-
* identifierCode:
|
|
128
|
+
* identifierCode: "MCR",
|
|
125
129
|
* identifierValue: {
|
|
126
130
|
* type: "medicare_provider_identifier"
|
|
127
131
|
* }
|
|
@@ -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) {
|
|
@@ -56,20 +66,12 @@ class V3 {
|
|
|
56
66
|
* await client.organizationProviders.v3.get(CandidApi.organizationProviders.v2.OrganizationProviderId("965A563A-0285-4910-9569-E3739C0F6EAB"))
|
|
57
67
|
*/
|
|
58
68
|
get(organizationProviderId, requestOptions) {
|
|
59
|
-
var _a, _b;
|
|
60
69
|
return __awaiter(this, void 0, void 0, function* () {
|
|
70
|
+
var _a, _b, _c;
|
|
61
71
|
const _response = yield core.fetcher({
|
|
62
|
-
url: (0, url_join_1.default)((
|
|
63
|
-
.candidApi, `/api/organization-providers/v3/${encodeURIComponent(serializers.organizationProviders.v2.OrganizationProviderId.jsonOrThrow(organizationProviderId))}`),
|
|
72
|
+
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/organization-providers/v3/${encodeURIComponent(serializers.organizationProviders.v2.OrganizationProviderId.jsonOrThrow(organizationProviderId))}`),
|
|
64
73
|
method: "GET",
|
|
65
|
-
headers: {
|
|
66
|
-
Authorization: yield this._getAuthorizationHeader(),
|
|
67
|
-
"X-Fern-Language": "JavaScript",
|
|
68
|
-
"X-Fern-SDK-Name": "candidhealth",
|
|
69
|
-
"X-Fern-SDK-Version": "0.39.4",
|
|
70
|
-
"X-Fern-Runtime": core.RUNTIME.type,
|
|
71
|
-
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
72
|
-
},
|
|
74
|
+
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),
|
|
73
75
|
contentType: "application/json",
|
|
74
76
|
requestType: "json",
|
|
75
77
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -88,7 +90,7 @@ class V3 {
|
|
|
88
90
|
};
|
|
89
91
|
}
|
|
90
92
|
if (_response.error.reason === "status-code") {
|
|
91
|
-
switch ((
|
|
93
|
+
switch ((_c = _response.error.body) === null || _c === void 0 ? void 0 : _c.errorName) {
|
|
92
94
|
case "EntityNotFoundError":
|
|
93
95
|
return {
|
|
94
96
|
ok: false,
|
|
@@ -119,12 +121,12 @@ class V3 {
|
|
|
119
121
|
* isRendering: true,
|
|
120
122
|
* isBilling: true,
|
|
121
123
|
* pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
122
|
-
* sort:
|
|
124
|
+
* sort: "provider_name:asc"
|
|
123
125
|
* })
|
|
124
126
|
*/
|
|
125
|
-
getMulti(
|
|
126
|
-
|
|
127
|
-
|
|
127
|
+
getMulti() {
|
|
128
|
+
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
129
|
+
var _a, _b;
|
|
128
130
|
const { limit, searchTerm, npi, isRendering, isBilling, pageToken, sort } = request;
|
|
129
131
|
const _queryParams = {};
|
|
130
132
|
if (limit != null) {
|
|
@@ -146,20 +148,12 @@ class V3 {
|
|
|
146
148
|
_queryParams["page_token"] = pageToken;
|
|
147
149
|
}
|
|
148
150
|
if (sort != null) {
|
|
149
|
-
_queryParams["sort"] = sort;
|
|
151
|
+
_queryParams["sort"] = serializers.organizationProviders.v2.OrganizationProviderSortOptions.jsonOrThrow(sort, { unrecognizedObjectKeys: "strip" });
|
|
150
152
|
}
|
|
151
153
|
const _response = yield core.fetcher({
|
|
152
|
-
url: (0, url_join_1.default)((
|
|
153
|
-
.candidApi, "/api/organization-providers/v3"),
|
|
154
|
+
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/organization-providers/v3"),
|
|
154
155
|
method: "GET",
|
|
155
|
-
headers: {
|
|
156
|
-
Authorization: yield this._getAuthorizationHeader(),
|
|
157
|
-
"X-Fern-Language": "JavaScript",
|
|
158
|
-
"X-Fern-SDK-Name": "candidhealth",
|
|
159
|
-
"X-Fern-SDK-Version": "0.39.4",
|
|
160
|
-
"X-Fern-Runtime": core.RUNTIME.type,
|
|
161
|
-
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
162
|
-
},
|
|
156
|
+
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),
|
|
163
157
|
contentType: "application/json",
|
|
164
158
|
queryParameters: _queryParams,
|
|
165
159
|
requestType: "json",
|
|
@@ -196,20 +190,20 @@ class V3 {
|
|
|
196
190
|
* firstName: "string",
|
|
197
191
|
* lastName: "string",
|
|
198
192
|
* organizationName: "string",
|
|
199
|
-
* providerType:
|
|
193
|
+
* providerType: "INDIVIDUAL",
|
|
200
194
|
* taxId: "string",
|
|
201
195
|
* taxonomyCode: "string",
|
|
202
|
-
* licenseType:
|
|
196
|
+
* licenseType: "MD",
|
|
203
197
|
* addresses: [{
|
|
204
198
|
* address: {
|
|
205
199
|
* address1: "123 Main St",
|
|
206
200
|
* address2: "Apt 1",
|
|
207
201
|
* city: "New York",
|
|
208
|
-
* state:
|
|
202
|
+
* state: "NY",
|
|
209
203
|
* zipCode: "10001",
|
|
210
204
|
* zipPlusFourCode: "1234"
|
|
211
205
|
* },
|
|
212
|
-
* addressType:
|
|
206
|
+
* addressType: "DEFAULT"
|
|
213
207
|
* }],
|
|
214
208
|
* employmentStartDate: "2023-01-15",
|
|
215
209
|
* employmentTerminationDate: "2023-01-15",
|
|
@@ -217,7 +211,7 @@ class V3 {
|
|
|
217
211
|
* period: {
|
|
218
212
|
* startDate: CandidApi.Date_("string")
|
|
219
213
|
* },
|
|
220
|
-
* identifierCode:
|
|
214
|
+
* identifierCode: "MCR",
|
|
221
215
|
* identifierValue: {
|
|
222
216
|
* type: "medicare_provider_identifier"
|
|
223
217
|
* }
|
|
@@ -225,20 +219,12 @@ class V3 {
|
|
|
225
219
|
* })
|
|
226
220
|
*/
|
|
227
221
|
create(request, requestOptions) {
|
|
228
|
-
var _a, _b;
|
|
229
222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
223
|
+
var _a, _b, _c;
|
|
230
224
|
const _response = yield core.fetcher({
|
|
231
|
-
url: (0, url_join_1.default)((
|
|
232
|
-
.candidApi, "/api/organization-providers/v3"),
|
|
225
|
+
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/organization-providers/v3"),
|
|
233
226
|
method: "POST",
|
|
234
|
-
headers: {
|
|
235
|
-
Authorization: yield this._getAuthorizationHeader(),
|
|
236
|
-
"X-Fern-Language": "JavaScript",
|
|
237
|
-
"X-Fern-SDK-Name": "candidhealth",
|
|
238
|
-
"X-Fern-SDK-Version": "0.39.4",
|
|
239
|
-
"X-Fern-Runtime": core.RUNTIME.type,
|
|
240
|
-
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
241
|
-
},
|
|
227
|
+
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),
|
|
242
228
|
contentType: "application/json",
|
|
243
229
|
requestType: "json",
|
|
244
230
|
body: serializers.organizationProviders.v3.OrganizationProviderCreateV2.jsonOrThrow(request, {
|
|
@@ -260,7 +246,7 @@ class V3 {
|
|
|
260
246
|
};
|
|
261
247
|
}
|
|
262
248
|
if (_response.error.reason === "status-code") {
|
|
263
|
-
switch ((
|
|
249
|
+
switch ((_c = _response.error.body) === null || _c === void 0 ? void 0 : _c.errorName) {
|
|
264
250
|
case "HttpRequestValidationError":
|
|
265
251
|
case "UpdatesDisabledDueToExternalSystemIntegrationError":
|
|
266
252
|
return {
|
|
@@ -293,20 +279,20 @@ class V3 {
|
|
|
293
279
|
* firstName: "string",
|
|
294
280
|
* lastName: "string",
|
|
295
281
|
* organizationName: "string",
|
|
296
|
-
* providerType:
|
|
282
|
+
* providerType: "INDIVIDUAL",
|
|
297
283
|
* taxId: "string",
|
|
298
284
|
* taxonomyCode: "string",
|
|
299
|
-
* licenseType:
|
|
285
|
+
* licenseType: "MD",
|
|
300
286
|
* addresses: [{
|
|
301
287
|
* address: {
|
|
302
288
|
* address1: "123 Main St",
|
|
303
289
|
* address2: "Apt 1",
|
|
304
290
|
* city: "New York",
|
|
305
|
-
* state:
|
|
291
|
+
* state: "NY",
|
|
306
292
|
* zipCode: "10001",
|
|
307
293
|
* zipPlusFourCode: "1234"
|
|
308
294
|
* },
|
|
309
|
-
* addressType:
|
|
295
|
+
* addressType: "DEFAULT"
|
|
310
296
|
* }],
|
|
311
297
|
* employmentStartDate: CandidApi.Date_("string"),
|
|
312
298
|
* employmentTerminationDate: CandidApi.Date_("string"),
|
|
@@ -315,7 +301,7 @@ class V3 {
|
|
|
315
301
|
* period: {
|
|
316
302
|
* startDate: CandidApi.Date_("string")
|
|
317
303
|
* },
|
|
318
|
-
* identifierCode:
|
|
304
|
+
* identifierCode: "MCR",
|
|
319
305
|
* identifierValue: {
|
|
320
306
|
* type: "medicare_provider_identifier"
|
|
321
307
|
* }
|
|
@@ -323,20 +309,12 @@ class V3 {
|
|
|
323
309
|
* })
|
|
324
310
|
*/
|
|
325
311
|
update(organizationProviderId, request, requestOptions) {
|
|
326
|
-
var _a, _b;
|
|
327
312
|
return __awaiter(this, void 0, void 0, function* () {
|
|
313
|
+
var _a, _b, _c;
|
|
328
314
|
const _response = yield core.fetcher({
|
|
329
|
-
url: (0, url_join_1.default)((
|
|
330
|
-
.candidApi, `/api/organization-providers/v3/${encodeURIComponent(serializers.organizationProviders.v2.OrganizationProviderId.jsonOrThrow(organizationProviderId))}`),
|
|
315
|
+
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/organization-providers/v3/${encodeURIComponent(serializers.organizationProviders.v2.OrganizationProviderId.jsonOrThrow(organizationProviderId))}`),
|
|
331
316
|
method: "PATCH",
|
|
332
|
-
headers: {
|
|
333
|
-
Authorization: yield this._getAuthorizationHeader(),
|
|
334
|
-
"X-Fern-Language": "JavaScript",
|
|
335
|
-
"X-Fern-SDK-Name": "candidhealth",
|
|
336
|
-
"X-Fern-SDK-Version": "0.39.4",
|
|
337
|
-
"X-Fern-Runtime": core.RUNTIME.type,
|
|
338
|
-
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
339
|
-
},
|
|
317
|
+
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),
|
|
340
318
|
contentType: "application/json",
|
|
341
319
|
requestType: "json",
|
|
342
320
|
body: serializers.organizationProviders.v3.OrganizationProviderUpdateV2.jsonOrThrow(request, {
|
|
@@ -358,7 +336,7 @@ class V3 {
|
|
|
358
336
|
};
|
|
359
337
|
}
|
|
360
338
|
if (_response.error.reason === "status-code") {
|
|
361
|
-
switch ((
|
|
339
|
+
switch ((_c = _response.error.body) === null || _c === void 0 ? void 0 : _c.errorName) {
|
|
362
340
|
case "HttpRequestValidationError":
|
|
363
341
|
case "EntityNotFoundError":
|
|
364
342
|
case "UpdatesDisabledDueToExternalSystemIntegrationError":
|
|
@@ -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.organizationProviders.v3.create.Error.HttpRequestValidationError | CandidApi.organizationProviders.v3.create.Error.UpdatesDisabledDueToExternalSystemIntegrationError | CandidApi.organizationProviders.v3.create.Error._Unknown;
|
|
7
7
|
export declare namespace Error {
|
|
8
8
|
interface HttpRequestValidationError extends _Utils {
|
|
9
9
|
errorName: "HttpRequestValidationError";
|