candidhealth 0.34.6 → 0.35.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 -0
- package/Client.js +61 -56
- 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/commons/types/ProviderCredentialingSpanId.d.ts +8 -0
- package/api/resources/commons/types/ProviderCredentialingSpanId.js +10 -0
- package/api/resources/commons/types/index.d.ts +1 -0
- package/api/resources/commons/types/index.js +1 -0
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/credentialing/client/Client.d.ts +26 -0
- package/api/resources/credentialing/client/Client.js +17 -0
- package/api/resources/credentialing/client/index.d.ts +1 -0
- package/api/resources/credentialing/client/index.js +2 -0
- package/api/resources/credentialing/index.d.ts +2 -0
- package/api/resources/credentialing/index.js +18 -0
- package/api/resources/credentialing/resources/index.d.ts +1 -0
- package/api/resources/credentialing/resources/index.js +27 -0
- package/api/resources/credentialing/resources/v2/client/Client.d.ts +97 -0
- package/api/resources/credentialing/resources/v2/client/Client.js +413 -0
- package/api/resources/credentialing/resources/v2/client/create.d.ts +34 -0
- package/api/resources/credentialing/resources/v2/client/create.js +69 -0
- package/api/resources/credentialing/resources/v2/client/delete.d.ts +34 -0
- package/api/resources/credentialing/resources/v2/client/delete.js +69 -0
- package/api/resources/credentialing/resources/v2/client/get.d.ts +34 -0
- package/api/resources/credentialing/resources/v2/client/get.js +69 -0
- package/api/resources/credentialing/resources/v2/client/getAll.d.ts +28 -0
- package/api/resources/credentialing/resources/v2/client/getAll.js +58 -0
- package/api/resources/credentialing/resources/v2/client/index.d.ts +6 -0
- package/api/resources/credentialing/resources/v2/client/index.js +35 -0
- package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +33 -0
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +44 -0
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +41 -0
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +5 -0
- package/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
- package/api/resources/credentialing/resources/v2/client/requests/index.js +2 -0
- package/api/resources/credentialing/resources/v2/client/update.d.ts +46 -0
- package/api/resources/credentialing/resources/v2/client/update.js +91 -0
- package/api/resources/credentialing/resources/v2/index.d.ts +2 -0
- package/api/resources/credentialing/resources/v2/index.js +18 -0
- package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +13 -0
- package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +12 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +31 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +5 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +8 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +10 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +7 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +5 -0
- package/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/api/resources/credentialing/resources/v2/types/index.js +20 -0
- 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.d.ts +13 -3
- package/api/resources/encounters/resources/v4/client/Client.js +18 -9
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -7
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +0 -11
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +10 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +12 -2
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +25 -1
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +23 -1
- package/api/resources/encounters/resources/v4/types/index.d.ts +0 -1
- package/api/resources/encounters/resources/v4/types/index.js +0 -1
- 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.js +1 -1
- 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/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/individual/types/Patient.d.ts +24 -1
- package/api/resources/individual/types/PatientCreate.d.ts +1 -0
- package/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +27 -0
- package/api/resources/individual/types/PatientNonInsurancePayerInfo.js +5 -0
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +8 -0
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +5 -0
- package/api/resources/individual/types/PatientUpdate.d.ts +2 -0
- package/api/resources/individual/types/index.d.ts +2 -0
- package/api/resources/individual/types/index.js +2 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +2 -17
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +5 -20
- 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.d.ts +12 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +18 -7
- package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +8 -1
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +14 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
- package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +2 -8
- package/api/resources/organizationProviders/resources/v3/client/Client.js +6 -12
- 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.d.ts +8 -46
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +14 -52
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +8 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +5 -0
- package/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/common/types/index.js +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +26 -50
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +34 -58
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +56 -310
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +64 -318
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +28 -155
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +30 -1
- package/api/resources/serviceLines/resources/v2/client/Client.js +33 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +8 -0
- 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 +2 -1
- package/api/resources/x12/resources/v1/types/Rarc.js +1 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +61 -56
- 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/commons/types/ProviderCredentialingSpanId.d.ts +8 -0
- package/dist/api/resources/commons/types/ProviderCredentialingSpanId.js +10 -0
- package/dist/api/resources/commons/types/index.d.ts +1 -0
- package/dist/api/resources/commons/types/index.js +1 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/credentialing/client/Client.d.ts +26 -0
- package/dist/api/resources/credentialing/client/Client.js +17 -0
- package/dist/api/resources/credentialing/client/index.d.ts +1 -0
- package/dist/api/resources/credentialing/client/index.js +2 -0
- package/dist/api/resources/credentialing/index.d.ts +2 -0
- package/dist/api/resources/credentialing/index.js +18 -0
- package/dist/api/resources/credentialing/resources/index.d.ts +1 -0
- package/dist/api/resources/credentialing/resources/index.js +27 -0
- package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +97 -0
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +413 -0
- package/dist/api/resources/credentialing/resources/v2/client/create.d.ts +34 -0
- package/dist/api/resources/credentialing/resources/v2/client/create.js +69 -0
- package/dist/api/resources/credentialing/resources/v2/client/delete.d.ts +34 -0
- package/dist/api/resources/credentialing/resources/v2/client/delete.js +69 -0
- package/dist/api/resources/credentialing/resources/v2/client/get.d.ts +34 -0
- package/dist/api/resources/credentialing/resources/v2/client/get.js +69 -0
- package/dist/api/resources/credentialing/resources/v2/client/getAll.d.ts +28 -0
- package/dist/api/resources/credentialing/resources/v2/client/getAll.js +58 -0
- package/dist/api/resources/credentialing/resources/v2/client/index.d.ts +6 -0
- package/dist/api/resources/credentialing/resources/v2/client/index.js +35 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +33 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +44 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +41 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/index.js +2 -0
- package/dist/api/resources/credentialing/resources/v2/client/update.d.ts +46 -0
- package/dist/api/resources/credentialing/resources/v2/client/update.js +91 -0
- package/dist/api/resources/credentialing/resources/v2/index.d.ts +2 -0
- package/dist/api/resources/credentialing/resources/v2/index.js +18 -0
- package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +13 -0
- package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +12 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +31 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +8 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +10 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +7 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/dist/api/resources/credentialing/resources/v2/types/index.js +20 -0
- 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.d.ts +13 -3
- package/dist/api/resources/encounters/resources/v4/client/Client.js +18 -9
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -7
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +0 -11
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +10 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +12 -2
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +25 -1
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +23 -1
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +0 -1
- package/dist/api/resources/encounters/resources/v4/types/index.js +0 -1
- 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.js +1 -1
- 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/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/individual/types/Patient.d.ts +24 -1
- package/dist/api/resources/individual/types/PatientCreate.d.ts +1 -0
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +27 -0
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.js +5 -0
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +8 -0
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +5 -0
- package/dist/api/resources/individual/types/PatientUpdate.d.ts +2 -0
- package/dist/api/resources/individual/types/index.d.ts +2 -0
- package/dist/api/resources/individual/types/index.js +2 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +2 -17
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +5 -20
- 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.d.ts +12 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +18 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +8 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +14 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +2 -8
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +6 -12
- 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.d.ts +8 -46
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +14 -52
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.js +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +26 -50
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +34 -58
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +56 -310
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +64 -318
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +28 -155
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +30 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +33 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +8 -0
- 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 +2 -1
- package/dist/api/resources/x12/resources/v1/types/Rarc.js +1 -0
- package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.js +35 -0
- package/dist/serialization/resources/commons/types/index.d.ts +1 -0
- package/dist/serialization/resources/commons/types/index.js +1 -0
- package/dist/serialization/resources/credentialing/index.d.ts +1 -0
- package/dist/serialization/resources/credentialing/index.js +17 -0
- package/dist/serialization/resources/credentialing/resources/index.d.ts +1 -0
- package/dist/serialization/resources/credentialing/resources/index.js +27 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/create.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/create.js +67 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/delete.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/delete.js +67 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/get.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/get.js +67 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +15 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/getAll.js +61 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/index.js +35 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +41 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +19 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +40 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.js +7 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/update.d.ts +30 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/update.js +79 -0
- package/dist/serialization/resources/credentialing/resources/v2/index.d.ts +2 -0
- package/dist/serialization/resources/credentialing/resources/v2/index.js +18 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +10 -0
- package/dist/serialization/resources/{encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → credentialing/resources/v2/types/CredentialingSpanStatus.js} +2 -4
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +29 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +50 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +10 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +35 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +14 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +37 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/index.js +20 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -6
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +0 -6
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +0 -1
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +0 -1
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +2 -1
- package/dist/serialization/resources/individual/types/Patient.d.ts +2 -0
- package/dist/serialization/resources/individual/types/Patient.js +2 -0
- package/dist/serialization/resources/individual/types/PatientCreate.d.ts +2 -0
- package/dist/serialization/resources/individual/types/PatientCreate.js +2 -0
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +14 -0
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +35 -0
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +14 -0
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +35 -0
- package/dist/serialization/resources/individual/types/PatientUpdate.d.ts +2 -0
- package/dist/serialization/resources/individual/types/PatientUpdate.js +2 -0
- package/dist/serialization/resources/individual/types/index.d.ts +2 -0
- package/dist/serialization/resources/individual/types/index.js +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +18 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +42 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +6 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +6 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +1 -0
- package/package.json +1 -1
- package/reference.md +6630 -1164
- package/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +10 -0
- package/serialization/resources/commons/types/ProviderCredentialingSpanId.js +35 -0
- package/serialization/resources/commons/types/index.d.ts +1 -0
- package/serialization/resources/commons/types/index.js +1 -0
- package/serialization/resources/credentialing/index.d.ts +1 -0
- package/serialization/resources/credentialing/index.js +17 -0
- package/serialization/resources/credentialing/resources/index.d.ts +1 -0
- package/serialization/resources/credentialing/resources/index.js +27 -0
- package/serialization/resources/credentialing/resources/v2/client/create.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/create.js +67 -0
- package/serialization/resources/credentialing/resources/v2/client/delete.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/delete.js +67 -0
- package/serialization/resources/credentialing/resources/v2/client/get.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/get.js +67 -0
- package/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +15 -0
- package/serialization/resources/credentialing/resources/v2/client/getAll.js +61 -0
- package/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -0
- package/serialization/resources/credentialing/resources/v2/client/index.js +35 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +41 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +19 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +40 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/index.js +7 -0
- package/serialization/resources/credentialing/resources/v2/client/update.d.ts +30 -0
- package/serialization/resources/credentialing/resources/v2/client/update.js +79 -0
- package/serialization/resources/credentialing/resources/v2/index.d.ts +2 -0
- package/serialization/resources/credentialing/resources/v2/index.js +18 -0
- package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +10 -0
- package/serialization/resources/{encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → credentialing/resources/v2/types/CredentialingSpanStatus.js} +2 -4
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +29 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +50 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +10 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +35 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +14 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +37 -0
- package/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/serialization/resources/credentialing/resources/v2/types/index.js +20 -0
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -6
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +0 -6
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +0 -1
- package/serialization/resources/encounters/resources/v4/types/index.js +0 -1
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +2 -1
- package/serialization/resources/individual/types/Patient.d.ts +2 -0
- package/serialization/resources/individual/types/Patient.js +2 -0
- package/serialization/resources/individual/types/PatientCreate.d.ts +2 -0
- package/serialization/resources/individual/types/PatientCreate.js +2 -0
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +14 -0
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +35 -0
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +14 -0
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +35 -0
- package/serialization/resources/individual/types/PatientUpdate.d.ts +2 -0
- package/serialization/resources/individual/types/PatientUpdate.js +2 -0
- package/serialization/resources/individual/types/index.d.ts +2 -0
- package/serialization/resources/individual/types/index.js +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +18 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +42 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +35 -0
- package/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +6 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +6 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/serialization/resources/x12/resources/v1/types/Rarc.js +1 -0
- package/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -6
- package/dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -6
- package/dist/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -12
- package/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -12
- /package/api/resources/{encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js} +0 -0
- /package/{dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js} +0 -0
|
@@ -56,7 +56,15 @@ class V1 {
|
|
|
56
56
|
* await client.nonInsurancePayers.v1.create({
|
|
57
57
|
* name: "string",
|
|
58
58
|
* description: "string",
|
|
59
|
-
* category: "string"
|
|
59
|
+
* category: "string",
|
|
60
|
+
* address: {
|
|
61
|
+
* address1: "123 Main St",
|
|
62
|
+
* address2: "Apt 1",
|
|
63
|
+
* city: "New York",
|
|
64
|
+
* state: CandidApi.State.Ny,
|
|
65
|
+
* zipCode: "10001",
|
|
66
|
+
* zipPlusFourCode: "1234"
|
|
67
|
+
* }
|
|
60
68
|
* })
|
|
61
69
|
*/
|
|
62
70
|
create(request, requestOptions) {
|
|
@@ -70,7 +78,7 @@ class V1 {
|
|
|
70
78
|
Authorization: yield this._getAuthorizationHeader(),
|
|
71
79
|
"X-Fern-Language": "JavaScript",
|
|
72
80
|
"X-Fern-SDK-Name": "candidhealth",
|
|
73
|
-
"X-Fern-SDK-Version": "0.
|
|
81
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
74
82
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
75
83
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
76
84
|
},
|
|
@@ -136,7 +144,7 @@ class V1 {
|
|
|
136
144
|
Authorization: yield this._getAuthorizationHeader(),
|
|
137
145
|
"X-Fern-Language": "JavaScript",
|
|
138
146
|
"X-Fern-SDK-Name": "candidhealth",
|
|
139
|
-
"X-Fern-SDK-Version": "0.
|
|
147
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
140
148
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
141
149
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
142
150
|
},
|
|
@@ -229,7 +237,7 @@ class V1 {
|
|
|
229
237
|
Authorization: yield this._getAuthorizationHeader(),
|
|
230
238
|
"X-Fern-Language": "JavaScript",
|
|
231
239
|
"X-Fern-SDK-Name": "candidhealth",
|
|
232
|
-
"X-Fern-SDK-Version": "0.
|
|
240
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
233
241
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
234
242
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
235
243
|
},
|
|
@@ -289,7 +297,7 @@ class V1 {
|
|
|
289
297
|
Authorization: yield this._getAuthorizationHeader(),
|
|
290
298
|
"X-Fern-Language": "JavaScript",
|
|
291
299
|
"X-Fern-SDK-Name": "candidhealth",
|
|
292
|
-
"X-Fern-SDK-Version": "0.
|
|
300
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
293
301
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
294
302
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
295
303
|
},
|
|
@@ -343,6 +351,9 @@ class V1 {
|
|
|
343
351
|
* },
|
|
344
352
|
* category: {
|
|
345
353
|
* type: "remove"
|
|
354
|
+
* },
|
|
355
|
+
* address: {
|
|
356
|
+
* type: "remove"
|
|
346
357
|
* }
|
|
347
358
|
* })
|
|
348
359
|
*/
|
|
@@ -357,7 +368,7 @@ class V1 {
|
|
|
357
368
|
Authorization: yield this._getAuthorizationHeader(),
|
|
358
369
|
"X-Fern-Language": "JavaScript",
|
|
359
370
|
"X-Fern-SDK-Name": "candidhealth",
|
|
360
|
-
"X-Fern-SDK-Version": "0.
|
|
371
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
361
372
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
362
373
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
363
374
|
},
|
|
@@ -420,7 +431,7 @@ class V1 {
|
|
|
420
431
|
Authorization: yield this._getAuthorizationHeader(),
|
|
421
432
|
"X-Fern-Language": "JavaScript",
|
|
422
433
|
"X-Fern-SDK-Name": "candidhealth",
|
|
423
|
-
"X-Fern-SDK-Version": "0.
|
|
434
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
424
435
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
425
436
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
426
437
|
},
|
package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
4
5
|
export interface CreateNonInsurancePayerRequest {
|
|
5
6
|
/** Max 50 characters allowed */
|
|
6
7
|
name: string;
|
|
@@ -8,4 +9,5 @@ export interface CreateNonInsurancePayerRequest {
|
|
|
8
9
|
description?: string;
|
|
9
10
|
/** Max 255 characters allowed */
|
|
10
11
|
category?: string;
|
|
12
|
+
address?: CandidApi.StreetAddressShortZip;
|
|
11
13
|
}
|
|
@@ -9,7 +9,13 @@ import * as CandidApi from "../../../../../index";
|
|
|
9
9
|
* name: "Sunrise Foundation",
|
|
10
10
|
* category: "Foundation",
|
|
11
11
|
* description: "Sunrise Foundation is a non-profit organization that provides financial assistance to patients in need.",
|
|
12
|
-
* enabled: true
|
|
12
|
+
* enabled: true,
|
|
13
|
+
* address: {
|
|
14
|
+
* address1: "123 Main St",
|
|
15
|
+
* city: "San Francisco",
|
|
16
|
+
* state: CandidApi.State.Ca,
|
|
17
|
+
* zipCode: "94105"
|
|
18
|
+
* }
|
|
13
19
|
* }
|
|
14
20
|
*/
|
|
15
21
|
export interface NonInsurancePayer {
|
|
@@ -18,4 +24,5 @@ export interface NonInsurancePayer {
|
|
|
18
24
|
description?: string;
|
|
19
25
|
category?: string;
|
|
20
26
|
enabled: boolean;
|
|
27
|
+
address?: CandidApi.StreetAddressShortZip;
|
|
21
28
|
}
|
package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
export declare type NonInsurancePayerAddressUpdate = CandidApi.nonInsurancePayers.v1.NonInsurancePayerAddressUpdate.Remove | CandidApi.nonInsurancePayers.v1.NonInsurancePayerAddressUpdate.Set;
|
|
6
|
+
export declare namespace NonInsurancePayerAddressUpdate {
|
|
7
|
+
interface Remove {
|
|
8
|
+
type: "remove";
|
|
9
|
+
}
|
|
10
|
+
interface Set {
|
|
11
|
+
type: "set";
|
|
12
|
+
value?: CandidApi.StreetAddressShortZip;
|
|
13
|
+
}
|
|
14
|
+
}
|
package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts
CHANGED
|
@@ -7,4 +7,5 @@ export interface NonInsurancePayerUpdateRequest {
|
|
|
7
7
|
name?: string;
|
|
8
8
|
description?: CandidApi.nonInsurancePayers.v1.NonInsurancePayerDescriptionUpdate;
|
|
9
9
|
category?: CandidApi.nonInsurancePayers.v1.NonInsurancePayerCategoryUpdate;
|
|
10
|
+
address?: CandidApi.nonInsurancePayers.v1.NonInsurancePayerAddressUpdate;
|
|
10
11
|
}
|
|
@@ -5,5 +5,6 @@ export * from "./NonInsurancePayerPage";
|
|
|
5
5
|
export * from "./NonInsurancePayerSortField";
|
|
6
6
|
export * from "./NonInsurancePayerDescriptionUpdate";
|
|
7
7
|
export * from "./NonInsurancePayerCategoryUpdate";
|
|
8
|
+
export * from "./NonInsurancePayerAddressUpdate";
|
|
8
9
|
export * from "./ToggleNonInsurancePayerEnablementRequest";
|
|
9
10
|
export * from "./NonInsurancePayerUpdateRequest";
|
|
@@ -21,5 +21,6 @@ __exportStar(require("./NonInsurancePayerPage"), exports);
|
|
|
21
21
|
__exportStar(require("./NonInsurancePayerSortField"), exports);
|
|
22
22
|
__exportStar(require("./NonInsurancePayerDescriptionUpdate"), exports);
|
|
23
23
|
__exportStar(require("./NonInsurancePayerCategoryUpdate"), exports);
|
|
24
|
+
__exportStar(require("./NonInsurancePayerAddressUpdate"), exports);
|
|
24
25
|
__exportStar(require("./ToggleNonInsurancePayerEnablementRequest"), exports);
|
|
25
26
|
__exportStar(require("./NonInsurancePayerUpdateRequest"), exports);
|
|
@@ -76,10 +76,7 @@ export declare class V3 {
|
|
|
76
76
|
* employmentTerminationDate: "2023-01-15",
|
|
77
77
|
* qualifications: [{
|
|
78
78
|
* period: {
|
|
79
|
-
* startDate: CandidApi.Date_("string")
|
|
80
|
-
* endDate: {
|
|
81
|
-
* "key": "value"
|
|
82
|
-
* }
|
|
79
|
+
* startDate: CandidApi.Date_("string")
|
|
83
80
|
* },
|
|
84
81
|
* identifierCode: CandidApi.IdentifierCode.Mcr,
|
|
85
82
|
* identifierValue: {
|
|
@@ -122,10 +119,7 @@ export declare class V3 {
|
|
|
122
119
|
* qualifications: [{
|
|
123
120
|
* type: "add",
|
|
124
121
|
* period: {
|
|
125
|
-
* startDate: CandidApi.Date_("string")
|
|
126
|
-
* endDate: {
|
|
127
|
-
* "key": "value"
|
|
128
|
-
* }
|
|
122
|
+
* startDate: CandidApi.Date_("string")
|
|
129
123
|
* },
|
|
130
124
|
* identifierCode: CandidApi.IdentifierCode.Mcr,
|
|
131
125
|
* identifierValue: {
|
|
@@ -66,7 +66,7 @@ class V3 {
|
|
|
66
66
|
Authorization: yield this._getAuthorizationHeader(),
|
|
67
67
|
"X-Fern-Language": "JavaScript",
|
|
68
68
|
"X-Fern-SDK-Name": "candidhealth",
|
|
69
|
-
"X-Fern-SDK-Version": "0.
|
|
69
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
70
70
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
71
71
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
72
72
|
},
|
|
@@ -156,7 +156,7 @@ class V3 {
|
|
|
156
156
|
Authorization: yield this._getAuthorizationHeader(),
|
|
157
157
|
"X-Fern-Language": "JavaScript",
|
|
158
158
|
"X-Fern-SDK-Name": "candidhealth",
|
|
159
|
-
"X-Fern-SDK-Version": "0.
|
|
159
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
160
160
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
161
161
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
162
162
|
},
|
|
@@ -215,10 +215,7 @@ class V3 {
|
|
|
215
215
|
* employmentTerminationDate: "2023-01-15",
|
|
216
216
|
* qualifications: [{
|
|
217
217
|
* period: {
|
|
218
|
-
* startDate: CandidApi.Date_("string")
|
|
219
|
-
* endDate: {
|
|
220
|
-
* "key": "value"
|
|
221
|
-
* }
|
|
218
|
+
* startDate: CandidApi.Date_("string")
|
|
222
219
|
* },
|
|
223
220
|
* identifierCode: CandidApi.IdentifierCode.Mcr,
|
|
224
221
|
* identifierValue: {
|
|
@@ -238,7 +235,7 @@ class V3 {
|
|
|
238
235
|
Authorization: yield this._getAuthorizationHeader(),
|
|
239
236
|
"X-Fern-Language": "JavaScript",
|
|
240
237
|
"X-Fern-SDK-Name": "candidhealth",
|
|
241
|
-
"X-Fern-SDK-Version": "0.
|
|
238
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
242
239
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
243
240
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
244
241
|
},
|
|
@@ -316,10 +313,7 @@ class V3 {
|
|
|
316
313
|
* qualifications: [{
|
|
317
314
|
* type: "add",
|
|
318
315
|
* period: {
|
|
319
|
-
* startDate: CandidApi.Date_("string")
|
|
320
|
-
* endDate: {
|
|
321
|
-
* "key": "value"
|
|
322
|
-
* }
|
|
316
|
+
* startDate: CandidApi.Date_("string")
|
|
323
317
|
* },
|
|
324
318
|
* identifierCode: CandidApi.IdentifierCode.Mcr,
|
|
325
319
|
* identifierValue: {
|
|
@@ -339,7 +333,7 @@ class V3 {
|
|
|
339
333
|
Authorization: yield this._getAuthorizationHeader(),
|
|
340
334
|
"X-Fern-Language": "JavaScript",
|
|
341
335
|
"X-Fern-SDK-Name": "candidhealth",
|
|
342
|
-
"X-Fern-SDK-Version": "0.
|
|
336
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
343
337
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
344
338
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
345
339
|
},
|
|
@@ -66,7 +66,7 @@ class V2 {
|
|
|
66
66
|
Authorization: yield this._getAuthorizationHeader(),
|
|
67
67
|
"X-Fern-Language": "JavaScript",
|
|
68
68
|
"X-Fern-SDK-Name": "candidhealth",
|
|
69
|
-
"X-Fern-SDK-Version": "0.
|
|
69
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
70
70
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
71
71
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
72
72
|
},
|
|
@@ -140,7 +140,7 @@ class V2 {
|
|
|
140
140
|
Authorization: yield this._getAuthorizationHeader(),
|
|
141
141
|
"X-Fern-Language": "JavaScript",
|
|
142
142
|
"X-Fern-SDK-Name": "candidhealth",
|
|
143
|
-
"X-Fern-SDK-Version": "0.
|
|
143
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
144
144
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
145
145
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
146
146
|
},
|
|
@@ -204,7 +204,7 @@ class V2 {
|
|
|
204
204
|
Authorization: yield this._getAuthorizationHeader(),
|
|
205
205
|
"X-Fern-Language": "JavaScript",
|
|
206
206
|
"X-Fern-SDK-Name": "candidhealth",
|
|
207
|
-
"X-Fern-SDK-Version": "0.
|
|
207
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
208
208
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
209
209
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
210
210
|
},
|
|
@@ -285,7 +285,7 @@ class V2 {
|
|
|
285
285
|
Authorization: yield this._getAuthorizationHeader(),
|
|
286
286
|
"X-Fern-Language": "JavaScript",
|
|
287
287
|
"X-Fern-SDK-Name": "candidhealth",
|
|
288
|
-
"X-Fern-SDK-Version": "0.
|
|
288
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
289
289
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
290
290
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
291
291
|
},
|
|
@@ -348,7 +348,7 @@ class V2 {
|
|
|
348
348
|
Authorization: yield this._getAuthorizationHeader(),
|
|
349
349
|
"X-Fern-Language": "JavaScript",
|
|
350
350
|
"X-Fern-SDK-Name": "candidhealth",
|
|
351
|
-
"X-Fern-SDK-Version": "0.
|
|
351
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
352
352
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
353
353
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
354
354
|
},
|
|
@@ -121,7 +121,7 @@ class V4 {
|
|
|
121
121
|
Authorization: yield this._getAuthorizationHeader(),
|
|
122
122
|
"X-Fern-Language": "JavaScript",
|
|
123
123
|
"X-Fern-SDK-Name": "candidhealth",
|
|
124
|
-
"X-Fern-SDK-Version": "0.
|
|
124
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
125
125
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
126
126
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
127
127
|
},
|
|
@@ -184,7 +184,7 @@ class V4 {
|
|
|
184
184
|
Authorization: yield this._getAuthorizationHeader(),
|
|
185
185
|
"X-Fern-Language": "JavaScript",
|
|
186
186
|
"X-Fern-SDK-Name": "candidhealth",
|
|
187
|
-
"X-Fern-SDK-Version": "0.
|
|
187
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
188
188
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
189
189
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
190
190
|
},
|
|
@@ -261,7 +261,7 @@ class V4 {
|
|
|
261
261
|
Authorization: yield this._getAuthorizationHeader(),
|
|
262
262
|
"X-Fern-Language": "JavaScript",
|
|
263
263
|
"X-Fern-SDK-Name": "candidhealth",
|
|
264
|
-
"X-Fern-SDK-Version": "0.
|
|
264
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
265
265
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
266
266
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
267
267
|
},
|
|
@@ -338,7 +338,7 @@ class V4 {
|
|
|
338
338
|
Authorization: yield this._getAuthorizationHeader(),
|
|
339
339
|
"X-Fern-Language": "JavaScript",
|
|
340
340
|
"X-Fern-SDK-Name": "candidhealth",
|
|
341
|
-
"X-Fern-SDK-Version": "0.
|
|
341
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
342
342
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
343
343
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
344
344
|
},
|
|
@@ -404,7 +404,7 @@ class V4 {
|
|
|
404
404
|
Authorization: yield this._getAuthorizationHeader(),
|
|
405
405
|
"X-Fern-Language": "JavaScript",
|
|
406
406
|
"X-Fern-SDK-Name": "candidhealth",
|
|
407
|
-
"X-Fern-SDK-Version": "0.
|
|
407
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
408
408
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
409
409
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
410
410
|
},
|
|
@@ -121,7 +121,7 @@ class V1 {
|
|
|
121
121
|
Authorization: yield this._getAuthorizationHeader(),
|
|
122
122
|
"X-Fern-Language": "JavaScript",
|
|
123
123
|
"X-Fern-SDK-Name": "candidhealth",
|
|
124
|
-
"X-Fern-SDK-Version": "0.
|
|
124
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
125
125
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
126
126
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
127
127
|
},
|
|
@@ -184,7 +184,7 @@ class V1 {
|
|
|
184
184
|
Authorization: yield this._getAuthorizationHeader(),
|
|
185
185
|
"X-Fern-Language": "JavaScript",
|
|
186
186
|
"X-Fern-SDK-Name": "candidhealth",
|
|
187
|
-
"X-Fern-SDK-Version": "0.
|
|
187
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
188
188
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
189
189
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
190
190
|
},
|
|
@@ -262,7 +262,7 @@ class V1 {
|
|
|
262
262
|
Authorization: yield this._getAuthorizationHeader(),
|
|
263
263
|
"X-Fern-Language": "JavaScript",
|
|
264
264
|
"X-Fern-SDK-Name": "candidhealth",
|
|
265
|
-
"X-Fern-SDK-Version": "0.
|
|
265
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
266
266
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
267
267
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
268
268
|
},
|
|
@@ -343,7 +343,7 @@ class V1 {
|
|
|
343
343
|
Authorization: yield this._getAuthorizationHeader(),
|
|
344
344
|
"X-Fern-Language": "JavaScript",
|
|
345
345
|
"X-Fern-SDK-Name": "candidhealth",
|
|
346
|
-
"X-Fern-SDK-Version": "0.
|
|
346
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
347
347
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
348
348
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
349
349
|
},
|
|
@@ -409,7 +409,7 @@ class V1 {
|
|
|
409
409
|
Authorization: yield this._getAuthorizationHeader(),
|
|
410
410
|
"X-Fern-Language": "JavaScript",
|
|
411
411
|
"X-Fern-SDK-Name": "candidhealth",
|
|
412
|
-
"X-Fern-SDK-Version": "0.
|
|
412
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
413
413
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
414
414
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
415
415
|
},
|
|
@@ -66,7 +66,7 @@ class V3 {
|
|
|
66
66
|
Authorization: yield this._getAuthorizationHeader(),
|
|
67
67
|
"X-Fern-Language": "JavaScript",
|
|
68
68
|
"X-Fern-SDK-Name": "candidhealth",
|
|
69
|
-
"X-Fern-SDK-Version": "0.
|
|
69
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
70
70
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
71
71
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
72
72
|
},
|
|
@@ -126,7 +126,7 @@ class V3 {
|
|
|
126
126
|
Authorization: yield this._getAuthorizationHeader(),
|
|
127
127
|
"X-Fern-Language": "JavaScript",
|
|
128
128
|
"X-Fern-SDK-Name": "candidhealth",
|
|
129
|
-
"X-Fern-SDK-Version": "0.
|
|
129
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
130
130
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
131
131
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
132
132
|
},
|
package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts
CHANGED
|
@@ -43,35 +43,16 @@ export declare class V1 {
|
|
|
43
43
|
* family: "string",
|
|
44
44
|
* given: ["string"],
|
|
45
45
|
* use: CandidApi.preEncounter.NameUse.Usual,
|
|
46
|
-
* period: {
|
|
47
|
-
* start: {
|
|
48
|
-
* "key": "value"
|
|
49
|
-
* },
|
|
50
|
-
* end: {
|
|
51
|
-
* "key": "value"
|
|
52
|
-
* }
|
|
53
|
-
* }
|
|
46
|
+
* period: {}
|
|
54
47
|
* },
|
|
55
48
|
* type: CandidApi.preEncounter.ExternalProviderType.Primary,
|
|
56
49
|
* npi: "string",
|
|
57
50
|
* telecoms: [{
|
|
58
51
|
* value: "string",
|
|
59
|
-
* use: CandidApi.preEncounter.ContactPointUse.Home
|
|
60
|
-
* period: {
|
|
61
|
-
* "key": "value"
|
|
62
|
-
* }
|
|
52
|
+
* use: CandidApi.preEncounter.ContactPointUse.Home
|
|
63
53
|
* }],
|
|
64
|
-
* addresses: [
|
|
65
|
-
*
|
|
66
|
-
* }],
|
|
67
|
-
* period: {
|
|
68
|
-
* start: {
|
|
69
|
-
* "key": "value"
|
|
70
|
-
* },
|
|
71
|
-
* end: {
|
|
72
|
-
* "key": "value"
|
|
73
|
-
* }
|
|
74
|
-
* },
|
|
54
|
+
* addresses: [],
|
|
55
|
+
* period: {},
|
|
75
56
|
* canonicalId: CandidApi.preEncounter.CanonicalProviderId("string")
|
|
76
57
|
* },
|
|
77
58
|
* estimatedCopayCents: 1,
|
|
@@ -129,35 +110,16 @@ export declare class V1 {
|
|
|
129
110
|
* family: "string",
|
|
130
111
|
* given: ["string"],
|
|
131
112
|
* use: CandidApi.preEncounter.NameUse.Usual,
|
|
132
|
-
* period: {
|
|
133
|
-
* start: {
|
|
134
|
-
* "key": "value"
|
|
135
|
-
* },
|
|
136
|
-
* end: {
|
|
137
|
-
* "key": "value"
|
|
138
|
-
* }
|
|
139
|
-
* }
|
|
113
|
+
* period: {}
|
|
140
114
|
* },
|
|
141
115
|
* type: CandidApi.preEncounter.ExternalProviderType.Primary,
|
|
142
116
|
* npi: "string",
|
|
143
117
|
* telecoms: [{
|
|
144
118
|
* value: "string",
|
|
145
|
-
* use: CandidApi.preEncounter.ContactPointUse.Home
|
|
146
|
-
* period: {
|
|
147
|
-
* "key": "value"
|
|
148
|
-
* }
|
|
119
|
+
* use: CandidApi.preEncounter.ContactPointUse.Home
|
|
149
120
|
* }],
|
|
150
|
-
* addresses: [
|
|
151
|
-
*
|
|
152
|
-
* }],
|
|
153
|
-
* period: {
|
|
154
|
-
* start: {
|
|
155
|
-
* "key": "value"
|
|
156
|
-
* },
|
|
157
|
-
* end: {
|
|
158
|
-
* "key": "value"
|
|
159
|
-
* }
|
|
160
|
-
* },
|
|
121
|
+
* addresses: [],
|
|
122
|
+
* period: {},
|
|
161
123
|
* canonicalId: CandidApi.preEncounter.CanonicalProviderId("string")
|
|
162
124
|
* },
|
|
163
125
|
* estimatedCopayCents: 1,
|
package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js
CHANGED
|
@@ -70,35 +70,16 @@ class V1 {
|
|
|
70
70
|
* family: "string",
|
|
71
71
|
* given: ["string"],
|
|
72
72
|
* use: CandidApi.preEncounter.NameUse.Usual,
|
|
73
|
-
* period: {
|
|
74
|
-
* start: {
|
|
75
|
-
* "key": "value"
|
|
76
|
-
* },
|
|
77
|
-
* end: {
|
|
78
|
-
* "key": "value"
|
|
79
|
-
* }
|
|
80
|
-
* }
|
|
73
|
+
* period: {}
|
|
81
74
|
* },
|
|
82
75
|
* type: CandidApi.preEncounter.ExternalProviderType.Primary,
|
|
83
76
|
* npi: "string",
|
|
84
77
|
* telecoms: [{
|
|
85
78
|
* value: "string",
|
|
86
|
-
* use: CandidApi.preEncounter.ContactPointUse.Home
|
|
87
|
-
* period: {
|
|
88
|
-
* "key": "value"
|
|
89
|
-
* }
|
|
79
|
+
* use: CandidApi.preEncounter.ContactPointUse.Home
|
|
90
80
|
* }],
|
|
91
|
-
* addresses: [
|
|
92
|
-
*
|
|
93
|
-
* }],
|
|
94
|
-
* period: {
|
|
95
|
-
* start: {
|
|
96
|
-
* "key": "value"
|
|
97
|
-
* },
|
|
98
|
-
* end: {
|
|
99
|
-
* "key": "value"
|
|
100
|
-
* }
|
|
101
|
-
* },
|
|
81
|
+
* addresses: [],
|
|
82
|
+
* period: {},
|
|
102
83
|
* canonicalId: CandidApi.preEncounter.CanonicalProviderId("string")
|
|
103
84
|
* },
|
|
104
85
|
* estimatedCopayCents: 1,
|
|
@@ -122,7 +103,7 @@ class V1 {
|
|
|
122
103
|
Authorization: yield this._getAuthorizationHeader(),
|
|
123
104
|
"X-Fern-Language": "JavaScript",
|
|
124
105
|
"X-Fern-SDK-Name": "candidhealth",
|
|
125
|
-
"X-Fern-SDK-Version": "0.
|
|
106
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
126
107
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
127
108
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
128
109
|
},
|
|
@@ -187,7 +168,7 @@ class V1 {
|
|
|
187
168
|
Authorization: yield this._getAuthorizationHeader(),
|
|
188
169
|
"X-Fern-Language": "JavaScript",
|
|
189
170
|
"X-Fern-SDK-Name": "candidhealth",
|
|
190
|
-
"X-Fern-SDK-Version": "0.
|
|
171
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
191
172
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
192
173
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
193
174
|
},
|
|
@@ -248,7 +229,7 @@ class V1 {
|
|
|
248
229
|
Authorization: yield this._getAuthorizationHeader(),
|
|
249
230
|
"X-Fern-Language": "JavaScript",
|
|
250
231
|
"X-Fern-SDK-Name": "candidhealth",
|
|
251
|
-
"X-Fern-SDK-Version": "0.
|
|
232
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
252
233
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
253
234
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
254
235
|
},
|
|
@@ -313,35 +294,16 @@ class V1 {
|
|
|
313
294
|
* family: "string",
|
|
314
295
|
* given: ["string"],
|
|
315
296
|
* use: CandidApi.preEncounter.NameUse.Usual,
|
|
316
|
-
* period: {
|
|
317
|
-
* start: {
|
|
318
|
-
* "key": "value"
|
|
319
|
-
* },
|
|
320
|
-
* end: {
|
|
321
|
-
* "key": "value"
|
|
322
|
-
* }
|
|
323
|
-
* }
|
|
297
|
+
* period: {}
|
|
324
298
|
* },
|
|
325
299
|
* type: CandidApi.preEncounter.ExternalProviderType.Primary,
|
|
326
300
|
* npi: "string",
|
|
327
301
|
* telecoms: [{
|
|
328
302
|
* value: "string",
|
|
329
|
-
* use: CandidApi.preEncounter.ContactPointUse.Home
|
|
330
|
-
* period: {
|
|
331
|
-
* "key": "value"
|
|
332
|
-
* }
|
|
303
|
+
* use: CandidApi.preEncounter.ContactPointUse.Home
|
|
333
304
|
* }],
|
|
334
|
-
* addresses: [
|
|
335
|
-
*
|
|
336
|
-
* }],
|
|
337
|
-
* period: {
|
|
338
|
-
* start: {
|
|
339
|
-
* "key": "value"
|
|
340
|
-
* },
|
|
341
|
-
* end: {
|
|
342
|
-
* "key": "value"
|
|
343
|
-
* }
|
|
344
|
-
* },
|
|
305
|
+
* addresses: [],
|
|
306
|
+
* period: {},
|
|
345
307
|
* canonicalId: CandidApi.preEncounter.CanonicalProviderId("string")
|
|
346
308
|
* },
|
|
347
309
|
* estimatedCopayCents: 1,
|
|
@@ -365,7 +327,7 @@ class V1 {
|
|
|
365
327
|
Authorization: yield this._getAuthorizationHeader(),
|
|
366
328
|
"X-Fern-Language": "JavaScript",
|
|
367
329
|
"X-Fern-SDK-Name": "candidhealth",
|
|
368
|
-
"X-Fern-SDK-Version": "0.
|
|
330
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
369
331
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
370
332
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
371
333
|
},
|
|
@@ -435,7 +397,7 @@ class V1 {
|
|
|
435
397
|
Authorization: yield this._getAuthorizationHeader(),
|
|
436
398
|
"X-Fern-Language": "JavaScript",
|
|
437
399
|
"X-Fern-SDK-Name": "candidhealth",
|
|
438
|
-
"X-Fern-SDK-Version": "0.
|
|
400
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
439
401
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
440
402
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
441
403
|
},
|
|
@@ -484,7 +446,7 @@ class V1 {
|
|
|
484
446
|
Authorization: yield this._getAuthorizationHeader(),
|
|
485
447
|
"X-Fern-Language": "JavaScript",
|
|
486
448
|
"X-Fern-SDK-Name": "candidhealth",
|
|
487
|
-
"X-Fern-SDK-Version": "0.
|
|
449
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
488
450
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
489
451
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
490
452
|
},
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
export interface CanonicalNonInsurancePayerAssociation {
|
|
6
|
+
id: CandidApi.preEncounter.CanonicalNonInsurancePayerId;
|
|
7
|
+
memberId?: string;
|
|
8
|
+
}
|
|
@@ -5,6 +5,7 @@ export * from "./PatientId";
|
|
|
5
5
|
export * from "./CoverageId";
|
|
6
6
|
export * from "./AppointmentId";
|
|
7
7
|
export * from "./CanonicalProviderId";
|
|
8
|
+
export * from "./CanonicalNonInsurancePayerAssociation";
|
|
8
9
|
export * from "./CanonicalNonInsurancePayerId";
|
|
9
10
|
export * from "./Relationship";
|
|
10
11
|
export * from "./Gender";
|
|
@@ -21,6 +21,7 @@ __exportStar(require("./PatientId"), exports);
|
|
|
21
21
|
__exportStar(require("./CoverageId"), exports);
|
|
22
22
|
__exportStar(require("./AppointmentId"), exports);
|
|
23
23
|
__exportStar(require("./CanonicalProviderId"), exports);
|
|
24
|
+
__exportStar(require("./CanonicalNonInsurancePayerAssociation"), exports);
|
|
24
25
|
__exportStar(require("./CanonicalNonInsurancePayerId"), exports);
|
|
25
26
|
__exportStar(require("./Relationship"), exports);
|
|
26
27
|
__exportStar(require("./Gender"), exports);
|