candidhealth 1.17.0 → 1.17.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 -6
- package/Client.js +50 -60
- package/api/resources/commons/types/index.d.ts +0 -1
- package/api/resources/commons/types/index.js +0 -1
- package/api/resources/eligibility/resources/v2/client/Client.d.ts +0 -29
- package/api/resources/eligibility/resources/v2/client/Client.js +0 -85
- package/api/resources/eligibility/resources/v2/client/index.d.ts +0 -1
- package/api/resources/eligibility/resources/v2/client/index.js +1 -2
- package/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +6 -0
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +6 -0
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +6 -0
- package/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +6 -0
- package/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +4 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +6 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +6 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +6 -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 +15 -0
- package/api/resources/encounters/resources/v4/client/Client.js +19 -0
- package/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/create.js +11 -0
- 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/createFromPreEncounterPatientUniversal.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +11 -0
- package/api/resources/encounters/resources/v4/client/createUniversal.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/createUniversal.js +11 -0
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
- package/api/resources/events/resources/v1/client/requests/GetEventScanRequest.d.ts +14 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +9 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.js +9 -1
- package/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +6 -1
- package/api/resources/financials/types/AllocationCreate.d.ts +5 -0
- package/api/resources/financials/types/AllocationEarmarkType.d.ts +23 -0
- package/api/resources/financials/types/index.d.ts +1 -0
- package/api/resources/financials/types/index.js +1 -0
- package/api/resources/index.d.ts +3 -4
- package/api/resources/index.js +5 -6
- package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +21 -0
- package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.js +24 -0
- package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +6 -0
- package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +3 -0
- package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +3 -0
- package/api/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
- package/api/resources/{expectedNetworkStatus → relatedCausesInformation/resources/v1/types}/index.js +4 -2
- package/api/resources/serviceLines/resources/v2/client/Client.js +2 -0
- package/api/resources/serviceLines/resources/v2/client/create.d.ts +7 -1
- package/api/resources/serviceLines/resources/v2/client/create.js +11 -0
- package/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +7 -1
- package/api/resources/serviceLines/resources/v2/client/createUniversal.js +11 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +5 -0
- package/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -0
- package/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -0
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +5 -0
- package/dist/Client.d.ts +0 -6
- package/dist/Client.js +50 -60
- package/dist/api/resources/commons/types/index.d.ts +0 -1
- package/dist/api/resources/commons/types/index.js +0 -1
- package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +0 -29
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +0 -85
- package/dist/api/resources/eligibility/resources/v2/client/index.d.ts +0 -1
- package/dist/api/resources/eligibility/resources/v2/client/index.js +1 -2
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +6 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +6 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +6 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +6 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +4 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +6 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +6 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +6 -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 +15 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.js +19 -0
- package/dist/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/create.js +11 -0
- 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/createFromPreEncounterPatientUniversal.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +11 -0
- package/dist/api/resources/encounters/resources/v4/client/createUniversal.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/createUniversal.js +11 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
- package/dist/api/resources/events/resources/v1/client/requests/GetEventScanRequest.d.ts +14 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +9 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +9 -1
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +6 -1
- package/dist/api/resources/financials/types/AllocationCreate.d.ts +5 -0
- package/dist/api/resources/financials/types/AllocationEarmarkType.d.ts +23 -0
- package/dist/api/resources/financials/types/index.d.ts +1 -0
- package/dist/api/resources/financials/types/index.js +1 -0
- package/dist/api/resources/index.d.ts +3 -4
- package/dist/api/resources/index.js +5 -6
- package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +21 -0
- package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.js +24 -0
- package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +6 -0
- package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +3 -0
- package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +3 -0
- package/dist/api/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
- package/{api/resources/expectedNetworkStatus/resources/v1 → dist/api/resources/relatedCausesInformation/resources/v1/types}/index.js +4 -2
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +2 -0
- package/dist/api/resources/serviceLines/resources/v2/client/create.d.ts +7 -1
- package/dist/api/resources/serviceLines/resources/v2/client/create.js +11 -0
- package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +7 -1
- package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.js +11 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -0
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +5 -0
- package/dist/serialization/resources/claims/types/Claim.d.ts +1 -1
- package/dist/serialization/resources/claims/types/Claim.js +1 -1
- package/dist/serialization/resources/commons/types/index.d.ts +0 -1
- package/dist/serialization/resources/commons/types/index.js +0 -1
- package/dist/serialization/resources/eligibility/resources/v2/client/index.d.ts +0 -1
- package/dist/serialization/resources/eligibility/resources/v2/client/index.js +1 -2
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +9 -0
- package/dist/serialization/resources/{expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js → encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js} +3 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +2 -0
- 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/create.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/create.js +6 -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/createFromPreEncounterPatientUniversal.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +6 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.js +6 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +2 -0
- package/dist/serialization/resources/eras/index.d.ts +1 -0
- package/dist/serialization/resources/eras/index.js +17 -0
- package/dist/serialization/resources/financials/types/AllocationCreate.d.ts +2 -0
- package/dist/serialization/resources/financials/types/AllocationCreate.js +2 -0
- package/dist/serialization/resources/financials/types/AllocationEarmarkType.d.ts +17 -0
- package/dist/serialization/resources/financials/types/AllocationEarmarkType.js +53 -0
- package/dist/serialization/resources/financials/types/index.d.ts +1 -0
- package/dist/serialization/resources/financials/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +3 -4
- package/dist/serialization/resources/index.js +5 -6
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/index.js +17 -0
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +7 -0
- package/dist/serialization/resources/{expectedNetworkStatus/resources/v2/types/LineOfBusiness.js → relatedCausesInformation/resources/v1/types/RelatedCausesCode.js} +2 -2
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +12 -0
- package/dist/serialization/resources/{expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js} +6 -6
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +9 -0
- package/dist/serialization/resources/{expectedNetworkStatus/resources/v2/types/EmptyObject.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js} +3 -2
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +9 -0
- package/dist/serialization/resources/{expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js} +3 -2
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/index.js +20 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/create.d.ts +6 -1
- package/dist/serialization/resources/serviceLines/resources/v2/client/create.js +6 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +6 -1
- package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +6 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +48 -467
- package/serialization/resources/claims/types/Claim.d.ts +1 -1
- package/serialization/resources/claims/types/Claim.js +1 -1
- package/serialization/resources/commons/types/index.d.ts +0 -1
- package/serialization/resources/commons/types/index.js +0 -1
- package/serialization/resources/eligibility/resources/v2/client/index.d.ts +0 -1
- package/serialization/resources/eligibility/resources/v2/client/index.js +1 -2
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +9 -0
- package/serialization/resources/{expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js → encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js} +3 -3
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +2 -0
- 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/create.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/create.js +6 -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/createFromPreEncounterPatientUniversal.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +6 -0
- package/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/createUniversal.js +6 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +2 -0
- package/serialization/resources/eras/index.d.ts +1 -0
- package/serialization/resources/eras/index.js +17 -0
- package/serialization/resources/financials/types/AllocationCreate.d.ts +2 -0
- package/serialization/resources/financials/types/AllocationCreate.js +2 -0
- package/serialization/resources/financials/types/AllocationEarmarkType.d.ts +17 -0
- package/serialization/resources/financials/types/AllocationEarmarkType.js +53 -0
- package/serialization/resources/financials/types/index.d.ts +1 -0
- package/serialization/resources/financials/types/index.js +1 -0
- package/serialization/resources/index.d.ts +3 -4
- package/serialization/resources/index.js +5 -6
- package/serialization/resources/relatedCausesInformation/resources/v1/index.d.ts +1 -0
- package/serialization/resources/relatedCausesInformation/resources/v1/index.js +17 -0
- package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +7 -0
- package/serialization/resources/{expectedNetworkStatus/resources/v2/types/EmptyObject.js → relatedCausesInformation/resources/v1/types/RelatedCausesCode.js} +2 -2
- package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +12 -0
- package/{dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js → serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js} +6 -6
- package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +9 -0
- package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js +40 -0
- package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +9 -0
- package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js +40 -0
- package/serialization/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
- package/serialization/resources/relatedCausesInformation/resources/v1/types/index.js +20 -0
- package/serialization/resources/serviceLines/resources/v2/client/create.d.ts +6 -1
- package/serialization/resources/serviceLines/resources/v2/client/create.js +6 -0
- package/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +6 -1
- package/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +6 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
- package/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -1
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -3
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +0 -25
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +0 -66
- package/api/resources/expectedNetworkStatus/client/Client.d.ts +0 -17
- package/api/resources/expectedNetworkStatus/client/Client.js +0 -20
- package/api/resources/expectedNetworkStatus/client/index.d.ts +0 -1
- package/api/resources/expectedNetworkStatus/client/index.js +0 -2
- package/api/resources/expectedNetworkStatus/index.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/index.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/index.js +0 -38
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +0 -34
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +0 -130
- package/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +0 -19
- package/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +0 -55
- package/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/v1/client/index.js +0 -41
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +0 -31
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +0 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +0 -2
- package/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +0 -6
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +0 -9
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +0 -7
- package/api/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/v1/types/index.js +0 -18
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +0 -88
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +0 -269
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +0 -31
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +0 -77
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +0 -31
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +0 -77
- package/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/v2/client/index.js +0 -38
- package/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/v2/index.js +0 -18
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +0 -24
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +0 -6
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +0 -13
- package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +0 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +0 -24
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +0 -5
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +0 -9
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +0 -13
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +0 -11
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +0 -14
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +0 -6
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +0 -5
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +0 -7
- package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +0 -6
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +0 -23
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +0 -6
- package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +0 -9
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +0 -5
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +0 -7
- package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +0 -6
- package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +0 -44
- package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +0 -47
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +0 -19
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.js +0 -35
- package/api/resources/insurancePayments/client/Client.d.ts +0 -14
- package/api/resources/insurancePayments/client/Client.js +0 -15
- package/api/resources/insurancePayments/client/index.d.ts +0 -1
- package/api/resources/insurancePayments/client/index.js +0 -2
- package/api/resources/insurancePayments/index.d.ts +0 -2
- package/api/resources/insurancePayments/index.js +0 -18
- package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +0 -38
- package/api/resources/insurancePayments/resources/v1/client/Client.js +0 -237
- package/api/resources/insurancePayments/resources/v1/client/get.d.ts +0 -31
- package/api/resources/insurancePayments/resources/v1/client/get.js +0 -77
- package/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +0 -31
- package/api/resources/insurancePayments/resources/v1/client/getMulti.js +0 -77
- package/api/resources/insurancePayments/resources/v1/client/index.d.ts +0 -3
- package/api/resources/insurancePayments/resources/v1/client/index.js +0 -42
- package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +0 -18
- package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js +0 -3
- package/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
- package/api/resources/insurancePayments/resources/v1/client/requests/index.js +0 -2
- package/api/resources/insurancePayments/resources/v1/index.d.ts +0 -2
- package/api/resources/insurancePayments/resources/v1/index.js +0 -18
- package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -9
- package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.js +0 -3
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -5
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +0 -7
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -6
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +0 -9
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -4
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +0 -3
- package/api/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
- package/api/resources/insurancePayments/resources/v1/types/index.js +0 -20
- package/dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.js +0 -3
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +0 -25
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +0 -66
- package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +0 -17
- package/dist/api/resources/expectedNetworkStatus/client/Client.js +0 -20
- package/dist/api/resources/expectedNetworkStatus/client/index.d.ts +0 -1
- package/dist/api/resources/expectedNetworkStatus/client/index.js +0 -2
- package/dist/api/resources/expectedNetworkStatus/index.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/index.js +0 -18
- package/dist/api/resources/expectedNetworkStatus/resources/index.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/index.js +0 -38
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +0 -34
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +0 -130
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +0 -19
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +0 -55
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.js +0 -41
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +0 -31
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/index.js +0 -18
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +0 -6
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +0 -9
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +0 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/index.js +0 -18
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +0 -88
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +0 -269
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +0 -31
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +0 -77
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +0 -31
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +0 -77
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.js +0 -38
- package/dist/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/index.js +0 -18
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +0 -24
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +0 -6
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +0 -13
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +0 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +0 -24
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +0 -5
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +0 -9
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +0 -13
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +0 -11
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +0 -14
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +0 -6
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +0 -5
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +0 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +0 -6
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +0 -23
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +0 -6
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +0 -9
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +0 -5
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +0 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +0 -6
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +0 -44
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +0 -47
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +0 -19
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.js +0 -35
- package/dist/api/resources/insurancePayments/client/Client.d.ts +0 -14
- package/dist/api/resources/insurancePayments/client/Client.js +0 -15
- package/dist/api/resources/insurancePayments/client/index.d.ts +0 -1
- package/dist/api/resources/insurancePayments/client/index.js +0 -2
- package/dist/api/resources/insurancePayments/index.d.ts +0 -2
- package/dist/api/resources/insurancePayments/index.js +0 -18
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +0 -38
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +0 -237
- package/dist/api/resources/insurancePayments/resources/v1/client/get.d.ts +0 -31
- package/dist/api/resources/insurancePayments/resources/v1/client/get.js +0 -77
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +0 -31
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.js +0 -77
- package/dist/api/resources/insurancePayments/resources/v1/client/index.d.ts +0 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/index.js +0 -42
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +0 -18
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js +0 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/insurancePayments/resources/v1/index.d.ts +0 -2
- package/dist/api/resources/insurancePayments/resources/v1/index.js +0 -18
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -9
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.js +0 -3
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -5
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +0 -7
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -6
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +0 -9
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -4
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +0 -3
- package/dist/api/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
- package/dist/api/resources/insurancePayments/resources/v1/types/index.js +0 -20
- package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -9
- package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +0 -41
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +0 -12
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +0 -69
- package/dist/serialization/resources/expectedNetworkStatus/resources/index.d.ts +0 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/index.js +0 -38
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +0 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/index.js +0 -17
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +0 -21
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +0 -53
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +0 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +0 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.js +0 -18
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +0 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +0 -13
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +0 -45
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +0 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/index.js +0 -18
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +0 -17
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +0 -75
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +0 -17
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +0 -75
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +0 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +0 -38
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +0 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.js +0 -18
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +0 -21
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +0 -53
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +0 -12
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +0 -44
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +0 -19
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +0 -51
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +0 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -9
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +0 -21
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +0 -53
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +0 -12
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +0 -13
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +0 -45
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +0 -19
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +0 -51
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +0 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +0 -48
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +0 -13
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +0 -45
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +0 -12
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +0 -15
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +0 -47
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +0 -12
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +0 -44
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +0 -19
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +0 -52
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +0 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +0 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +0 -43
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +0 -14
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +0 -46
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +0 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +0 -81
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +0 -19
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +0 -35
- package/dist/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +0 -17
- package/dist/serialization/resources/insurancePayments/resources/v1/client/get.js +0 -75
- package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +0 -17
- package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +0 -75
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +0 -2
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.js +0 -38
- package/dist/serialization/resources/insurancePayments/resources/v1/index.d.ts +0 -2
- package/dist/serialization/resources/insurancePayments/resources/v1/index.js +0 -18
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -17
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +0 -49
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +0 -43
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +0 -39
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -11
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +0 -45
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.js +0 -20
- package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -9
- package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +0 -41
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +0 -12
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +0 -69
- package/serialization/resources/expectedNetworkStatus/resources/index.d.ts +0 -2
- package/serialization/resources/expectedNetworkStatus/resources/index.js +0 -38
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +0 -1
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/index.js +0 -17
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +0 -21
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +0 -53
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +0 -1
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +0 -5
- package/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +0 -2
- package/serialization/resources/expectedNetworkStatus/resources/v1/index.js +0 -18
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +0 -7
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +0 -39
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +0 -13
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +0 -45
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +0 -2
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/index.js +0 -18
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +0 -17
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +0 -75
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +0 -17
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +0 -75
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +0 -2
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +0 -38
- package/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +0 -2
- package/serialization/resources/expectedNetworkStatus/resources/v2/index.js +0 -18
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +0 -21
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +0 -53
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +0 -12
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +0 -44
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +0 -19
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +0 -51
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +0 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -9
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +0 -21
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +0 -53
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +0 -12
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +0 -44
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +0 -13
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +0 -45
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +0 -19
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +0 -51
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +0 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +0 -48
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +0 -13
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +0 -45
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +0 -12
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +0 -44
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +0 -15
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +0 -47
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +0 -12
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +0 -44
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +0 -19
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +0 -52
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +0 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +0 -39
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +0 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +0 -43
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +0 -14
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +0 -46
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +0 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +0 -81
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +0 -19
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +0 -35
- package/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +0 -17
- package/serialization/resources/insurancePayments/resources/v1/client/get.js +0 -75
- package/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +0 -17
- package/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +0 -75
- package/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +0 -2
- package/serialization/resources/insurancePayments/resources/v1/client/index.js +0 -38
- package/serialization/resources/insurancePayments/resources/v1/index.d.ts +0 -2
- package/serialization/resources/insurancePayments/resources/v1/index.js +0 -18
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -17
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +0 -49
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +0 -43
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +0 -39
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -11
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +0 -45
- package/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
- package/serialization/resources/insurancePayments/resources/v1/types/index.js +0 -20
- /package/api/resources/{commons/types/HttpServiceUnavailableErrorMessage.js → encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js} +0 -0
- /package/api/resources/{era → eras}/index.d.ts +0 -0
- /package/api/resources/{era → eras}/index.js +0 -0
- /package/api/resources/{era → eras}/types/Era.d.ts +0 -0
- /package/api/resources/{era → eras}/types/Era.js +0 -0
- /package/api/resources/{era → eras}/types/EraBase.d.ts +0 -0
- /package/api/resources/{era → eras}/types/EraBase.js +0 -0
- /package/api/resources/{era → eras}/types/EraId.d.ts +0 -0
- /package/api/resources/{era → eras}/types/EraId.js +0 -0
- /package/api/resources/{era → eras}/types/index.d.ts +0 -0
- /package/api/resources/{era → eras}/types/index.js +0 -0
- /package/api/resources/{expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js → financials/types/AllocationEarmarkType.js} +0 -0
- /package/{dist/serialization/resources/expectedNetworkStatus → api/resources/relatedCausesInformation}/index.d.ts +0 -0
- /package/{dist/serialization/resources/expectedNetworkStatus → api/resources/relatedCausesInformation}/index.js +0 -0
- /package/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
- /package/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
- /package/{dist/api/resources/era → api/resources/relatedCausesInformation/resources/v1}/index.d.ts +0 -0
- /package/{dist/api/resources/era → api/resources/relatedCausesInformation/resources/v1}/index.js +0 -0
- /package/api/resources/{expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js} +0 -0
- /package/api/resources/{expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js} +0 -0
- /package/api/resources/{expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js} +0 -0
- /package/{api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js → dist/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js} +0 -0
- /package/dist/{serialization/resources/era → api/resources/eras}/index.d.ts +0 -0
- /package/dist/{serialization/resources/era → api/resources/eras}/index.js +0 -0
- /package/dist/api/resources/{era → eras}/types/Era.d.ts +0 -0
- /package/dist/api/resources/{era → eras}/types/Era.js +0 -0
- /package/dist/api/resources/{era → eras}/types/EraBase.d.ts +0 -0
- /package/dist/api/resources/{era → eras}/types/EraBase.js +0 -0
- /package/dist/api/resources/{era → eras}/types/EraId.d.ts +0 -0
- /package/dist/api/resources/{era → eras}/types/EraId.js +0 -0
- /package/dist/api/resources/{era → eras}/types/index.d.ts +0 -0
- /package/dist/api/resources/{era → eras}/types/index.js +0 -0
- /package/{api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js → dist/api/resources/financials/types/AllocationEarmarkType.js} +0 -0
- /package/dist/{serialization/resources/insurancePayments → api/resources/relatedCausesInformation}/index.d.ts +0 -0
- /package/dist/{serialization/resources/insurancePayments → api/resources/relatedCausesInformation}/index.js +0 -0
- /package/dist/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
- /package/dist/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
- /package/{serialization/resources/era → dist/api/resources/relatedCausesInformation/resources/v1}/index.d.ts +0 -0
- /package/{serialization/resources/era → dist/api/resources/relatedCausesInformation/resources/v1}/index.js +0 -0
- /package/{api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js → dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js} +0 -0
- /package/{api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js → dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js} +0 -0
- /package/{api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js → dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js} +0 -0
- /package/dist/serialization/resources/{era → eras}/types/Era.d.ts +0 -0
- /package/dist/serialization/resources/{era → eras}/types/Era.js +0 -0
- /package/dist/serialization/resources/{era → eras}/types/EraBase.d.ts +0 -0
- /package/dist/serialization/resources/{era → eras}/types/EraBase.js +0 -0
- /package/dist/serialization/resources/{era → eras}/types/EraId.d.ts +0 -0
- /package/dist/serialization/resources/{era → eras}/types/EraId.js +0 -0
- /package/dist/serialization/resources/{era → eras}/types/index.d.ts +0 -0
- /package/dist/serialization/resources/{era → eras}/types/index.js +0 -0
- /package/{serialization/resources/expectedNetworkStatus → dist/serialization/resources/relatedCausesInformation}/index.d.ts +0 -0
- /package/{serialization/resources/expectedNetworkStatus → dist/serialization/resources/relatedCausesInformation}/index.js +0 -0
- /package/dist/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
- /package/dist/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
- /package/serialization/resources/{era → eras}/types/Era.d.ts +0 -0
- /package/serialization/resources/{era → eras}/types/Era.js +0 -0
- /package/serialization/resources/{era → eras}/types/EraBase.d.ts +0 -0
- /package/serialization/resources/{era → eras}/types/EraBase.js +0 -0
- /package/serialization/resources/{era → eras}/types/EraId.d.ts +0 -0
- /package/serialization/resources/{era → eras}/types/EraId.js +0 -0
- /package/serialization/resources/{era → eras}/types/index.d.ts +0 -0
- /package/serialization/resources/{era → eras}/types/index.js +0 -0
- /package/serialization/resources/{insurancePayments → relatedCausesInformation}/index.d.ts +0 -0
- /package/serialization/resources/{insurancePayments → relatedCausesInformation}/index.js +0 -0
- /package/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
- /package/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
package/api/resources/{expectedNetworkStatus → relatedCausesInformation/resources/v1/types}/index.js
RENAMED
|
@@ -14,5 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./RelatedCausesCode"), exports);
|
|
18
|
+
__exportStar(require("./RelatedCausesInformation"), exports);
|
|
19
|
+
__exportStar(require("./RelatedCausesInformationCreate"), exports);
|
|
20
|
+
__exportStar(require("./RelatedCausesInformationUpdate"), exports);
|
|
@@ -104,6 +104,7 @@ class V2 {
|
|
|
104
104
|
}
|
|
105
105
|
if (_response.error.reason === "status-code") {
|
|
106
106
|
switch ((_j = _response.error.body) === null || _j === void 0 ? void 0 : _j.errorName) {
|
|
107
|
+
case "EntityConflictError":
|
|
107
108
|
case "HttpRequestValidationError":
|
|
108
109
|
return {
|
|
109
110
|
data: {
|
|
@@ -180,6 +181,7 @@ class V2 {
|
|
|
180
181
|
}
|
|
181
182
|
if (_response.error.reason === "status-code") {
|
|
182
183
|
switch ((_j = _response.error.body) === null || _j === void 0 ? void 0 : _j.errorName) {
|
|
184
|
+
case "EntityConflictError":
|
|
183
185
|
case "HttpRequestValidationError":
|
|
184
186
|
return {
|
|
185
187
|
data: {
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import type * as core from "../../../../../../core";
|
|
2
2
|
import * as CandidApi from "../../../../../index";
|
|
3
|
-
export type Error = CandidApi.serviceLines.v2.create.Error.HttpRequestValidationError | CandidApi.serviceLines.v2.create.Error._Unknown;
|
|
3
|
+
export type Error = CandidApi.serviceLines.v2.create.Error.EntityConflictError | CandidApi.serviceLines.v2.create.Error.HttpRequestValidationError | CandidApi.serviceLines.v2.create.Error._Unknown;
|
|
4
4
|
export declare namespace Error {
|
|
5
|
+
interface EntityConflictError extends _Utils {
|
|
6
|
+
errorName: "EntityConflictError";
|
|
7
|
+
content: CandidApi.EntityConflictErrorMessage;
|
|
8
|
+
}
|
|
5
9
|
interface HttpRequestValidationError extends _Utils {
|
|
6
10
|
errorName: "HttpRequestValidationError";
|
|
7
11
|
content: CandidApi.RequestValidationError;
|
|
@@ -14,11 +18,13 @@ export declare namespace Error {
|
|
|
14
18
|
_visit: <_Result>(visitor: CandidApi.serviceLines.v2.create.Error._Visitor<_Result>) => _Result;
|
|
15
19
|
}
|
|
16
20
|
interface _Visitor<_Result> {
|
|
21
|
+
entityConflictError: (value: CandidApi.EntityConflictErrorMessage) => _Result;
|
|
17
22
|
httpRequestValidationError: (value: CandidApi.RequestValidationError) => _Result;
|
|
18
23
|
_other: (value: core.Fetcher.Error) => _Result;
|
|
19
24
|
}
|
|
20
25
|
}
|
|
21
26
|
export declare const Error: {
|
|
27
|
+
readonly entityConflictError: (value: CandidApi.EntityConflictErrorMessage) => CandidApi.serviceLines.v2.create.Error.EntityConflictError;
|
|
22
28
|
readonly httpRequestValidationError: (value: CandidApi.RequestValidationError) => CandidApi.serviceLines.v2.create.Error.HttpRequestValidationError;
|
|
23
29
|
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.serviceLines.v2.create.Error._Unknown;
|
|
24
30
|
readonly _visit: <_Result>(value: CandidApi.serviceLines.v2.create.Error, visitor: CandidApi.serviceLines.v2.create.Error._Visitor<_Result>) => _Result;
|
|
@@ -37,6 +37,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.Error = void 0;
|
|
38
38
|
const CandidApi = __importStar(require("../../../../../index"));
|
|
39
39
|
exports.Error = {
|
|
40
|
+
entityConflictError: (value) => {
|
|
41
|
+
return {
|
|
42
|
+
content: value,
|
|
43
|
+
errorName: "EntityConflictError",
|
|
44
|
+
_visit: function (visitor) {
|
|
45
|
+
return CandidApi.serviceLines.v2.create.Error._visit(this, visitor);
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
},
|
|
40
49
|
httpRequestValidationError: (value) => {
|
|
41
50
|
return {
|
|
42
51
|
content: value,
|
|
@@ -57,6 +66,8 @@ exports.Error = {
|
|
|
57
66
|
},
|
|
58
67
|
_visit: (value, visitor) => {
|
|
59
68
|
switch (value.errorName) {
|
|
69
|
+
case "EntityConflictError":
|
|
70
|
+
return visitor.entityConflictError(value.content);
|
|
60
71
|
case "HttpRequestValidationError":
|
|
61
72
|
return visitor.httpRequestValidationError(value.content);
|
|
62
73
|
default:
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import type * as core from "../../../../../../core";
|
|
2
2
|
import * as CandidApi from "../../../../../index";
|
|
3
|
-
export type Error = CandidApi.serviceLines.v2.createUniversal.Error.HttpRequestValidationError | CandidApi.serviceLines.v2.createUniversal.Error._Unknown;
|
|
3
|
+
export type Error = CandidApi.serviceLines.v2.createUniversal.Error.EntityConflictError | CandidApi.serviceLines.v2.createUniversal.Error.HttpRequestValidationError | CandidApi.serviceLines.v2.createUniversal.Error._Unknown;
|
|
4
4
|
export declare namespace Error {
|
|
5
|
+
interface EntityConflictError extends _Utils {
|
|
6
|
+
errorName: "EntityConflictError";
|
|
7
|
+
content: CandidApi.EntityConflictErrorMessage;
|
|
8
|
+
}
|
|
5
9
|
interface HttpRequestValidationError extends _Utils {
|
|
6
10
|
errorName: "HttpRequestValidationError";
|
|
7
11
|
content: CandidApi.RequestValidationError;
|
|
@@ -14,11 +18,13 @@ export declare namespace Error {
|
|
|
14
18
|
_visit: <_Result>(visitor: CandidApi.serviceLines.v2.createUniversal.Error._Visitor<_Result>) => _Result;
|
|
15
19
|
}
|
|
16
20
|
interface _Visitor<_Result> {
|
|
21
|
+
entityConflictError: (value: CandidApi.EntityConflictErrorMessage) => _Result;
|
|
17
22
|
httpRequestValidationError: (value: CandidApi.RequestValidationError) => _Result;
|
|
18
23
|
_other: (value: core.Fetcher.Error) => _Result;
|
|
19
24
|
}
|
|
20
25
|
}
|
|
21
26
|
export declare const Error: {
|
|
27
|
+
readonly entityConflictError: (value: CandidApi.EntityConflictErrorMessage) => CandidApi.serviceLines.v2.createUniversal.Error.EntityConflictError;
|
|
22
28
|
readonly httpRequestValidationError: (value: CandidApi.RequestValidationError) => CandidApi.serviceLines.v2.createUniversal.Error.HttpRequestValidationError;
|
|
23
29
|
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.serviceLines.v2.createUniversal.Error._Unknown;
|
|
24
30
|
readonly _visit: <_Result>(value: CandidApi.serviceLines.v2.createUniversal.Error, visitor: CandidApi.serviceLines.v2.createUniversal.Error._Visitor<_Result>) => _Result;
|
|
@@ -37,6 +37,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.Error = void 0;
|
|
38
38
|
const CandidApi = __importStar(require("../../../../../index"));
|
|
39
39
|
exports.Error = {
|
|
40
|
+
entityConflictError: (value) => {
|
|
41
|
+
return {
|
|
42
|
+
content: value,
|
|
43
|
+
errorName: "EntityConflictError",
|
|
44
|
+
_visit: function (visitor) {
|
|
45
|
+
return CandidApi.serviceLines.v2.createUniversal.Error._visit(this, visitor);
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
},
|
|
40
49
|
httpRequestValidationError: (value) => {
|
|
41
50
|
return {
|
|
42
51
|
content: value,
|
|
@@ -57,6 +66,8 @@ exports.Error = {
|
|
|
57
66
|
},
|
|
58
67
|
_visit: (value, visitor) => {
|
|
59
68
|
switch (value.errorName) {
|
|
69
|
+
case "EntityConflictError":
|
|
70
|
+
return visitor.entityConflictError(value.content);
|
|
60
71
|
case "HttpRequestValidationError":
|
|
61
72
|
return visitor.httpRequestValidationError(value.content);
|
|
62
73
|
default:
|
|
@@ -145,4 +145,9 @@ export interface ServiceLine {
|
|
|
145
145
|
note?: string;
|
|
146
146
|
/** Prior authorization number for this service line. Maps to the appropriate REF segment on Loop 2400 of the EDI 837p. This is not used for institutional claims (EDI 837i). */
|
|
147
147
|
priorAuthorizationNumber?: string;
|
|
148
|
+
/**
|
|
149
|
+
* An external identifier for this service line. This is not used in the EDI 837, but can be used to identify the service line in external systems.
|
|
150
|
+
* This field should not contain PHI. Must be unique on a given claim.
|
|
151
|
+
*/
|
|
152
|
+
externalId?: string;
|
|
148
153
|
}
|
|
@@ -43,4 +43,9 @@ export interface ServiceLineCreateBaseBase {
|
|
|
43
43
|
note?: string;
|
|
44
44
|
/** Prior authorization number for this service line. Maps to the appropriate REF segment on Loop 2400 of the EDI 837p. This is not used for institutional claims (EDI 837i). */
|
|
45
45
|
priorAuthorizationNumber?: string;
|
|
46
|
+
/**
|
|
47
|
+
* An external identifier for this service line. This is not used in the EDI 837, but can be used to identify the service line in external systems.
|
|
48
|
+
* This field should not contain PHI. Must be unique on a given claim.
|
|
49
|
+
*/
|
|
50
|
+
externalId?: string;
|
|
46
51
|
}
|
|
@@ -48,4 +48,9 @@ export interface ServiceLineCreateOptional {
|
|
|
48
48
|
revenueCode?: string;
|
|
49
49
|
/** Prior authorization number for this service line. Maps to the appropriate REF segment on Loop 2400 of the EDI 837p. This is not used for institutional claims (EDI 837i). */
|
|
50
50
|
priorAuthorizationNumber?: string;
|
|
51
|
+
/**
|
|
52
|
+
* An external identifier for this service line. This is not used in the EDI 837, but can be used to identify the service line in external systems.
|
|
53
|
+
* This field should not contain PHI. Must be unique on a given claim.
|
|
54
|
+
*/
|
|
55
|
+
externalId?: string;
|
|
51
56
|
}
|
|
@@ -6,4 +6,9 @@ export interface ServiceLineCreateStandalone extends CandidApi.serviceLines.v2.S
|
|
|
6
6
|
diagnosisIdThree?: CandidApi.DiagnosisId;
|
|
7
7
|
/** Prior authorization number for this service line. Maps to the appropriate REF segment on Loop 2400 of the EDI 837p. This is not used for institutional claims (EDI 837i). */
|
|
8
8
|
priorAuthorizationNumber?: string;
|
|
9
|
+
/**
|
|
10
|
+
* An external identifier for this service line. This is not used in the EDI 837, but can be used to identify the service line in external systems.
|
|
11
|
+
* This field should not contain PHI. Must be unique on a given claim.
|
|
12
|
+
*/
|
|
13
|
+
externalId?: string;
|
|
9
14
|
}
|
|
@@ -41,4 +41,9 @@ export interface ServiceLineUpdateBase {
|
|
|
41
41
|
note?: string;
|
|
42
42
|
/** Prior authorization number for this service line. Maps to the appropriate REF segment on Loop 2400 of the EDI 837p. This is not used for institutional claims (EDI 837i). */
|
|
43
43
|
priorAuthorizationNumber?: string;
|
|
44
|
+
/**
|
|
45
|
+
* An external identifier for this service line. This is not used in the EDI 837, but can be used to identify the service line in external systems.
|
|
46
|
+
* This field should not contain PHI. Must be unique on a given claim.
|
|
47
|
+
*/
|
|
48
|
+
externalId?: string;
|
|
44
49
|
}
|
package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts
CHANGED
|
@@ -9,4 +9,9 @@ export interface UniversalServiceLineCreateStandalone extends CandidApi.serviceL
|
|
|
9
9
|
procedureCode?: string;
|
|
10
10
|
/** Prior authorization number for this service line. Maps to the appropriate REF segment on Loop 2400 of the EDI 837p. This is not used for institutional claims (EDI 837i). */
|
|
11
11
|
priorAuthorizationNumber?: string;
|
|
12
|
+
/**
|
|
13
|
+
* An external identifier for this service line. This is not used in the EDI 837, but can be used to identify the service line in external systems.
|
|
14
|
+
* This field should not contain PHI. Must be unique on a given claim.
|
|
15
|
+
*/
|
|
16
|
+
externalId?: string;
|
|
12
17
|
}
|
package/dist/Client.d.ts
CHANGED
|
@@ -12,7 +12,6 @@ import { EncounterProviders } from "./api/resources/encounterProviders/client/Cl
|
|
|
12
12
|
import { EncounterSupplementalInformation } from "./api/resources/encounterSupplementalInformation/client/Client";
|
|
13
13
|
import { Encounters } from "./api/resources/encounters/client/Client";
|
|
14
14
|
import { Events } from "./api/resources/events/client/Client";
|
|
15
|
-
import { ExpectedNetworkStatus } from "./api/resources/expectedNetworkStatus/client/Client";
|
|
16
15
|
import { Exports } from "./api/resources/exports/client/Client";
|
|
17
16
|
import { ExternalPaymentAccountConfig } from "./api/resources/externalPaymentAccountConfig/client/Client";
|
|
18
17
|
import { FeeSchedules } from "./api/resources/feeSchedules/client/Client";
|
|
@@ -20,7 +19,6 @@ import { Guarantor } from "./api/resources/guarantor/client/Client";
|
|
|
20
19
|
import { HealthCareCodeInformation } from "./api/resources/healthCareCodeInformation/client/Client";
|
|
21
20
|
import { ImportInvoice } from "./api/resources/importInvoice/client/Client";
|
|
22
21
|
import { InsuranceAdjudications } from "./api/resources/insuranceAdjudications/client/Client";
|
|
23
|
-
import { InsurancePayments } from "./api/resources/insurancePayments/client/Client";
|
|
24
22
|
import { InsuranceRefunds } from "./api/resources/insuranceRefunds/client/Client";
|
|
25
23
|
import { MedicationDispense } from "./api/resources/medicationDispense/client/Client";
|
|
26
24
|
import { NonInsurancePayerPayments } from "./api/resources/nonInsurancePayerPayments/client/Client";
|
|
@@ -64,7 +62,6 @@ export declare class CandidApiClient {
|
|
|
64
62
|
protected _encounterSupplementalInformation: EncounterSupplementalInformation | undefined;
|
|
65
63
|
protected _encounters: Encounters | undefined;
|
|
66
64
|
protected _events: Events | undefined;
|
|
67
|
-
protected _expectedNetworkStatus: ExpectedNetworkStatus | undefined;
|
|
68
65
|
protected _exports: Exports | undefined;
|
|
69
66
|
protected _externalPaymentAccountConfig: ExternalPaymentAccountConfig | undefined;
|
|
70
67
|
protected _feeSchedules: FeeSchedules | undefined;
|
|
@@ -72,7 +69,6 @@ export declare class CandidApiClient {
|
|
|
72
69
|
protected _healthCareCodeInformation: HealthCareCodeInformation | undefined;
|
|
73
70
|
protected _importInvoice: ImportInvoice | undefined;
|
|
74
71
|
protected _insuranceAdjudications: InsuranceAdjudications | undefined;
|
|
75
|
-
protected _insurancePayments: InsurancePayments | undefined;
|
|
76
72
|
protected _insuranceRefunds: InsuranceRefunds | undefined;
|
|
77
73
|
protected _medicationDispense: MedicationDispense | undefined;
|
|
78
74
|
protected _nonInsurancePayerPayments: NonInsurancePayerPayments | undefined;
|
|
@@ -105,7 +101,6 @@ export declare class CandidApiClient {
|
|
|
105
101
|
get encounterSupplementalInformation(): EncounterSupplementalInformation;
|
|
106
102
|
get encounters(): Encounters;
|
|
107
103
|
get events(): Events;
|
|
108
|
-
get expectedNetworkStatus(): ExpectedNetworkStatus;
|
|
109
104
|
get exports(): Exports;
|
|
110
105
|
get externalPaymentAccountConfig(): ExternalPaymentAccountConfig;
|
|
111
106
|
get feeSchedules(): FeeSchedules;
|
|
@@ -113,7 +108,6 @@ export declare class CandidApiClient {
|
|
|
113
108
|
get healthCareCodeInformation(): HealthCareCodeInformation;
|
|
114
109
|
get importInvoice(): ImportInvoice;
|
|
115
110
|
get insuranceAdjudications(): InsuranceAdjudications;
|
|
116
|
-
get insurancePayments(): InsurancePayments;
|
|
117
111
|
get insuranceRefunds(): InsuranceRefunds;
|
|
118
112
|
get medicationDispense(): MedicationDispense;
|
|
119
113
|
get nonInsurancePayerPayments(): NonInsurancePayerPayments;
|
package/dist/Client.js
CHANGED
|
@@ -59,32 +59,30 @@ const Client_12 = require("./api/resources/encounterProviders/client/Client");
|
|
|
59
59
|
const Client_13 = require("./api/resources/encounterSupplementalInformation/client/Client");
|
|
60
60
|
const Client_14 = require("./api/resources/encounters/client/Client");
|
|
61
61
|
const Client_15 = require("./api/resources/events/client/Client");
|
|
62
|
-
const Client_16 = require("./api/resources/
|
|
63
|
-
const Client_17 = require("./api/resources/
|
|
64
|
-
const Client_18 = require("./api/resources/
|
|
65
|
-
const Client_19 = require("./api/resources/
|
|
66
|
-
const Client_20 = require("./api/resources/
|
|
67
|
-
const Client_21 = require("./api/resources/
|
|
68
|
-
const Client_22 = require("./api/resources/
|
|
69
|
-
const Client_23 = require("./api/resources/
|
|
70
|
-
const Client_24 = require("./api/resources/
|
|
71
|
-
const Client_25 = require("./api/resources/
|
|
72
|
-
const Client_26 = require("./api/resources/
|
|
73
|
-
const Client_27 = require("./api/resources/
|
|
74
|
-
const Client_28 = require("./api/resources/
|
|
75
|
-
const Client_29 = require("./api/resources/
|
|
76
|
-
const Client_30 = require("./api/resources/
|
|
77
|
-
const Client_31 = require("./api/resources/
|
|
78
|
-
const Client_32 = require("./api/resources/
|
|
79
|
-
const Client_33 = require("./api/resources/
|
|
80
|
-
const Client_34 = require("./api/resources/
|
|
81
|
-
const Client_35 = require("./api/resources/
|
|
82
|
-
const Client_36 = require("./api/resources/
|
|
83
|
-
const Client_37 = require("./api/resources/
|
|
84
|
-
const Client_38 = require("./api/resources/
|
|
85
|
-
const Client_39 = require("./api/resources/
|
|
86
|
-
const Client_40 = require("./api/resources/tasks/client/Client");
|
|
87
|
-
const Client_41 = require("./api/resources/writeOffs/client/Client");
|
|
62
|
+
const Client_16 = require("./api/resources/exports/client/Client");
|
|
63
|
+
const Client_17 = require("./api/resources/externalPaymentAccountConfig/client/Client");
|
|
64
|
+
const Client_18 = require("./api/resources/feeSchedules/client/Client");
|
|
65
|
+
const Client_19 = require("./api/resources/guarantor/client/Client");
|
|
66
|
+
const Client_20 = require("./api/resources/healthCareCodeInformation/client/Client");
|
|
67
|
+
const Client_21 = require("./api/resources/importInvoice/client/Client");
|
|
68
|
+
const Client_22 = require("./api/resources/insuranceAdjudications/client/Client");
|
|
69
|
+
const Client_23 = require("./api/resources/insuranceRefunds/client/Client");
|
|
70
|
+
const Client_24 = require("./api/resources/medicationDispense/client/Client");
|
|
71
|
+
const Client_25 = require("./api/resources/nonInsurancePayerPayments/client/Client");
|
|
72
|
+
const Client_26 = require("./api/resources/nonInsurancePayerRefunds/client/Client");
|
|
73
|
+
const Client_27 = require("./api/resources/nonInsurancePayers/client/Client");
|
|
74
|
+
const Client_28 = require("./api/resources/organizationProviders/client/Client");
|
|
75
|
+
const Client_29 = require("./api/resources/organizationServiceFacilities/client/Client");
|
|
76
|
+
const Client_30 = require("./api/resources/patientAr/client/Client");
|
|
77
|
+
const Client_31 = require("./api/resources/patientPayments/client/Client");
|
|
78
|
+
const Client_32 = require("./api/resources/patientRefunds/client/Client");
|
|
79
|
+
const Client_33 = require("./api/resources/payerPlanGroups/client/Client");
|
|
80
|
+
const Client_34 = require("./api/resources/payers/client/Client");
|
|
81
|
+
const Client_35 = require("./api/resources/preEncounter/client/Client");
|
|
82
|
+
const Client_36 = require("./api/resources/serviceLines/client/Client");
|
|
83
|
+
const Client_37 = require("./api/resources/superbills/client/Client");
|
|
84
|
+
const Client_38 = require("./api/resources/tasks/client/Client");
|
|
85
|
+
const Client_39 = require("./api/resources/writeOffs/client/Client");
|
|
88
86
|
const core = __importStar(require("./core"));
|
|
89
87
|
const headers_1 = require("./core/headers");
|
|
90
88
|
class CandidApiClient {
|
|
@@ -92,8 +90,8 @@ class CandidApiClient {
|
|
|
92
90
|
this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_1.mergeHeaders)({
|
|
93
91
|
"X-Fern-Language": "JavaScript",
|
|
94
92
|
"X-Fern-SDK-Name": "candidhealth",
|
|
95
|
-
"X-Fern-SDK-Version": "1.17.
|
|
96
|
-
"User-Agent": "candidhealth/1.17.
|
|
93
|
+
"X-Fern-SDK-Version": "1.17.2",
|
|
94
|
+
"User-Agent": "candidhealth/1.17.2",
|
|
97
95
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
98
96
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
99
97
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -155,109 +153,101 @@ class CandidApiClient {
|
|
|
155
153
|
var _a;
|
|
156
154
|
return ((_a = this._events) !== null && _a !== void 0 ? _a : (this._events = new Client_15.Events(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
157
155
|
}
|
|
158
|
-
get expectedNetworkStatus() {
|
|
159
|
-
var _a;
|
|
160
|
-
return ((_a = this._expectedNetworkStatus) !== null && _a !== void 0 ? _a : (this._expectedNetworkStatus = new Client_16.ExpectedNetworkStatus(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
161
|
-
}
|
|
162
156
|
get exports() {
|
|
163
157
|
var _a;
|
|
164
|
-
return ((_a = this._exports) !== null && _a !== void 0 ? _a : (this._exports = new
|
|
158
|
+
return ((_a = this._exports) !== null && _a !== void 0 ? _a : (this._exports = new Client_16.Exports(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
165
159
|
}
|
|
166
160
|
get externalPaymentAccountConfig() {
|
|
167
161
|
var _a;
|
|
168
|
-
return ((_a = this._externalPaymentAccountConfig) !== null && _a !== void 0 ? _a : (this._externalPaymentAccountConfig = new
|
|
162
|
+
return ((_a = this._externalPaymentAccountConfig) !== null && _a !== void 0 ? _a : (this._externalPaymentAccountConfig = new Client_17.ExternalPaymentAccountConfig(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
169
163
|
}
|
|
170
164
|
get feeSchedules() {
|
|
171
165
|
var _a;
|
|
172
|
-
return ((_a = this._feeSchedules) !== null && _a !== void 0 ? _a : (this._feeSchedules = new
|
|
166
|
+
return ((_a = this._feeSchedules) !== null && _a !== void 0 ? _a : (this._feeSchedules = new Client_18.FeeSchedules(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
173
167
|
}
|
|
174
168
|
get guarantor() {
|
|
175
169
|
var _a;
|
|
176
|
-
return ((_a = this._guarantor) !== null && _a !== void 0 ? _a : (this._guarantor = new
|
|
170
|
+
return ((_a = this._guarantor) !== null && _a !== void 0 ? _a : (this._guarantor = new Client_19.Guarantor(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
177
171
|
}
|
|
178
172
|
get healthCareCodeInformation() {
|
|
179
173
|
var _a;
|
|
180
|
-
return ((_a = this._healthCareCodeInformation) !== null && _a !== void 0 ? _a : (this._healthCareCodeInformation = new
|
|
174
|
+
return ((_a = this._healthCareCodeInformation) !== null && _a !== void 0 ? _a : (this._healthCareCodeInformation = new Client_20.HealthCareCodeInformation(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
181
175
|
}
|
|
182
176
|
get importInvoice() {
|
|
183
177
|
var _a;
|
|
184
|
-
return ((_a = this._importInvoice) !== null && _a !== void 0 ? _a : (this._importInvoice = new
|
|
178
|
+
return ((_a = this._importInvoice) !== null && _a !== void 0 ? _a : (this._importInvoice = new Client_21.ImportInvoice(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
185
179
|
}
|
|
186
180
|
get insuranceAdjudications() {
|
|
187
181
|
var _a;
|
|
188
|
-
return ((_a = this._insuranceAdjudications) !== null && _a !== void 0 ? _a : (this._insuranceAdjudications = new
|
|
189
|
-
}
|
|
190
|
-
get insurancePayments() {
|
|
191
|
-
var _a;
|
|
192
|
-
return ((_a = this._insurancePayments) !== null && _a !== void 0 ? _a : (this._insurancePayments = new Client_24.InsurancePayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
182
|
+
return ((_a = this._insuranceAdjudications) !== null && _a !== void 0 ? _a : (this._insuranceAdjudications = new Client_22.InsuranceAdjudications(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
193
183
|
}
|
|
194
184
|
get insuranceRefunds() {
|
|
195
185
|
var _a;
|
|
196
|
-
return ((_a = this._insuranceRefunds) !== null && _a !== void 0 ? _a : (this._insuranceRefunds = new
|
|
186
|
+
return ((_a = this._insuranceRefunds) !== null && _a !== void 0 ? _a : (this._insuranceRefunds = new Client_23.InsuranceRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
197
187
|
}
|
|
198
188
|
get medicationDispense() {
|
|
199
189
|
var _a;
|
|
200
|
-
return ((_a = this._medicationDispense) !== null && _a !== void 0 ? _a : (this._medicationDispense = new
|
|
190
|
+
return ((_a = this._medicationDispense) !== null && _a !== void 0 ? _a : (this._medicationDispense = new Client_24.MedicationDispense(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
201
191
|
}
|
|
202
192
|
get nonInsurancePayerPayments() {
|
|
203
193
|
var _a;
|
|
204
|
-
return ((_a = this._nonInsurancePayerPayments) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerPayments = new
|
|
194
|
+
return ((_a = this._nonInsurancePayerPayments) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerPayments = new Client_25.NonInsurancePayerPayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
205
195
|
}
|
|
206
196
|
get nonInsurancePayerRefunds() {
|
|
207
197
|
var _a;
|
|
208
|
-
return ((_a = this._nonInsurancePayerRefunds) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerRefunds = new
|
|
198
|
+
return ((_a = this._nonInsurancePayerRefunds) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerRefunds = new Client_26.NonInsurancePayerRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
209
199
|
}
|
|
210
200
|
get nonInsurancePayers() {
|
|
211
201
|
var _a;
|
|
212
|
-
return ((_a = this._nonInsurancePayers) !== null && _a !== void 0 ? _a : (this._nonInsurancePayers = new
|
|
202
|
+
return ((_a = this._nonInsurancePayers) !== null && _a !== void 0 ? _a : (this._nonInsurancePayers = new Client_27.NonInsurancePayers(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
213
203
|
}
|
|
214
204
|
get organizationProviders() {
|
|
215
205
|
var _a;
|
|
216
|
-
return ((_a = this._organizationProviders) !== null && _a !== void 0 ? _a : (this._organizationProviders = new
|
|
206
|
+
return ((_a = this._organizationProviders) !== null && _a !== void 0 ? _a : (this._organizationProviders = new Client_28.OrganizationProviders(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
217
207
|
}
|
|
218
208
|
get organizationServiceFacilities() {
|
|
219
209
|
var _a;
|
|
220
|
-
return ((_a = this._organizationServiceFacilities) !== null && _a !== void 0 ? _a : (this._organizationServiceFacilities = new
|
|
210
|
+
return ((_a = this._organizationServiceFacilities) !== null && _a !== void 0 ? _a : (this._organizationServiceFacilities = new Client_29.OrganizationServiceFacilities(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
221
211
|
}
|
|
222
212
|
get patientAr() {
|
|
223
213
|
var _a;
|
|
224
|
-
return ((_a = this._patientAr) !== null && _a !== void 0 ? _a : (this._patientAr = new
|
|
214
|
+
return ((_a = this._patientAr) !== null && _a !== void 0 ? _a : (this._patientAr = new Client_30.PatientAr(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
225
215
|
}
|
|
226
216
|
get patientPayments() {
|
|
227
217
|
var _a;
|
|
228
|
-
return ((_a = this._patientPayments) !== null && _a !== void 0 ? _a : (this._patientPayments = new
|
|
218
|
+
return ((_a = this._patientPayments) !== null && _a !== void 0 ? _a : (this._patientPayments = new Client_31.PatientPayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
229
219
|
}
|
|
230
220
|
get patientRefunds() {
|
|
231
221
|
var _a;
|
|
232
|
-
return ((_a = this._patientRefunds) !== null && _a !== void 0 ? _a : (this._patientRefunds = new
|
|
222
|
+
return ((_a = this._patientRefunds) !== null && _a !== void 0 ? _a : (this._patientRefunds = new Client_32.PatientRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
233
223
|
}
|
|
234
224
|
get payerPlanGroups() {
|
|
235
225
|
var _a;
|
|
236
|
-
return ((_a = this._payerPlanGroups) !== null && _a !== void 0 ? _a : (this._payerPlanGroups = new
|
|
226
|
+
return ((_a = this._payerPlanGroups) !== null && _a !== void 0 ? _a : (this._payerPlanGroups = new Client_33.PayerPlanGroups(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
237
227
|
}
|
|
238
228
|
get payers() {
|
|
239
229
|
var _a;
|
|
240
|
-
return ((_a = this._payers) !== null && _a !== void 0 ? _a : (this._payers = new
|
|
230
|
+
return ((_a = this._payers) !== null && _a !== void 0 ? _a : (this._payers = new Client_34.Payers(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
241
231
|
}
|
|
242
232
|
get serviceLines() {
|
|
243
233
|
var _a;
|
|
244
|
-
return ((_a = this._serviceLines) !== null && _a !== void 0 ? _a : (this._serviceLines = new
|
|
234
|
+
return ((_a = this._serviceLines) !== null && _a !== void 0 ? _a : (this._serviceLines = new Client_36.ServiceLines(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
245
235
|
}
|
|
246
236
|
get superbills() {
|
|
247
237
|
var _a;
|
|
248
|
-
return ((_a = this._superbills) !== null && _a !== void 0 ? _a : (this._superbills = new
|
|
238
|
+
return ((_a = this._superbills) !== null && _a !== void 0 ? _a : (this._superbills = new Client_37.Superbills(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
249
239
|
}
|
|
250
240
|
get tasks() {
|
|
251
241
|
var _a;
|
|
252
|
-
return ((_a = this._tasks) !== null && _a !== void 0 ? _a : (this._tasks = new
|
|
242
|
+
return ((_a = this._tasks) !== null && _a !== void 0 ? _a : (this._tasks = new Client_38.Tasks(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
253
243
|
}
|
|
254
244
|
get writeOffs() {
|
|
255
245
|
var _a;
|
|
256
|
-
return ((_a = this._writeOffs) !== null && _a !== void 0 ? _a : (this._writeOffs = new
|
|
246
|
+
return ((_a = this._writeOffs) !== null && _a !== void 0 ? _a : (this._writeOffs = new Client_39.WriteOffs(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
257
247
|
}
|
|
258
248
|
get preEncounter() {
|
|
259
249
|
var _a;
|
|
260
|
-
return ((_a = this._preEncounter) !== null && _a !== void 0 ? _a : (this._preEncounter = new
|
|
250
|
+
return ((_a = this._preEncounter) !== null && _a !== void 0 ? _a : (this._preEncounter = new Client_35.PreEncounter(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
261
251
|
}
|
|
262
252
|
get diagnoses() {
|
|
263
253
|
var _a;
|
|
@@ -23,7 +23,6 @@ export * from "./EntityNotFoundErrorMessage";
|
|
|
23
23
|
export * from "./EpsdtReferralConditionIndicatorCode";
|
|
24
24
|
export * from "./ErrorMessage";
|
|
25
25
|
export * from "./FacilityTypeCode";
|
|
26
|
-
export * from "./HttpServiceUnavailableErrorMessage";
|
|
27
26
|
export * from "./InsuranceTypeCode";
|
|
28
27
|
export * from "./IntendedSubmissionMedium";
|
|
29
28
|
export * from "./InternalErrorMessage";
|
|
@@ -39,7 +39,6 @@ __exportStar(require("./EntityNotFoundErrorMessage"), exports);
|
|
|
39
39
|
__exportStar(require("./EpsdtReferralConditionIndicatorCode"), exports);
|
|
40
40
|
__exportStar(require("./ErrorMessage"), exports);
|
|
41
41
|
__exportStar(require("./FacilityTypeCode"), exports);
|
|
42
|
-
__exportStar(require("./HttpServiceUnavailableErrorMessage"), exports);
|
|
43
42
|
__exportStar(require("./InsuranceTypeCode"), exports);
|
|
44
43
|
__exportStar(require("./IntendedSubmissionMedium"), exports);
|
|
45
44
|
__exportStar(require("./InternalErrorMessage"), exports);
|
|
@@ -11,35 +11,6 @@ export declare namespace V2 {
|
|
|
11
11
|
export declare class V2 {
|
|
12
12
|
protected readonly _options: V2.Options;
|
|
13
13
|
constructor(_options?: V2.Options);
|
|
14
|
-
/**
|
|
15
|
-
* <Tip>Candid is deprecating support for this endpoint. It is instead recommended to use [Candid's Stedi passthrough endpoint](https://docs.joincandidhealth.com/api-reference/pre-encounter/eligibility-checks/v-1/post).
|
|
16
|
-
* For assistance with the transition, please reference the [Transitioning to Candid's New Eligibility Endpoint](https://support.joincandidhealth.com/hc/en-us/articles/34918552872980) document in the Candid Support Center.</Tip>
|
|
17
|
-
*
|
|
18
|
-
* This API is a wrapper around Change Healthcare's eligibility API. Below are some helpful documentation links:
|
|
19
|
-
*
|
|
20
|
-
* - [Change Healthcare - Guides: Contents of the Eligibility Request Body](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-request-body)
|
|
21
|
-
* - [Change Healthcare - Guides: Use "Bare Minimum" Eligibility Requests](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-bare-minimum-eligibility-requests)
|
|
22
|
-
* - [Change Healthcare - Guides: Contents of the Eligibility Response](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-response)
|
|
23
|
-
* - [Change Healthcare - Guides: Eligibility JSON-to-EDI API Contents](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-json-to-edi-api-contents)
|
|
24
|
-
* - [Change Healthcare - Guides: Eligibility Error Messages](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-error-messages)
|
|
25
|
-
* - [Change Healthcare - Guides: FAQ](https://developers.changehealthcare.com/eligibilityandclaims/docs/frequently-asked-questions)
|
|
26
|
-
* - [Change Healthcare - Guides: Eligibility FAQs](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-api-requests)
|
|
27
|
-
* - [Change Healthcare - Guides: Sandbox API Values and Test Responses](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-sandbox-api-values-and-test-responses)
|
|
28
|
-
* - [Change Healthcare - Guides: Sandbox Predefined Fields and Values](https://developers.changehealthcare.com/eligibilityandclaims/docs/sandbox-predefined-fields-and-values)
|
|
29
|
-
* - [Change Healthcare - Guides: Using Test Payers in the Sandbox](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-the-test-payers-in-the-sandbox-api)
|
|
30
|
-
*
|
|
31
|
-
* A schema of the response object can be found here: [Change Healthcare Docs](https://developers.changehealthcare.com/eligibilityandclaims/reference/medicaleligibility)
|
|
32
|
-
*
|
|
33
|
-
* @param {unknown} request
|
|
34
|
-
* @param {V2.RequestOptions} requestOptions - Request-specific configuration.
|
|
35
|
-
*
|
|
36
|
-
* @example
|
|
37
|
-
* await client.eligibility.v2.submitEligibilityCheck({
|
|
38
|
-
* "key": "value"
|
|
39
|
-
* })
|
|
40
|
-
*/
|
|
41
|
-
submitEligibilityCheck(request?: unknown, requestOptions?: V2.RequestOptions): core.HttpResponsePromise<core.APIResponse<unknown, CandidApi.eligibility.v2.submitEligibilityCheck.Error>>;
|
|
42
|
-
private __submitEligibilityCheck;
|
|
43
14
|
/**
|
|
44
15
|
* <Tip>Candid is deprecating support for this endpoint. It is instead recommended to use [Candid's Stedi passthrough endpoint](https://docs.joincandidhealth.com/api-reference/pre-encounter/eligibility-checks/v-1/post).
|
|
45
16
|
* For assistance with the transition, please reference the [Transitioning to Candid's New Eligibility Endpoint](https://support.joincandidhealth.com/hc/en-us/articles/34918552872980) document in the Candid Support Center.</Tip>
|