candidhealth 0.34.0 → 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 +130 -6
- package/api/resources/encounters/resources/v4/client/Client.js +137 -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 +170 -1
- 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/individual/types/PatientUpdate.d.ts +21 -0
- package/api/resources/individual/types/index.d.ts +1 -0
- package/api/resources/individual/types/index.js +1 -0
- 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 +130 -6
- package/dist/api/resources/encounters/resources/v4/client/Client.js +137 -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 +170 -1
- 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/individual/types/PatientUpdate.d.ts +21 -0
- package/dist/api/resources/individual/types/index.d.ts +1 -0
- package/dist/api/resources/individual/types/index.js +1 -0
- 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 +16 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +16 -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/individual/types/PatientUpdate.d.ts +27 -0
- package/dist/serialization/resources/individual/types/PatientUpdate.js +48 -0
- package/dist/serialization/resources/individual/types/index.d.ts +1 -0
- package/dist/serialization/resources/individual/types/index.js +1 -0
- 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 +589 -1153
- 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 +16 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +16 -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/individual/types/PatientUpdate.d.ts +27 -0
- package/serialization/resources/individual/types/PatientUpdate.js +48 -0
- package/serialization/resources/individual/types/index.d.ts +1 -0
- package/serialization/resources/individual/types/index.js +1 -0
- 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/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/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 → individual/types/PatientUpdate.js} +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js → preEncounter/resources/common/types/AdditionalPayerInformation.js} +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js → preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js} +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js → preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js → preEncounter/resources/patients/resources/v1/types/Authorization.js} +0 -0
- /package/api/resources/{thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.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/ThirdPartyPayerRefundUpdate.js → dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js → dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js → dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.js} +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → dist/api/resources/individual/types/PatientUpdate.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js → dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js → dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js → dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js → dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js → dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js → dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js} +0 -0
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
29
|
-
var t = {};
|
|
30
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
31
|
-
t[p] = s[p];
|
|
32
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
33
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
34
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
35
|
-
t[p[i]] = s[p[i]];
|
|
36
|
-
}
|
|
37
|
-
return t;
|
|
38
|
-
};
|
|
39
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
-
exports.Error = void 0;
|
|
41
|
-
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
42
|
-
const core = __importStar(require("../../../../../../core"));
|
|
43
|
-
const UnprocessableEntityErrorMessage_1 = require("../../../../commons/types/UnprocessableEntityErrorMessage");
|
|
44
|
-
exports.Error = core.serialization
|
|
45
|
-
.union("errorName", {
|
|
46
|
-
UnprocessableEntityError: core.serialization.object({
|
|
47
|
-
content: UnprocessableEntityErrorMessage_1.UnprocessableEntityErrorMessage,
|
|
48
|
-
}),
|
|
49
|
-
})
|
|
50
|
-
.transform({
|
|
51
|
-
transform: (value) => {
|
|
52
|
-
switch (value.errorName) {
|
|
53
|
-
case "UnprocessableEntityError":
|
|
54
|
-
return CandidApi.thirdPartyPayerPayments.v1.getMulti.Error.unprocessableEntityError(value.content);
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
untransform: (_a) => {
|
|
58
|
-
var { _visit } = _a, value = __rest(_a, ["_visit"]);
|
|
59
|
-
return value;
|
|
60
|
-
},
|
|
61
|
-
});
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.delete = exports.update = exports.create = exports.get = exports.getMulti = void 0;
|
|
30
|
-
exports.getMulti = __importStar(require("./getMulti"));
|
|
31
|
-
exports.get = __importStar(require("./get"));
|
|
32
|
-
exports.create = __importStar(require("./create"));
|
|
33
|
-
exports.update = __importStar(require("./update"));
|
|
34
|
-
exports.delete = __importStar(require("./delete"));
|
|
35
|
-
__exportStar(require("./requests"), exports);
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../../../index";
|
|
5
|
-
import * as CandidApi from "../../../../../../../api/index";
|
|
6
|
-
import * as core from "../../../../../../../core";
|
|
7
|
-
import { NoteUpdate } from "../../../../../financials/types/NoteUpdate";
|
|
8
|
-
import { InvoiceUpdate } from "../../../../../financials/types/InvoiceUpdate";
|
|
9
|
-
export declare const UpdateThirdPartyPayerPaymentRequest: core.serialization.Schema<serializers.thirdPartyPayerPayments.v1.UpdateThirdPartyPayerPaymentRequest.Raw, CandidApi.thirdPartyPayerPayments.v1.UpdateThirdPartyPayerPaymentRequest>;
|
|
10
|
-
export declare namespace UpdateThirdPartyPayerPaymentRequest {
|
|
11
|
-
interface Raw {
|
|
12
|
-
payment_timestamp?: string | null;
|
|
13
|
-
payment_note?: NoteUpdate.Raw | null;
|
|
14
|
-
invoice_id?: InvoiceUpdate.Raw | null;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.UpdateThirdPartyPayerPaymentRequest = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../../core"));
|
|
31
|
-
const NoteUpdate_1 = require("../../../../../financials/types/NoteUpdate");
|
|
32
|
-
const InvoiceUpdate_1 = require("../../../../../financials/types/InvoiceUpdate");
|
|
33
|
-
exports.UpdateThirdPartyPayerPaymentRequest = core.serialization.object({
|
|
34
|
-
paymentTimestamp: core.serialization.property("payment_timestamp", core.serialization.date().optional()),
|
|
35
|
-
paymentNote: core.serialization.property("payment_note", NoteUpdate_1.NoteUpdate.optional()),
|
|
36
|
-
invoiceId: core.serialization.property("invoice_id", InvoiceUpdate_1.InvoiceUpdate.optional()),
|
|
37
|
-
});
|
package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { UpdateThirdPartyPayerPaymentRequest } from "./UpdateThirdPartyPayerPaymentRequest";
|
package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateThirdPartyPayerPaymentRequest = void 0;
|
|
4
|
-
var UpdateThirdPartyPayerPaymentRequest_1 = require("./UpdateThirdPartyPayerPaymentRequest");
|
|
5
|
-
Object.defineProperty(exports, "UpdateThirdPartyPayerPaymentRequest", { enumerable: true, get: function () { return UpdateThirdPartyPayerPaymentRequest_1.UpdateThirdPartyPayerPaymentRequest; } });
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../../index";
|
|
5
|
-
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
|
|
8
|
-
import { UnprocessableEntityErrorMessage } from "../../../../commons/types/UnprocessableEntityErrorMessage";
|
|
9
|
-
export declare const Error: core.serialization.Schema<serializers.thirdPartyPayerPayments.v1.update.Error.Raw, CandidApi.thirdPartyPayerPayments.v1.update.Error>;
|
|
10
|
-
export declare namespace Error {
|
|
11
|
-
type Raw = Error.EntityNotFoundError | Error.UnprocessableEntityError;
|
|
12
|
-
interface EntityNotFoundError {
|
|
13
|
-
errorName: "EntityNotFoundError";
|
|
14
|
-
content: EntityNotFoundErrorMessage.Raw;
|
|
15
|
-
}
|
|
16
|
-
interface UnprocessableEntityError {
|
|
17
|
-
errorName: "UnprocessableEntityError";
|
|
18
|
-
content: UnprocessableEntityErrorMessage.Raw;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
29
|
-
var t = {};
|
|
30
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
31
|
-
t[p] = s[p];
|
|
32
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
33
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
34
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
35
|
-
t[p[i]] = s[p[i]];
|
|
36
|
-
}
|
|
37
|
-
return t;
|
|
38
|
-
};
|
|
39
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
-
exports.Error = void 0;
|
|
41
|
-
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
42
|
-
const core = __importStar(require("../../../../../../core"));
|
|
43
|
-
const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
|
|
44
|
-
const UnprocessableEntityErrorMessage_1 = require("../../../../commons/types/UnprocessableEntityErrorMessage");
|
|
45
|
-
exports.Error = core.serialization
|
|
46
|
-
.union("errorName", {
|
|
47
|
-
EntityNotFoundError: core.serialization.object({
|
|
48
|
-
content: EntityNotFoundErrorMessage_1.EntityNotFoundErrorMessage,
|
|
49
|
-
}),
|
|
50
|
-
UnprocessableEntityError: core.serialization.object({
|
|
51
|
-
content: UnprocessableEntityErrorMessage_1.UnprocessableEntityErrorMessage,
|
|
52
|
-
}),
|
|
53
|
-
})
|
|
54
|
-
.transform({
|
|
55
|
-
transform: (value) => {
|
|
56
|
-
switch (value.errorName) {
|
|
57
|
-
case "EntityNotFoundError":
|
|
58
|
-
return CandidApi.thirdPartyPayerPayments.v1.update.Error.entityNotFoundError(value.content);
|
|
59
|
-
case "UnprocessableEntityError":
|
|
60
|
-
return CandidApi.thirdPartyPayerPayments.v1.update.Error.unprocessableEntityError(value.content);
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
untransform: (_a) => {
|
|
64
|
-
var { _visit } = _a, value = __rest(_a, ["_visit"]);
|
|
65
|
-
return value;
|
|
66
|
-
},
|
|
67
|
-
});
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./types"), exports);
|
|
18
|
-
__exportStar(require("./client"), exports);
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../../index";
|
|
5
|
-
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
import { ThirdPartyPayerPaymentId } from "./ThirdPartyPayerPaymentId";
|
|
8
|
-
import { ThirdPartyPayer } from "../../../../thirdPartyPayers/resources/v1/types/ThirdPartyPayer";
|
|
9
|
-
import { Allocation } from "../../../../financials/types/Allocation";
|
|
10
|
-
import { InvoiceId } from "../../../../commons/types/InvoiceId";
|
|
11
|
-
export declare const ThirdPartyPayerPayment: core.serialization.ObjectSchema<serializers.thirdPartyPayerPayments.v1.ThirdPartyPayerPayment.Raw, CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPayment>;
|
|
12
|
-
export declare namespace ThirdPartyPayerPayment {
|
|
13
|
-
interface Raw {
|
|
14
|
-
third_party_payer_payment_id: ThirdPartyPayerPaymentId.Raw;
|
|
15
|
-
third_party_payer: ThirdPartyPayer.Raw;
|
|
16
|
-
amount_cents: number;
|
|
17
|
-
check_number?: string | null;
|
|
18
|
-
payment_timestamp?: string | null;
|
|
19
|
-
payment_note?: string | null;
|
|
20
|
-
allocations: Allocation.Raw[];
|
|
21
|
-
invoice_id?: InvoiceId.Raw | null;
|
|
22
|
-
}
|
|
23
|
-
}
|
package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.ThirdPartyPayerPayment = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
const ThirdPartyPayerPaymentId_1 = require("./ThirdPartyPayerPaymentId");
|
|
32
|
-
const ThirdPartyPayer_1 = require("../../../../thirdPartyPayers/resources/v1/types/ThirdPartyPayer");
|
|
33
|
-
const Allocation_1 = require("../../../../financials/types/Allocation");
|
|
34
|
-
const InvoiceId_1 = require("../../../../commons/types/InvoiceId");
|
|
35
|
-
exports.ThirdPartyPayerPayment = core.serialization.object({
|
|
36
|
-
thirdPartyPayerPaymentId: core.serialization.property("third_party_payer_payment_id", ThirdPartyPayerPaymentId_1.ThirdPartyPayerPaymentId),
|
|
37
|
-
thirdPartyPayer: core.serialization.property("third_party_payer", ThirdPartyPayer_1.ThirdPartyPayer),
|
|
38
|
-
amountCents: core.serialization.property("amount_cents", core.serialization.number()),
|
|
39
|
-
checkNumber: core.serialization.property("check_number", core.serialization.string().optional()),
|
|
40
|
-
paymentTimestamp: core.serialization.property("payment_timestamp", core.serialization.date().optional()),
|
|
41
|
-
paymentNote: core.serialization.property("payment_note", core.serialization.string().optional()),
|
|
42
|
-
allocations: core.serialization.list(Allocation_1.Allocation),
|
|
43
|
-
invoiceId: core.serialization.property("invoice_id", InvoiceId_1.InvoiceId.optional()),
|
|
44
|
-
});
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../../index";
|
|
5
|
-
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
import { ThirdPartyPayerId } from "../../../../thirdPartyPayers/resources/v1/types/ThirdPartyPayerId";
|
|
8
|
-
import { AllocationCreate } from "../../../../financials/types/AllocationCreate";
|
|
9
|
-
import { InvoiceId } from "../../../../commons/types/InvoiceId";
|
|
10
|
-
export declare const ThirdPartyPayerPaymentCreate: core.serialization.ObjectSchema<serializers.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentCreate.Raw, CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentCreate>;
|
|
11
|
-
export declare namespace ThirdPartyPayerPaymentCreate {
|
|
12
|
-
interface Raw {
|
|
13
|
-
third_party_payer_id: ThirdPartyPayerId.Raw;
|
|
14
|
-
amount_cents: number;
|
|
15
|
-
payment_timestamp?: string | null;
|
|
16
|
-
payment_note?: string | null;
|
|
17
|
-
check_number?: string | null;
|
|
18
|
-
allocations: AllocationCreate.Raw[];
|
|
19
|
-
invoice_id?: InvoiceId.Raw | null;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.ThirdPartyPayerPaymentCreate = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
const ThirdPartyPayerId_1 = require("../../../../thirdPartyPayers/resources/v1/types/ThirdPartyPayerId");
|
|
32
|
-
const AllocationCreate_1 = require("../../../../financials/types/AllocationCreate");
|
|
33
|
-
const InvoiceId_1 = require("../../../../commons/types/InvoiceId");
|
|
34
|
-
exports.ThirdPartyPayerPaymentCreate = core.serialization.object({
|
|
35
|
-
thirdPartyPayerId: core.serialization.property("third_party_payer_id", ThirdPartyPayerId_1.ThirdPartyPayerId),
|
|
36
|
-
amountCents: core.serialization.property("amount_cents", core.serialization.number()),
|
|
37
|
-
paymentTimestamp: core.serialization.property("payment_timestamp", core.serialization.date().optional()),
|
|
38
|
-
paymentNote: core.serialization.property("payment_note", core.serialization.string().optional()),
|
|
39
|
-
checkNumber: core.serialization.property("check_number", core.serialization.string().optional()),
|
|
40
|
-
allocations: core.serialization.list(AllocationCreate_1.AllocationCreate),
|
|
41
|
-
invoiceId: core.serialization.property("invoice_id", InvoiceId_1.InvoiceId.optional()),
|
|
42
|
-
});
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../../index";
|
|
5
|
-
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const ThirdPartyPayerPaymentId: core.serialization.Schema<serializers.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentId.Raw, CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentId>;
|
|
8
|
-
export declare namespace ThirdPartyPayerPaymentId {
|
|
9
|
-
type Raw = string;
|
|
10
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.ThirdPartyPayerPaymentId = void 0;
|
|
30
|
-
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
31
|
-
const core = __importStar(require("../../../../../../core"));
|
|
32
|
-
exports.ThirdPartyPayerPaymentId = core.serialization.string().transform({
|
|
33
|
-
transform: CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentId,
|
|
34
|
-
untransform: (value) => value,
|
|
35
|
-
});
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../../index";
|
|
5
|
-
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const ThirdPartyPayerPaymentSortField: core.serialization.Schema<serializers.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentSortField.Raw, CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentSortField>;
|
|
8
|
-
export declare namespace ThirdPartyPayerPaymentSortField {
|
|
9
|
-
type Raw = "amount_cents" | "payment_timestamp";
|
|
10
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.ThirdPartyPayerPaymentSortField = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
exports.ThirdPartyPayerPaymentSortField = core.serialization.enum_(["amount_cents", "payment_timestamp"]);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../../index";
|
|
5
|
-
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
import { ThirdPartyPayerPayment } from "./ThirdPartyPayerPayment";
|
|
8
|
-
import { ResourcePage } from "../../../../commons/types/ResourcePage";
|
|
9
|
-
export declare const ThirdPartyPayerPaymentsPage: core.serialization.ObjectSchema<serializers.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentsPage.Raw, CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentsPage>;
|
|
10
|
-
export declare namespace ThirdPartyPayerPaymentsPage {
|
|
11
|
-
interface Raw extends ResourcePage.Raw {
|
|
12
|
-
items: ThirdPartyPayerPayment.Raw[];
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.ThirdPartyPayerPaymentsPage = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
const ThirdPartyPayerPayment_1 = require("./ThirdPartyPayerPayment");
|
|
32
|
-
const ResourcePage_1 = require("../../../../commons/types/ResourcePage");
|
|
33
|
-
exports.ThirdPartyPayerPaymentsPage = core.serialization
|
|
34
|
-
.object({
|
|
35
|
-
items: core.serialization.list(ThirdPartyPayerPayment_1.ThirdPartyPayerPayment),
|
|
36
|
-
})
|
|
37
|
-
.extend(ResourcePage_1.ResourcePage);
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./ThirdPartyPayerPaymentId"), exports);
|
|
18
|
-
__exportStar(require("./ThirdPartyPayerPayment"), exports);
|
|
19
|
-
__exportStar(require("./ThirdPartyPayerPaymentCreate"), exports);
|
|
20
|
-
__exportStar(require("./ThirdPartyPayerPaymentsPage"), exports);
|
|
21
|
-
__exportStar(require("./ThirdPartyPayerPaymentSortField"), exports);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./resources";
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./resources"), exports);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * as v1 from "./v1";
|