candidhealth 1.12.1 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +3 -3
- package/Client.js +53 -53
- package/api/resources/commons/types/ProcedureModifier.d.ts +3 -0
- package/api/resources/commons/types/ProcedureModifier.js +3 -0
- package/api/resources/commons/types/index.d.ts +2 -0
- package/api/resources/commons/types/index.js +2 -0
- package/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +12 -1
- package/api/resources/encounterAttachments/resources/v1/client/Client.js +64 -1
- package/api/resources/encounterAttachments/resources/v1/client/createWithDescription.d.ts +19 -0
- package/api/resources/encounterAttachments/resources/v1/client/createWithDescription.js +55 -0
- package/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -0
- package/api/resources/encounterAttachments/resources/v1/client/index.js +2 -1
- package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentV2Request.d.ts +5 -0
- package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentV2Request.js +3 -0
- package/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +2 -0
- package/api/resources/encounterSupplementalInformation/client/Client.d.ts +14 -0
- package/api/resources/encounterSupplementalInformation/client/Client.js +15 -0
- package/api/resources/encounterSupplementalInformation/client/index.d.ts +1 -0
- package/api/resources/encounterSupplementalInformation/client/index.js +2 -0
- package/api/resources/encounterSupplementalInformation/index.d.ts +2 -0
- package/api/resources/encounterSupplementalInformation/index.js +18 -0
- package/api/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
- package/{dist/api/resources/serviceFacility/client → api/resources/encounterSupplementalInformation/resources}/index.js +2 -2
- package/api/resources/encounterSupplementalInformation/resources/v1/client/Client.d.ts +59 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/Client.js +328 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +25 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/create.js +66 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +25 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/delete.js +66 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +19 -0
- package/api/resources/{serviceFacility/client/update.js → encounterSupplementalInformation/resources/v1/client/get.js} +2 -2
- package/api/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +25 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/update.js +66 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +6 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +9 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +8 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +3 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +10 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +3 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +5 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +7 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +8 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +3 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
- package/api/resources/encounters/resources/v4/client/Client.d.ts +97 -0
- package/api/resources/encounters/resources/v4/client/Client.js +312 -0
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +67 -0
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +143 -0
- package/api/resources/encounters/resources/v4/client/createUniversal.d.ts +91 -0
- package/api/resources/encounters/resources/v4/client/createUniversal.js +187 -0
- package/api/resources/encounters/resources/v4/client/index.d.ts +3 -0
- package/api/resources/encounters/resources/v4/client/index.js +4 -1
- package/api/resources/encounters/resources/v4/client/updateUniversal.d.ts +67 -0
- package/api/resources/encounters/resources/v4/client/updateUniversal.js +143 -0
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +2 -2
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +2 -2
- package/api/resources/encounters/resources/v4/types/index.d.ts +0 -2
- package/api/resources/encounters/resources/v4/types/index.js +0 -2
- package/api/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +46 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterCreate.js +3 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +44 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +3 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +36 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterUpdate.js +3 -0
- package/api/resources/encountersUniversal/types/index.d.ts +3 -0
- package/api/resources/encountersUniversal/types/index.js +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +8 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +8 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +8 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +9 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +27 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +9 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +9 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +8 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +9 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +8 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +9 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
- package/api/resources/index.d.ts +2 -0
- package/api/resources/index.js +4 -2
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +2 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +2 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +2 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +2 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +6 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -0
- package/api/resources/serviceFacility/index.d.ts +0 -1
- package/api/resources/serviceFacility/index.js +0 -1
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +8 -0
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +3 -0
- package/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/api/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/api/resources/users/index.d.ts +1 -0
- package/api/resources/users/index.js +17 -0
- package/api/resources/users/resources/index.d.ts +1 -0
- package/api/resources/{serviceFacility/client → users/resources}/index.js +2 -2
- package/api/resources/users/resources/v2/index.d.ts +1 -0
- package/api/resources/users/resources/v2/index.js +17 -0
- package/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
- package/api/resources/users/resources/v2/types/AuthZeroMetadata.js +3 -0
- package/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +3 -0
- package/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +3 -0
- package/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +13 -0
- package/api/resources/users/resources/v2/types/HumanUserMetadata.js +3 -0
- package/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +20 -0
- package/api/resources/users/resources/v2/types/IdpUserMetadata.js +3 -0
- package/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +3 -0
- package/api/resources/users/resources/v2/types/MachineUserMetadata.js +3 -0
- package/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +3 -0
- package/api/resources/users/resources/v2/types/OtherIdpMetadata.js +3 -0
- package/api/resources/users/resources/v2/types/UserMetadata.d.ts +19 -0
- package/api/resources/users/resources/v2/types/UserMetadata.js +3 -0
- package/api/resources/users/resources/v2/types/UserV2.d.ts +24 -0
- package/api/resources/users/resources/v2/types/UserV2.js +3 -0
- package/api/resources/users/resources/v2/types/index.d.ts +8 -0
- package/api/resources/users/resources/v2/types/index.js +24 -0
- package/api/resources/x12/resources/v1/types/Carc.d.ts +1 -0
- package/api/resources/x12/resources/v1/types/Carc.js +1 -0
- package/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +27 -0
- package/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +3 -0
- package/api/resources/x12/resources/v1/types/index.d.ts +1 -0
- package/api/resources/x12/resources/v1/types/index.js +1 -0
- package/dist/Client.d.ts +3 -3
- package/dist/Client.js +53 -53
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +3 -0
- package/dist/api/resources/commons/types/ProcedureModifier.js +3 -0
- package/dist/api/resources/commons/types/index.d.ts +2 -0
- package/dist/api/resources/commons/types/index.js +2 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +12 -1
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +64 -1
- package/dist/api/resources/encounterAttachments/resources/v1/client/createWithDescription.d.ts +19 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/createWithDescription.js +55 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/index.js +2 -1
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentV2Request.d.ts +5 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentV2Request.js +3 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +2 -0
- package/dist/api/resources/encounterSupplementalInformation/client/Client.d.ts +14 -0
- package/dist/api/resources/encounterSupplementalInformation/client/Client.js +15 -0
- package/dist/api/resources/encounterSupplementalInformation/client/index.d.ts +1 -0
- package/dist/api/resources/encounterSupplementalInformation/client/index.js +2 -0
- package/dist/api/resources/encounterSupplementalInformation/index.d.ts +2 -0
- package/dist/api/resources/encounterSupplementalInformation/index.js +18 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/index.js +37 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/Client.d.ts +59 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/Client.js +328 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +25 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/create.js +66 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +25 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/delete.js +66 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +19 -0
- package/dist/api/resources/{serviceFacility/client/update.js → encounterSupplementalInformation/resources/v1/client/get.js} +2 -2
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +25 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/update.js +66 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +6 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +9 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +8 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +3 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +10 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +3 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +5 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +7 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +8 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +3 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +97 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.js +312 -0
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +67 -0
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +143 -0
- package/dist/api/resources/encounters/resources/v4/client/createUniversal.d.ts +91 -0
- package/dist/api/resources/encounters/resources/v4/client/createUniversal.js +187 -0
- package/dist/api/resources/encounters/resources/v4/client/index.d.ts +3 -0
- package/dist/api/resources/encounters/resources/v4/client/index.js +4 -1
- package/dist/api/resources/encounters/resources/v4/client/updateUniversal.d.ts +67 -0
- package/dist/api/resources/encounters/resources/v4/client/updateUniversal.js +143 -0
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +2 -2
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +2 -2
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +0 -2
- package/dist/api/resources/encounters/resources/v4/types/index.js +0 -2
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +46 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreate.js +3 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +44 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +3 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +36 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdate.js +3 -0
- package/dist/api/resources/encountersUniversal/types/index.d.ts +3 -0
- package/dist/api/resources/encountersUniversal/types/index.js +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +8 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +8 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +8 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +9 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +27 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +9 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +9 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +8 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +9 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +8 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +9 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
- package/dist/api/resources/index.d.ts +2 -0
- package/dist/api/resources/index.js +4 -2
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +2 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +2 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +6 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -0
- package/dist/api/resources/serviceFacility/index.d.ts +0 -1
- package/dist/api/resources/serviceFacility/index.js +0 -1
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +8 -0
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +3 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/dist/api/resources/users/index.d.ts +1 -0
- package/dist/api/resources/users/index.js +17 -0
- package/dist/api/resources/users/resources/index.d.ts +1 -0
- package/dist/api/resources/users/resources/index.js +37 -0
- package/dist/api/resources/users/resources/v2/index.d.ts +1 -0
- package/dist/api/resources/users/resources/v2/index.js +17 -0
- package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
- package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.js +3 -0
- package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +3 -0
- package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +3 -0
- package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +13 -0
- package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.js +3 -0
- package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +20 -0
- package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.js +3 -0
- package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +3 -0
- package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.js +3 -0
- package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +3 -0
- package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.js +3 -0
- package/dist/api/resources/users/resources/v2/types/UserMetadata.d.ts +19 -0
- package/dist/api/resources/users/resources/v2/types/UserMetadata.js +3 -0
- package/dist/api/resources/users/resources/v2/types/UserV2.d.ts +24 -0
- package/dist/api/resources/users/resources/v2/types/UserV2.js +3 -0
- package/dist/api/resources/users/resources/v2/types/index.d.ts +8 -0
- package/dist/api/resources/users/resources/v2/types/index.js +24 -0
- package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +1 -0
- package/dist/api/resources/x12/resources/v1/types/Carc.js +1 -0
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +27 -0
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +3 -0
- package/dist/api/resources/x12/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/x12/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/dist/serialization/resources/commons/types/ReportTransmissionCode.d.ts +7 -0
- package/dist/serialization/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.js +1 -1
- package/{serialization/resources/encounters/resources/v4 → dist/serialization/resources/commons}/types/ReportTypeCode.d.ts +4 -4
- package/{serialization/resources/encounters/resources/v4 → dist/serialization/resources/commons}/types/ReportTypeCode.js +1 -1
- package/dist/serialization/resources/commons/types/index.d.ts +2 -0
- package/dist/serialization/resources/commons/types/index.js +2 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +3 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +3 -0
- package/dist/serialization/resources/encounterSupplementalInformation/index.d.ts +1 -0
- package/dist/serialization/resources/encounterSupplementalInformation/index.js +17 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/index.js +37 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +12 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.js +69 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +12 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.js +69 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +8 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.js +40 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +12 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.js +69 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +7 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +39 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +17 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +49 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +21 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +53 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +7 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +43 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +17 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +49 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +46 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +110 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +66 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.js +134 -0
- package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +3 -0
- package/dist/serialization/resources/encounters/resources/v4/client/index.js +4 -1
- package/dist/serialization/resources/encounters/resources/v4/client/updateUniversal.d.ts +47 -0
- package/dist/serialization/resources/encounters/resources/v4/client/updateUniversal.js +111 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +2 -2
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +2 -2
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +2 -2
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +2 -2
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +0 -2
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +0 -2
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +36 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.js +70 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +34 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +68 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +29 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.js +63 -0
- package/dist/serialization/resources/encountersUniversal/types/index.d.ts +3 -0
- package/dist/serialization/resources/encountersUniversal/types/index.js +3 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +13 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +47 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +13 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +47 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +13 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +47 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +15 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +34 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +66 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +15 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +15 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +13 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +47 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +15 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +13 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +47 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +15 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +4 -2
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +2 -2
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +12 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +46 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/dist/serialization/resources/users/index.d.ts +1 -0
- package/dist/serialization/resources/users/index.js +17 -0
- package/dist/serialization/resources/users/resources/index.d.ts +1 -0
- package/dist/serialization/resources/users/resources/index.js +37 -0
- package/dist/serialization/resources/users/resources/v2/index.d.ts +1 -0
- package/dist/serialization/resources/users/resources/v2/index.js +17 -0
- package/dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
- package/dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js +41 -0
- package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +9 -0
- package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +41 -0
- package/dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +11 -0
- package/dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.js +43 -0
- package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +19 -0
- package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +51 -0
- package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +9 -0
- package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.js +41 -0
- package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +9 -0
- package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +41 -0
- package/dist/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +15 -0
- package/dist/serialization/resources/users/resources/v2/types/UserMetadata.js +49 -0
- package/dist/serialization/resources/users/resources/v2/types/UserV2.d.ts +16 -0
- package/dist/serialization/resources/users/resources/v2/types/UserV2.js +48 -0
- package/dist/serialization/resources/users/resources/v2/types/index.d.ts +8 -0
- package/dist/serialization/resources/users/resources/v2/types/index.js +24 -0
- package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
- package/dist/serialization/resources/x12/resources/v1/types/Carc.js +1 -0
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +15 -0
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +50 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +471 -60
- package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/serialization/resources/commons/types/ReportTransmissionCode.d.ts +7 -0
- package/serialization/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.js +1 -1
- package/{dist/serialization/resources/encounters/resources/v4 → serialization/resources/commons}/types/ReportTypeCode.d.ts +4 -4
- package/{dist/serialization/resources/encounters/resources/v4 → serialization/resources/commons}/types/ReportTypeCode.js +1 -1
- package/serialization/resources/commons/types/index.d.ts +2 -0
- package/serialization/resources/commons/types/index.js +2 -0
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +3 -0
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +3 -0
- package/serialization/resources/encounterSupplementalInformation/index.d.ts +1 -0
- package/serialization/resources/encounterSupplementalInformation/index.js +17 -0
- package/serialization/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
- package/serialization/resources/encounterSupplementalInformation/resources/index.js +37 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +12 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.js +69 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +12 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.js +69 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +8 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.js +40 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +12 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.js +69 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +7 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +39 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +17 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +49 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +21 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +53 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +7 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +43 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +17 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +49 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +46 -0
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +110 -0
- package/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +66 -0
- package/serialization/resources/encounters/resources/v4/client/createUniversal.js +134 -0
- package/serialization/resources/encounters/resources/v4/client/index.d.ts +3 -0
- package/serialization/resources/encounters/resources/v4/client/index.js +4 -1
- package/serialization/resources/encounters/resources/v4/client/updateUniversal.d.ts +47 -0
- package/serialization/resources/encounters/resources/v4/client/updateUniversal.js +111 -0
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +2 -2
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +2 -2
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +2 -2
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +2 -2
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +0 -2
- package/serialization/resources/encounters/resources/v4/types/index.js +0 -2
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +36 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.js +70 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +34 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +68 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +29 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.js +63 -0
- package/serialization/resources/encountersUniversal/types/index.d.ts +3 -0
- package/serialization/resources/encountersUniversal/types/index.js +3 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +13 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +47 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +13 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +47 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +13 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +47 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +15 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +34 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +66 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +15 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +15 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +13 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +47 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +15 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +13 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +47 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +15 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +4 -2
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +2 -2
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +12 -0
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +46 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/serialization/resources/users/index.d.ts +1 -0
- package/serialization/resources/users/index.js +17 -0
- package/serialization/resources/users/resources/index.d.ts +1 -0
- package/serialization/resources/users/resources/index.js +37 -0
- package/serialization/resources/users/resources/v2/index.d.ts +1 -0
- package/serialization/resources/users/resources/v2/index.js +17 -0
- package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
- package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js +41 -0
- package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +9 -0
- package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +41 -0
- package/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +11 -0
- package/serialization/resources/users/resources/v2/types/HumanUserMetadata.js +43 -0
- package/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +19 -0
- package/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +51 -0
- package/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +9 -0
- package/serialization/resources/users/resources/v2/types/MachineUserMetadata.js +41 -0
- package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +9 -0
- package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +41 -0
- package/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +15 -0
- package/serialization/resources/users/resources/v2/types/UserMetadata.js +49 -0
- package/serialization/resources/users/resources/v2/types/UserV2.d.ts +16 -0
- package/serialization/resources/users/resources/v2/types/UserV2.js +48 -0
- package/serialization/resources/users/resources/v2/types/index.d.ts +8 -0
- package/serialization/resources/users/resources/v2/types/index.js +24 -0
- package/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
- package/serialization/resources/x12/resources/v1/types/Carc.js +1 -0
- package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +15 -0
- package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +50 -0
- package/serialization/resources/x12/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/x12/resources/v1/types/index.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/serviceFacility/client/Client.d.ts +0 -25
- package/api/resources/serviceFacility/client/Client.js +0 -119
- package/api/resources/serviceFacility/client/index.d.ts +0 -1
- package/api/resources/serviceFacility/client/update.d.ts +0 -19
- package/dist/api/resources/serviceFacility/client/Client.d.ts +0 -25
- package/dist/api/resources/serviceFacility/client/Client.js +0 -119
- package/dist/api/resources/serviceFacility/client/index.d.ts +0 -1
- package/dist/api/resources/serviceFacility/client/update.d.ts +0 -19
- package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +0 -7
- package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +0 -7
- /package/api/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.d.ts +0 -0
- /package/api/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.js +0 -0
- /package/api/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.d.ts +0 -0
- /package/api/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.js +0 -0
- /package/dist/api/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.d.ts +0 -0
- /package/dist/api/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.js +0 -0
- /package/dist/api/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.d.ts +0 -0
- /package/dist/api/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.js +0 -0
package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* This corresponds to the BG code qualifier value.
|
|
4
|
+
*/
|
|
5
|
+
export interface ConditionInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
|
|
6
|
+
conditionCodeQualifier: CandidApi.healthCareCodeInformation.v1.ConditionInformationCodeQualifier;
|
|
7
|
+
conditionCode: CandidApi.healthCareCodeInformation.v1.ConditionCode;
|
|
8
|
+
}
|
package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* This corresponds to DR code qualifier values.
|
|
4
|
+
*/
|
|
5
|
+
export interface DiagnosisRelatedGroupNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
|
|
6
|
+
diagnosisRelatedGroupCodeQualifier: CandidApi.healthCareCodeInformation.v1.DiagnosisRelatedGroupCodeQualifier;
|
|
7
|
+
diagnosisRelatedGroupCode: CandidApi.healthCareCodeInformation.v1.MsdrgCode;
|
|
8
|
+
}
|
package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* This corresponds to BN or ABN code qualifier values.
|
|
4
|
+
*/
|
|
5
|
+
export interface ExternalCauseOfInjuryNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
|
|
6
|
+
externalCauseOfInjuryCodeQualifier: CandidApi.healthCareCodeInformation.v1.ExternalCauseOfInjuryCodeQualifier;
|
|
7
|
+
externalCauseOfInjuryCode: CandidApi.healthCareCodeInformation.v1.IcdCode;
|
|
8
|
+
presentOnAdmissionIndicator?: CandidApi.healthCareCodeInformation.v1.PresentOnAdmissionIndicatorCode;
|
|
9
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
export interface HealthCareCodeInformationCreate {
|
|
3
|
+
principalDiagnosis?: CandidApi.healthCareCodeInformation.v1.PrincipalDiagnosisNew;
|
|
4
|
+
otherDiagnosisInformation?: CandidApi.healthCareCodeInformation.v1.OtherDiagnosisInformationNew[];
|
|
5
|
+
/** This object only applies to 837i institutional claim forms. */
|
|
6
|
+
admittingDiagnosis?: CandidApi.healthCareCodeInformation.v1.AdmittingDiagnosisNew;
|
|
7
|
+
/** This object only applies to 837i institutional claim forms. */
|
|
8
|
+
patientReasonsForVisit?: CandidApi.healthCareCodeInformation.v1.PatientReasonForVisitNew[];
|
|
9
|
+
/** This object only applies to 837i institutional claim forms. */
|
|
10
|
+
externalCausesOfInjury?: CandidApi.healthCareCodeInformation.v1.ExternalCauseOfInjuryNew[];
|
|
11
|
+
/** This object only applies to 837i institutional claim forms. */
|
|
12
|
+
diagnosisRelatedGroups?: CandidApi.healthCareCodeInformation.v1.DiagnosisRelatedGroupNew;
|
|
13
|
+
/** This object only applies to 837i institutional claim forms. */
|
|
14
|
+
principalProcedure?: CandidApi.healthCareCodeInformation.v1.PrincipalProcedureInformationNew;
|
|
15
|
+
/** This object only applies to 837i institutional claim forms. */
|
|
16
|
+
otherProcedureInformation?: CandidApi.healthCareCodeInformation.v1.OtherProcedureInformationNew[];
|
|
17
|
+
/** This object only applies to 837i institutional claim forms. */
|
|
18
|
+
occurrenceSpanInformation?: CandidApi.healthCareCodeInformation.v1.OccurrenceSpanInformationNew[];
|
|
19
|
+
/** This object only applies to 837i institutional claim forms. */
|
|
20
|
+
occurrenceInformation?: CandidApi.healthCareCodeInformation.v1.OccurrenceInformationNew[];
|
|
21
|
+
/** This object only applies to 837i institutional claim forms. */
|
|
22
|
+
treatmentCodeInformation?: CandidApi.healthCareCodeInformation.v1.TreatmentCodeInformationNew[];
|
|
23
|
+
/** This object only applies to 837i institutional claim forms. */
|
|
24
|
+
valueInformation?: CandidApi.healthCareCodeInformation.v1.ValueInformationNew[];
|
|
25
|
+
/** This object only applies to 837i institutional claim forms. */
|
|
26
|
+
conditionInformation?: CandidApi.healthCareCodeInformation.v1.ConditionInformationNew[];
|
|
27
|
+
}
|
package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* This corresponds to the BH code qualifier value.
|
|
4
|
+
*/
|
|
5
|
+
export interface OccurrenceInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
|
|
6
|
+
occurrenceCodeQualifier: CandidApi.healthCareCodeInformation.v1.OccurrenceInformationCodeQualifier;
|
|
7
|
+
occurrenceCode: CandidApi.healthCareCodeInformation.v1.OccurrenceCode;
|
|
8
|
+
/**
|
|
9
|
+
* An [RFC 3339, section 5.6 datetime](https://ijmacd.github.io/rfc3339-iso8601/).
|
|
10
|
+
* For example, 2017-07-21T17:32:28Z.
|
|
11
|
+
* In practice, only the date portion of this is used for claim submission, so
|
|
12
|
+
* midnight time is fine.
|
|
13
|
+
*/
|
|
14
|
+
occurrenceDate: CandidApi.healthCareCodeInformation.v1.D8Date;
|
|
15
|
+
}
|
package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* This corresponds to the BI code qualifier value.
|
|
4
|
+
*/
|
|
5
|
+
export interface OccurrenceSpanInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
|
|
6
|
+
occurrenceSpanCodeQualifier: CandidApi.healthCareCodeInformation.v1.OccurrenceSpanCodeQualifier;
|
|
7
|
+
occurrenceSpanCode: CandidApi.healthCareCodeInformation.v1.OccurrenceSpanCode;
|
|
8
|
+
occurrenceSpanDate: CandidApi.healthCareCodeInformation.v1.Rd8Date;
|
|
9
|
+
}
|
package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* This corresponds to BF and ABF code qualifier values.
|
|
4
|
+
*/
|
|
5
|
+
export interface OtherDiagnosisInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
|
|
6
|
+
otherDiagnosisCodeQualifier: CandidApi.healthCareCodeInformation.v1.OtherDiagnosisInformationCodeQualifier;
|
|
7
|
+
otherDiagnosis: CandidApi.healthCareCodeInformation.v1.IcdCode;
|
|
8
|
+
presentOnAdmissionIndicator?: CandidApi.healthCareCodeInformation.v1.PresentOnAdmissionIndicatorCode;
|
|
9
|
+
}
|
package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* This corresponds to the BBQ or BQ code qualifier values.
|
|
4
|
+
*/
|
|
5
|
+
export interface OtherProcedureInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
|
|
6
|
+
otherProcedureCodeQualifier: CandidApi.healthCareCodeInformation.v1.OtherProcedureInformationCodeQualifier;
|
|
7
|
+
otherProcedureCode: CandidApi.healthCareCodeInformation.v1.IcdCode;
|
|
8
|
+
/**
|
|
9
|
+
* An [RFC 3339, section 5.6 datetime](https://ijmacd.github.io/rfc3339-iso8601/).
|
|
10
|
+
* For example, 2017-07-21T17:32:28Z.
|
|
11
|
+
* In practice, only the date portion of this is used for claim submission, so
|
|
12
|
+
* midnight time is fine.
|
|
13
|
+
*/
|
|
14
|
+
otherProcedureDate: CandidApi.healthCareCodeInformation.v1.D8Date;
|
|
15
|
+
}
|
package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* This corresponds to PR or APR code qualifier values.
|
|
4
|
+
*/
|
|
5
|
+
export interface PatientReasonForVisitNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
|
|
6
|
+
patientReasonForVisitCodeQualifier: CandidApi.healthCareCodeInformation.v1.PatientReasonForVisitCodeQualifier;
|
|
7
|
+
patientReasonForVisit: CandidApi.healthCareCodeInformation.v1.IcdCode;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* This corresponds to BK or ABK code qualifier values.
|
|
4
|
+
*/
|
|
5
|
+
export interface PrincipalDiagnosisNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
|
|
6
|
+
principalDiagnosisCodeQualifier: CandidApi.healthCareCodeInformation.v1.PrincipalDiagnosisCodeQualifier;
|
|
7
|
+
primaryDiagnosisCode: CandidApi.healthCareCodeInformation.v1.IcdCode;
|
|
8
|
+
presentOnAdmissionIndicator?: CandidApi.healthCareCodeInformation.v1.PresentOnAdmissionIndicatorCode;
|
|
9
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* This correspond to BBR, BR, and CAH code qualifier values.
|
|
4
|
+
*/
|
|
5
|
+
export interface PrincipalProcedureInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
|
|
6
|
+
principalProcedureCodeQualifier: CandidApi.healthCareCodeInformation.v1.PrincipalProcedureInformationCodeQualifier;
|
|
7
|
+
principalProcedureCode: CandidApi.healthCareCodeInformation.v1.IcdCode;
|
|
8
|
+
/**
|
|
9
|
+
* An [RFC 3339, section 5.6 datetime](https://ijmacd.github.io/rfc3339-iso8601/).
|
|
10
|
+
* For example, 2017-07-21T17:32:28Z.
|
|
11
|
+
* In practice, only the date portion of this is used for claim submission, so
|
|
12
|
+
* midnight time is fine.
|
|
13
|
+
*/
|
|
14
|
+
procedureDate: CandidApi.healthCareCodeInformation.v1.D8Date;
|
|
15
|
+
}
|
package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* This corresponds to the TC code qualifier value.
|
|
4
|
+
*/
|
|
5
|
+
export interface TreatmentCodeInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
|
|
6
|
+
treatmentCodeQualifier: CandidApi.healthCareCodeInformation.v1.TreatmentCodeQualifier;
|
|
7
|
+
treatmentCode: CandidApi.healthCareCodeInformation.v1.TreatmentCode;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* This corresponds to the BE code qualifier value.
|
|
4
|
+
*/
|
|
5
|
+
export interface ValueInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
|
|
6
|
+
valueCodeQualifier: CandidApi.healthCareCodeInformation.v1.ValueCodeQualifier;
|
|
7
|
+
valueCode: CandidApi.healthCareCodeInformation.v1.ValueCode;
|
|
8
|
+
valueCodeAmount: CandidApi.Decimal;
|
|
9
|
+
}
|
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
export * from "./AdmittingDiagnosis";
|
|
2
2
|
export * from "./AdmittingDiagnosisCodeQualifier";
|
|
3
|
+
export * from "./AdmittingDiagnosisNew";
|
|
3
4
|
export * from "./ConditionCode";
|
|
4
5
|
export * from "./ConditionInformation";
|
|
5
6
|
export * from "./ConditionInformationCodeQualifier";
|
|
7
|
+
export * from "./ConditionInformationNew";
|
|
6
8
|
export * from "./D8Date";
|
|
7
9
|
export * from "./DiagnosisRelatedGroup";
|
|
8
10
|
export * from "./DiagnosisRelatedGroupCodeQualifier";
|
|
11
|
+
export * from "./DiagnosisRelatedGroupNew";
|
|
9
12
|
export * from "./ExternalCauseOfInjury";
|
|
10
13
|
export * from "./ExternalCauseOfInjuryCodeQualifier";
|
|
14
|
+
export * from "./ExternalCauseOfInjuryNew";
|
|
11
15
|
export * from "./HealthCareCodeInformation";
|
|
16
|
+
export * from "./HealthCareCodeInformationCreate";
|
|
12
17
|
export * from "./HealthCareCodeInformationGetAllResponse";
|
|
13
18
|
export * from "./HealthCareCodeInformationNew";
|
|
14
19
|
export * from "./HealthCareCodeInformationUpdate";
|
|
@@ -17,20 +22,27 @@ export * from "./MsdrgCode";
|
|
|
17
22
|
export * from "./OccurrenceCode";
|
|
18
23
|
export * from "./OccurrenceInformation";
|
|
19
24
|
export * from "./OccurrenceInformationCodeQualifier";
|
|
25
|
+
export * from "./OccurrenceInformationNew";
|
|
20
26
|
export * from "./OccurrenceSpanCode";
|
|
21
27
|
export * from "./OccurrenceSpanCodeQualifier";
|
|
22
28
|
export * from "./OccurrenceSpanInformation";
|
|
29
|
+
export * from "./OccurrenceSpanInformationNew";
|
|
23
30
|
export * from "./OtherDiagnosisInformation";
|
|
24
31
|
export * from "./OtherDiagnosisInformationCodeQualifier";
|
|
32
|
+
export * from "./OtherDiagnosisInformationNew";
|
|
25
33
|
export * from "./OtherProcedureInformation";
|
|
26
34
|
export * from "./OtherProcedureInformationCodeQualifier";
|
|
35
|
+
export * from "./OtherProcedureInformationNew";
|
|
27
36
|
export * from "./PatientReasonForVisit";
|
|
28
37
|
export * from "./PatientReasonForVisitCodeQualifier";
|
|
38
|
+
export * from "./PatientReasonForVisitNew";
|
|
29
39
|
export * from "./PresentOnAdmissionIndicatorCode";
|
|
30
40
|
export * from "./PrincipalDiagnosis";
|
|
31
41
|
export * from "./PrincipalDiagnosisCodeQualifier";
|
|
42
|
+
export * from "./PrincipalDiagnosisNew";
|
|
32
43
|
export * from "./PrincipalProcedureInformation";
|
|
33
44
|
export * from "./PrincipalProcedureInformationCodeQualifier";
|
|
45
|
+
export * from "./PrincipalProcedureInformationNew";
|
|
34
46
|
export * from "./Rd8Date";
|
|
35
47
|
export * from "./SetOrClearAdmittingDiagnosis";
|
|
36
48
|
export * from "./SetOrClearDiagnosisRelatedGroup";
|
|
@@ -38,7 +50,9 @@ export * from "./SetOrClearPrincipalDiagnosis";
|
|
|
38
50
|
export * from "./SetOrClearPrincipalProcedureInformation";
|
|
39
51
|
export * from "./TreatmentCode";
|
|
40
52
|
export * from "./TreatmentCodeInformation";
|
|
53
|
+
export * from "./TreatmentCodeInformationNew";
|
|
41
54
|
export * from "./TreatmentCodeQualifier";
|
|
42
55
|
export * from "./ValueCode";
|
|
43
56
|
export * from "./ValueCodeQualifier";
|
|
44
57
|
export * from "./ValueInformation";
|
|
58
|
+
export * from "./ValueInformationNew";
|
|
@@ -16,15 +16,20 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./AdmittingDiagnosis"), exports);
|
|
18
18
|
__exportStar(require("./AdmittingDiagnosisCodeQualifier"), exports);
|
|
19
|
+
__exportStar(require("./AdmittingDiagnosisNew"), exports);
|
|
19
20
|
__exportStar(require("./ConditionCode"), exports);
|
|
20
21
|
__exportStar(require("./ConditionInformation"), exports);
|
|
21
22
|
__exportStar(require("./ConditionInformationCodeQualifier"), exports);
|
|
23
|
+
__exportStar(require("./ConditionInformationNew"), exports);
|
|
22
24
|
__exportStar(require("./D8Date"), exports);
|
|
23
25
|
__exportStar(require("./DiagnosisRelatedGroup"), exports);
|
|
24
26
|
__exportStar(require("./DiagnosisRelatedGroupCodeQualifier"), exports);
|
|
27
|
+
__exportStar(require("./DiagnosisRelatedGroupNew"), exports);
|
|
25
28
|
__exportStar(require("./ExternalCauseOfInjury"), exports);
|
|
26
29
|
__exportStar(require("./ExternalCauseOfInjuryCodeQualifier"), exports);
|
|
30
|
+
__exportStar(require("./ExternalCauseOfInjuryNew"), exports);
|
|
27
31
|
__exportStar(require("./HealthCareCodeInformation"), exports);
|
|
32
|
+
__exportStar(require("./HealthCareCodeInformationCreate"), exports);
|
|
28
33
|
__exportStar(require("./HealthCareCodeInformationGetAllResponse"), exports);
|
|
29
34
|
__exportStar(require("./HealthCareCodeInformationNew"), exports);
|
|
30
35
|
__exportStar(require("./HealthCareCodeInformationUpdate"), exports);
|
|
@@ -33,20 +38,27 @@ __exportStar(require("./MsdrgCode"), exports);
|
|
|
33
38
|
__exportStar(require("./OccurrenceCode"), exports);
|
|
34
39
|
__exportStar(require("./OccurrenceInformation"), exports);
|
|
35
40
|
__exportStar(require("./OccurrenceInformationCodeQualifier"), exports);
|
|
41
|
+
__exportStar(require("./OccurrenceInformationNew"), exports);
|
|
36
42
|
__exportStar(require("./OccurrenceSpanCode"), exports);
|
|
37
43
|
__exportStar(require("./OccurrenceSpanCodeQualifier"), exports);
|
|
38
44
|
__exportStar(require("./OccurrenceSpanInformation"), exports);
|
|
45
|
+
__exportStar(require("./OccurrenceSpanInformationNew"), exports);
|
|
39
46
|
__exportStar(require("./OtherDiagnosisInformation"), exports);
|
|
40
47
|
__exportStar(require("./OtherDiagnosisInformationCodeQualifier"), exports);
|
|
48
|
+
__exportStar(require("./OtherDiagnosisInformationNew"), exports);
|
|
41
49
|
__exportStar(require("./OtherProcedureInformation"), exports);
|
|
42
50
|
__exportStar(require("./OtherProcedureInformationCodeQualifier"), exports);
|
|
51
|
+
__exportStar(require("./OtherProcedureInformationNew"), exports);
|
|
43
52
|
__exportStar(require("./PatientReasonForVisit"), exports);
|
|
44
53
|
__exportStar(require("./PatientReasonForVisitCodeQualifier"), exports);
|
|
54
|
+
__exportStar(require("./PatientReasonForVisitNew"), exports);
|
|
45
55
|
__exportStar(require("./PresentOnAdmissionIndicatorCode"), exports);
|
|
46
56
|
__exportStar(require("./PrincipalDiagnosis"), exports);
|
|
47
57
|
__exportStar(require("./PrincipalDiagnosisCodeQualifier"), exports);
|
|
58
|
+
__exportStar(require("./PrincipalDiagnosisNew"), exports);
|
|
48
59
|
__exportStar(require("./PrincipalProcedureInformation"), exports);
|
|
49
60
|
__exportStar(require("./PrincipalProcedureInformationCodeQualifier"), exports);
|
|
61
|
+
__exportStar(require("./PrincipalProcedureInformationNew"), exports);
|
|
50
62
|
__exportStar(require("./Rd8Date"), exports);
|
|
51
63
|
__exportStar(require("./SetOrClearAdmittingDiagnosis"), exports);
|
|
52
64
|
__exportStar(require("./SetOrClearDiagnosisRelatedGroup"), exports);
|
|
@@ -54,7 +66,9 @@ __exportStar(require("./SetOrClearPrincipalDiagnosis"), exports);
|
|
|
54
66
|
__exportStar(require("./SetOrClearPrincipalProcedureInformation"), exports);
|
|
55
67
|
__exportStar(require("./TreatmentCode"), exports);
|
|
56
68
|
__exportStar(require("./TreatmentCodeInformation"), exports);
|
|
69
|
+
__exportStar(require("./TreatmentCodeInformationNew"), exports);
|
|
57
70
|
__exportStar(require("./TreatmentCodeQualifier"), exports);
|
|
58
71
|
__exportStar(require("./ValueCode"), exports);
|
|
59
72
|
__exportStar(require("./ValueCodeQualifier"), exports);
|
|
60
73
|
__exportStar(require("./ValueInformation"), exports);
|
|
74
|
+
__exportStar(require("./ValueInformationNew"), exports);
|
package/api/resources/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export * from "./diagnoses/types";
|
|
|
17
17
|
export * as eligibility from "./eligibility";
|
|
18
18
|
export * as encounterAttachments from "./encounterAttachments";
|
|
19
19
|
export * as encounterProviders from "./encounterProviders";
|
|
20
|
+
export * as encounterSupplementalInformation from "./encounterSupplementalInformation";
|
|
20
21
|
export * as encounters from "./encounters";
|
|
21
22
|
export * as encountersUniversal from "./encountersUniversal";
|
|
22
23
|
export * as era from "./era";
|
|
@@ -67,6 +68,7 @@ export * as superbills from "./superbills";
|
|
|
67
68
|
export * as tags from "./tags";
|
|
68
69
|
export * from "./tags/types";
|
|
69
70
|
export * as tasks from "./tasks";
|
|
71
|
+
export * as users from "./users";
|
|
70
72
|
export * as writeOffs from "./writeOffs";
|
|
71
73
|
export * as x12 from "./x12";
|
|
72
74
|
export * as yesNoIndicator from "./yesNoIndicator";
|
package/api/resources/index.js
CHANGED
|
@@ -36,8 +36,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
40
|
-
exports.yesNoIndicator = exports.x12 = exports.writeOffs = exports.tasks = exports.tags = exports.superbills = exports.serviceLines = exports.serviceFacility = void 0;
|
|
39
|
+
exports.remitDrafts = exports.preEncounter = exports.pipelineCommons = exports.paymentAccountConfigs = exports.payers = exports.payerPlanGroups = exports.patientRefunds = exports.patientPayments = exports.patientAr = exports.organizationServiceFacilities = exports.organizationProviders = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.insuranceAdjudications = exports.individual = exports.importInvoice = exports.identifiers = exports.healthCareCodeInformation = exports.guarantor = exports.financials = exports.feeSchedules = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.eraCommons = exports.era = exports.encountersUniversal = exports.encounters = exports.encounterSupplementalInformation = exports.encounterProviders = exports.encounterAttachments = exports.eligibility = exports.diagnoses = exports.customSchemas = exports.credentialing = exports.contracts = exports.commons = exports.clinicalTrials = exports.claims = exports.claimSubmission = exports.chargeCaptureBundles = exports.chargeCapture = exports.billingNotes = exports.auth = void 0;
|
|
40
|
+
exports.yesNoIndicator = exports.x12 = exports.writeOffs = exports.users = exports.tasks = exports.tags = exports.superbills = exports.serviceLines = exports.serviceFacility = exports.remits = void 0;
|
|
41
41
|
exports.auth = __importStar(require("./auth"));
|
|
42
42
|
exports.billingNotes = __importStar(require("./billingNotes"));
|
|
43
43
|
exports.chargeCapture = __importStar(require("./chargeCapture"));
|
|
@@ -57,6 +57,7 @@ __exportStar(require("./diagnoses/types"), exports);
|
|
|
57
57
|
exports.eligibility = __importStar(require("./eligibility"));
|
|
58
58
|
exports.encounterAttachments = __importStar(require("./encounterAttachments"));
|
|
59
59
|
exports.encounterProviders = __importStar(require("./encounterProviders"));
|
|
60
|
+
exports.encounterSupplementalInformation = __importStar(require("./encounterSupplementalInformation"));
|
|
60
61
|
exports.encounters = __importStar(require("./encounters"));
|
|
61
62
|
exports.encountersUniversal = __importStar(require("./encountersUniversal"));
|
|
62
63
|
exports.era = __importStar(require("./era"));
|
|
@@ -107,6 +108,7 @@ exports.superbills = __importStar(require("./superbills"));
|
|
|
107
108
|
exports.tags = __importStar(require("./tags"));
|
|
108
109
|
__exportStar(require("./tags/types"), exports);
|
|
109
110
|
exports.tasks = __importStar(require("./tasks"));
|
|
111
|
+
exports.users = __importStar(require("./users"));
|
|
110
112
|
exports.writeOffs = __importStar(require("./writeOffs"));
|
|
111
113
|
exports.x12 = __importStar(require("./x12"));
|
|
112
114
|
exports.yesNoIndicator = __importStar(require("./yesNoIndicator"));
|
|
@@ -39,6 +39,8 @@ export interface OrganizationServiceFacility {
|
|
|
39
39
|
npi?: string;
|
|
40
40
|
/** The Place of Service (POS) code for this service facility. */
|
|
41
41
|
placeOfServiceCode?: CandidApi.FacilityTypeCode;
|
|
42
|
+
/** The associated CLIA number with this service facility. Can be used to populate CLIA numbers on encounters. */
|
|
43
|
+
cliaNumber?: string;
|
|
42
44
|
/** The status of the service facility. */
|
|
43
45
|
status?: CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus;
|
|
44
46
|
/** The operational status of the service facility. */
|
|
@@ -37,6 +37,8 @@ export interface OrganizationServiceFacilityCreate {
|
|
|
37
37
|
npi?: string;
|
|
38
38
|
/** The Place of Service (POS) code for this service facility. */
|
|
39
39
|
placeOfServiceCode?: CandidApi.FacilityTypeCode;
|
|
40
|
+
/** The associated CLIA number with this service facility. Can be used to populate CLIA numbers on encounters. */
|
|
41
|
+
cliaNumber?: string;
|
|
40
42
|
/** The status of the service facility. */
|
|
41
43
|
status?: CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus;
|
|
42
44
|
/** The operational status of the service facility. */
|
|
@@ -37,6 +37,8 @@ export interface OrganizationServiceFacilityUpdate {
|
|
|
37
37
|
npi?: string;
|
|
38
38
|
/** The Place of Service (POS) code for this service facility. */
|
|
39
39
|
placeOfServiceCode?: CandidApi.FacilityTypeCode;
|
|
40
|
+
/** The associated CLIA number with this service facility. Can be used to populate CLIA numbers on encounters. */
|
|
41
|
+
cliaNumber?: string;
|
|
40
42
|
/** The status of the service facility. */
|
|
41
43
|
status?: CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus;
|
|
42
44
|
/** The operational status of the service facility. */
|
|
@@ -7,5 +7,5 @@ export interface Visit {
|
|
|
7
7
|
patient: CandidApi.preEncounter.patients.v1.MutablePatientWithMrn;
|
|
8
8
|
startTime: Date;
|
|
9
9
|
status: CandidApi.preEncounter.appointments.v1.AppointmentStatus;
|
|
10
|
-
|
|
10
|
+
primaryCoverageStatus?: CandidApi.preEncounter.coverages.v1.CoverageStatus;
|
|
11
11
|
}
|
|
@@ -552,12 +552,12 @@ export declare class V1 {
|
|
|
552
552
|
search(request?: CandidApi.preEncounter.patients.v1.PatientGetMultiRequest, requestOptions?: V1.RequestOptions): core.HttpResponsePromise<core.APIResponse<CandidApi.preEncounter.patients.v1.Patient[], CandidApi.preEncounter.patients.v1.search.Error>>;
|
|
553
553
|
private __search;
|
|
554
554
|
/**
|
|
555
|
-
* Scans up to
|
|
555
|
+
* Scans up to 1000 patient updates. The since query parameter is inclusive, and the result list is ordered by updatedAt ascending.
|
|
556
556
|
*
|
|
557
557
|
* **Polling Pattern:**
|
|
558
558
|
* To continuously poll for updates without gaps:
|
|
559
559
|
* 1. Make your initial request with a `since` timestamp (e.g., `since=2020-01-01T13:00:00.000Z`)
|
|
560
|
-
* 2. The API returns up to
|
|
560
|
+
* 2. The API returns 100 by default and up to 1000 patient records, sorted by `updated_at` ascending
|
|
561
561
|
* 3. Find the `updated_at` value from the last record in the response
|
|
562
562
|
* 4. Use that `updated_at` value as the `since` parameter in your next request
|
|
563
563
|
* 5. Repeat steps 2-4 to ingest updates until you receive an empty list
|
|
@@ -1227,12 +1227,12 @@ class V1 {
|
|
|
1227
1227
|
});
|
|
1228
1228
|
}
|
|
1229
1229
|
/**
|
|
1230
|
-
* Scans up to
|
|
1230
|
+
* Scans up to 1000 patient updates. The since query parameter is inclusive, and the result list is ordered by updatedAt ascending.
|
|
1231
1231
|
*
|
|
1232
1232
|
* **Polling Pattern:**
|
|
1233
1233
|
* To continuously poll for updates without gaps:
|
|
1234
1234
|
* 1. Make your initial request with a `since` timestamp (e.g., `since=2020-01-01T13:00:00.000Z`)
|
|
1235
|
-
* 2. The API returns up to
|
|
1235
|
+
* 2. The API returns 100 by default and up to 1000 patient records, sorted by `updated_at` ascending
|
|
1236
1236
|
* 3. Find the `updated_at` value from the last record in the response
|
|
1237
1237
|
* 4. Use that `updated_at` value as the `since` parameter in your next request
|
|
1238
1238
|
* 5. Repeat steps 2-4 to ingest updates until you receive an empty list
|
|
@@ -1256,9 +1256,12 @@ class V1 {
|
|
|
1256
1256
|
__scan(request, requestOptions) {
|
|
1257
1257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1258
1258
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
1259
|
-
const { since } = request;
|
|
1259
|
+
const { since, maxResults } = request;
|
|
1260
1260
|
const _queryParams = {};
|
|
1261
1261
|
_queryParams.since = since.toISOString();
|
|
1262
|
+
if (maxResults != null) {
|
|
1263
|
+
_queryParams.maxResults = maxResults.toString();
|
|
1264
|
+
}
|
|
1262
1265
|
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1263
1266
|
const _response = yield core.fetcher({
|
|
1264
1267
|
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).preEncounter, "/patients/v1/updates/scan"),
|
|
@@ -14,5 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./client"), exports);
|
|
18
17
|
__exportStar(require("./types"), exports);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
export interface UniversalServiceLineCreate extends CandidApi.serviceLines.v2.ServiceLineCreateBaseBase {
|
|
3
|
+
/** Indices (zero-indexed) of all the diagnoses this service line references */
|
|
4
|
+
diagnosisPointers?: number[];
|
|
5
|
+
/** A 4 digit code that specifies facility department or type of service arrangement for institutional service line items (837i). This code is not required for professional claim billing (837p). */
|
|
6
|
+
revenueCode?: string;
|
|
7
|
+
procedureCode?: string;
|
|
8
|
+
}
|
|
@@ -19,5 +19,6 @@ export * from "./ServiceLineUpdateBase";
|
|
|
19
19
|
export * from "./TestResult";
|
|
20
20
|
export * from "./TestResultOptional";
|
|
21
21
|
export * from "./TestResultType";
|
|
22
|
+
export * from "./UniversalServiceLineCreate";
|
|
22
23
|
export * from "./UniversalServiceLineCreateStandalone";
|
|
23
24
|
export * from "./UniversalServiceLineUpdate";
|
|
@@ -35,5 +35,6 @@ __exportStar(require("./ServiceLineUpdateBase"), exports);
|
|
|
35
35
|
__exportStar(require("./TestResult"), exports);
|
|
36
36
|
__exportStar(require("./TestResultOptional"), exports);
|
|
37
37
|
__exportStar(require("./TestResultType"), exports);
|
|
38
|
+
__exportStar(require("./UniversalServiceLineCreate"), exports);
|
|
38
39
|
__exportStar(require("./UniversalServiceLineCreateStandalone"), exports);
|
|
39
40
|
__exportStar(require("./UniversalServiceLineUpdate"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./resources";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./resources"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as v2 from "./v2";
|
|
@@ -33,5 +33,5 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.
|
|
37
|
-
exports.
|
|
36
|
+
exports.v2 = void 0;
|
|
37
|
+
exports.v2 = __importStar(require("./v2"));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./types";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|