candidhealth 1.17.1 → 1.17.3
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 -3
- package/Client.js +50 -55
- 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/ProviderSecondaryIdentification.d.ts +7 -1
- package/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.d.ts +9 -0
- package/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.js +12 -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/types/EncounterDeepOptional.d.ts +2 -0
- 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 +2 -3
- package/api/resources/index.js +4 -5
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
- 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/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -0
- package/api/resources/tasks/resources/commons/types/TaskType.js +1 -0
- package/dist/Client.d.ts +0 -3
- package/dist/Client.js +50 -55
- 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/ProviderSecondaryIdentification.d.ts +7 -1
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.d.ts +9 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.js +12 -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/types/EncounterDeepOptional.d.ts +2 -0
- 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 +2 -3
- package/dist/api/resources/index.js +4 -5
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
- 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/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskType.js +1 -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/ProviderSecondaryIdentification.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.d.ts +7 -0
- package/dist/serialization/resources/{expectedNetworkStatus/resources/v2/types/LineOfBusiness.js → encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.js} +2 -2
- 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/types/EncounterDeepOptional.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +2 -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 +2 -3
- package/dist/serialization/resources/index.js +4 -5
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +2 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +2 -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/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +1 -1
- package/dist/serialization/resources/tasks/resources/commons/types/TaskType.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +219 -557
- 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/ProviderSecondaryIdentification.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.d.ts +7 -0
- package/serialization/resources/{expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js → encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.js} +2 -2
- 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/types/EncounterDeepOptional.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +2 -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 +2 -3
- package/serialization/resources/index.js +4 -5
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +2 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +2 -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/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +1 -1
- package/serialization/resources/tasks/resources/commons/types/TaskType.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/index.js +0 -18
- 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/index.js +0 -18
- 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/ExpectedNetworkStatusResponse.js +0 -3
- 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/ComputeAllInNetworkProvidersRequest.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +0 -6
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +0 -13
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +0 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +0 -24
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +0 -5
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +0 -3
- 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/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/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/index.d.ts +0 -1
- package/dist/serialization/resources/expectedNetworkStatus/index.js +0 -17
- 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/ExpectedNetworkStatus.js +0 -39
- 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/EmptyObject.js +0 -39
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -9
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +0 -41
- 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/ExpectedNetworkStatusResponseV2.js +0 -44
- 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/InNetworkStatus.js +0 -44
- 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/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/index.d.ts +0 -1
- package/serialization/resources/expectedNetworkStatus/index.js +0 -17
- 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/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/EmptyObject.js +0 -39
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -9
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +0 -41
- 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/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/{commons/types/HttpServiceUnavailableErrorMessage.js → financials/types/AllocationEarmarkType.js} +0 -0
- /package/dist/api/resources/{era → eras}/index.d.ts +0 -0
- /package/dist/api/resources/{era → 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/v1/client/requests/ExpectedNetworkStatusRequest.js → dist/api/resources/financials/types/AllocationEarmarkType.js} +0 -0
- /package/dist/serialization/resources/{era → eras}/index.d.ts +0 -0
- /package/dist/serialization/resources/{era → eras}/index.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/{era → eras}/index.d.ts +0 -0
- /package/serialization/resources/{era → eras}/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
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type * as CandidApi from "../../../../../index";
|
|
2
|
-
export interface ComputeAllInNetworkProvidersRequest {
|
|
3
|
-
/**
|
|
4
|
-
* For some payers, payer routing depends on whether the rendered service qualifies as a behavioral health visit
|
|
5
|
-
* (e.g. Blue Shield of California routes to Magellan for behavioral health visits).
|
|
6
|
-
*
|
|
7
|
-
* For post appointment payer routing, Candid uses a CPT code list to determine whether the appointment qualifies as a
|
|
8
|
-
* behavioral health visit
|
|
9
|
-
* (see “Inputs: Service Type” in the appendix for list of qualifying CPT codes and behavioral health routing logic).
|
|
10
|
-
* Since CPT codes are not available pre-appointment, the service type input is used to determine whether the appointment is expected
|
|
11
|
-
* to qualify as behavioral health.
|
|
12
|
-
*/
|
|
13
|
-
serviceType: CandidApi.expectedNetworkStatus.v2.ServiceType;
|
|
14
|
-
/** Expected place of service */
|
|
15
|
-
placeOfServiceCode: CandidApi.FacilityTypeCode;
|
|
16
|
-
/** Information present on the patient's insurance card */
|
|
17
|
-
subscriberInformation: CandidApi.expectedNetworkStatus.v2.ExpectedNetworkStatusSubscriberInformation;
|
|
18
|
-
patientAddress: CandidApi.StreetAddressShortZip;
|
|
19
|
-
billingProviderId: CandidApi.organizationProviders.v2.OrganizationProviderId;
|
|
20
|
-
/** The id of the service facility where the appointment will be rendered */
|
|
21
|
-
organizationServiceFacilityId: CandidApi.organizationServiceFacilities.v2.OrganizationServiceFacilityId;
|
|
22
|
-
/** Expected date of service */
|
|
23
|
-
dateOfService: string;
|
|
24
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type * as CandidApi from "../../../../../index";
|
|
2
|
-
export interface ComputeAllInNetworkProvidersResponse {
|
|
3
|
-
computedNetworkStatus: CandidApi.expectedNetworkStatus.v2.ComputeAllInNetworkRenderingProvidersResult;
|
|
4
|
-
/** Unique network status check ID for this request */
|
|
5
|
-
networkStatusCheckId: CandidApi.expectedNetworkStatus.v2.NetworkStatusCheckId;
|
|
6
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type * as CandidApi from "../../../../../index";
|
|
2
|
-
export type ComputeAllInNetworkRenderingProvidersResult = CandidApi.expectedNetworkStatus.v2.ComputeAllInNetworkRenderingProvidersResult.RenderingProviders | CandidApi.expectedNetworkStatus.v2.ComputeAllInNetworkRenderingProvidersResult.Indeterminate | CandidApi.expectedNetworkStatus.v2.ComputeAllInNetworkRenderingProvidersResult.OutOfNetwork;
|
|
3
|
-
export declare namespace ComputeAllInNetworkRenderingProvidersResult {
|
|
4
|
-
interface RenderingProviders extends CandidApi.expectedNetworkStatus.v2.InNetworkRenderingProvidersDetail {
|
|
5
|
-
type: "rendering_providers";
|
|
6
|
-
}
|
|
7
|
-
interface Indeterminate extends CandidApi.expectedNetworkStatus.v2.IndeterminateNetworkStatus {
|
|
8
|
-
type: "indeterminate";
|
|
9
|
-
}
|
|
10
|
-
interface OutOfNetwork extends CandidApi.expectedNetworkStatus.v2.OutOfNetworkStatus {
|
|
11
|
-
type: "out_of_network";
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type EmptyObject = {};
|
package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type * as CandidApi from "../../../../../index";
|
|
2
|
-
export interface ExpectedNetworkStatusRequestV2 {
|
|
3
|
-
/**
|
|
4
|
-
* For some payers, payer routing depends on whether the rendered service qualifies as a behavioral health visit
|
|
5
|
-
* (e.g. Blue Shield of California routes to Magellan for behavioral health visits).
|
|
6
|
-
*
|
|
7
|
-
* For post appointment payer routing, Candid uses a CPT code list to determine whether the appointment qualifies as a
|
|
8
|
-
* behavioral health visit
|
|
9
|
-
* (see “Inputs: Service Type” in the appendix for list of qualifying CPT codes and behavioral health routing logic).
|
|
10
|
-
* Since CPT codes are not available pre-appointment, the service type input is used to determine whether the appointment is expected
|
|
11
|
-
* to qualify as behavioral health.
|
|
12
|
-
*/
|
|
13
|
-
serviceType: CandidApi.expectedNetworkStatus.v2.ServiceType;
|
|
14
|
-
/** Expected place of service */
|
|
15
|
-
placeOfServiceCode: CandidApi.FacilityTypeCode;
|
|
16
|
-
/** Information present on the patient's insurance card */
|
|
17
|
-
subscriberInformation: CandidApi.expectedNetworkStatus.v2.ExpectedNetworkStatusSubscriberInformation;
|
|
18
|
-
patientAddress: CandidApi.StreetAddressShortZip;
|
|
19
|
-
billingProviderId: CandidApi.organizationProviders.v2.OrganizationProviderId;
|
|
20
|
-
/** The id of the service facility where the appointment will be rendered */
|
|
21
|
-
organizationServiceFacilityId: CandidApi.organizationServiceFacilities.v2.OrganizationServiceFacilityId;
|
|
22
|
-
/** Expected date of service */
|
|
23
|
-
dateOfService: string;
|
|
24
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type * as CandidApi from "../../../../../index";
|
|
2
|
-
export interface ExpectedNetworkStatusSubscriberInformation {
|
|
3
|
-
/** The UUID that corresponds with the payer on the patient’s insurance card */
|
|
4
|
-
payerUuid: CandidApi.payers.v3.PayerUuid;
|
|
5
|
-
/** The member_id on the patient’s insurance card */
|
|
6
|
-
memberId: string;
|
|
7
|
-
/** The insurance information on the patient's insurance card */
|
|
8
|
-
insuranceType: CandidApi.expectedNetworkStatus.v2.InsuranceType;
|
|
9
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type * as CandidApi from "../../../../../index";
|
|
2
|
-
export type ExpectedNetworkStatusV2 = CandidApi.expectedNetworkStatus.v2.ExpectedNetworkStatusV2.InNetwork | CandidApi.expectedNetworkStatus.v2.ExpectedNetworkStatusV2.OutOfNetwork | CandidApi.expectedNetworkStatus.v2.ExpectedNetworkStatusV2.Indeterminate;
|
|
3
|
-
export declare namespace ExpectedNetworkStatusV2 {
|
|
4
|
-
interface InNetwork extends CandidApi.expectedNetworkStatus.v2.InNetworkStatus {
|
|
5
|
-
type: "in_network";
|
|
6
|
-
}
|
|
7
|
-
interface OutOfNetwork extends CandidApi.expectedNetworkStatus.v2.OutOfNetworkStatus {
|
|
8
|
-
type: "out_of_network";
|
|
9
|
-
}
|
|
10
|
-
interface Indeterminate extends CandidApi.expectedNetworkStatus.v2.IndeterminateNetworkStatus {
|
|
11
|
-
type: "indeterminate";
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare const Explanation: {
|
|
2
|
-
readonly RoutingFailed: "Payer Routing and/or Billing Provider Routing Failed";
|
|
3
|
-
readonly PayerMatchFailed: "No Effective Contract with Payer";
|
|
4
|
-
readonly BillingProviderMatchFailed: "No Effective Contract with Billing Provider";
|
|
5
|
-
readonly CoveredGeographyMatchFailed: "No Effective Contract with Covered Geography";
|
|
6
|
-
readonly LineOfBusinessMatchFailed: "No Effective Contract with Line of Business";
|
|
7
|
-
readonly InsuranceTypeMatchFailed: "No Effective Contract with Insurance Type";
|
|
8
|
-
readonly RenderingProviderMatchFailed: "No Effective Contract with Rendering Provider";
|
|
9
|
-
readonly RenderingProviderCredentialingCheckFailed: "Rendering Provider Not Credentialed";
|
|
10
|
-
};
|
|
11
|
-
export type Explanation = (typeof Explanation)[keyof typeof Explanation];
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Explanation = void 0;
|
|
5
|
-
exports.Explanation = {
|
|
6
|
-
RoutingFailed: "Payer Routing and/or Billing Provider Routing Failed",
|
|
7
|
-
PayerMatchFailed: "No Effective Contract with Payer",
|
|
8
|
-
BillingProviderMatchFailed: "No Effective Contract with Billing Provider",
|
|
9
|
-
CoveredGeographyMatchFailed: "No Effective Contract with Covered Geography",
|
|
10
|
-
LineOfBusinessMatchFailed: "No Effective Contract with Line of Business",
|
|
11
|
-
InsuranceTypeMatchFailed: "No Effective Contract with Insurance Type",
|
|
12
|
-
RenderingProviderMatchFailed: "No Effective Contract with Rendering Provider",
|
|
13
|
-
RenderingProviderCredentialingCheckFailed: "Rendering Provider Not Credentialed",
|
|
14
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type * as CandidApi from "../../../../../index";
|
|
2
|
-
export interface InNetworkRenderingProvidersDetail {
|
|
3
|
-
renderingProviders: CandidApi.organizationProviders.v2.OrganizationProviderId[];
|
|
4
|
-
routedPayerUuid: CandidApi.payers.v3.PayerUuid;
|
|
5
|
-
routedBillingProviderId: CandidApi.organizationProviders.v2.OrganizationProviderId;
|
|
6
|
-
}
|
package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type * as CandidApi from "../../../../../index";
|
|
2
|
-
export interface IndeterminateNetworkStatus {
|
|
3
|
-
error: string;
|
|
4
|
-
explanation: CandidApi.expectedNetworkStatus.v2.Explanation;
|
|
5
|
-
routedPayerUuid?: CandidApi.payers.v3.PayerUuid;
|
|
6
|
-
routedBillingProviderId?: CandidApi.organizationProviders.v2.OrganizationProviderId;
|
|
7
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type * as CandidApi from "../../../../../index";
|
|
2
|
-
export interface InsuranceType {
|
|
3
|
-
/** The line of business associated with the patient’s insurance */
|
|
4
|
-
lineOfBusiness: CandidApi.expectedNetworkStatus.v2.LineOfBusiness;
|
|
5
|
-
insuranceTypeCodes: CandidApi.expectedNetworkStatus.v2.InsuranceTypeCodes;
|
|
6
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type * as CandidApi from "../../../../../index";
|
|
2
|
-
export type InsuranceTypeCodes =
|
|
3
|
-
/**
|
|
4
|
-
* Match contracts on the provided insurance type code during the expected network status check. */
|
|
5
|
-
CandidApi.expectedNetworkStatus.v2.InsuranceTypeCodes.InsuranceTypeCode
|
|
6
|
-
/**
|
|
7
|
-
* Provide this if the insurance type code is unknown; causes the expected network status check to return indeterminate response. */
|
|
8
|
-
| CandidApi.expectedNetworkStatus.v2.InsuranceTypeCodes.UnknownInsuranceTypeCode
|
|
9
|
-
/**
|
|
10
|
-
* Skips the insurance type validation when matching contracts in the expected network status check. */
|
|
11
|
-
| CandidApi.expectedNetworkStatus.v2.InsuranceTypeCodes.NotApplicable;
|
|
12
|
-
export declare namespace InsuranceTypeCodes {
|
|
13
|
-
interface InsuranceTypeCode {
|
|
14
|
-
type: "insurance_type_code";
|
|
15
|
-
value: CandidApi.InsuranceTypeCode;
|
|
16
|
-
}
|
|
17
|
-
interface UnknownInsuranceTypeCode extends CandidApi.expectedNetworkStatus.v2.EmptyObject {
|
|
18
|
-
type: "unknown_insurance_type_code";
|
|
19
|
-
}
|
|
20
|
-
interface NotApplicable extends CandidApi.expectedNetworkStatus.v2.EmptyObject {
|
|
21
|
-
type: "not_applicable";
|
|
22
|
-
}
|
|
23
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.LineOfBusiness = void 0;
|
|
5
|
-
exports.LineOfBusiness = {
|
|
6
|
-
Medicare: "medicare",
|
|
7
|
-
Medicaid: "medicaid",
|
|
8
|
-
Commercial: "commercial",
|
|
9
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type * as CandidApi from "../../../../../index";
|
|
2
|
-
export type NetworkStatusCheckId = string & {
|
|
3
|
-
expectedNetworkStatus_v2_NetworkStatusCheckId: void;
|
|
4
|
-
};
|
|
5
|
-
export declare function NetworkStatusCheckId(value: string): CandidApi.expectedNetworkStatus.v2.NetworkStatusCheckId;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type * as CandidApi from "../../../../../index";
|
|
2
|
-
export interface OutOfNetworkStatus {
|
|
3
|
-
explanation: CandidApi.expectedNetworkStatus.v2.Explanation;
|
|
4
|
-
routedPayerUuid: CandidApi.payers.v3.PayerUuid;
|
|
5
|
-
routedBillingProviderId: CandidApi.organizationProviders.v2.OrganizationProviderId;
|
|
6
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
export declare const ServiceType: {
|
|
2
|
-
readonly NewPatientVideoAppt: "new_patient_video_appt";
|
|
3
|
-
readonly NewPatientPrevVideoAppt: "new_patient_prev_video_appt";
|
|
4
|
-
readonly NewPatientOfficeAppt: "new_patient_office_appt";
|
|
5
|
-
readonly EstablishedPatientVideoAppt: "established_patient_video_appt";
|
|
6
|
-
readonly EstablishedPatientPrevVideoAppt: "established_patient_prev_video_appt";
|
|
7
|
-
readonly EstablishedPatientOfficeAppt: "established_patient_office_appt";
|
|
8
|
-
readonly PatientPortalWithQualifiedPhysician: "patient_portal_with_qualified_physician";
|
|
9
|
-
readonly PatientPortalWithNonQualifiedPhysician: "patient_portal_with_non_qualified_physician";
|
|
10
|
-
readonly GroupTherapy: "group_therapy";
|
|
11
|
-
readonly PhoneAppt: "phone_appt";
|
|
12
|
-
readonly AnnualWellnessVisit: "annual_wellness_visit";
|
|
13
|
-
readonly RemotePatientMonitoring: "remote_patient_monitoring";
|
|
14
|
-
readonly Diagnostic: "diagnostic";
|
|
15
|
-
readonly CardiacMonitoring: "cardiac_monitoring";
|
|
16
|
-
readonly CardiacCodes: "cardiac_codes";
|
|
17
|
-
readonly Psychotherapy: "psychotherapy";
|
|
18
|
-
readonly PhoneTherapy: "phone_therapy";
|
|
19
|
-
readonly AlcoholAbuse: "alcohol_abuse";
|
|
20
|
-
readonly SmokingCessation: "smoking_cessation";
|
|
21
|
-
readonly SpeechTherapy: "speech_therapy";
|
|
22
|
-
readonly HomeVisit: "home_visit";
|
|
23
|
-
readonly MedicalNutritionTherapy: "medical_nutrition_therapy";
|
|
24
|
-
readonly NutritionalCounseling: "nutritional_counseling";
|
|
25
|
-
readonly DietitianVisit: "dietitian_visit";
|
|
26
|
-
readonly PreventativeMedicineCounseling: "preventative_medicine_counseling";
|
|
27
|
-
readonly ChronicCare: "chronic_care";
|
|
28
|
-
readonly AdvanceCare: "advance_care";
|
|
29
|
-
readonly CollaborativeCareManagement: "collaborative_care_management";
|
|
30
|
-
readonly AbortionCare: "abortion_care";
|
|
31
|
-
readonly AbortionDrugs: "abortion_drugs";
|
|
32
|
-
readonly RemoteTherapeuticMonitoring: "remote_therapeutic_monitoring";
|
|
33
|
-
readonly PrincipalCareMgmt: "principal_care_mgmt";
|
|
34
|
-
readonly OtherEm: "other_em";
|
|
35
|
-
readonly TelehealthOud: "telehealth_oud";
|
|
36
|
-
readonly SubstanceAbuseTreatment: "substance_abuse_treatment";
|
|
37
|
-
readonly Acupuncture: "acupuncture";
|
|
38
|
-
readonly PhysicalTherapy: "physical_therapy";
|
|
39
|
-
readonly LactationConsulting: "lactation_consulting";
|
|
40
|
-
readonly SleepStudy: "sleep_study";
|
|
41
|
-
readonly CmsTelehealthCodes: "cms_telehealth_codes";
|
|
42
|
-
readonly CmsTelehealthAudioCodes: "cms_telehealth_audio_codes";
|
|
43
|
-
};
|
|
44
|
-
export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.ServiceType = void 0;
|
|
5
|
-
exports.ServiceType = {
|
|
6
|
-
NewPatientVideoAppt: "new_patient_video_appt",
|
|
7
|
-
NewPatientPrevVideoAppt: "new_patient_prev_video_appt",
|
|
8
|
-
NewPatientOfficeAppt: "new_patient_office_appt",
|
|
9
|
-
EstablishedPatientVideoAppt: "established_patient_video_appt",
|
|
10
|
-
EstablishedPatientPrevVideoAppt: "established_patient_prev_video_appt",
|
|
11
|
-
EstablishedPatientOfficeAppt: "established_patient_office_appt",
|
|
12
|
-
PatientPortalWithQualifiedPhysician: "patient_portal_with_qualified_physician",
|
|
13
|
-
PatientPortalWithNonQualifiedPhysician: "patient_portal_with_non_qualified_physician",
|
|
14
|
-
GroupTherapy: "group_therapy",
|
|
15
|
-
PhoneAppt: "phone_appt",
|
|
16
|
-
AnnualWellnessVisit: "annual_wellness_visit",
|
|
17
|
-
RemotePatientMonitoring: "remote_patient_monitoring",
|
|
18
|
-
Diagnostic: "diagnostic",
|
|
19
|
-
CardiacMonitoring: "cardiac_monitoring",
|
|
20
|
-
CardiacCodes: "cardiac_codes",
|
|
21
|
-
Psychotherapy: "psychotherapy",
|
|
22
|
-
PhoneTherapy: "phone_therapy",
|
|
23
|
-
AlcoholAbuse: "alcohol_abuse",
|
|
24
|
-
SmokingCessation: "smoking_cessation",
|
|
25
|
-
SpeechTherapy: "speech_therapy",
|
|
26
|
-
HomeVisit: "home_visit",
|
|
27
|
-
MedicalNutritionTherapy: "medical_nutrition_therapy",
|
|
28
|
-
NutritionalCounseling: "nutritional_counseling",
|
|
29
|
-
DietitianVisit: "dietitian_visit",
|
|
30
|
-
PreventativeMedicineCounseling: "preventative_medicine_counseling",
|
|
31
|
-
ChronicCare: "chronic_care",
|
|
32
|
-
AdvanceCare: "advance_care",
|
|
33
|
-
CollaborativeCareManagement: "collaborative_care_management",
|
|
34
|
-
AbortionCare: "abortion_care",
|
|
35
|
-
AbortionDrugs: "abortion_drugs",
|
|
36
|
-
RemoteTherapeuticMonitoring: "remote_therapeutic_monitoring",
|
|
37
|
-
PrincipalCareMgmt: "principal_care_mgmt",
|
|
38
|
-
OtherEm: "other_em",
|
|
39
|
-
TelehealthOud: "telehealth_oud",
|
|
40
|
-
SubstanceAbuseTreatment: "substance_abuse_treatment",
|
|
41
|
-
Acupuncture: "acupuncture",
|
|
42
|
-
PhysicalTherapy: "physical_therapy",
|
|
43
|
-
LactationConsulting: "lactation_consulting",
|
|
44
|
-
SleepStudy: "sleep_study",
|
|
45
|
-
CmsTelehealthCodes: "cms_telehealth_codes",
|
|
46
|
-
CmsTelehealthAudioCodes: "cms_telehealth_audio_codes",
|
|
47
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export * from "./ComputeAllInNetworkProvidersRequest";
|
|
2
|
-
export * from "./ComputeAllInNetworkProvidersResponse";
|
|
3
|
-
export * from "./ComputeAllInNetworkRenderingProvidersResult";
|
|
4
|
-
export * from "./EmptyObject";
|
|
5
|
-
export * from "./ExpectedNetworkStatusCheckErrorMessage";
|
|
6
|
-
export * from "./ExpectedNetworkStatusRequestV2";
|
|
7
|
-
export * from "./ExpectedNetworkStatusResponseV2";
|
|
8
|
-
export * from "./ExpectedNetworkStatusSubscriberInformation";
|
|
9
|
-
export * from "./ExpectedNetworkStatusV2";
|
|
10
|
-
export * from "./Explanation";
|
|
11
|
-
export * from "./IndeterminateNetworkStatus";
|
|
12
|
-
export * from "./InNetworkRenderingProvidersDetail";
|
|
13
|
-
export * from "./InNetworkStatus";
|
|
14
|
-
export * from "./InsuranceType";
|
|
15
|
-
export * from "./InsuranceTypeCodes";
|
|
16
|
-
export * from "./LineOfBusiness";
|
|
17
|
-
export * from "./NetworkStatusCheckId";
|
|
18
|
-
export * from "./OutOfNetworkStatus";
|
|
19
|
-
export * from "./ServiceType";
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./ComputeAllInNetworkProvidersRequest"), exports);
|
|
18
|
-
__exportStar(require("./ComputeAllInNetworkProvidersResponse"), exports);
|
|
19
|
-
__exportStar(require("./ComputeAllInNetworkRenderingProvidersResult"), exports);
|
|
20
|
-
__exportStar(require("./EmptyObject"), exports);
|
|
21
|
-
__exportStar(require("./ExpectedNetworkStatusCheckErrorMessage"), exports);
|
|
22
|
-
__exportStar(require("./ExpectedNetworkStatusRequestV2"), exports);
|
|
23
|
-
__exportStar(require("./ExpectedNetworkStatusResponseV2"), exports);
|
|
24
|
-
__exportStar(require("./ExpectedNetworkStatusSubscriberInformation"), exports);
|
|
25
|
-
__exportStar(require("./ExpectedNetworkStatusV2"), exports);
|
|
26
|
-
__exportStar(require("./Explanation"), exports);
|
|
27
|
-
__exportStar(require("./IndeterminateNetworkStatus"), exports);
|
|
28
|
-
__exportStar(require("./InNetworkRenderingProvidersDetail"), exports);
|
|
29
|
-
__exportStar(require("./InNetworkStatus"), exports);
|
|
30
|
-
__exportStar(require("./InsuranceType"), exports);
|
|
31
|
-
__exportStar(require("./InsuranceTypeCodes"), exports);
|
|
32
|
-
__exportStar(require("./LineOfBusiness"), exports);
|
|
33
|
-
__exportStar(require("./NetworkStatusCheckId"), exports);
|
|
34
|
-
__exportStar(require("./OutOfNetworkStatus"), exports);
|
|
35
|
-
__exportStar(require("./ServiceType"), exports);
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type * as core from "../../../../../../core";
|
|
2
|
-
import * as CandidApi from "../../../../../index";
|
|
3
|
-
export type Error = CandidApi.eligibility.v2.submitEligibilityCheck.Error.HttpServiceUnavailableError | CandidApi.eligibility.v2.submitEligibilityCheck.Error._Unknown;
|
|
4
|
-
export declare namespace Error {
|
|
5
|
-
interface HttpServiceUnavailableError extends _Utils {
|
|
6
|
-
errorName: "HttpServiceUnavailableError";
|
|
7
|
-
content: CandidApi.HttpServiceUnavailableErrorMessage;
|
|
8
|
-
}
|
|
9
|
-
interface _Unknown extends _Utils {
|
|
10
|
-
errorName: void;
|
|
11
|
-
content: core.Fetcher.Error;
|
|
12
|
-
}
|
|
13
|
-
interface _Utils {
|
|
14
|
-
_visit: <_Result>(visitor: CandidApi.eligibility.v2.submitEligibilityCheck.Error._Visitor<_Result>) => _Result;
|
|
15
|
-
}
|
|
16
|
-
interface _Visitor<_Result> {
|
|
17
|
-
httpServiceUnavailableError: (value: CandidApi.HttpServiceUnavailableErrorMessage) => _Result;
|
|
18
|
-
_other: (value: core.Fetcher.Error) => _Result;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
export declare const Error: {
|
|
22
|
-
readonly httpServiceUnavailableError: (value: CandidApi.HttpServiceUnavailableErrorMessage) => CandidApi.eligibility.v2.submitEligibilityCheck.Error.HttpServiceUnavailableError;
|
|
23
|
-
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.eligibility.v2.submitEligibilityCheck.Error._Unknown;
|
|
24
|
-
readonly _visit: <_Result>(value: CandidApi.eligibility.v2.submitEligibilityCheck.Error, visitor: CandidApi.eligibility.v2.submitEligibilityCheck.Error._Visitor<_Result>) => _Result;
|
|
25
|
-
};
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.Error = void 0;
|
|
38
|
-
const CandidApi = __importStar(require("../../../../../index"));
|
|
39
|
-
exports.Error = {
|
|
40
|
-
httpServiceUnavailableError: (value) => {
|
|
41
|
-
return {
|
|
42
|
-
content: value,
|
|
43
|
-
errorName: "HttpServiceUnavailableError",
|
|
44
|
-
_visit: function (visitor) {
|
|
45
|
-
return CandidApi.eligibility.v2.submitEligibilityCheck.Error._visit(this, visitor);
|
|
46
|
-
},
|
|
47
|
-
};
|
|
48
|
-
},
|
|
49
|
-
_unknown: (fetcherError) => {
|
|
50
|
-
return {
|
|
51
|
-
errorName: undefined,
|
|
52
|
-
content: fetcherError,
|
|
53
|
-
_visit: function (visitor) {
|
|
54
|
-
return CandidApi.eligibility.v2.submitEligibilityCheck.Error._visit(this, visitor);
|
|
55
|
-
},
|
|
56
|
-
};
|
|
57
|
-
},
|
|
58
|
-
_visit: (value, visitor) => {
|
|
59
|
-
switch (value.errorName) {
|
|
60
|
-
case "HttpServiceUnavailableError":
|
|
61
|
-
return visitor.httpServiceUnavailableError(value.content);
|
|
62
|
-
default:
|
|
63
|
-
return visitor._other(value);
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { BaseClientOptions } from "../../../../BaseClient";
|
|
2
|
-
import type * as core from "../../../../core";
|
|
3
|
-
import { V1 } from "../resources/v1/client/Client";
|
|
4
|
-
import { V2 } from "../resources/v2/client/Client";
|
|
5
|
-
export declare namespace ExpectedNetworkStatus {
|
|
6
|
-
interface Options extends BaseClientOptions {
|
|
7
|
-
token?: core.Supplier<core.BearerToken | undefined>;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
export declare class ExpectedNetworkStatus {
|
|
11
|
-
protected readonly _options: ExpectedNetworkStatus.Options;
|
|
12
|
-
protected _v1: V1 | undefined;
|
|
13
|
-
protected _v2: V2 | undefined;
|
|
14
|
-
constructor(_options?: ExpectedNetworkStatus.Options);
|
|
15
|
-
get v1(): V1;
|
|
16
|
-
get v2(): V2;
|
|
17
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.ExpectedNetworkStatus = void 0;
|
|
5
|
-
const Client_1 = require("../resources/v1/client/Client");
|
|
6
|
-
const Client_2 = require("../resources/v2/client/Client");
|
|
7
|
-
class ExpectedNetworkStatus {
|
|
8
|
-
constructor(_options = {}) {
|
|
9
|
-
this._options = _options;
|
|
10
|
-
}
|
|
11
|
-
get v1() {
|
|
12
|
-
var _a;
|
|
13
|
-
return ((_a = this._v1) !== null && _a !== void 0 ? _a : (this._v1 = new Client_1.V1(this._options)));
|
|
14
|
-
}
|
|
15
|
-
get v2() {
|
|
16
|
-
var _a;
|
|
17
|
-
return ((_a = this._v2) !== null && _a !== void 0 ? _a : (this._v2 = new Client_2.V2(this._options)));
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.ExpectedNetworkStatus = ExpectedNetworkStatus;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|