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,4 +1,10 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
1
2
|
export interface ProviderSecondaryIdentification {
|
|
2
|
-
/** Value cannot exceed 50 characters */
|
|
3
|
+
/** Represents REF02 on the EDI 837 Loop 2010BB Billing Provider Secondary Identification segment. Value cannot exceed 50 characters */
|
|
3
4
|
referenceIdentification: string;
|
|
5
|
+
/**
|
|
6
|
+
* Represents REF01 on the EDI 837 Loop 2010BB Billing Provider Secondary Identification segment.
|
|
7
|
+
* Valid values include G2 (Provider Commercial Number) and LU (Location Number). Defaults to G2 if not set.
|
|
8
|
+
*/
|
|
9
|
+
referenceIdentificationQualifier?: CandidApi.encounterProviders.v2.ProviderSecondaryIdentificationQualifier;
|
|
4
10
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const ProviderSecondaryIdentificationQualifier: {
|
|
2
|
+
/**
|
|
3
|
+
* Provider Commercial Number */
|
|
4
|
+
readonly G2: "G2";
|
|
5
|
+
/**
|
|
6
|
+
* Location Number */
|
|
7
|
+
readonly Lu: "LU";
|
|
8
|
+
};
|
|
9
|
+
export type ProviderSecondaryIdentificationQualifier = (typeof ProviderSecondaryIdentificationQualifier)[keyof typeof ProviderSecondaryIdentificationQualifier];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ProviderSecondaryIdentificationQualifier = void 0;
|
|
5
|
+
exports.ProviderSecondaryIdentificationQualifier = {
|
|
6
|
+
/**
|
|
7
|
+
* Provider Commercial Number */
|
|
8
|
+
G2: "G2",
|
|
9
|
+
/**
|
|
10
|
+
* Location Number */
|
|
11
|
+
Lu: "LU",
|
|
12
|
+
};
|
|
@@ -11,6 +11,7 @@ export * from "./OrderingProviderOptional";
|
|
|
11
11
|
export * from "./OrderingProviderUpdate";
|
|
12
12
|
export * from "./ProviderId";
|
|
13
13
|
export * from "./ProviderSecondaryIdentification";
|
|
14
|
+
export * from "./ProviderSecondaryIdentificationQualifier";
|
|
14
15
|
export * from "./ReferringProvider";
|
|
15
16
|
export * from "./ReferringProviderUpdate";
|
|
16
17
|
export * from "./ReferringProviderUpdateWithOptionalAddress";
|
|
@@ -27,6 +27,7 @@ __exportStar(require("./OrderingProviderOptional"), exports);
|
|
|
27
27
|
__exportStar(require("./OrderingProviderUpdate"), exports);
|
|
28
28
|
__exportStar(require("./ProviderId"), exports);
|
|
29
29
|
__exportStar(require("./ProviderSecondaryIdentification"), exports);
|
|
30
|
+
__exportStar(require("./ProviderSecondaryIdentificationQualifier"), exports);
|
|
30
31
|
__exportStar(require("./ReferringProvider"), exports);
|
|
31
32
|
__exportStar(require("./ReferringProviderUpdate"), exports);
|
|
32
33
|
__exportStar(require("./ReferringProviderUpdateWithOptionalAddress"), exports);
|
|
@@ -79,4 +79,6 @@ export interface EncounterDeepOptional extends CandidApi.encounters.v4.Encounter
|
|
|
79
79
|
billingProvider?: CandidApi.encounterProviders.v2.BillingProviderUpdateWithOptionalAddress;
|
|
80
80
|
/** Specifies the address to which payments for the claim should be sent. */
|
|
81
81
|
payToAddress?: CandidApi.StreetAddressShortZipOptional;
|
|
82
|
+
/** Corresponds to box 10a on the CMS-1500 (Loop 2300 on 837) */
|
|
83
|
+
relatedCausesInformation?: CandidApi.relatedCausesInformation.v1.RelatedCausesInformationCreate;
|
|
82
84
|
}
|
|
@@ -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";
|
|
@@ -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.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.
|
|
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"));
|
|
@@ -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
|
}
|
|
@@ -11,5 +11,6 @@ export declare const TaskType: {
|
|
|
11
11
|
readonly PayerConfigurationError: "PAYER_CONFIGURATION_ERROR";
|
|
12
12
|
readonly DenialResolution: "DENIAL_RESOLUTION";
|
|
13
13
|
readonly MissingEnrollment: "MISSING_ENROLLMENT";
|
|
14
|
+
readonly ChargeCaptureUpdate: "CHARGE_CAPTURE_UPDATE";
|
|
14
15
|
};
|
|
15
16
|
export type TaskType = (typeof TaskType)[keyof typeof TaskType];
|
|
@@ -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"));
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type * as CandidApi from "../../../../../../api/index";
|
|
2
2
|
import * as core from "../../../../../../core";
|
|
3
3
|
import type * as serializers from "../../../../../index";
|
|
4
|
+
import { ProviderSecondaryIdentificationQualifier } from "./ProviderSecondaryIdentificationQualifier";
|
|
4
5
|
export declare const ProviderSecondaryIdentification: core.serialization.ObjectSchema<serializers.encounterProviders.v2.ProviderSecondaryIdentification.Raw, CandidApi.encounterProviders.v2.ProviderSecondaryIdentification>;
|
|
5
6
|
export declare namespace ProviderSecondaryIdentification {
|
|
6
7
|
interface Raw {
|
|
7
8
|
reference_identification: string;
|
|
9
|
+
reference_identification_qualifier?: ProviderSecondaryIdentificationQualifier.Raw | null;
|
|
8
10
|
}
|
|
9
11
|
}
|
|
@@ -36,6 +36,8 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.ProviderSecondaryIdentification = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../../../core"));
|
|
39
|
+
const ProviderSecondaryIdentificationQualifier_1 = require("./ProviderSecondaryIdentificationQualifier");
|
|
39
40
|
exports.ProviderSecondaryIdentification = core.serialization.object({
|
|
40
41
|
referenceIdentification: core.serialization.property("reference_identification", core.serialization.string()),
|
|
42
|
+
referenceIdentificationQualifier: core.serialization.property("reference_identification_qualifier", ProviderSecondaryIdentificationQualifier_1.ProviderSecondaryIdentificationQualifier.optional()),
|
|
41
43
|
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../../api/index";
|
|
2
|
+
import * as core from "../../../../../../core";
|
|
3
|
+
import type * as serializers from "../../../../../index";
|
|
4
|
+
export declare const ProviderSecondaryIdentificationQualifier: core.serialization.Schema<serializers.encounterProviders.v2.ProviderSecondaryIdentificationQualifier.Raw, CandidApi.encounterProviders.v2.ProviderSecondaryIdentificationQualifier>;
|
|
5
|
+
export declare namespace ProviderSecondaryIdentificationQualifier {
|
|
6
|
+
type Raw = "G2" | "LU";
|
|
7
|
+
}
|
|
@@ -34,6 +34,6 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.ProviderSecondaryIdentificationQualifier = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../../../core"));
|
|
39
|
-
exports.
|
|
39
|
+
exports.ProviderSecondaryIdentificationQualifier = core.serialization.enum_(["G2", "LU"]);
|
|
@@ -11,6 +11,7 @@ export * from "./OrderingProviderOptional";
|
|
|
11
11
|
export * from "./OrderingProviderUpdate";
|
|
12
12
|
export * from "./ProviderId";
|
|
13
13
|
export * from "./ProviderSecondaryIdentification";
|
|
14
|
+
export * from "./ProviderSecondaryIdentificationQualifier";
|
|
14
15
|
export * from "./ReferringProvider";
|
|
15
16
|
export * from "./ReferringProviderUpdate";
|
|
16
17
|
export * from "./ReferringProviderUpdateWithOptionalAddress";
|
|
@@ -27,6 +27,7 @@ __exportStar(require("./OrderingProviderOptional"), exports);
|
|
|
27
27
|
__exportStar(require("./OrderingProviderUpdate"), exports);
|
|
28
28
|
__exportStar(require("./ProviderId"), exports);
|
|
29
29
|
__exportStar(require("./ProviderSecondaryIdentification"), exports);
|
|
30
|
+
__exportStar(require("./ProviderSecondaryIdentificationQualifier"), exports);
|
|
30
31
|
__exportStar(require("./ReferringProvider"), exports);
|
|
31
32
|
__exportStar(require("./ReferringProviderUpdate"), exports);
|
|
32
33
|
__exportStar(require("./ReferringProviderUpdateWithOptionalAddress"), exports);
|
package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ import { SupervisingProviderUpdateWithOptionalAddress } from "../../../../encoun
|
|
|
14
14
|
import { GuarantorOptional } from "../../../../guarantor/resources/v1/types/GuarantorOptional";
|
|
15
15
|
import { PatientUpdateWithOptionalAddress } from "../../../../individual/types/PatientUpdateWithOptionalAddress";
|
|
16
16
|
import { SubscriberCreateOptional } from "../../../../individual/types/SubscriberCreateOptional";
|
|
17
|
+
import { RelatedCausesInformationCreate } from "../../../../relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate";
|
|
17
18
|
import { EncounterServiceFacilityUpdateWithOptionalAddress } from "../../../../serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress";
|
|
18
19
|
import { ServiceLineCreateOptional } from "../../../../serviceLines/resources/v2/types/ServiceLineCreateOptional";
|
|
19
20
|
import { ClaimSupplementalInformationOptional } from "./ClaimSupplementalInformationOptional";
|
|
@@ -51,5 +52,6 @@ export declare namespace EncounterDeepOptional {
|
|
|
51
52
|
supervising_provider?: SupervisingProviderUpdateWithOptionalAddress.Raw | null;
|
|
52
53
|
billing_provider?: BillingProviderUpdateWithOptionalAddress.Raw | null;
|
|
53
54
|
pay_to_address?: StreetAddressShortZipOptional.Raw | null;
|
|
55
|
+
related_causes_information?: RelatedCausesInformationCreate.Raw | null;
|
|
54
56
|
}
|
|
55
57
|
}
|
|
@@ -49,6 +49,7 @@ const SupervisingProviderUpdateWithOptionalAddress_1 = require("../../../../enco
|
|
|
49
49
|
const GuarantorOptional_1 = require("../../../../guarantor/resources/v1/types/GuarantorOptional");
|
|
50
50
|
const PatientUpdateWithOptionalAddress_1 = require("../../../../individual/types/PatientUpdateWithOptionalAddress");
|
|
51
51
|
const SubscriberCreateOptional_1 = require("../../../../individual/types/SubscriberCreateOptional");
|
|
52
|
+
const RelatedCausesInformationCreate_1 = require("../../../../relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate");
|
|
52
53
|
const EncounterServiceFacilityUpdateWithOptionalAddress_1 = require("../../../../serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress");
|
|
53
54
|
const ServiceLineCreateOptional_1 = require("../../../../serviceLines/resources/v2/types/ServiceLineCreateOptional");
|
|
54
55
|
const ClaimSupplementalInformationOptional_1 = require("./ClaimSupplementalInformationOptional");
|
|
@@ -85,5 +86,6 @@ exports.EncounterDeepOptional = core.serialization
|
|
|
85
86
|
supervisingProvider: core.serialization.property("supervising_provider", SupervisingProviderUpdateWithOptionalAddress_1.SupervisingProviderUpdateWithOptionalAddress.optional()),
|
|
86
87
|
billingProvider: core.serialization.property("billing_provider", BillingProviderUpdateWithOptionalAddress_1.BillingProviderUpdateWithOptionalAddress.optional()),
|
|
87
88
|
payToAddress: core.serialization.property("pay_to_address", StreetAddressShortZipOptional_1.StreetAddressShortZipOptional.optional()),
|
|
89
|
+
relatedCausesInformation: core.serialization.property("related_causes_information", RelatedCausesInformationCreate_1.RelatedCausesInformationCreate.optional()),
|
|
88
90
|
})
|
|
89
91
|
.extend(EncounterOptional_1.EncounterOptional);
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import type * as CandidApi from "../../../../api/index";
|
|
2
2
|
import * as core from "../../../../core";
|
|
3
3
|
import type * as serializers from "../../../index";
|
|
4
|
+
import { AllocationEarmarkType } from "./AllocationEarmarkType";
|
|
4
5
|
import { AllocationTargetCreate } from "./AllocationTargetCreate";
|
|
5
6
|
export declare const AllocationCreate: core.serialization.ObjectSchema<serializers.AllocationCreate.Raw, CandidApi.AllocationCreate>;
|
|
6
7
|
export declare namespace AllocationCreate {
|
|
7
8
|
interface Raw {
|
|
8
9
|
amount_cents: number;
|
|
9
10
|
target: AllocationTargetCreate.Raw;
|
|
11
|
+
earmark?: AllocationEarmarkType.Raw | null;
|
|
10
12
|
}
|
|
11
13
|
}
|
|
@@ -36,8 +36,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.AllocationCreate = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../core"));
|
|
39
|
+
const AllocationEarmarkType_1 = require("./AllocationEarmarkType");
|
|
39
40
|
const AllocationTargetCreate_1 = require("./AllocationTargetCreate");
|
|
40
41
|
exports.AllocationCreate = core.serialization.object({
|
|
41
42
|
amountCents: core.serialization.property("amount_cents", core.serialization.number()),
|
|
42
43
|
target: AllocationTargetCreate_1.AllocationTargetCreate,
|
|
44
|
+
earmark: AllocationEarmarkType_1.AllocationEarmarkType.optional(),
|
|
43
45
|
});
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../api/index";
|
|
2
|
+
import * as core from "../../../../core";
|
|
3
|
+
import type * as serializers from "../../../index";
|
|
4
|
+
import { Date_ } from "../../commons/types/Date_";
|
|
5
|
+
import { EncounterExternalId } from "../../commons/types/EncounterExternalId";
|
|
6
|
+
export declare const AllocationEarmarkType: core.serialization.Schema<serializers.AllocationEarmarkType.Raw, CandidApi.AllocationEarmarkType>;
|
|
7
|
+
export declare namespace AllocationEarmarkType {
|
|
8
|
+
type Raw = AllocationEarmarkType.DateOfService | AllocationEarmarkType.ExternalEncounterId;
|
|
9
|
+
interface DateOfService {
|
|
10
|
+
type: "date_of_service";
|
|
11
|
+
value: Date_.Raw;
|
|
12
|
+
}
|
|
13
|
+
interface ExternalEncounterId {
|
|
14
|
+
type: "external_encounter_id";
|
|
15
|
+
value: EncounterExternalId.Raw;
|
|
16
|
+
}
|
|
17
|
+
}
|