candidhealth 0.34.1 → 0.34.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/Client.d.ts +0 -9
- package/Client.js +6 -21
- package/README.md +1 -1
- 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/customSchemas/resources/v1/client/Client.js +4 -4
- 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/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/api/resources/encounters/resources/v4/client/Client.d.ts +107 -6
- package/api/resources/encounters/resources/v4/client/Client.js +114 -11
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +3 -8
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +3 -2
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +141 -0
- package/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/update.js +11 -0
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +0 -2
- package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -0
- package/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +6 -0
- package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/api/resources/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.d.ts +1 -1
- package/api/resources/guarantor/resources/v1/client/Client.js +4 -4
- package/api/resources/guarantor/resources/v1/client/index.d.ts +0 -1
- package/api/resources/guarantor/resources/v1/client/index.js +0 -4
- package/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +17 -0
- package/api/resources/guarantor/resources/v1/types/index.d.ts +1 -0
- package/api/resources/guarantor/resources/v1/types/index.js +1 -0
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/index.d.ts +0 -4
- package/api/resources/index.js +1 -5
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- 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/payers/resources/v3/types/Payer.d.ts +13 -1
- package/api/resources/payers/resources/v3/types/PayerPage.d.ts +5 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +72 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +77 -5
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
- package/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +9 -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 +46 -8
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +54 -16
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +12 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +14 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +9 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +9 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +12 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -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 +272 -66
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +280 -74
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +136 -33
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +15 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +7 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +9 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +10 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
- package/api/resources/serviceFacility/client/Client.d.ts +2 -3
- package/api/resources/serviceFacility/client/Client.js +3 -4
- package/api/resources/serviceFacility/client/index.d.ts +0 -1
- package/api/resources/serviceFacility/client/index.js +0 -4
- package/api/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +3 -8
- package/api/resources/serviceFacility/types/index.d.ts +1 -0
- package/api/resources/serviceFacility/types/index.js +1 -0
- 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/dist/Client.d.ts +0 -9
- package/dist/Client.js +6 -21
- 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/customSchemas/resources/v1/client/Client.js +4 -4
- 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/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +107 -6
- package/dist/api/resources/encounters/resources/v4/client/Client.js +114 -11
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +3 -8
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +3 -2
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +141 -0
- package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/update.js +11 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +0 -2
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -0
- package/dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/api/resources/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.d.ts +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/guarantor/resources/v1/client/index.d.ts +0 -1
- package/dist/api/resources/guarantor/resources/v1/client/index.js +0 -4
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +17 -0
- package/dist/api/resources/guarantor/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/guarantor/resources/v1/types/index.js +1 -0
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/index.d.ts +0 -4
- package/dist/api/resources/index.js +1 -5
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- 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/payers/resources/v3/types/Payer.d.ts +13 -1
- package/dist/api/resources/payers/resources/v3/types/PayerPage.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +72 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +77 -5
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +9 -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 +46 -8
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +54 -16
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +14 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -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 +272 -66
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +280 -74
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +136 -33
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +15 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +9 -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/Referral.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
- package/dist/api/resources/serviceFacility/client/Client.d.ts +2 -3
- package/dist/api/resources/serviceFacility/client/Client.js +3 -4
- package/dist/api/resources/serviceFacility/client/index.d.ts +0 -1
- package/dist/api/resources/serviceFacility/client/index.js +0 -4
- package/dist/api/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +3 -8
- package/dist/api/resources/serviceFacility/types/index.d.ts +1 -0
- package/dist/api/resources/serviceFacility/types/index.js +1 -0
- 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/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -1
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +16 -0
- package/dist/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +8 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +0 -1
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +14 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +14 -0
- package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/update.js +6 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +0 -1
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +0 -1
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +12 -0
- package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +3 -3
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/serialization/resources/guarantor/resources/v1/client/index.d.ts +0 -1
- package/dist/serialization/resources/guarantor/resources/v1/client/index.js +0 -4
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +23 -0
- package/dist/serialization/resources/guarantor/resources/v1/{client/requests → types}/GuarantorUpdate.js +4 -4
- package/dist/serialization/resources/guarantor/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +0 -4
- package/dist/serialization/resources/index.js +1 -5
- package/dist/serialization/resources/payers/resources/v3/types/Payer.d.ts +4 -0
- package/dist/serialization/resources/payers/resources/v3/types/Payer.js +4 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +15 -0
- package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js → preEncounter/resources/common/types/AdditionalPayerInformation.js} +6 -8
- 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/BenefitType.d.ts +10 -0
- package/dist/serialization/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js → preEncounter/resources/coverages/resources/v1/types/BenefitType.js} +10 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +19 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +40 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +10 -0
- package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js → preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js} +3 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +10 -0
- package/{serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js → dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js} +3 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +15 -0
- package/dist/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js → preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +7 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +3 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +3 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +24 -0
- package/dist/serialization/resources/{thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js → preEncounter/resources/patients/resources/v1/types/Authorization.js} +16 -8
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +10 -0
- package/{serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js → dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js} +3 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +4 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +17 -0
- package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js → preEncounter/resources/patients/resources/v1/types/Referral.js} +9 -6
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
- package/dist/serialization/resources/serviceFacility/index.d.ts +0 -1
- package/dist/serialization/resources/serviceFacility/index.js +0 -1
- package/dist/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +5 -5
- package/dist/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.js +2 -2
- package/dist/serialization/resources/serviceFacility/types/index.d.ts +1 -0
- package/dist/serialization/resources/serviceFacility/types/index.js +1 -0
- package/package.json +1 -1
- package/reference.md +608 -1197
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -1
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +16 -0
- package/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +8 -6
- package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +0 -1
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +14 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +14 -0
- package/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/update.js +6 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +0 -1
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +0 -1
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
- package/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +12 -0
- package/serialization/resources/{thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +3 -3
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/serialization/resources/guarantor/resources/v1/client/index.d.ts +0 -1
- package/serialization/resources/guarantor/resources/v1/client/index.js +0 -4
- package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +23 -0
- package/serialization/resources/guarantor/resources/v1/{client/requests → types}/GuarantorUpdate.js +4 -4
- package/serialization/resources/guarantor/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/guarantor/resources/v1/types/index.js +1 -0
- package/serialization/resources/index.d.ts +0 -4
- package/serialization/resources/index.js +1 -5
- package/serialization/resources/payers/resources/v3/types/Payer.d.ts +4 -0
- package/serialization/resources/payers/resources/v3/types/Payer.js +4 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +2 -0
- package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +36 -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/BenefitType.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +38 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +19 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +40 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +10 -0
- package/{dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js → serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js} +3 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +31 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +15 -0
- package/{dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js → serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +7 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +3 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +3 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +24 -0
- package/{dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js → serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js} +16 -13
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +31 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +4 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +17 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +38 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
- package/serialization/resources/serviceFacility/index.d.ts +0 -1
- package/serialization/resources/serviceFacility/index.js +0 -1
- package/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +5 -5
- package/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.js +2 -2
- package/serialization/resources/serviceFacility/types/index.d.ts +1 -0
- package/serialization/resources/serviceFacility/types/index.js +1 -0
- package/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -44
- package/api/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
- package/api/resources/guarantor/resources/v1/client/requests/index.js +0 -2
- package/api/resources/serviceFacility/client/requests/index.d.ts +0 -1
- package/api/resources/serviceFacility/client/requests/index.js +0 -2
- package/api/resources/thirdPartyPayerPayments/client/Client.d.ts +0 -26
- package/api/resources/thirdPartyPayerPayments/client/Client.js +0 -17
- package/api/resources/thirdPartyPayerPayments/client/index.d.ts +0 -1
- package/api/resources/thirdPartyPayerPayments/client/index.js +0 -2
- package/api/resources/thirdPartyPayerPayments/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerPayments/index.js +0 -18
- package/api/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
- package/api/resources/thirdPartyPayerPayments/resources/index.js +0 -27
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +0 -104
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +0 -428
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -34
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -69
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -34
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -69
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -28
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -58
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -28
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -58
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +0 -34
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -23
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -2
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -34
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -69
- package/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -14
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -13
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -8
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -10
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -8
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -10
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -7
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
- package/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +0 -26
- package/api/resources/thirdPartyPayerRefunds/client/Client.js +0 -17
- package/api/resources/thirdPartyPayerRefunds/client/index.d.ts +0 -1
- package/api/resources/thirdPartyPayerRefunds/client/index.js +0 -2
- package/api/resources/thirdPartyPayerRefunds/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerRefunds/index.js +0 -18
- package/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
- package/api/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +0 -115
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +0 -439
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -34
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -69
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -34
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -69
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -28
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -58
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -28
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -58
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +0 -34
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -28
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -2
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -34
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -69
- package/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -14
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -13
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -8
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -10
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -8
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +0 -10
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -7
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
- package/api/resources/thirdPartyPayers/client/Client.d.ts +0 -26
- package/api/resources/thirdPartyPayers/client/Client.js +0 -17
- package/api/resources/thirdPartyPayers/client/index.d.ts +0 -1
- package/api/resources/thirdPartyPayers/client/index.js +0 -2
- package/api/resources/thirdPartyPayers/index.d.ts +0 -2
- package/api/resources/thirdPartyPayers/index.js +0 -18
- package/api/resources/thirdPartyPayers/resources/index.d.ts +0 -1
- package/api/resources/thirdPartyPayers/resources/index.js +0 -27
- package/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +0 -97
- package/api/resources/thirdPartyPayers/resources/v1/client/Client.js +0 -469
- package/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -34
- package/api/resources/thirdPartyPayers/resources/v1/client/create.js +0 -69
- package/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -28
- package/api/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -58
- package/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -28
- package/api/resources/thirdPartyPayers/resources/v1/client/get.js +0 -58
- package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -28
- package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -58
- package/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -7
- package/api/resources/thirdPartyPayers/resources/v1/client/index.js +0 -36
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +0 -28
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +0 -1
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +0 -2
- package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -28
- package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -58
- package/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -34
- package/api/resources/thirdPartyPayers/resources/v1/client/update.js +0 -69
- package/api/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
- package/api/resources/thirdPartyPayers/resources/v1/index.js +0 -18
- package/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -11
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -11
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -5
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -8
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -10
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -7
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -5
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +0 -12
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -10
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -5
- package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -6
- package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +0 -5
- package/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
- package/api/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
- package/dist/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -44
- package/dist/api/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/api/resources/guarantor/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/serviceFacility/client/requests/index.d.ts +0 -1
- package/dist/api/resources/serviceFacility/client/requests/index.js +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/client/Client.d.ts +0 -26
- package/dist/api/resources/thirdPartyPayerPayments/client/Client.js +0 -17
- package/dist/api/resources/thirdPartyPayerPayments/client/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayerPayments/client/index.js +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/index.js +0 -18
- package/dist/api/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayerPayments/resources/index.js +0 -27
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +0 -104
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +0 -428
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -69
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -69
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -58
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -58
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -23
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -69
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -14
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -13
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -8
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -10
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -8
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -10
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -7
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
- package/dist/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +0 -26
- package/dist/api/resources/thirdPartyPayerRefunds/client/Client.js +0 -17
- package/dist/api/resources/thirdPartyPayerRefunds/client/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayerRefunds/client/index.js +0 -2
- package/dist/api/resources/thirdPartyPayerRefunds/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerRefunds/index.js +0 -18
- package/dist/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +0 -115
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +0 -439
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -69
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -69
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -58
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -58
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -69
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -14
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -13
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -8
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -10
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -8
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +0 -10
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -7
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
- package/dist/api/resources/thirdPartyPayers/client/Client.d.ts +0 -26
- package/dist/api/resources/thirdPartyPayers/client/Client.js +0 -17
- package/dist/api/resources/thirdPartyPayers/client/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayers/client/index.js +0 -2
- package/dist/api/resources/thirdPartyPayers/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayers/index.js +0 -18
- package/dist/api/resources/thirdPartyPayers/resources/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayers/resources/index.js +0 -27
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +0 -97
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.js +0 -469
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.js +0 -69
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -58
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.js +0 -58
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -58
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -7
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.js +0 -36
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -58
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.js +0 -69
- package/dist/api/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayers/resources/v1/index.js +0 -18
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -11
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -11
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -8
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -10
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -7
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +0 -12
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -10
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -6
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
- package/dist/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -23
- package/dist/serialization/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/guarantor/resources/v1/client/requests/index.js +0 -5
- package/dist/serialization/resources/serviceFacility/client/index.d.ts +0 -1
- package/dist/serialization/resources/serviceFacility/client/index.js +0 -17
- package/dist/serialization/resources/serviceFacility/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/serviceFacility/client/requests/index.js +0 -5
- package/dist/serialization/resources/thirdPartyPayerPayments/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerPayments/index.js +0 -17
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.js +0 -27
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -61
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -61
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -16
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -5
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -23
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -44
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -21
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -14
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -37
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
- package/dist/serialization/resources/thirdPartyPayerRefunds/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerRefunds/index.js +0 -17
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -61
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -61
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -18
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -39
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -5
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -24
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -45
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -22
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -43
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -14
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
- package/dist/serialization/resources/thirdPartyPayers/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayers/index.js +0 -17
- package/dist/serialization/resources/thirdPartyPayers/resources/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayers/resources/index.js +0 -27
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +0 -67
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -61
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +0 -61
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -61
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -6
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +0 -32
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -61
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +0 -67
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.js +0 -18
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -14
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -17
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -41
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -41
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -35
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -14
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -37
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -16
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -37
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -12
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
- package/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -23
- package/serialization/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
- package/serialization/resources/guarantor/resources/v1/client/requests/index.js +0 -5
- package/serialization/resources/serviceFacility/client/index.d.ts +0 -1
- package/serialization/resources/serviceFacility/client/index.js +0 -17
- package/serialization/resources/serviceFacility/client/requests/index.d.ts +0 -1
- package/serialization/resources/serviceFacility/client/requests/index.js +0 -5
- package/serialization/resources/thirdPartyPayerPayments/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerPayments/index.js +0 -17
- package/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerPayments/resources/index.js +0 -27
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -67
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -67
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -15
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -61
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -15
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -61
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -16
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +0 -37
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -5
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -67
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -23
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -44
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -21
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +0 -42
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -10
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -35
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -10
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -31
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -14
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -37
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
- package/serialization/resources/thirdPartyPayerRefunds/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerRefunds/index.js +0 -17
- package/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -67
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -67
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -15
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -61
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -15
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -61
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -18
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -39
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -5
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -67
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -24
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -45
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -22
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -43
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -10
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -35
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -10
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -14
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
- package/serialization/resources/thirdPartyPayers/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayers/index.js +0 -17
- package/serialization/resources/thirdPartyPayers/resources/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayers/resources/index.js +0 -27
- package/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -20
- package/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +0 -67
- package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -15
- package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -61
- package/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -15
- package/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +0 -61
- package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -15
- package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -61
- package/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -6
- package/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +0 -32
- package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -15
- package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -61
- package/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -20
- package/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +0 -67
- package/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
- package/serialization/resources/thirdPartyPayers/resources/v1/index.js +0 -18
- package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -14
- package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +0 -35
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -17
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +0 -38
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -41
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -41
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -10
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -35
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -14
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -37
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -16
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -37
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -12
- package/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
- package/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
- /package/api/resources/{guarantor/resources/v1/client/requests/GuarantorUpdate.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +0 -0
- /package/api/resources/{serviceFacility/client/requests/EncounterServiceFacilityUpdate.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +0 -0
- /package/{dist/api/resources/guarantor/resources/v1/client/requests → api/resources/guarantor/resources/v1/types}/GuarantorUpdate.js +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js → preEncounter/resources/common/types/AdditionalPayerInformation.js} +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js → preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js} +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js → preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js → preEncounter/resources/patients/resources/v1/types/Authorization.js} +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js → preEncounter/resources/patients/resources/v1/types/Referral.js} +0 -0
- /package/{dist/api/resources/serviceFacility/client/requests → api/resources/serviceFacility/types}/EncounterServiceFacilityUpdate.js +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js → dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js → dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js → dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.js} +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js → dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js} +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js → dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js → dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js → dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js → dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js} +0 -0
|
@@ -86,7 +86,7 @@ class V3 {
|
|
|
86
86
|
Authorization: yield this._getAuthorizationHeader(),
|
|
87
87
|
"X-Fern-Language": "JavaScript",
|
|
88
88
|
"X-Fern-SDK-Name": "candidhealth",
|
|
89
|
-
"X-Fern-SDK-Version": "0.34.
|
|
89
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
90
90
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
91
91
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
92
92
|
},
|
|
@@ -82,7 +82,7 @@ class V1 {
|
|
|
82
82
|
Authorization: yield this._getAuthorizationHeader(),
|
|
83
83
|
"X-Fern-Language": "JavaScript",
|
|
84
84
|
"X-Fern-SDK-Name": "candidhealth",
|
|
85
|
-
"X-Fern-SDK-Version": "0.34.
|
|
85
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
86
86
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
87
87
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
88
88
|
},
|
|
@@ -68,7 +68,7 @@ class V3 {
|
|
|
68
68
|
Authorization: yield this._getAuthorizationHeader(),
|
|
69
69
|
"X-Fern-Language": "JavaScript",
|
|
70
70
|
"X-Fern-SDK-Name": "candidhealth",
|
|
71
|
-
"X-Fern-SDK-Version": "0.34.
|
|
71
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
72
72
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
73
73
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
74
74
|
},
|
|
@@ -131,7 +131,7 @@ class V3 {
|
|
|
131
131
|
Authorization: yield this._getAuthorizationHeader(),
|
|
132
132
|
"X-Fern-Language": "JavaScript",
|
|
133
133
|
"X-Fern-SDK-Name": "candidhealth",
|
|
134
|
-
"X-Fern-SDK-Version": "0.34.
|
|
134
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
135
135
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
136
136
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
137
137
|
},
|
|
@@ -274,7 +274,7 @@ class V3 {
|
|
|
274
274
|
Authorization: yield this._getAuthorizationHeader(),
|
|
275
275
|
"X-Fern-Language": "JavaScript",
|
|
276
276
|
"X-Fern-SDK-Name": "candidhealth",
|
|
277
|
-
"X-Fern-SDK-Version": "0.34.
|
|
277
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
278
278
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
279
279
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
280
280
|
},
|
|
@@ -401,7 +401,7 @@ class V3 {
|
|
|
401
401
|
Authorization: yield this._getAuthorizationHeader(),
|
|
402
402
|
"X-Fern-Language": "JavaScript",
|
|
403
403
|
"X-Fern-SDK-Name": "candidhealth",
|
|
404
|
-
"X-Fern-SDK-Version": "0.34.
|
|
404
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
405
405
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
406
406
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
407
407
|
},
|
|
@@ -449,7 +449,7 @@ class V3 {
|
|
|
449
449
|
Authorization: yield this._getAuthorizationHeader(),
|
|
450
450
|
"X-Fern-Language": "JavaScript",
|
|
451
451
|
"X-Fern-SDK-Name": "candidhealth",
|
|
452
|
-
"X-Fern-SDK-Version": "0.34.
|
|
452
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
453
453
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
454
454
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
455
455
|
},
|
|
@@ -531,7 +531,7 @@ class V3 {
|
|
|
531
531
|
Authorization: yield this._getAuthorizationHeader(),
|
|
532
532
|
"X-Fern-Language": "JavaScript",
|
|
533
533
|
"X-Fern-SDK-Name": "candidhealth",
|
|
534
|
-
"X-Fern-SDK-Version": "0.34.
|
|
534
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
535
535
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
536
536
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
537
537
|
},
|
|
@@ -596,7 +596,7 @@ class V3 {
|
|
|
596
596
|
Authorization: yield this._getAuthorizationHeader(),
|
|
597
597
|
"X-Fern-Language": "JavaScript",
|
|
598
598
|
"X-Fern-SDK-Name": "candidhealth",
|
|
599
|
-
"X-Fern-SDK-Version": "0.34.
|
|
599
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
600
600
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
601
601
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
602
602
|
},
|
|
@@ -652,7 +652,7 @@ class V3 {
|
|
|
652
652
|
Authorization: yield this._getAuthorizationHeader(),
|
|
653
653
|
"X-Fern-Language": "JavaScript",
|
|
654
654
|
"X-Fern-SDK-Name": "candidhealth",
|
|
655
|
-
"X-Fern-SDK-Version": "0.34.
|
|
655
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
656
656
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
657
657
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
658
658
|
},
|
|
@@ -709,7 +709,7 @@ class V3 {
|
|
|
709
709
|
Authorization: yield this._getAuthorizationHeader(),
|
|
710
710
|
"X-Fern-Language": "JavaScript",
|
|
711
711
|
"X-Fern-SDK-Name": "candidhealth",
|
|
712
|
-
"X-Fern-SDK-Version": "0.34.
|
|
712
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
713
713
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
714
714
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
715
715
|
},
|
|
@@ -762,7 +762,7 @@ class V3 {
|
|
|
762
762
|
Authorization: yield this._getAuthorizationHeader(),
|
|
763
763
|
"X-Fern-Language": "JavaScript",
|
|
764
764
|
"X-Fern-SDK-Name": "candidhealth",
|
|
765
|
-
"X-Fern-SDK-Version": "0.34.
|
|
765
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
766
766
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
767
767
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
768
768
|
},
|
|
@@ -92,6 +92,6 @@ export declare class V1 {
|
|
|
92
92
|
* emailConsent: true
|
|
93
93
|
* })
|
|
94
94
|
*/
|
|
95
|
-
update(guarantorId: CandidApi.guarantor.v1.GuarantorId, request
|
|
95
|
+
update(guarantorId: CandidApi.guarantor.v1.GuarantorId, request: CandidApi.guarantor.v1.GuarantorUpdate, requestOptions?: V1.RequestOptions): Promise<core.APIResponse<CandidApi.guarantor.v1.Guarantor, CandidApi.guarantor.v1.update.Error>>;
|
|
96
96
|
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
97
97
|
}
|
|
@@ -89,7 +89,7 @@ class V1 {
|
|
|
89
89
|
Authorization: yield this._getAuthorizationHeader(),
|
|
90
90
|
"X-Fern-Language": "JavaScript",
|
|
91
91
|
"X-Fern-SDK-Name": "candidhealth",
|
|
92
|
-
"X-Fern-SDK-Version": "0.34.
|
|
92
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
93
93
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
94
94
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
95
95
|
},
|
|
@@ -152,7 +152,7 @@ class V1 {
|
|
|
152
152
|
Authorization: yield this._getAuthorizationHeader(),
|
|
153
153
|
"X-Fern-Language": "JavaScript",
|
|
154
154
|
"X-Fern-SDK-Name": "candidhealth",
|
|
155
|
-
"X-Fern-SDK-Version": "0.34.
|
|
155
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
156
156
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
157
157
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
158
158
|
},
|
|
@@ -209,7 +209,7 @@ class V1 {
|
|
|
209
209
|
* emailConsent: true
|
|
210
210
|
* })
|
|
211
211
|
*/
|
|
212
|
-
update(guarantorId, request
|
|
212
|
+
update(guarantorId, request, requestOptions) {
|
|
213
213
|
var _a;
|
|
214
214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
215
215
|
const _response = yield core.fetcher({
|
|
@@ -220,7 +220,7 @@ class V1 {
|
|
|
220
220
|
Authorization: yield this._getAuthorizationHeader(),
|
|
221
221
|
"X-Fern-Language": "JavaScript",
|
|
222
222
|
"X-Fern-SDK-Name": "candidhealth",
|
|
223
|
-
"X-Fern-SDK-Version": "0.34.
|
|
223
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
224
224
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
225
225
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
226
226
|
},
|
|
@@ -15,9 +15,6 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
20
|
-
};
|
|
21
18
|
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
19
|
if (mod && mod.__esModule) return mod;
|
|
23
20
|
var result = {};
|
|
@@ -27,7 +24,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
24
|
};
|
|
28
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
26
|
exports.update = exports.get = exports.create = void 0;
|
|
30
|
-
__exportStar(require("./requests"), exports);
|
|
31
27
|
exports.create = __importStar(require("./create"));
|
|
32
28
|
exports.get = __importStar(require("./get"));
|
|
33
29
|
exports.update = __importStar(require("./update"));
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
export interface GuarantorUpdate {
|
|
6
|
+
firstName?: string;
|
|
7
|
+
lastName?: string;
|
|
8
|
+
/** A unique identifier for the guarantor assigned by an external system. */
|
|
9
|
+
externalId?: string;
|
|
10
|
+
/** Date formatted as YYYY-MM-DD; eg: 2019-08-25. */
|
|
11
|
+
dateOfBirth?: string;
|
|
12
|
+
address?: CandidApi.StreetAddressShortZip;
|
|
13
|
+
phoneNumbers?: CandidApi.PhoneNumber[];
|
|
14
|
+
phoneConsent?: boolean;
|
|
15
|
+
email?: CandidApi.Email;
|
|
16
|
+
emailConsent?: boolean;
|
|
17
|
+
}
|
|
@@ -18,4 +18,5 @@ __exportStar(require("./GuarantorId"), exports);
|
|
|
18
18
|
__exportStar(require("./GuarantorBase"), exports);
|
|
19
19
|
__exportStar(require("./Guarantor"), exports);
|
|
20
20
|
__exportStar(require("./GuarantorCreate"), exports);
|
|
21
|
+
__exportStar(require("./GuarantorUpdate"), exports);
|
|
21
22
|
__exportStar(require("./EncounterHasExistingGuarantorErrorType"), exports);
|
|
@@ -84,7 +84,7 @@ class V1 {
|
|
|
84
84
|
Authorization: yield this._getAuthorizationHeader(),
|
|
85
85
|
"X-Fern-Language": "JavaScript",
|
|
86
86
|
"X-Fern-SDK-Name": "candidhealth",
|
|
87
|
-
"X-Fern-SDK-Version": "0.34.
|
|
87
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
88
88
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
89
89
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
90
90
|
},
|
|
@@ -197,7 +197,7 @@ class V1 {
|
|
|
197
197
|
Authorization: yield this._getAuthorizationHeader(),
|
|
198
198
|
"X-Fern-Language": "JavaScript",
|
|
199
199
|
"X-Fern-SDK-Name": "candidhealth",
|
|
200
|
-
"X-Fern-SDK-Version": "0.34.
|
|
200
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
201
201
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
202
202
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
203
203
|
},
|
|
@@ -245,7 +245,7 @@ class V1 {
|
|
|
245
245
|
Authorization: yield this._getAuthorizationHeader(),
|
|
246
246
|
"X-Fern-Language": "JavaScript",
|
|
247
247
|
"X-Fern-SDK-Name": "candidhealth",
|
|
248
|
-
"X-Fern-SDK-Version": "0.34.
|
|
248
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
249
249
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
250
250
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
251
251
|
},
|
|
@@ -322,7 +322,7 @@ class V1 {
|
|
|
322
322
|
Authorization: yield this._getAuthorizationHeader(),
|
|
323
323
|
"X-Fern-Language": "JavaScript",
|
|
324
324
|
"X-Fern-SDK-Name": "candidhealth",
|
|
325
|
-
"X-Fern-SDK-Version": "0.34.
|
|
325
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
326
326
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
327
327
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
328
328
|
},
|
|
@@ -28,9 +28,6 @@ export * as payers from "./payers";
|
|
|
28
28
|
export * as remits from "./remits";
|
|
29
29
|
export * as serviceLines from "./serviceLines";
|
|
30
30
|
export * as tasks from "./tasks";
|
|
31
|
-
export * as thirdPartyPayerPayments from "./thirdPartyPayerPayments";
|
|
32
|
-
export * as thirdPartyPayerRefunds from "./thirdPartyPayerRefunds";
|
|
33
|
-
export * as thirdPartyPayers from "./thirdPartyPayers";
|
|
34
31
|
export * as writeOffs from "./writeOffs";
|
|
35
32
|
export * as x12 from "./x12";
|
|
36
33
|
export * as preEncounter from "./preEncounter";
|
|
@@ -58,4 +55,3 @@ export * from "./serviceFacility/types";
|
|
|
58
55
|
export * as tags from "./tags";
|
|
59
56
|
export * from "./tags/types";
|
|
60
57
|
export * as eligibility from "./eligibility";
|
|
61
|
-
export * from "./serviceFacility/client/requests";
|
|
@@ -26,7 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.eligibility = exports.tags = exports.serviceFacility = exports.paymentAccountConfigs = exports.individual = exports.identifiers = exports.financials = exports.era = exports.eraCommons = exports.diagnoses = exports.commons = exports.claims = exports.preEncounter = exports.x12 = exports.writeOffs = exports.
|
|
29
|
+
exports.eligibility = exports.tags = exports.serviceFacility = exports.paymentAccountConfigs = exports.individual = exports.identifiers = exports.financials = exports.era = exports.eraCommons = exports.diagnoses = exports.commons = exports.claims = exports.preEncounter = exports.x12 = exports.writeOffs = exports.tasks = exports.serviceLines = exports.remits = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.organizationServiceFacilities = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.insuranceAdjudications = exports.importInvoice = exports.guarantor = exports.feeSchedules = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.customSchemas = exports.contracts = exports.claimSubmission = exports.billingNotes = exports.auth = void 0;
|
|
30
30
|
exports.auth = __importStar(require("./auth"));
|
|
31
31
|
exports.billingNotes = __importStar(require("./billingNotes"));
|
|
32
32
|
exports.claimSubmission = __importStar(require("./claimSubmission"));
|
|
@@ -57,9 +57,6 @@ exports.payers = __importStar(require("./payers"));
|
|
|
57
57
|
exports.remits = __importStar(require("./remits"));
|
|
58
58
|
exports.serviceLines = __importStar(require("./serviceLines"));
|
|
59
59
|
exports.tasks = __importStar(require("./tasks"));
|
|
60
|
-
exports.thirdPartyPayerPayments = __importStar(require("./thirdPartyPayerPayments"));
|
|
61
|
-
exports.thirdPartyPayerRefunds = __importStar(require("./thirdPartyPayerRefunds"));
|
|
62
|
-
exports.thirdPartyPayers = __importStar(require("./thirdPartyPayers"));
|
|
63
60
|
exports.writeOffs = __importStar(require("./writeOffs"));
|
|
64
61
|
exports.x12 = __importStar(require("./x12"));
|
|
65
62
|
exports.preEncounter = __importStar(require("./preEncounter"));
|
|
@@ -87,4 +84,3 @@ __exportStar(require("./serviceFacility/types"), exports);
|
|
|
87
84
|
exports.tags = __importStar(require("./tags"));
|
|
88
85
|
__exportStar(require("./tags/types"), exports);
|
|
89
86
|
exports.eligibility = __importStar(require("./eligibility"));
|
|
90
|
-
__exportStar(require("./serviceFacility/client/requests"), exports);
|
|
@@ -68,7 +68,7 @@ class V1 {
|
|
|
68
68
|
Authorization: yield this._getAuthorizationHeader(),
|
|
69
69
|
"X-Fern-Language": "JavaScript",
|
|
70
70
|
"X-Fern-SDK-Name": "candidhealth",
|
|
71
|
-
"X-Fern-SDK-Version": "0.34.
|
|
71
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
72
72
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
73
73
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
74
74
|
},
|
|
@@ -152,7 +152,7 @@ class V1 {
|
|
|
152
152
|
Authorization: yield this._getAuthorizationHeader(),
|
|
153
153
|
"X-Fern-Language": "JavaScript",
|
|
154
154
|
"X-Fern-SDK-Name": "candidhealth",
|
|
155
|
-
"X-Fern-SDK-Version": "0.34.
|
|
155
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
156
156
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
157
157
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
158
158
|
},
|
|
@@ -216,7 +216,7 @@ class V1 {
|
|
|
216
216
|
Authorization: yield this._getAuthorizationHeader(),
|
|
217
217
|
"X-Fern-Language": "JavaScript",
|
|
218
218
|
"X-Fern-SDK-Name": "candidhealth",
|
|
219
|
-
"X-Fern-SDK-Version": "0.34.
|
|
219
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
220
220
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
221
221
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
222
222
|
},
|
|
@@ -103,7 +103,7 @@ class V1 {
|
|
|
103
103
|
Authorization: yield this._getAuthorizationHeader(),
|
|
104
104
|
"X-Fern-Language": "JavaScript",
|
|
105
105
|
"X-Fern-SDK-Name": "candidhealth",
|
|
106
|
-
"X-Fern-SDK-Version": "0.34.
|
|
106
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
107
107
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
108
108
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
109
109
|
},
|
|
@@ -167,7 +167,7 @@ class V1 {
|
|
|
167
167
|
Authorization: yield this._getAuthorizationHeader(),
|
|
168
168
|
"X-Fern-Language": "JavaScript",
|
|
169
169
|
"X-Fern-SDK-Name": "candidhealth",
|
|
170
|
-
"X-Fern-SDK-Version": "0.34.
|
|
170
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
171
171
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
172
172
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
173
173
|
},
|
|
@@ -245,7 +245,7 @@ class V1 {
|
|
|
245
245
|
Authorization: yield this._getAuthorizationHeader(),
|
|
246
246
|
"X-Fern-Language": "JavaScript",
|
|
247
247
|
"X-Fern-SDK-Name": "candidhealth",
|
|
248
|
-
"X-Fern-SDK-Version": "0.34.
|
|
248
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
249
249
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
250
250
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
251
251
|
},
|
|
@@ -319,7 +319,7 @@ class V1 {
|
|
|
319
319
|
Authorization: yield this._getAuthorizationHeader(),
|
|
320
320
|
"X-Fern-Language": "JavaScript",
|
|
321
321
|
"X-Fern-SDK-Name": "candidhealth",
|
|
322
|
-
"X-Fern-SDK-Version": "0.34.
|
|
322
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
323
323
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
324
324
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
325
325
|
},
|
|
@@ -387,7 +387,7 @@ class V1 {
|
|
|
387
387
|
Authorization: yield this._getAuthorizationHeader(),
|
|
388
388
|
"X-Fern-Language": "JavaScript",
|
|
389
389
|
"X-Fern-SDK-Name": "candidhealth",
|
|
390
|
-
"X-Fern-SDK-Version": "0.34.
|
|
390
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
391
391
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
392
392
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
393
393
|
},
|
|
@@ -104,7 +104,7 @@ class V1 {
|
|
|
104
104
|
Authorization: yield this._getAuthorizationHeader(),
|
|
105
105
|
"X-Fern-Language": "JavaScript",
|
|
106
106
|
"X-Fern-SDK-Name": "candidhealth",
|
|
107
|
-
"X-Fern-SDK-Version": "0.34.
|
|
107
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
108
108
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
109
109
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
110
110
|
},
|
|
@@ -168,7 +168,7 @@ class V1 {
|
|
|
168
168
|
Authorization: yield this._getAuthorizationHeader(),
|
|
169
169
|
"X-Fern-Language": "JavaScript",
|
|
170
170
|
"X-Fern-SDK-Name": "candidhealth",
|
|
171
|
-
"X-Fern-SDK-Version": "0.34.
|
|
171
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
172
172
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
173
173
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
174
174
|
},
|
|
@@ -247,7 +247,7 @@ class V1 {
|
|
|
247
247
|
Authorization: yield this._getAuthorizationHeader(),
|
|
248
248
|
"X-Fern-Language": "JavaScript",
|
|
249
249
|
"X-Fern-SDK-Name": "candidhealth",
|
|
250
|
-
"X-Fern-SDK-Version": "0.34.
|
|
250
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
251
251
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
252
252
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
253
253
|
},
|
|
@@ -325,7 +325,7 @@ class V1 {
|
|
|
325
325
|
Authorization: yield this._getAuthorizationHeader(),
|
|
326
326
|
"X-Fern-Language": "JavaScript",
|
|
327
327
|
"X-Fern-SDK-Name": "candidhealth",
|
|
328
|
-
"X-Fern-SDK-Version": "0.34.
|
|
328
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
329
329
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
330
330
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
331
331
|
},
|
|
@@ -393,7 +393,7 @@ class V1 {
|
|
|
393
393
|
Authorization: yield this._getAuthorizationHeader(),
|
|
394
394
|
"X-Fern-Language": "JavaScript",
|
|
395
395
|
"X-Fern-SDK-Name": "candidhealth",
|
|
396
|
-
"X-Fern-SDK-Version": "0.34.
|
|
396
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
397
397
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
398
398
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
399
399
|
},
|
|
@@ -84,7 +84,7 @@ class V1 {
|
|
|
84
84
|
Authorization: yield this._getAuthorizationHeader(),
|
|
85
85
|
"X-Fern-Language": "JavaScript",
|
|
86
86
|
"X-Fern-SDK-Name": "candidhealth",
|
|
87
|
-
"X-Fern-SDK-Version": "0.34.
|
|
87
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
88
88
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
89
89
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
90
90
|
},
|
|
@@ -104,7 +104,7 @@ class V1 {
|
|
|
104
104
|
Authorization: yield this._getAuthorizationHeader(),
|
|
105
105
|
"X-Fern-Language": "JavaScript",
|
|
106
106
|
"X-Fern-SDK-Name": "candidhealth",
|
|
107
|
-
"X-Fern-SDK-Version": "0.34.
|
|
107
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
108
108
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
109
109
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
110
110
|
},
|
|
@@ -166,7 +166,7 @@ class V1 {
|
|
|
166
166
|
Authorization: yield this._getAuthorizationHeader(),
|
|
167
167
|
"X-Fern-Language": "JavaScript",
|
|
168
168
|
"X-Fern-SDK-Name": "candidhealth",
|
|
169
|
-
"X-Fern-SDK-Version": "0.34.
|
|
169
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
170
170
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
171
171
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
172
172
|
},
|
|
@@ -239,7 +239,7 @@ class V1 {
|
|
|
239
239
|
Authorization: yield this._getAuthorizationHeader(),
|
|
240
240
|
"X-Fern-Language": "JavaScript",
|
|
241
241
|
"X-Fern-SDK-Name": "candidhealth",
|
|
242
|
-
"X-Fern-SDK-Version": "0.34.
|
|
242
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
243
243
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
244
244
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
245
245
|
},
|
|
@@ -313,7 +313,7 @@ class V1 {
|
|
|
313
313
|
Authorization: yield this._getAuthorizationHeader(),
|
|
314
314
|
"X-Fern-Language": "JavaScript",
|
|
315
315
|
"X-Fern-SDK-Name": "candidhealth",
|
|
316
|
-
"X-Fern-SDK-Version": "0.34.
|
|
316
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
317
317
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
318
318
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
319
319
|
},
|
|
@@ -378,7 +378,7 @@ class V1 {
|
|
|
378
378
|
Authorization: yield this._getAuthorizationHeader(),
|
|
379
379
|
"X-Fern-Language": "JavaScript",
|
|
380
380
|
"X-Fern-SDK-Name": "candidhealth",
|
|
381
|
-
"X-Fern-SDK-Version": "0.34.
|
|
381
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
382
382
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
383
383
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
384
384
|
},
|
|
@@ -104,7 +104,7 @@ class V1 {
|
|
|
104
104
|
Authorization: yield this._getAuthorizationHeader(),
|
|
105
105
|
"X-Fern-Language": "JavaScript",
|
|
106
106
|
"X-Fern-SDK-Name": "candidhealth",
|
|
107
|
-
"X-Fern-SDK-Version": "0.34.
|
|
107
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
108
108
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
109
109
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
110
110
|
},
|
|
@@ -166,7 +166,7 @@ class V1 {
|
|
|
166
166
|
Authorization: yield this._getAuthorizationHeader(),
|
|
167
167
|
"X-Fern-Language": "JavaScript",
|
|
168
168
|
"X-Fern-SDK-Name": "candidhealth",
|
|
169
|
-
"X-Fern-SDK-Version": "0.34.
|
|
169
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
170
170
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
171
171
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
172
172
|
},
|
|
@@ -243,7 +243,7 @@ class V1 {
|
|
|
243
243
|
Authorization: yield this._getAuthorizationHeader(),
|
|
244
244
|
"X-Fern-Language": "JavaScript",
|
|
245
245
|
"X-Fern-SDK-Name": "candidhealth",
|
|
246
|
-
"X-Fern-SDK-Version": "0.34.
|
|
246
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
247
247
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
248
248
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
249
249
|
},
|
|
@@ -324,7 +324,7 @@ class V1 {
|
|
|
324
324
|
Authorization: yield this._getAuthorizationHeader(),
|
|
325
325
|
"X-Fern-Language": "JavaScript",
|
|
326
326
|
"X-Fern-SDK-Name": "candidhealth",
|
|
327
|
-
"X-Fern-SDK-Version": "0.34.
|
|
327
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
328
328
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
329
329
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
330
330
|
},
|
|
@@ -389,7 +389,7 @@ class V1 {
|
|
|
389
389
|
Authorization: yield this._getAuthorizationHeader(),
|
|
390
390
|
"X-Fern-Language": "JavaScript",
|
|
391
391
|
"X-Fern-SDK-Name": "candidhealth",
|
|
392
|
-
"X-Fern-SDK-Version": "0.34.
|
|
392
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
393
393
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
394
394
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
395
395
|
},
|
|
@@ -70,7 +70,7 @@ class V1 {
|
|
|
70
70
|
Authorization: yield this._getAuthorizationHeader(),
|
|
71
71
|
"X-Fern-Language": "JavaScript",
|
|
72
72
|
"X-Fern-SDK-Name": "candidhealth",
|
|
73
|
-
"X-Fern-SDK-Version": "0.34.
|
|
73
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
74
74
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
75
75
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
76
76
|
},
|
|
@@ -136,7 +136,7 @@ class V1 {
|
|
|
136
136
|
Authorization: yield this._getAuthorizationHeader(),
|
|
137
137
|
"X-Fern-Language": "JavaScript",
|
|
138
138
|
"X-Fern-SDK-Name": "candidhealth",
|
|
139
|
-
"X-Fern-SDK-Version": "0.34.
|
|
139
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
140
140
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
141
141
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
142
142
|
},
|
|
@@ -229,7 +229,7 @@ class V1 {
|
|
|
229
229
|
Authorization: yield this._getAuthorizationHeader(),
|
|
230
230
|
"X-Fern-Language": "JavaScript",
|
|
231
231
|
"X-Fern-SDK-Name": "candidhealth",
|
|
232
|
-
"X-Fern-SDK-Version": "0.34.
|
|
232
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
233
233
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
234
234
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
235
235
|
},
|
|
@@ -289,7 +289,7 @@ class V1 {
|
|
|
289
289
|
Authorization: yield this._getAuthorizationHeader(),
|
|
290
290
|
"X-Fern-Language": "JavaScript",
|
|
291
291
|
"X-Fern-SDK-Name": "candidhealth",
|
|
292
|
-
"X-Fern-SDK-Version": "0.34.
|
|
292
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
293
293
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
294
294
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
295
295
|
},
|
|
@@ -357,7 +357,7 @@ class V1 {
|
|
|
357
357
|
Authorization: yield this._getAuthorizationHeader(),
|
|
358
358
|
"X-Fern-Language": "JavaScript",
|
|
359
359
|
"X-Fern-SDK-Name": "candidhealth",
|
|
360
|
-
"X-Fern-SDK-Version": "0.34.
|
|
360
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
361
361
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
362
362
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
363
363
|
},
|
|
@@ -420,7 +420,7 @@ class V1 {
|
|
|
420
420
|
Authorization: yield this._getAuthorizationHeader(),
|
|
421
421
|
"X-Fern-Language": "JavaScript",
|
|
422
422
|
"X-Fern-SDK-Name": "candidhealth",
|
|
423
|
-
"X-Fern-SDK-Version": "0.34.
|
|
423
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
424
424
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
425
425
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
426
426
|
},
|
|
@@ -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.34.
|
|
69
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
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.34.
|
|
159
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
160
160
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
161
161
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
162
162
|
},
|
|
@@ -238,7 +238,7 @@ class V3 {
|
|
|
238
238
|
Authorization: yield this._getAuthorizationHeader(),
|
|
239
239
|
"X-Fern-Language": "JavaScript",
|
|
240
240
|
"X-Fern-SDK-Name": "candidhealth",
|
|
241
|
-
"X-Fern-SDK-Version": "0.34.
|
|
241
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
242
242
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
243
243
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
244
244
|
},
|
|
@@ -339,7 +339,7 @@ class V3 {
|
|
|
339
339
|
Authorization: yield this._getAuthorizationHeader(),
|
|
340
340
|
"X-Fern-Language": "JavaScript",
|
|
341
341
|
"X-Fern-SDK-Name": "candidhealth",
|
|
342
|
-
"X-Fern-SDK-Version": "0.34.
|
|
342
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
343
343
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
344
344
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
345
345
|
},
|