candidhealth 0.35.0 → 0.35.2
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/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/credentialing/resources/v2/client/Client.d.ts +1 -0
- package/api/resources/credentialing/resources/v2/client/Client.js +11 -6
- package/api/resources/credentialing/resources/v2/client/getAll.d.ts +7 -1
- package/api/resources/credentialing/resources/v2/client/getAll.js +11 -0
- package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +7 -2
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/diagnoses/client/Client.js +3 -3
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- package/api/resources/encounters/resources/v4/client/Client.js +5 -5
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.d.ts +3 -2
- package/api/resources/exports/resources/v3/client/Client.js +4 -3
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -1
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +2 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +2 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +5 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -0
- package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +3 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +3 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +3 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +3 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +3 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +2 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -0
- package/api/resources/preEncounter/resources/common/types/{ErrorBase.d.ts → ErrorBase4Xx.d.ts} +2 -1
- package/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
- package/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +2 -3
- package/api/resources/preEncounter/resources/common/types/index.d.ts +1 -2
- package/api/resources/preEncounter/resources/common/types/index.js +1 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +3 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +3 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +2 -2
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +4 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +3 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +3 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +5 -2
- package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +11 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +10 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/index.js +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +177 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +246 -11
- package/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +0 -11
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +34 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +69 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +3 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +3 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +3 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +175 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +3 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +10 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +12 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +8 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -2
- package/api/resources/remitDrafts/index.d.ts +1 -0
- package/api/resources/remitDrafts/index.js +17 -0
- package/api/resources/remitDrafts/resources/index.d.ts +1 -0
- package/api/resources/remitDrafts/resources/index.js +27 -0
- package/api/resources/remitDrafts/resources/v1/index.d.ts +1 -0
- package/api/resources/remitDrafts/resources/v1/index.js +17 -0
- package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +8 -0
- package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +10 -0
- package/api/resources/remitDrafts/resources/v1/types/index.d.ts +1 -0
- package/api/resources/remitDrafts/resources/v1/types/index.js +17 -0
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/api/resources/x12/resources/v1/types/Rarc.d.ts +8 -1
- package/api/resources/x12/resources/v1/types/Rarc.js +7 -0
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +1 -0
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +11 -6
- package/dist/api/resources/credentialing/resources/v2/client/getAll.d.ts +7 -1
- package/dist/api/resources/credentialing/resources/v2/client/getAll.js +11 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +7 -2
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/diagnoses/client/Client.js +3 -3
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- package/dist/api/resources/encounters/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.d.ts +3 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +4 -3
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -1
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +2 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +2 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +5 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +2 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -0
- package/dist/api/resources/preEncounter/resources/common/types/{ErrorBase.d.ts → ErrorBase4Xx.d.ts} +2 -1
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +2 -3
- package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/index.js +1 -2
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +5 -2
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +10 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/index.js +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +177 -2
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +246 -11
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +0 -11
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +69 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +175 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +12 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -2
- package/dist/api/resources/remitDrafts/index.d.ts +1 -0
- package/dist/api/resources/remitDrafts/index.js +17 -0
- package/dist/api/resources/remitDrafts/resources/index.d.ts +1 -0
- package/dist/api/resources/remitDrafts/resources/index.js +27 -0
- package/dist/api/resources/remitDrafts/resources/v1/index.d.ts +1 -0
- package/dist/api/resources/remitDrafts/resources/v1/index.js +17 -0
- package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +8 -0
- package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +10 -0
- package/dist/api/resources/remitDrafts/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/remitDrafts/resources/v1/types/index.js +17 -0
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +8 -1
- package/dist/api/resources/x12/resources/v1/types/Rarc.js +7 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +6 -1
- package/dist/serialization/resources/credentialing/resources/v2/client/getAll.js +6 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -1
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -1
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +2 -1
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +2 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/common/types/{ErrorBase.d.ts → ErrorBase4Xx.d.ts} +3 -2
- package/dist/serialization/resources/preEncounter/resources/common/types/{ErrorBase.js → ErrorBase4Xx.js} +3 -2
- package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +3 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +3 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -2
- package/dist/serialization/resources/preEncounter/resources/common/types/index.js +1 -2
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -6
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +0 -6
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +67 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +36 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -2
- package/dist/serialization/resources/remitDrafts/index.d.ts +1 -0
- package/dist/serialization/resources/remitDrafts/index.js +17 -0
- package/dist/serialization/resources/remitDrafts/resources/index.d.ts +1 -0
- package/dist/serialization/resources/remitDrafts/resources/index.js +27 -0
- package/dist/serialization/resources/remitDrafts/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/remitDrafts/resources/v1/index.js +17 -0
- package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +10 -0
- package/dist/serialization/resources/{preEncounter/resources/common/types/NotFoundErrorBody.js → remitDrafts/resources/v1/types/RemitDraftId.js} +6 -7
- package/dist/serialization/resources/remitDrafts/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/remitDrafts/resources/v1/types/index.js +17 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +7 -0
- package/package.json +1 -1
- package/reference.md +259 -4
- package/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +6 -1
- package/serialization/resources/credentialing/resources/v2/client/getAll.js +6 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -1
- package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -1
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +2 -1
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +2 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +2 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +2 -2
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +2 -2
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +2 -2
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +2 -2
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +2 -2
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -1
- package/serialization/resources/preEncounter/resources/common/types/{ErrorBase.d.ts → ErrorBase4Xx.d.ts} +3 -2
- package/serialization/resources/preEncounter/resources/common/types/{ErrorBase.js → ErrorBase4Xx.js} +3 -2
- package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +3 -4
- package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +3 -4
- package/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -2
- package/serialization/resources/preEncounter/resources/common/types/index.js +1 -2
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +2 -2
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +2 -2
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +1 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +2 -2
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +2 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +35 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.js +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -6
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +0 -6
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +67 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +2 -2
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +2 -2
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +2 -2
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +2 -2
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +31 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +2 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +36 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -2
- package/serialization/resources/remitDrafts/index.d.ts +1 -0
- package/serialization/resources/remitDrafts/index.js +17 -0
- package/serialization/resources/remitDrafts/resources/index.d.ts +1 -0
- package/serialization/resources/remitDrafts/resources/index.js +27 -0
- package/serialization/resources/remitDrafts/resources/v1/index.d.ts +1 -0
- package/serialization/resources/remitDrafts/resources/v1/index.js +17 -0
- package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +10 -0
- package/serialization/resources/{preEncounter/resources/common/types/NotFoundErrorBody.js → remitDrafts/resources/v1/types/RemitDraftId.js} +6 -7
- package/serialization/resources/remitDrafts/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/remitDrafts/resources/v1/types/index.js +17 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/serialization/resources/x12/resources/v1/types/Rarc.js +7 -0
- package/api/resources/preEncounter/resources/common/types/NotFoundErrorBody.d.ts +0 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatient.d.ts +0 -8
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.d.ts +0 -8
- package/dist/api/resources/preEncounter/resources/common/types/NotFoundErrorBody.d.ts +0 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatient.d.ts +0 -8
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatient.js +0 -5
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.d.ts +0 -8
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.js +0 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/NotFoundErrorBody.d.ts +0 -13
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatient.d.ts +0 -14
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatient.js +0 -35
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.d.ts +0 -15
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.js +0 -38
- package/serialization/resources/preEncounter/resources/common/types/NotFoundErrorBody.d.ts +0 -13
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatient.d.ts +0 -14
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatient.js +0 -35
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.d.ts +0 -15
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.js +0 -38
- /package/api/resources/preEncounter/resources/common/types/{ErrorBase.js → ErrorBase4Xx.js} +0 -0
- /package/api/resources/preEncounter/resources/{common/types/NotFoundErrorBody.js → patients/resources/v1/client/requests/CreatePatientWithMrnRequest.js} +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/types/{PotentialDuplicatePatient.js → MutablePatientWithMrn.js} +0 -0
- /package/{api/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.js → dist/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.js} +0 -0
- /package/dist/api/resources/preEncounter/resources/{common/types/ErrorBase.js → patients/resources/v1/client/requests/CreatePatientWithMrnRequest.js} +0 -0
- /package/dist/api/resources/preEncounter/resources/{common/types/NotFoundErrorBody.js → patients/resources/v1/types/MutablePatientWithMrn.js} +0 -0
|
@@ -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 v1 from "./v1";
|
|
@@ -0,0 +1,27 @@
|
|
|
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.v1 = void 0;
|
|
27
|
+
exports.v1 = __importStar(require("./v1"));
|
|
@@ -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);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const RemitDraftId: core.serialization.Schema<serializers.remitDrafts.v1.RemitDraftId.Raw, CandidApi.remitDrafts.v1.RemitDraftId>;
|
|
8
|
+
export declare namespace RemitDraftId {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -26,11 +26,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.RemitDraftId = void 0;
|
|
30
|
+
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
30
31
|
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
})
|
|
36
|
-
.extend(ErrorBase_1.ErrorBase);
|
|
32
|
+
exports.RemitDraftId = core.serialization.string().transform({
|
|
33
|
+
transform: CandidApi.remitDrafts.v1.RemitDraftId,
|
|
34
|
+
untransform: (value) => value,
|
|
35
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./RemitDraftId";
|
|
@@ -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("./RemitDraftId"), exports);
|
|
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const Rarc: core.serialization.Schema<serializers.x12.v1.Rarc.Raw, CandidApi.x12.v1.Rarc>;
|
|
8
8
|
export declare namespace Rarc {
|
|
9
|
-
type Raw = "M1" | "M2" | "M3" | "M4" | "M5" | "M6" | "M7" | "M8" | "M9" | "M10" | "M11" | "M12" | "M13" | "M14" | "M15" | "M16" | "M17" | "M18" | "M19" | "M20" | "M21" | "M22" | "M23" | "M24" | "M25" | "M26" | "M27" | "M28" | "M29" | "M30" | "M31" | "M32" | "M36" | "M37" | "M38" | "M39" | "M40" | "M41" | "M42" | "M44" | "M45" | "M46" | "M47" | "M49" | "M50" | "M51" | "M52" | "M53" | "M54" | "M55" | "M56" | "M59" | "M60" | "M61" | "M62" | "M64" | "M65" | "M66" | "M67" | "M69" | "M70" | "M71" | "M73" | "M74" | "M75" | "M76" | "M77" | "M79" | "M80" | "M81" | "M82" | "M83" | "M84" | "M85" | "M86" | "M87" | "M89" | "M90" | "M91" | "M93" | "M94" | "M95" | "M96" | "M97" | "M99" | "M100" | "M102" | "M103" | "M104" | "M105" | "M107" | "M109" | "M111" | "M112" | "M113" | "M114" | "M115" | "M116" | "M117" | "M121" | "M122" | "M123" | "M124" | "M125" | "M126" | "M127" | "M129" | "M130" | "M131" | "M132" | "M133" | "M134" | "M135" | "M136" | "M137" | "M138" | "M139" | "M141" | "M142" | "M143" | "M144" | "MA01" | "MA02" | "MA04" | "MA07" | "MA08" | "MA09" | "MA10" | "MA12" | "MA13" | "MA14" | "MA15" | "MA16" | "MA17" | "MA18" | "MA19" | "MA20" | "MA21" | "MA22" | "MA23" | "MA24" | "MA25" | "MA26" | "MA27" | "MA28" | "MA30" | "MA31" | "MA32" | "MA33" | "MA34" | "MA35" | "MA36" | "MA37" | "MA39" | "MA40" | "MA41" | "MA42" | "MA43" | "MA44" | "MA45" | "MA46" | "MA47" | "MA48" | "MA50" | "MA53" | "MA54" | "MA55" | "MA56" | "MA57" | "MA58" | "MA59" | "MA60" | "MA61" | "MA62" | "MA63" | "MA64" | "MA65" | "MA66" | "MA67" | "MA68" | "MA69" | "MA70" | "MA71" | "MA72" | "MA73" | "MA74" | "MA75" | "MA76" | "MA77" | "MA79" | "MA80" | "MA81" | "MA83" | "MA84" | "MA88" | "MA89" | "MA90" | "MA91" | "MA92" | "MA93" | "MA94" | "MA96" | "MA97" | "MA99" | "MA100" | "MA103" | "MA106" | "MA107" | "MA108" | "MA109" | "MA110" | "MA111" | "MA112" | "MA113" | "MA114" | "MA115" | "MA116" | "MA117" | "MA118" | "MA120" | "MA121" | "MA122" | "MA123" | "MA125" | "MA126" | "MA128" | "MA130" | "MA131" | "MA132" | "MA133" | "MA134" | "N1" | "N2" | "N3" | "N4" | "N5" | "N6" | "N7" | "N8" | "N9" | "N10" | "N11" | "N12" | "N13" | "N15" | "N16" | "N19" | "N20" | "N21" | "N22" | "N23" | "N24" | "N25" | "N26" | "N27" | "N28" | "N30" | "N31" | "N32" | "N33" | "N34" | "N35" | "N36" | "N37" | "N39" | "N40" | "N42" | "N43" | "N45" | "N46" | "N47" | "N48" | "N49" | "N50" | "N51" | "N52" | "N53" | "N54" | "N55" | "N56" | "N57" | "N58" | "N59" | "N61" | "N62" | "N63" | "N64" | "N65" | "N67" | "N68" | "N69" | "N70" | "N71" | "N72" | "N74" | "N75" | "N76" | "N77" | "N78" | "N79" | "N80" | "N81" | "N82" | "N83" | "N84" | "N85" | "N86" | "N87" | "N88" | "N89" | "N90" | "N91" | "N92" | "N93" | "N94" | "N95" | "N96" | "N97" | "N98" | "N99" | "N102" | "N103" | "N104" | "N105" | "N106" | "N107" | "N108" | "N109" | "N110" | "N111" | "N112" | "N113" | "N114" | "N115" | "N116" | "N117" | "N118" | "N119" | "N120" | "N121" | "N122" | "N123" | "N124" | "N125" | "N126" | "N127" | "N128" | "N129" | "N130" | "N131" | "N132" | "N133" | "N134" | "N135" | "N136" | "N137" | "N138" | "N139" | "N140" | "N141" | "N142" | "N143" | "N144" | "N146" | "N147" | "N148" | "N149" | "N150" | "N151" | "N152" | "N153" | "N154" | "N155" | "N156" | "N157" | "N158" | "N159" | "N160" | "N161" | "N162" | "N163" | "N167" | "N170" | "N171" | "N172" | "N173" | "N174" | "N175" | "N176" | "N177" | "N178" | "N179" | "N180" | "N181" | "N182" | "N183" | "N184" | "N185" | "N186" | "N187" | "N188" | "N189" | "N190" | "N191" | "N192" | "N193" | "N194" | "N195" | "N196" | "N197" | "N198" | "N199" | "N200" | "N202" | "N203" | "N204" | "N205" | "N206" | "N207" | "N208" | "N209" | "N210" | "N211" | "N212" | "N213" | "N214" | "N215" | "N216" | "N217" | "N218" | "N219" | "N220" | "N221" | "N222" | "N223" | "N224" | "N226" | "N227" | "N228" | "N229" | "N230" | "N231" | "N232" | "N233" | "N234" | "N235" | "N236" | "N237" | "N238" | "N239" | "N240" | "N241" | "N242" | "N243" | "N244" | "N245" | "N246" | "N247" | "N248" | "N249" | "N250" | "N251" | "N252" | "N253" | "N254" | "N255" | "N256" | "N257" | "N258" | "N259" | "N260" | "N261" | "N262" | "N263" | "N264" | "N265" | "N266" | "N267" | "N268" | "N269" | "N270" | "N271" | "N272" | "N273" | "N274" | "N275" | "N276" | "N277" | "N278" | "N279" | "N280" | "N281" | "N282" | "N283" | "N284" | "N285" | "N286" | "N287" | "N288" | "N289" | "N290" | "N291" | "N292" | "N293" | "N294" | "N295" | "N296" | "N297" | "N298" | "N299" | "N300" | "N301" | "N302" | "N303" | "N304" | "N305" | "N306" | "N307" | "N308" | "N309" | "N310" | "N311" | "N312" | "N313" | "N314" | "N315" | "N316" | "N317" | "N318" | "N319" | "N320" | "N321" | "N322" | "N323" | "N324" | "N325" | "N326" | "N327" | "N328" | "N329" | "N330" | "N331" | "N332" | "N333" | "N334" | "N335" | "N336" | "N337" | "N338" | "N339" | "N340" | "N341" | "N342" | "N343" | "N344" | "N345" | "N346" | "N347" | "N348" | "N349" | "N350" | "N351" | "N352" | "N353" | "N354" | "N355" | "N356" | "N357" | "N358" | "N359" | "N360" | "N362" | "N363" | "N364" | "N366" | "N367" | "N368" | "N369" | "N370" | "N371" | "N372" | "N373" | "N374" | "N375" | "N376" | "N377" | "N378" | "N379" | "N380" | "N381" | "N382" | "N383" | "N384" | "N385" | "N386" | "N387" | "N388" | "N389" | "N390" | "N391" | "N392" | "N393" | "N394" | "N395" | "N396" | "N397" | "N398" | "N399" | "N400" | "N401" | "N402" | "N403" | "N404" | "N405" | "N406" | "N407" | "N408" | "N409" | "N410" | "N411" | "N412" | "N413" | "N414" | "N415" | "N416" | "N417" | "N418" | "N419" | "N420" | "N421" | "N422" | "N423" | "N424" | "N425" | "N426" | "N427" | "N428" | "N429" | "N430" | "N431" | "N432" | "N433" | "N434" | "N435" | "N436" | "N437" | "N438" | "N439" | "N440" | "N441" | "N442" | "N443" | "N444" | "N445" | "N446" | "N447" | "N448" | "N449" | "N450" | "N451" | "N452" | "N453" | "N454" | "N455" | "N456" | "N457" | "N458" | "N459" | "N460" | "N461" | "N462" | "N463" | "N464" | "N465" | "N466" | "N467" | "N468" | "N469" | "N470" | "N471" | "N472" | "N473" | "N474" | "N475" | "N476" | "N477" | "N478" | "N479" | "N480" | "N481" | "N482" | "N485" | "N486" | "N487" | "N488" | "N489" | "N490" | "N491" | "N492" | "N493" | "N494" | "N495" | "N496" | "N497" | "N498" | "N499" | "N500" | "N501" | "N502" | "N503" | "N504" | "N505" | "N506" | "N507" | "N508" | "N509" | "N510" | "N511" | "N512" | "N513" | "N516" | "N517" | "N518" | "N519" | "N520" | "N521" | "N522" | "N523" | "N524" | "N525" | "N526" | "N527" | "N528" | "N529" | "N530" | "N531" | "N532" | "N533" | "N534" | "N535" | "N536" | "N537" | "N538" | "N539" | "N540" | "N541" | "N542" | "N543" | "N544" | "N545" | "N546" | "N547" | "N548" | "N549" | "N550" | "N551" | "N552" | "N554" | "N555" | "N556" | "N557" | "N558" | "N559" | "N560" | "N561" | "N562" | "N563" | "N564" | "N565" | "N566" | "N567" | "N568" | "N569" | "N570" | "N571" | "N572" | "N573" | "N574" | "N575" | "N576" | "N577" | "N578" | "N579" | "N580" | "N581" | "N582" | "N583" | "N584" | "N585" | "N586" | "N587" | "N588" | "N589" | "N590" | "N591" | "N592" | "N593" | "N594" | "N595" | "N596" | "N597" | "N598" | "N599" | "N600" | "N601" | "N602" | "N603" | "N604" | "N605" | "N606" | "N607" | "N608" | "N609" | "N610" | "N611" | "N612" | "N613" | "N614" | "N615" | "N616" | "N617" | "N618" | "N619" | "N620" | "N621" | "N622" | "N623" | "N624" | "N625" | "N626" | "N628" | "N629" | "N630" | "N631" | "N632" | "N633" | "N634" | "N635" | "N636" | "N637" | "N638" | "N639" | "N640" | "N641" | "N642" | "N643" | "N644" | "N645" | "N646" | "N647" | "N648" | "N649" | "N650" | "N651" | "N652" | "N653" | "N654" | "N655" | "N656" | "N657" | "N658" | "N659" | "N660" | "N661" | "N662" | "N663" | "N664" | "N665" | "N666" | "N667" | "N668" | "N669" | "N670" | "N671" | "N672" | "N673" | "N674" | "N675" | "N676" | "N677" | "N678" | "N679" | "N680" | "N681" | "N682" | "N683" | "N684" | "N685" | "N686" | "N687" | "N688" | "N689" | "N690" | "N691" | "N692" | "N693" | "N694" | "N695" | "N696" | "N697" | "N698" | "N699" | "N700" | "N701" | "N702" | "N703" | "N704" | "N705" | "N706" | "N707" | "N708" | "N709" | "N710" | "N711" | "N712" | "N713" | "N714" | "N715" | "N716" | "N717" | "N718" | "N719" | "N720" | "N721" | "N722" | "N723" | "N724" | "N725" | "N726" | "N727" | "N728" | "N729" | "N730" | "N731" | "N732" | "N733" | "N734" | "N735" | "N736" | "N737" | "N738" | "N739" | "N740" | "N741" | "N742" | "N743" | "N744" | "N745" | "N746" | "N747" | "N748" | "N749" | "N750" | "N751" | "N752" | "N753" | "N754" | "N755" | "N756" | "N757" | "N758" | "N759" | "N760" | "N761" | "N762" | "N763" | "N764" | "N765" | "N766" | "N767" | "N768" | "N769" | "N770" | "N771" | "N772" | "N773" | "N774" | "N775" | "N776" | "N777" | "N778" | "N779" | "N780" | "N781" | "N782" | "N783" | "N784" | "N785" | "N786" | "N787" | "N788" | "N789" | "N790" | "N791" | "N792" | "N793" | "N794" | "N795" | "N796" | "N797" | "N798" | "N799" | "N800" | "N801" | "N802" | "N803" | "N804" | "N805" | "N806" | "N807" | "N808" | "N809" | "N810" | "N811" | "N812" | "N815" | "N816" | "N817" | "N818" | "N819" | "N820" | "N821" | "N822" | "N823" | "N824" | "N825" | "N826" | "N827" | "N828" | "N829" | "N830" | "N831" | "N832" | "N833" | "N834" | "N835" | "N836" | "N837" | "N838" | "N839" | "N840" | "N841" | "N842" | "N843" | "N844" | "N845" | "N846" | "N847" | "N848" | "N849" | "N850" | "N851" | "N852" | "N853" | "N854" | "N855" | "N856" | "N857" | "N858" | "N859" | "N860";
|
|
9
|
+
type Raw = "M1" | "M2" | "M3" | "M4" | "M5" | "M6" | "M7" | "M8" | "M9" | "M10" | "M11" | "M12" | "M13" | "M14" | "M15" | "M16" | "M17" | "M18" | "M19" | "M20" | "M21" | "M22" | "M23" | "M24" | "M25" | "M26" | "M27" | "M28" | "M29" | "M30" | "M31" | "M32" | "M36" | "M37" | "M38" | "M39" | "M40" | "M41" | "M42" | "M44" | "M45" | "M46" | "M47" | "M49" | "M50" | "M51" | "M52" | "M53" | "M54" | "M55" | "M56" | "M59" | "M60" | "M61" | "M62" | "M64" | "M65" | "M66" | "M67" | "M69" | "M70" | "M71" | "M73" | "M74" | "M75" | "M76" | "M77" | "M79" | "M80" | "M81" | "M82" | "M83" | "M84" | "M85" | "M86" | "M87" | "M89" | "M90" | "M91" | "M93" | "M94" | "M95" | "M96" | "M97" | "M99" | "M100" | "M102" | "M103" | "M104" | "M105" | "M107" | "M109" | "M111" | "M112" | "M113" | "M114" | "M115" | "M116" | "M117" | "M119" | "M121" | "M122" | "M123" | "M124" | "M125" | "M126" | "M127" | "M129" | "M130" | "M131" | "M132" | "M133" | "M134" | "M135" | "M136" | "M137" | "M138" | "M139" | "M141" | "M142" | "M143" | "M144" | "MA01" | "MA02" | "MA04" | "MA07" | "MA08" | "MA09" | "MA10" | "MA12" | "MA13" | "MA14" | "MA15" | "MA16" | "MA17" | "MA18" | "MA19" | "MA20" | "MA21" | "MA22" | "MA23" | "MA24" | "MA25" | "MA26" | "MA27" | "MA28" | "MA30" | "MA31" | "MA32" | "MA33" | "MA34" | "MA35" | "MA36" | "MA37" | "MA39" | "MA40" | "MA41" | "MA42" | "MA43" | "MA44" | "MA45" | "MA46" | "MA47" | "MA48" | "MA50" | "MA53" | "MA54" | "MA55" | "MA56" | "MA57" | "MA58" | "MA59" | "MA60" | "MA61" | "MA62" | "MA63" | "MA64" | "MA65" | "MA66" | "MA67" | "MA68" | "MA69" | "MA70" | "MA71" | "MA72" | "MA73" | "MA74" | "MA75" | "MA76" | "MA77" | "MA79" | "MA80" | "MA81" | "MA83" | "MA84" | "MA88" | "MA89" | "MA90" | "MA91" | "MA92" | "MA93" | "MA94" | "MA96" | "MA97" | "MA99" | "MA100" | "MA102" | "MA103" | "MA106" | "MA107" | "MA108" | "MA109" | "MA110" | "MA111" | "MA112" | "MA113" | "MA114" | "MA115" | "MA116" | "MA117" | "MA118" | "MA120" | "MA121" | "MA122" | "MA123" | "MA125" | "MA126" | "MA128" | "MA130" | "MA131" | "MA132" | "MA133" | "MA134" | "N1" | "N2" | "N3" | "N4" | "N5" | "N6" | "N7" | "N8" | "N9" | "N10" | "N11" | "N12" | "N13" | "N14" | "N15" | "N16" | "N19" | "N20" | "N21" | "N22" | "N23" | "N24" | "N25" | "N26" | "N27" | "N28" | "N30" | "N31" | "N32" | "N33" | "N34" | "N35" | "N36" | "N37" | "N39" | "N40" | "N42" | "N43" | "N45" | "N46" | "N47" | "N48" | "N49" | "N50" | "N51" | "N52" | "N53" | "N54" | "N55" | "N56" | "N57" | "N58" | "N59" | "N61" | "N62" | "N63" | "N64" | "N65" | "N67" | "N68" | "N69" | "N70" | "N71" | "N72" | "N74" | "N75" | "N76" | "N77" | "N78" | "N79" | "N80" | "N81" | "N82" | "N83" | "N84" | "N85" | "N86" | "N87" | "N88" | "N89" | "N90" | "N91" | "N92" | "N93" | "N94" | "N95" | "N96" | "N97" | "N98" | "N99" | "N102" | "N103" | "N104" | "N105" | "N106" | "N107" | "N108" | "N109" | "N110" | "N111" | "N112" | "N113" | "N114" | "N115" | "N116" | "N117" | "N118" | "N119" | "N120" | "N121" | "N122" | "N123" | "N124" | "N125" | "N126" | "N127" | "N128" | "N129" | "N130" | "N131" | "N132" | "N133" | "N134" | "N135" | "N136" | "N137" | "N138" | "N139" | "N140" | "N141" | "N142" | "N143" | "N144" | "N146" | "N147" | "N148" | "N149" | "N150" | "N151" | "N152" | "N153" | "N154" | "N155" | "N156" | "N157" | "N158" | "N159" | "N160" | "N161" | "N162" | "N163" | "N167" | "N170" | "N171" | "N172" | "N173" | "N174" | "N175" | "N176" | "N177" | "N178" | "N179" | "N180" | "N181" | "N182" | "N183" | "N184" | "N185" | "N186" | "N187" | "N188" | "N189" | "N190" | "N191" | "N192" | "N193" | "N194" | "N195" | "N196" | "N197" | "N198" | "N199" | "N200" | "N202" | "N203" | "N204" | "N205" | "N206" | "N207" | "N208" | "N209" | "N210" | "N211" | "N212" | "N213" | "N214" | "N215" | "N216" | "N217" | "N218" | "N219" | "N220" | "N221" | "N222" | "N223" | "N224" | "N226" | "N227" | "N228" | "N229" | "N230" | "N231" | "N232" | "N233" | "N234" | "N235" | "N236" | "N237" | "N238" | "N239" | "N240" | "N241" | "N242" | "N243" | "N244" | "N245" | "N246" | "N247" | "N248" | "N249" | "N250" | "N251" | "N252" | "N253" | "N254" | "N255" | "N256" | "N257" | "N258" | "N259" | "N260" | "N261" | "N262" | "N263" | "N264" | "N265" | "N266" | "N267" | "N268" | "N269" | "N270" | "N271" | "N272" | "N273" | "N274" | "N275" | "N276" | "N277" | "N278" | "N279" | "N280" | "N281" | "N282" | "N283" | "N284" | "N285" | "N286" | "N287" | "N288" | "N289" | "N290" | "N291" | "N292" | "N293" | "N294" | "N295" | "N296" | "N297" | "N298" | "N299" | "N300" | "N301" | "N302" | "N303" | "N304" | "N305" | "N306" | "N307" | "N308" | "N309" | "N310" | "N311" | "N312" | "N313" | "N314" | "N315" | "N316" | "N317" | "N318" | "N319" | "N320" | "N321" | "N322" | "N323" | "N324" | "N325" | "N326" | "N327" | "N328" | "N329" | "N330" | "N331" | "N332" | "N333" | "N334" | "N335" | "N336" | "N337" | "N338" | "N339" | "N340" | "N341" | "N342" | "N343" | "N344" | "N345" | "N346" | "N347" | "N348" | "N349" | "N350" | "N351" | "N352" | "N353" | "N354" | "N355" | "N356" | "N357" | "N358" | "N359" | "N360" | "N362" | "N363" | "N364" | "N365" | "N366" | "N367" | "N368" | "N369" | "N370" | "N371" | "N372" | "N373" | "N374" | "N375" | "N376" | "N377" | "N378" | "N379" | "N380" | "N381" | "N382" | "N383" | "N384" | "N385" | "N386" | "N387" | "N388" | "N389" | "N390" | "N391" | "N392" | "N393" | "N394" | "N395" | "N396" | "N397" | "N398" | "N399" | "N400" | "N401" | "N402" | "N403" | "N404" | "N405" | "N406" | "N407" | "N408" | "N409" | "N410" | "N411" | "N412" | "N413" | "N414" | "N415" | "N416" | "N417" | "N418" | "N419" | "N420" | "N421" | "N422" | "N423" | "N424" | "N425" | "N426" | "N427" | "N428" | "N429" | "N430" | "N431" | "N432" | "N433" | "N434" | "N435" | "N436" | "N437" | "N438" | "N439" | "N440" | "N441" | "N442" | "N443" | "N444" | "N445" | "N446" | "N447" | "N448" | "N449" | "N450" | "N451" | "N452" | "N453" | "N454" | "N455" | "N456" | "N457" | "N458" | "N459" | "N460" | "N461" | "N462" | "N463" | "N464" | "N465" | "N466" | "N467" | "N468" | "N469" | "N470" | "N471" | "N472" | "N473" | "N474" | "N475" | "N476" | "N477" | "N478" | "N479" | "N480" | "N481" | "N482" | "N485" | "N486" | "N487" | "N488" | "N489" | "N490" | "N491" | "N492" | "N493" | "N494" | "N495" | "N496" | "N497" | "N498" | "N499" | "N500" | "N501" | "N502" | "N503" | "N504" | "N505" | "N506" | "N507" | "N508" | "N509" | "N510" | "N511" | "N512" | "N513" | "N516" | "N517" | "N518" | "N519" | "N520" | "N521" | "N522" | "N523" | "N524" | "N525" | "N526" | "N527" | "N528" | "N529" | "N530" | "N531" | "N532" | "N533" | "N534" | "N535" | "N536" | "N537" | "N538" | "N539" | "N540" | "N541" | "N542" | "N543" | "N544" | "N545" | "N546" | "N547" | "N548" | "N549" | "N550" | "N551" | "N552" | "N554" | "N555" | "N556" | "N557" | "N558" | "N559" | "N560" | "N561" | "N562" | "N563" | "N564" | "N565" | "N566" | "N567" | "N568" | "N569" | "N570" | "N571" | "N572" | "N573" | "N574" | "N575" | "N576" | "N577" | "N578" | "N579" | "N580" | "N581" | "N582" | "N583" | "N584" | "N585" | "N586" | "N587" | "N588" | "N589" | "N590" | "N591" | "N592" | "N593" | "N594" | "N595" | "N596" | "N597" | "N598" | "N599" | "N600" | "N601" | "N602" | "N603" | "N604" | "N605" | "N606" | "N607" | "N608" | "N609" | "N610" | "N611" | "N612" | "N613" | "N614" | "N615" | "N616" | "N617" | "N618" | "N619" | "N620" | "N621" | "N622" | "N623" | "N624" | "N625" | "N626" | "N628" | "N629" | "N630" | "N631" | "N632" | "N633" | "N634" | "N635" | "N636" | "N637" | "N638" | "N639" | "N640" | "N641" | "N642" | "N643" | "N644" | "N645" | "N646" | "N647" | "N648" | "N649" | "N650" | "N651" | "N652" | "N653" | "N654" | "N655" | "N656" | "N657" | "N658" | "N659" | "N660" | "N661" | "N662" | "N663" | "N664" | "N665" | "N666" | "N667" | "N668" | "N669" | "N670" | "N671" | "N672" | "N673" | "N674" | "N675" | "N676" | "N677" | "N678" | "N679" | "N680" | "N681" | "N682" | "N683" | "N684" | "N685" | "N686" | "N687" | "N688" | "N689" | "N690" | "N691" | "N692" | "N693" | "N694" | "N695" | "N696" | "N697" | "N698" | "N699" | "N700" | "N701" | "N702" | "N703" | "N704" | "N705" | "N706" | "N707" | "N708" | "N709" | "N710" | "N711" | "N712" | "N713" | "N714" | "N715" | "N716" | "N717" | "N718" | "N719" | "N720" | "N721" | "N722" | "N723" | "N724" | "N725" | "N726" | "N727" | "N728" | "N729" | "N730" | "N731" | "N732" | "N733" | "N734" | "N735" | "N736" | "N737" | "N738" | "N739" | "N740" | "N741" | "N742" | "N743" | "N744" | "N745" | "N746" | "N747" | "N748" | "N749" | "N750" | "N751" | "N752" | "N753" | "N754" | "N755" | "N756" | "N757" | "N758" | "N759" | "N760" | "N761" | "N762" | "N763" | "N764" | "N765" | "N766" | "N767" | "N768" | "N769" | "N770" | "N771" | "N772" | "N773" | "N774" | "N775" | "N776" | "N777" | "N778" | "N779" | "N780" | "N781" | "N782" | "N783" | "N784" | "N785" | "N786" | "N787" | "N788" | "N789" | "N790" | "N791" | "N792" | "N793" | "N794" | "N795" | "N796" | "N797" | "N798" | "N799" | "N800" | "N801" | "N802" | "N803" | "N804" | "N805" | "N806" | "N807" | "N808" | "N809" | "N810" | "N811" | "N812" | "N815" | "N816" | "N817" | "N818" | "N819" | "N820" | "N821" | "N822" | "N823" | "N824" | "N825" | "N826" | "N827" | "N828" | "N829" | "N830" | "N831" | "N832" | "N833" | "N834" | "N835" | "N836" | "N837" | "N838" | "N839" | "N840" | "N841" | "N842" | "N843" | "N844" | "N845" | "N846" | "N847" | "N848" | "N849" | "N850" | "N851" | "N852" | "N853" | "N854" | "N855" | "N856" | "N857" | "N858" | "N859" | "N860" | "N880" | "N887" | "N891";
|
|
10
10
|
}
|
|
@@ -128,6 +128,7 @@ exports.Rarc = core.serialization.enum_([
|
|
|
128
128
|
"M115",
|
|
129
129
|
"M116",
|
|
130
130
|
"M117",
|
|
131
|
+
"M119",
|
|
131
132
|
"M121",
|
|
132
133
|
"M122",
|
|
133
134
|
"M123",
|
|
@@ -234,6 +235,7 @@ exports.Rarc = core.serialization.enum_([
|
|
|
234
235
|
"MA97",
|
|
235
236
|
"MA99",
|
|
236
237
|
"MA100",
|
|
238
|
+
"MA102",
|
|
237
239
|
"MA103",
|
|
238
240
|
"MA106",
|
|
239
241
|
"MA107",
|
|
@@ -273,6 +275,7 @@ exports.Rarc = core.serialization.enum_([
|
|
|
273
275
|
"N11",
|
|
274
276
|
"N12",
|
|
275
277
|
"N13",
|
|
278
|
+
"N14",
|
|
276
279
|
"N15",
|
|
277
280
|
"N16",
|
|
278
281
|
"N19",
|
|
@@ -603,6 +606,7 @@ exports.Rarc = core.serialization.enum_([
|
|
|
603
606
|
"N362",
|
|
604
607
|
"N363",
|
|
605
608
|
"N364",
|
|
609
|
+
"N365",
|
|
606
610
|
"N366",
|
|
607
611
|
"N367",
|
|
608
612
|
"N368",
|
|
@@ -1090,4 +1094,7 @@ exports.Rarc = core.serialization.enum_([
|
|
|
1090
1094
|
"N858",
|
|
1091
1095
|
"N859",
|
|
1092
1096
|
"N860",
|
|
1097
|
+
"N880",
|
|
1098
|
+
"N887",
|
|
1099
|
+
"N891",
|
|
1093
1100
|
]);
|
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -596,6 +596,7 @@ await client.credentialing.v2.getAll({
|
|
|
596
596
|
limit: 1,
|
|
597
597
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
598
598
|
payerUuid: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
599
|
+
providerId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
599
600
|
asRenderingProvider: true,
|
|
600
601
|
asContractingProvider: true,
|
|
601
602
|
});
|
|
@@ -3586,8 +3587,9 @@ of Candid Health's export files be resilient to the addition of new columns at t
|
|
|
3586
3587
|
|
|
3587
3588
|
**SLA guarantees:** Files for a given date are guaranteed to be available after 3 business days. For example, Friday's file will be
|
|
3588
3589
|
available by Wednesday at the latest. If file generation is still in progress upon request before 3 business days have passed, the
|
|
3589
|
-
caller will receive a 422 response. If the file has already been generated, it will be served.
|
|
3590
|
-
our [Support team](mailto:support@joincandidhealth.com) with any data requests
|
|
3590
|
+
caller will receive a 422 response. If the file has already been generated, it will be served. Historic files should be available
|
|
3591
|
+
up to 90 days in the past by default. Please email our [Support team](mailto:support@joincandidhealth.com) with any data requests
|
|
3592
|
+
outside of these stated guarantees.
|
|
3591
3593
|
|
|
3592
3594
|
</dd>
|
|
3593
3595
|
</dl>
|
|
@@ -5078,6 +5080,7 @@ await client.insuranceAdjudications.v1.create({
|
|
|
5078
5080
|
},
|
|
5079
5081
|
],
|
|
5080
5082
|
},
|
|
5083
|
+
remitDraftId: CandidApi.RemitDraftId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
5081
5084
|
});
|
|
5082
5085
|
```
|
|
5083
5086
|
|
|
@@ -10415,7 +10418,7 @@ Gets patients with dependent objects for patients that match the query parameter
|
|
|
10415
10418
|
await client.preEncounter.lists.v1.getPatientList({
|
|
10416
10419
|
pageToken: CandidApi.PageToken("string"),
|
|
10417
10420
|
limit: 1,
|
|
10418
|
-
sortField: "string",
|
|
10421
|
+
sortField: CandidApi.SortFieldString("string"),
|
|
10419
10422
|
sortDirection: CandidApi.SortDirection.Asc,
|
|
10420
10423
|
filters: CandidApi.FilterQueryString("string"),
|
|
10421
10424
|
});
|
|
@@ -10482,7 +10485,7 @@ Searches for appointments that match the query parameters.
|
|
|
10482
10485
|
|
|
10483
10486
|
```typescript
|
|
10484
10487
|
await client.preEncounter.lists.v1.getAppointmentList({
|
|
10485
|
-
sortField: "string",
|
|
10488
|
+
sortField: CandidApi.SortFieldString("string"),
|
|
10486
10489
|
sortDirection: CandidApi.SortDirection.Asc,
|
|
10487
10490
|
limit: 1,
|
|
10488
10491
|
pageToken: CandidApi.PageToken("string"),
|
|
@@ -10736,6 +10739,7 @@ await client.preEncounter.patients.v1.create({
|
|
|
10736
10739
|
},
|
|
10737
10740
|
],
|
|
10738
10741
|
primaryServiceFacilityId: "string",
|
|
10742
|
+
doNotInvoiceReason: CandidApi.DoNotInvoiceReason.Bankruptcy,
|
|
10739
10743
|
},
|
|
10740
10744
|
});
|
|
10741
10745
|
```
|
|
@@ -10772,6 +10776,256 @@ await client.preEncounter.patients.v1.create({
|
|
|
10772
10776
|
</dl>
|
|
10773
10777
|
</details>
|
|
10774
10778
|
|
|
10779
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">createWithMrn</a>({ ...params }) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.createWithMrn.Error></code></summary>
|
|
10780
|
+
<dl>
|
|
10781
|
+
<dd>
|
|
10782
|
+
|
|
10783
|
+
#### 📝 Description
|
|
10784
|
+
|
|
10785
|
+
<dl>
|
|
10786
|
+
<dd>
|
|
10787
|
+
|
|
10788
|
+
<dl>
|
|
10789
|
+
<dd>
|
|
10790
|
+
|
|
10791
|
+
Adds a patient and hydrates their MRN with a pre-existing MRN. Once this patient is created their MRN will not be editable. BadRequestError is returned when the MRN is greater than 20 characters. VersionConflictError is returned when the patient's external ID is already in use.
|
|
10792
|
+
|
|
10793
|
+
</dd>
|
|
10794
|
+
</dl>
|
|
10795
|
+
</dd>
|
|
10796
|
+
</dl>
|
|
10797
|
+
|
|
10798
|
+
#### 🔌 Usage
|
|
10799
|
+
|
|
10800
|
+
<dl>
|
|
10801
|
+
<dd>
|
|
10802
|
+
|
|
10803
|
+
<dl>
|
|
10804
|
+
<dd>
|
|
10805
|
+
|
|
10806
|
+
```typescript
|
|
10807
|
+
await client.preEncounter.patients.v1.createWithMrn({
|
|
10808
|
+
skipDuplicateCheck: true,
|
|
10809
|
+
body: {
|
|
10810
|
+
mrn: "string",
|
|
10811
|
+
name: {
|
|
10812
|
+
family: "string",
|
|
10813
|
+
given: ["string"],
|
|
10814
|
+
use: CandidApi.NameUse.Usual,
|
|
10815
|
+
period: {},
|
|
10816
|
+
},
|
|
10817
|
+
otherNames: [
|
|
10818
|
+
{
|
|
10819
|
+
family: "string",
|
|
10820
|
+
given: ["string"],
|
|
10821
|
+
use: CandidApi.NameUse.Usual,
|
|
10822
|
+
period: {},
|
|
10823
|
+
},
|
|
10824
|
+
],
|
|
10825
|
+
gender: CandidApi.Gender.Man,
|
|
10826
|
+
birthDate: "2023-01-15",
|
|
10827
|
+
socialSecurityNumber: "string",
|
|
10828
|
+
biologicalSex: CandidApi.Sex.Female,
|
|
10829
|
+
sexualOrientation: CandidApi.SexualOrientation.Heterosexual,
|
|
10830
|
+
race: CandidApi.Race.AmericanIndianOrAlaskaNative,
|
|
10831
|
+
ethnicity: CandidApi.Ethnicity.HispanicOrLatino,
|
|
10832
|
+
disabilityStatus: CandidApi.DisabilityStatus.Disabled,
|
|
10833
|
+
maritalStatus: CandidApi.MaritalStatus.Annulled,
|
|
10834
|
+
deceased: new Date("2024-01-15T09:30:00.000Z"),
|
|
10835
|
+
multipleBirth: 1,
|
|
10836
|
+
primaryAddress: {
|
|
10837
|
+
use: CandidApi.AddressUse.Home,
|
|
10838
|
+
line: ["string"],
|
|
10839
|
+
city: "string",
|
|
10840
|
+
state: "string",
|
|
10841
|
+
postalCode: "string",
|
|
10842
|
+
country: "string",
|
|
10843
|
+
period: {},
|
|
10844
|
+
},
|
|
10845
|
+
otherAddresses: [
|
|
10846
|
+
{
|
|
10847
|
+
use: CandidApi.AddressUse.Home,
|
|
10848
|
+
line: ["string"],
|
|
10849
|
+
city: "string",
|
|
10850
|
+
state: "string",
|
|
10851
|
+
postalCode: "string",
|
|
10852
|
+
country: "string",
|
|
10853
|
+
period: {},
|
|
10854
|
+
},
|
|
10855
|
+
],
|
|
10856
|
+
primaryTelecom: {
|
|
10857
|
+
value: "string",
|
|
10858
|
+
use: CandidApi.ContactPointUse.Home,
|
|
10859
|
+
},
|
|
10860
|
+
otherTelecoms: [
|
|
10861
|
+
{
|
|
10862
|
+
value: "string",
|
|
10863
|
+
use: CandidApi.ContactPointUse.Home,
|
|
10864
|
+
},
|
|
10865
|
+
],
|
|
10866
|
+
email: "string",
|
|
10867
|
+
electronicCommunicationOptIn: true,
|
|
10868
|
+
photo: "string",
|
|
10869
|
+
language: "string",
|
|
10870
|
+
externalProvenance: {
|
|
10871
|
+
externalId: "string",
|
|
10872
|
+
systemName: "string",
|
|
10873
|
+
},
|
|
10874
|
+
contacts: [
|
|
10875
|
+
{
|
|
10876
|
+
relationship: [CandidApi.Relationship.Self],
|
|
10877
|
+
name: {
|
|
10878
|
+
family: "string",
|
|
10879
|
+
given: ["string"],
|
|
10880
|
+
use: CandidApi.NameUse.Usual,
|
|
10881
|
+
period: {},
|
|
10882
|
+
},
|
|
10883
|
+
telecoms: [
|
|
10884
|
+
{
|
|
10885
|
+
value: "string",
|
|
10886
|
+
use: CandidApi.ContactPointUse.Home,
|
|
10887
|
+
},
|
|
10888
|
+
],
|
|
10889
|
+
addresses: [
|
|
10890
|
+
{
|
|
10891
|
+
use: CandidApi.AddressUse.Home,
|
|
10892
|
+
line: ["string"],
|
|
10893
|
+
city: "string",
|
|
10894
|
+
state: "string",
|
|
10895
|
+
postalCode: "string",
|
|
10896
|
+
country: "string",
|
|
10897
|
+
period: {},
|
|
10898
|
+
},
|
|
10899
|
+
],
|
|
10900
|
+
period: {},
|
|
10901
|
+
hipaaAuthorization: true,
|
|
10902
|
+
},
|
|
10903
|
+
],
|
|
10904
|
+
generalPractitioners: [
|
|
10905
|
+
{
|
|
10906
|
+
name: {
|
|
10907
|
+
family: "string",
|
|
10908
|
+
given: ["string"],
|
|
10909
|
+
use: CandidApi.NameUse.Usual,
|
|
10910
|
+
period: {},
|
|
10911
|
+
},
|
|
10912
|
+
type: CandidApi.ExternalProviderType.Primary,
|
|
10913
|
+
npi: "string",
|
|
10914
|
+
telecoms: [
|
|
10915
|
+
{
|
|
10916
|
+
value: "string",
|
|
10917
|
+
use: CandidApi.ContactPointUse.Home,
|
|
10918
|
+
},
|
|
10919
|
+
],
|
|
10920
|
+
addresses: [],
|
|
10921
|
+
period: {},
|
|
10922
|
+
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
10923
|
+
},
|
|
10924
|
+
],
|
|
10925
|
+
filingOrder: {
|
|
10926
|
+
coverages: [CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
10927
|
+
},
|
|
10928
|
+
nonInsurancePayers: [CandidApi.CanonicalNonInsurancePayerId("string")],
|
|
10929
|
+
nonInsurancePayerAssociations: [
|
|
10930
|
+
{
|
|
10931
|
+
id: CandidApi.CanonicalNonInsurancePayerId("string"),
|
|
10932
|
+
},
|
|
10933
|
+
],
|
|
10934
|
+
guarantor: {
|
|
10935
|
+
name: {
|
|
10936
|
+
family: "string",
|
|
10937
|
+
given: ["string"],
|
|
10938
|
+
use: CandidApi.NameUse.Usual,
|
|
10939
|
+
period: {},
|
|
10940
|
+
},
|
|
10941
|
+
telecom: {
|
|
10942
|
+
value: "string",
|
|
10943
|
+
use: CandidApi.ContactPointUse.Home,
|
|
10944
|
+
},
|
|
10945
|
+
email: "string",
|
|
10946
|
+
birthDate: "2023-01-15",
|
|
10947
|
+
address: {
|
|
10948
|
+
use: CandidApi.AddressUse.Home,
|
|
10949
|
+
line: ["string"],
|
|
10950
|
+
city: "string",
|
|
10951
|
+
state: "string",
|
|
10952
|
+
postalCode: "string",
|
|
10953
|
+
country: "string",
|
|
10954
|
+
period: {},
|
|
10955
|
+
},
|
|
10956
|
+
},
|
|
10957
|
+
selfPay: true,
|
|
10958
|
+
authorizations: [
|
|
10959
|
+
{
|
|
10960
|
+
payerId: CandidApi.PayerId("string"),
|
|
10961
|
+
payerName: "string",
|
|
10962
|
+
authorizationNumber: "string",
|
|
10963
|
+
cptCode: "string",
|
|
10964
|
+
units: CandidApi.AuthorizationUnit.Visit,
|
|
10965
|
+
},
|
|
10966
|
+
],
|
|
10967
|
+
referrals: [
|
|
10968
|
+
{
|
|
10969
|
+
provider: {
|
|
10970
|
+
name: {
|
|
10971
|
+
family: "string",
|
|
10972
|
+
given: ["string"],
|
|
10973
|
+
use: CandidApi.NameUse.Usual,
|
|
10974
|
+
period: {},
|
|
10975
|
+
},
|
|
10976
|
+
type: CandidApi.ExternalProviderType.Primary,
|
|
10977
|
+
npi: "string",
|
|
10978
|
+
telecoms: [
|
|
10979
|
+
{
|
|
10980
|
+
value: "string",
|
|
10981
|
+
use: CandidApi.ContactPointUse.Home,
|
|
10982
|
+
},
|
|
10983
|
+
],
|
|
10984
|
+
addresses: [],
|
|
10985
|
+
period: {},
|
|
10986
|
+
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
10987
|
+
},
|
|
10988
|
+
referralNumber: "string",
|
|
10989
|
+
},
|
|
10990
|
+
],
|
|
10991
|
+
primaryServiceFacilityId: "string",
|
|
10992
|
+
doNotInvoiceReason: CandidApi.DoNotInvoiceReason.Bankruptcy,
|
|
10993
|
+
},
|
|
10994
|
+
});
|
|
10995
|
+
```
|
|
10996
|
+
|
|
10997
|
+
</dd>
|
|
10998
|
+
</dl>
|
|
10999
|
+
</dd>
|
|
11000
|
+
</dl>
|
|
11001
|
+
|
|
11002
|
+
#### ⚙️ Parameters
|
|
11003
|
+
|
|
11004
|
+
<dl>
|
|
11005
|
+
<dd>
|
|
11006
|
+
|
|
11007
|
+
<dl>
|
|
11008
|
+
<dd>
|
|
11009
|
+
|
|
11010
|
+
**request:** `CandidApi.preEncounter.patients.v1.CreatePatientWithMrnRequest`
|
|
11011
|
+
|
|
11012
|
+
</dd>
|
|
11013
|
+
</dl>
|
|
11014
|
+
|
|
11015
|
+
<dl>
|
|
11016
|
+
<dd>
|
|
11017
|
+
|
|
11018
|
+
**requestOptions:** `V1.RequestOptions`
|
|
11019
|
+
|
|
11020
|
+
</dd>
|
|
11021
|
+
</dl>
|
|
11022
|
+
</dd>
|
|
11023
|
+
</dl>
|
|
11024
|
+
|
|
11025
|
+
</dd>
|
|
11026
|
+
</dl>
|
|
11027
|
+
</details>
|
|
11028
|
+
|
|
10775
11029
|
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.PatientPage, CandidApi.preEncounter.patients.v1.getMulti.Error></code></summary>
|
|
10776
11030
|
<dl>
|
|
10777
11031
|
<dd>
|
|
@@ -11177,6 +11431,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11177
11431
|
},
|
|
11178
11432
|
],
|
|
11179
11433
|
primaryServiceFacilityId: "string",
|
|
11434
|
+
doNotInvoiceReason: CandidApi.DoNotInvoiceReason.Bankruptcy,
|
|
11180
11435
|
});
|
|
11181
11436
|
```
|
|
11182
11437
|
|
|
@@ -5,11 +5,16 @@ import * as serializers from "../../../../../index";
|
|
|
5
5
|
import * as CandidApi from "../../../../../../api/index";
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
import { UnauthorizedErrorMessage } from "../../../../commons/types/UnauthorizedErrorMessage";
|
|
8
|
+
import { UnprocessableEntityErrorMessage } from "../../../../commons/types/UnprocessableEntityErrorMessage";
|
|
8
9
|
export declare const Error: core.serialization.Schema<serializers.credentialing.v2.getAll.Error.Raw, CandidApi.credentialing.v2.getAll.Error>;
|
|
9
10
|
export declare namespace Error {
|
|
10
|
-
type Raw = Error.UnauthorizedError;
|
|
11
|
+
type Raw = Error.UnauthorizedError | Error.UnprocessableEntityError;
|
|
11
12
|
interface UnauthorizedError {
|
|
12
13
|
errorName: "UnauthorizedError";
|
|
13
14
|
content: UnauthorizedErrorMessage.Raw;
|
|
14
15
|
}
|
|
16
|
+
interface UnprocessableEntityError {
|
|
17
|
+
errorName: "UnprocessableEntityError";
|
|
18
|
+
content: UnprocessableEntityErrorMessage.Raw;
|
|
19
|
+
}
|
|
15
20
|
}
|
|
@@ -41,17 +41,23 @@ exports.Error = void 0;
|
|
|
41
41
|
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
42
42
|
const core = __importStar(require("../../../../../../core"));
|
|
43
43
|
const UnauthorizedErrorMessage_1 = require("../../../../commons/types/UnauthorizedErrorMessage");
|
|
44
|
+
const UnprocessableEntityErrorMessage_1 = require("../../../../commons/types/UnprocessableEntityErrorMessage");
|
|
44
45
|
exports.Error = core.serialization
|
|
45
46
|
.union("errorName", {
|
|
46
47
|
UnauthorizedError: core.serialization.object({
|
|
47
48
|
content: UnauthorizedErrorMessage_1.UnauthorizedErrorMessage,
|
|
48
49
|
}),
|
|
50
|
+
UnprocessableEntityError: core.serialization.object({
|
|
51
|
+
content: UnprocessableEntityErrorMessage_1.UnprocessableEntityErrorMessage,
|
|
52
|
+
}),
|
|
49
53
|
})
|
|
50
54
|
.transform({
|
|
51
55
|
transform: (value) => {
|
|
52
56
|
switch (value.errorName) {
|
|
53
57
|
case "UnauthorizedError":
|
|
54
58
|
return CandidApi.credentialing.v2.getAll.Error.unauthorizedError(value.content);
|
|
59
|
+
case "UnprocessableEntityError":
|
|
60
|
+
return CandidApi.credentialing.v2.getAll.Error.unprocessableEntityError(value.content);
|
|
55
61
|
}
|
|
56
62
|
},
|
|
57
63
|
untransform: (_a) => {
|
|
@@ -34,5 +34,5 @@ exports.GuarantorBase = core.serialization.object({
|
|
|
34
34
|
lastName: core.serialization.property("last_name", core.serialization.string()),
|
|
35
35
|
externalId: core.serialization.property("external_id", core.serialization.string()),
|
|
36
36
|
dateOfBirth: core.serialization.property("date_of_birth", core.serialization.string().optional()),
|
|
37
|
-
address: StreetAddressShortZip_1.StreetAddressShortZip
|
|
37
|
+
address: StreetAddressShortZip_1.StreetAddressShortZip,
|
|
38
38
|
});
|
|
@@ -28,6 +28,7 @@ export * as organizationProviders from "./organizationProviders";
|
|
|
28
28
|
export * as patientPayments from "./patientPayments";
|
|
29
29
|
export * as patientRefunds from "./patientRefunds";
|
|
30
30
|
export * as payers from "./payers";
|
|
31
|
+
export * as remitDrafts from "./remitDrafts";
|
|
31
32
|
export * as remits from "./remits";
|
|
32
33
|
export * as serviceLines from "./serviceLines";
|
|
33
34
|
export * as tasks from "./tasks";
|