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
|
@@ -7,7 +7,20 @@ export interface GetEventScanRequest {
|
|
|
7
7
|
pageToken?: CandidApi.PageToken;
|
|
8
8
|
/** Number of events to return. Minimum value is 1, maximum is 100. Defaults to 10. */
|
|
9
9
|
limit?: number;
|
|
10
|
-
/**
|
|
10
|
+
/**
|
|
11
|
+
* Event types to filter on. Defaults to showing all event types.
|
|
12
|
+
*
|
|
13
|
+
* | Event Type | Description |
|
|
14
|
+
* |------------|-------------|
|
|
15
|
+
* | `CandidApi.Encounter.Created` | When a new claim is created |
|
|
16
|
+
* | `CandidApi.Encounter.StatusUpdated` | When a claim's status has been updated |
|
|
17
|
+
* | `PreEncounter.Patient.Created` | When a new patient has been created |
|
|
18
|
+
* | `PreEncounter.Patient.Updated` | When a patient's information has been updated |
|
|
19
|
+
* | `PreEncounter.Coverage.Created` | When a new coverage has been created for a patient |
|
|
20
|
+
* | `PreEncounter.Coverage.Updated` | When a patient's coverage has been updated |
|
|
21
|
+
* | `PreEncounter.Tag.Created` | When a new tag has been created for a patient |
|
|
22
|
+
* | `PreEncounter.Tag.Updated` | When a patient's tag has been updated |
|
|
23
|
+
*/
|
|
11
24
|
eventTypes?: string | string[];
|
|
12
25
|
/** Filters for only events created before this time (inclusive). */
|
|
13
26
|
createdBefore?: Date;
|
|
@@ -70,7 +70,15 @@ export declare class V3 {
|
|
|
70
70
|
getRateHistory(rateId: CandidApi.RateId, requestOptions?: V3.RequestOptions): core.HttpResponsePromise<core.APIResponse<CandidApi.feeSchedules.v3.Rate[], CandidApi.feeSchedules.v3.getRateHistory.Error>>;
|
|
71
71
|
private __getRateHistory;
|
|
72
72
|
/**
|
|
73
|
-
* Uploads a new fee schedule
|
|
73
|
+
* Uploads a new fee schedule.
|
|
74
|
+
*
|
|
75
|
+
* Each rate may either be totally new as qualified by it's dimensions or a new version for an existing rate.
|
|
76
|
+
*
|
|
77
|
+
* If adding a new version to an existing rate, the rate must be posted with the next version number (previous version + 1) or a EntityConflictError will
|
|
78
|
+
* be returned.
|
|
79
|
+
*
|
|
80
|
+
* Use the dry run flag to discover already existing rates and to run validations. If validations for any rate fail, no rates will
|
|
81
|
+
* be saved to the system.
|
|
74
82
|
*
|
|
75
83
|
* @param {CandidApi.feeSchedules.v3.FeeScheduleUploadRequest} request
|
|
76
84
|
* @param {V3.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -536,7 +536,15 @@ class V3 {
|
|
|
536
536
|
});
|
|
537
537
|
}
|
|
538
538
|
/**
|
|
539
|
-
* Uploads a new fee schedule
|
|
539
|
+
* Uploads a new fee schedule.
|
|
540
|
+
*
|
|
541
|
+
* Each rate may either be totally new as qualified by it's dimensions or a new version for an existing rate.
|
|
542
|
+
*
|
|
543
|
+
* If adding a new version to an existing rate, the rate must be posted with the next version number (previous version + 1) or a EntityConflictError will
|
|
544
|
+
* be returned.
|
|
545
|
+
*
|
|
546
|
+
* Use the dry run flag to discover already existing rates and to run validations. If validations for any rate fail, no rates will
|
|
547
|
+
* be saved to the system.
|
|
540
548
|
*
|
|
541
549
|
* @param {CandidApi.feeSchedules.v3.FeeScheduleUploadRequest} request
|
|
542
550
|
* @param {V3.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Rate thresholds that determine fee schedule rate matching behavior. When a service line is adjudicated by a payer Candid determines if the payer's
|
|
2
|
+
* Rate thresholds that determine fee schedule rate matching behavior. When a service line is adjudicated by a payer Candid determines if the payer's
|
|
3
|
+
* allowed amount "matches" the rate value. If the allowed amount doesn't equal the rate value, Candid moves the claim to a PAID_INCORRECTLY state. These
|
|
4
|
+
* optional thresholds allow a user to set wiggle room to avoid claims moving to PAID_INCORRECTLY and instead have them move directly to FINALIZED_PAID
|
|
5
|
+
* when the payer's allowed amount is greater than [rate_cents - lower_threshold_cents] and less than [rate_cents + upper_threshold_cents].
|
|
6
|
+
*
|
|
7
|
+
* Additionally, a client can set disable_paid_incorrectly to avoid the PAID_INCORRECTLY claim status entirely.
|
|
3
8
|
*/
|
|
4
9
|
export interface PayerThreshold {
|
|
5
10
|
upperThresholdCents?: number;
|
|
@@ -6,4 +6,9 @@ import type * as CandidApi from "../../../index";
|
|
|
6
6
|
export interface AllocationCreate {
|
|
7
7
|
amountCents: number;
|
|
8
8
|
target: CandidApi.AllocationTargetCreate;
|
|
9
|
+
/**
|
|
10
|
+
* CURRENTLY UNIMPLEMENTED - Optional earmarking configuration for patient prepayments.
|
|
11
|
+
* When provided on unattributed allocations, holds the payment for future auto-allocation to matching encounters.
|
|
12
|
+
*/
|
|
13
|
+
earmark?: CandidApi.AllocationEarmarkType;
|
|
9
14
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* CURRENTLY UNIMPLEMENTED - Defines how a patient prepayment allocation should be earmarked for future auto-allocation.
|
|
4
|
+
* When implemented, earmarks will hold the allocation until a matching encounter is created, then attempt to allocate to that encounter.
|
|
5
|
+
* Only applicable for unattributed allocations.
|
|
6
|
+
*/
|
|
7
|
+
export type AllocationEarmarkType =
|
|
8
|
+
/**
|
|
9
|
+
* Earmark for auto-allocation to an encounter with this specific date of service */
|
|
10
|
+
CandidApi.AllocationEarmarkType.DateOfService
|
|
11
|
+
/**
|
|
12
|
+
* Earmark for auto-allocation to an encounter with this specific external ID (more specific than date of service) */
|
|
13
|
+
| CandidApi.AllocationEarmarkType.ExternalEncounterId;
|
|
14
|
+
export declare namespace AllocationEarmarkType {
|
|
15
|
+
interface DateOfService {
|
|
16
|
+
type: "date_of_service";
|
|
17
|
+
value: CandidApi.Date_;
|
|
18
|
+
}
|
|
19
|
+
interface ExternalEncounterId {
|
|
20
|
+
type: "external_encounter_id";
|
|
21
|
+
value: CandidApi.EncounterExternalId;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./AccountType";
|
|
2
2
|
export * from "./Allocation";
|
|
3
3
|
export * from "./AllocationCreate";
|
|
4
|
+
export * from "./AllocationEarmarkType";
|
|
4
5
|
export * from "./AllocationTarget";
|
|
5
6
|
export * from "./AllocationTargetCreate";
|
|
6
7
|
export * from "./AppointmentAllocationTarget";
|
|
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./AccountType"), exports);
|
|
18
18
|
__exportStar(require("./Allocation"), exports);
|
|
19
19
|
__exportStar(require("./AllocationCreate"), exports);
|
|
20
|
+
__exportStar(require("./AllocationEarmarkType"), exports);
|
|
20
21
|
__exportStar(require("./AllocationTarget"), exports);
|
|
21
22
|
__exportStar(require("./AllocationTargetCreate"), exports);
|
|
22
23
|
__exportStar(require("./AppointmentAllocationTarget"), exports);
|
|
@@ -20,10 +20,9 @@ export * as encounterProviders from "./encounterProviders";
|
|
|
20
20
|
export * as encounterSupplementalInformation from "./encounterSupplementalInformation";
|
|
21
21
|
export * as encounters from "./encounters";
|
|
22
22
|
export * as encountersUniversal from "./encountersUniversal";
|
|
23
|
-
export * as
|
|
24
|
-
export * from "./
|
|
23
|
+
export * as eras from "./eras";
|
|
24
|
+
export * from "./eras/types";
|
|
25
25
|
export * as events from "./events";
|
|
26
|
-
export * as expectedNetworkStatus from "./expectedNetworkStatus";
|
|
27
26
|
export * as exports from "./exports";
|
|
28
27
|
export * as externalPaymentAccountConfig from "./externalPaymentAccountConfig";
|
|
29
28
|
export * as feeSchedules from "./feeSchedules";
|
|
@@ -38,7 +37,6 @@ export * as individual from "./individual";
|
|
|
38
37
|
export * from "./individual/types";
|
|
39
38
|
export * as insuranceAdjudications from "./insuranceAdjudications";
|
|
40
39
|
export * as insuranceCards from "./insuranceCards";
|
|
41
|
-
export * as insurancePayments from "./insurancePayments";
|
|
42
40
|
export * as insuranceRefunds from "./insuranceRefunds";
|
|
43
41
|
export * as invoices from "./invoices";
|
|
44
42
|
export * from "./invoices/types";
|
|
@@ -58,6 +56,7 @@ export * from "./paymentAccountConfigs/types";
|
|
|
58
56
|
export * as pipelineCommons from "./pipelineCommons";
|
|
59
57
|
export * from "./pipelineCommons/types";
|
|
60
58
|
export * as preEncounter from "./preEncounter";
|
|
59
|
+
export * as relatedCausesInformation from "./relatedCausesInformation";
|
|
61
60
|
export * as serviceFacility from "./serviceFacility";
|
|
62
61
|
export * from "./serviceFacility/types";
|
|
63
62
|
export * as serviceLines from "./serviceLines";
|
|
@@ -36,8 +36,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.serviceFacility = exports.preEncounter = exports.pipelineCommons = exports.paymentAccountConfigs = exports.payers = exports.payerPlanGroups = exports.patientRefunds = exports.patientPayments = exports.patientAr = exports.organizationServiceFacilities = exports.organizationProviders = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.
|
|
40
|
-
exports.yesNoIndicator = exports.x12 = exports.writeOffs = exports.users = exports.tasks = exports.tags = exports.superbills =
|
|
39
|
+
exports.serviceLines = exports.serviceFacility = exports.relatedCausesInformation = exports.preEncounter = exports.pipelineCommons = exports.paymentAccountConfigs = exports.payers = exports.payerPlanGroups = exports.patientRefunds = exports.patientPayments = exports.patientAr = exports.organizationServiceFacilities = exports.organizationProviders = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insuranceCards = exports.insuranceAdjudications = exports.individual = exports.importInvoice = exports.identifiers = exports.healthCareCodeInformation = exports.guarantor = exports.financials = exports.feeSchedules = exports.externalPaymentAccountConfig = exports.exports = exports.events = exports.eras = exports.encountersUniversal = exports.encounters = exports.encounterSupplementalInformation = exports.encounterProviders = exports.encounterAttachments = exports.eligibility = exports.diagnoses = exports.customSchemas = exports.credentialing = exports.contracts = exports.commons = exports.clinicalTrials = exports.claims = exports.claimSubmission = exports.chargeCaptureBundles = exports.chargeCapture = exports.billingNotes = exports.auth = void 0;
|
|
40
|
+
exports.yesNoIndicator = exports.x12 = exports.writeOffs = exports.users = exports.tasks = exports.tags = exports.superbills = void 0;
|
|
41
41
|
exports.auth = __importStar(require("./auth"));
|
|
42
42
|
exports.billingNotes = __importStar(require("./billingNotes"));
|
|
43
43
|
exports.chargeCapture = __importStar(require("./chargeCapture"));
|
|
@@ -60,10 +60,9 @@ exports.encounterProviders = __importStar(require("./encounterProviders"));
|
|
|
60
60
|
exports.encounterSupplementalInformation = __importStar(require("./encounterSupplementalInformation"));
|
|
61
61
|
exports.encounters = __importStar(require("./encounters"));
|
|
62
62
|
exports.encountersUniversal = __importStar(require("./encountersUniversal"));
|
|
63
|
-
exports.
|
|
64
|
-
__exportStar(require("./
|
|
63
|
+
exports.eras = __importStar(require("./eras"));
|
|
64
|
+
__exportStar(require("./eras/types"), exports);
|
|
65
65
|
exports.events = __importStar(require("./events"));
|
|
66
|
-
exports.expectedNetworkStatus = __importStar(require("./expectedNetworkStatus"));
|
|
67
66
|
exports.exports = __importStar(require("./exports"));
|
|
68
67
|
exports.externalPaymentAccountConfig = __importStar(require("./externalPaymentAccountConfig"));
|
|
69
68
|
exports.feeSchedules = __importStar(require("./feeSchedules"));
|
|
@@ -78,7 +77,6 @@ exports.individual = __importStar(require("./individual"));
|
|
|
78
77
|
__exportStar(require("./individual/types"), exports);
|
|
79
78
|
exports.insuranceAdjudications = __importStar(require("./insuranceAdjudications"));
|
|
80
79
|
exports.insuranceCards = __importStar(require("./insuranceCards"));
|
|
81
|
-
exports.insurancePayments = __importStar(require("./insurancePayments"));
|
|
82
80
|
exports.insuranceRefunds = __importStar(require("./insuranceRefunds"));
|
|
83
81
|
exports.invoices = __importStar(require("./invoices"));
|
|
84
82
|
__exportStar(require("./invoices/types"), exports);
|
|
@@ -98,6 +96,7 @@ __exportStar(require("./paymentAccountConfigs/types"), exports);
|
|
|
98
96
|
exports.pipelineCommons = __importStar(require("./pipelineCommons"));
|
|
99
97
|
__exportStar(require("./pipelineCommons/types"), exports);
|
|
100
98
|
exports.preEncounter = __importStar(require("./preEncounter"));
|
|
99
|
+
exports.relatedCausesInformation = __importStar(require("./relatedCausesInformation"));
|
|
101
100
|
exports.serviceFacility = __importStar(require("./serviceFacility"));
|
|
102
101
|
__exportStar(require("./serviceFacility/types"), exports);
|
|
103
102
|
exports.serviceLines = __importStar(require("./serviceLines"));
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const RelatedCausesCode: {
|
|
2
|
+
/**
|
|
3
|
+
* Auto Accident */
|
|
4
|
+
readonly Caa: "AA";
|
|
5
|
+
/**
|
|
6
|
+
* Abuse */
|
|
7
|
+
readonly Cab: "AB";
|
|
8
|
+
/**
|
|
9
|
+
* Another Party Responsible */
|
|
10
|
+
readonly Cap: "AP";
|
|
11
|
+
/**
|
|
12
|
+
* Employment */
|
|
13
|
+
readonly Cem: "EM";
|
|
14
|
+
/**
|
|
15
|
+
* Other Accident */
|
|
16
|
+
readonly Coa: "OA";
|
|
17
|
+
/**
|
|
18
|
+
* Mutually Defined */
|
|
19
|
+
readonly Czz: "ZZ";
|
|
20
|
+
};
|
|
21
|
+
export type RelatedCausesCode = (typeof RelatedCausesCode)[keyof typeof RelatedCausesCode];
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.RelatedCausesCode = void 0;
|
|
5
|
+
exports.RelatedCausesCode = {
|
|
6
|
+
/**
|
|
7
|
+
* Auto Accident */
|
|
8
|
+
Caa: "AA",
|
|
9
|
+
/**
|
|
10
|
+
* Abuse */
|
|
11
|
+
Cab: "AB",
|
|
12
|
+
/**
|
|
13
|
+
* Another Party Responsible */
|
|
14
|
+
Cap: "AP",
|
|
15
|
+
/**
|
|
16
|
+
* Employment */
|
|
17
|
+
Cem: "EM",
|
|
18
|
+
/**
|
|
19
|
+
* Other Accident */
|
|
20
|
+
Coa: "OA",
|
|
21
|
+
/**
|
|
22
|
+
* Mutually Defined */
|
|
23
|
+
Czz: "ZZ",
|
|
24
|
+
};
|
package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
export interface RelatedCausesInformation {
|
|
3
|
+
relatedCausesCode1: CandidApi.relatedCausesInformation.v1.RelatedCausesCode;
|
|
4
|
+
relatedCausesCode2?: CandidApi.relatedCausesInformation.v1.RelatedCausesCode;
|
|
5
|
+
stateOrProvinceCode?: string;
|
|
6
|
+
}
|
|
@@ -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/dist/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
|
}
|
|
@@ -2,7 +2,7 @@ import type * as CandidApi from "../../../../api/index";
|
|
|
2
2
|
import * as core from "../../../../core";
|
|
3
3
|
import type * as serializers from "../../../index";
|
|
4
4
|
import { ClaimId } from "../../commons/types/ClaimId";
|
|
5
|
-
import { Era } from "../../
|
|
5
|
+
import { Era } from "../../eras/types/Era";
|
|
6
6
|
import { ServiceLine } from "../../serviceLines/resources/v2/types/ServiceLine";
|
|
7
7
|
import { ClaimStatus } from "./ClaimStatus";
|
|
8
8
|
export declare const Claim: core.serialization.ObjectSchema<serializers.Claim.Raw, CandidApi.Claim>;
|
|
@@ -37,7 +37,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.Claim = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../core"));
|
|
39
39
|
const ClaimId_1 = require("../../commons/types/ClaimId");
|
|
40
|
-
const Era_1 = require("../../
|
|
40
|
+
const Era_1 = require("../../eras/types/Era");
|
|
41
41
|
const ServiceLine_1 = require("../../serviceLines/resources/v2/types/ServiceLine");
|
|
42
42
|
const ClaimStatus_1 = require("./ClaimStatus");
|
|
43
43
|
exports.Claim = core.serialization.object({
|
|
@@ -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);
|
|
@@ -33,7 +33,6 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.submitEligibilityCheckAvailityPost = exports.submitEligibilityCheckAvaility =
|
|
37
|
-
exports.submitEligibilityCheck = __importStar(require("./submitEligibilityCheck"));
|
|
36
|
+
exports.submitEligibilityCheckAvailityPost = exports.submitEligibilityCheckAvaility = void 0;
|
|
38
37
|
exports.submitEligibilityCheckAvaility = __importStar(require("./submitEligibilityCheckAvaility"));
|
|
39
38
|
exports.submitEligibilityCheckAvailityPost = __importStar(require("./submitEligibilityCheckAvailityPost"));
|
package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import type * as serializers from "../../../../../index";
|
|
|
4
4
|
import { BillingProviderCommercialLicenseType } from "../../../../commons/types/BillingProviderCommercialLicenseType";
|
|
5
5
|
import { StreetAddressLongZip } from "../../../../commons/types/StreetAddressLongZip";
|
|
6
6
|
import { EncounterProviderBase } from "./EncounterProviderBase";
|
|
7
|
+
import { ProviderSecondaryIdentification } from "./ProviderSecondaryIdentification";
|
|
7
8
|
export declare const BillingProvider: core.serialization.ObjectSchema<serializers.encounterProviders.v2.BillingProvider.Raw, CandidApi.encounterProviders.v2.BillingProvider>;
|
|
8
9
|
export declare namespace BillingProvider {
|
|
9
10
|
interface Raw extends EncounterProviderBase.Raw {
|
|
@@ -12,5 +13,6 @@ export declare namespace BillingProvider {
|
|
|
12
13
|
npi: string;
|
|
13
14
|
taxonomy_code?: string | null;
|
|
14
15
|
provider_commercial_license_type?: BillingProviderCommercialLicenseType.Raw | null;
|
|
16
|
+
secondary_identification?: ProviderSecondaryIdentification.Raw | null;
|
|
15
17
|
}
|
|
16
18
|
}
|
package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js
CHANGED
|
@@ -39,6 +39,7 @@ const core = __importStar(require("../../../../../../core"));
|
|
|
39
39
|
const BillingProviderCommercialLicenseType_1 = require("../../../../commons/types/BillingProviderCommercialLicenseType");
|
|
40
40
|
const StreetAddressLongZip_1 = require("../../../../commons/types/StreetAddressLongZip");
|
|
41
41
|
const EncounterProviderBase_1 = require("./EncounterProviderBase");
|
|
42
|
+
const ProviderSecondaryIdentification_1 = require("./ProviderSecondaryIdentification");
|
|
42
43
|
exports.BillingProvider = core.serialization
|
|
43
44
|
.object({
|
|
44
45
|
address: StreetAddressLongZip_1.StreetAddressLongZip,
|
|
@@ -46,5 +47,6 @@ exports.BillingProvider = core.serialization
|
|
|
46
47
|
npi: core.serialization.string(),
|
|
47
48
|
taxonomyCode: core.serialization.property("taxonomy_code", core.serialization.string().optional()),
|
|
48
49
|
providerCommercialLicenseType: core.serialization.property("provider_commercial_license_type", BillingProviderCommercialLicenseType_1.BillingProviderCommercialLicenseType.optional()),
|
|
50
|
+
secondaryIdentification: core.serialization.property("secondary_identification", ProviderSecondaryIdentification_1.ProviderSecondaryIdentification.optional()),
|
|
49
51
|
})
|
|
50
52
|
.extend(EncounterProviderBase_1.EncounterProviderBase);
|
|
@@ -4,6 +4,7 @@ import type * as serializers from "../../../../../index";
|
|
|
4
4
|
import { BillingProviderCommercialLicenseType } from "../../../../commons/types/BillingProviderCommercialLicenseType";
|
|
5
5
|
import { StreetAddressLongZip } from "../../../../commons/types/StreetAddressLongZip";
|
|
6
6
|
import { EncounterProviderBase } from "./EncounterProviderBase";
|
|
7
|
+
import { ProviderSecondaryIdentification } from "./ProviderSecondaryIdentification";
|
|
7
8
|
export declare const BillingProviderUpdate: core.serialization.ObjectSchema<serializers.encounterProviders.v2.BillingProviderUpdate.Raw, CandidApi.encounterProviders.v2.BillingProviderUpdate>;
|
|
8
9
|
export declare namespace BillingProviderUpdate {
|
|
9
10
|
interface Raw extends EncounterProviderBase.Raw {
|
|
@@ -12,5 +13,6 @@ export declare namespace BillingProviderUpdate {
|
|
|
12
13
|
npi?: string | null;
|
|
13
14
|
taxonomy_code?: string | null;
|
|
14
15
|
provider_commercial_license_type?: BillingProviderCommercialLicenseType.Raw | null;
|
|
16
|
+
secondary_identification?: ProviderSecondaryIdentification.Raw | null;
|
|
15
17
|
}
|
|
16
18
|
}
|
package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js
CHANGED
|
@@ -39,6 +39,7 @@ const core = __importStar(require("../../../../../../core"));
|
|
|
39
39
|
const BillingProviderCommercialLicenseType_1 = require("../../../../commons/types/BillingProviderCommercialLicenseType");
|
|
40
40
|
const StreetAddressLongZip_1 = require("../../../../commons/types/StreetAddressLongZip");
|
|
41
41
|
const EncounterProviderBase_1 = require("./EncounterProviderBase");
|
|
42
|
+
const ProviderSecondaryIdentification_1 = require("./ProviderSecondaryIdentification");
|
|
42
43
|
exports.BillingProviderUpdate = core.serialization
|
|
43
44
|
.object({
|
|
44
45
|
address: StreetAddressLongZip_1.StreetAddressLongZip.optional(),
|
|
@@ -46,5 +47,6 @@ exports.BillingProviderUpdate = core.serialization
|
|
|
46
47
|
npi: core.serialization.string().optional(),
|
|
47
48
|
taxonomyCode: core.serialization.property("taxonomy_code", core.serialization.string().optional()),
|
|
48
49
|
providerCommercialLicenseType: core.serialization.property("provider_commercial_license_type", BillingProviderCommercialLicenseType_1.BillingProviderCommercialLicenseType.optional()),
|
|
50
|
+
secondaryIdentification: core.serialization.property("secondary_identification", ProviderSecondaryIdentification_1.ProviderSecondaryIdentification.optional()),
|
|
49
51
|
})
|
|
50
52
|
.extend(EncounterProviderBase_1.EncounterProviderBase);
|