candidhealth 1.17.1 → 1.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +0 -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/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/serviceLines/resources/v2/client/Client.js +2 -0
- package/api/resources/serviceLines/resources/v2/client/create.d.ts +7 -1
- package/api/resources/serviceLines/resources/v2/client/create.js +11 -0
- package/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +7 -1
- package/api/resources/serviceLines/resources/v2/client/createUniversal.js +11 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +5 -0
- package/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -0
- package/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -0
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +5 -0
- package/dist/Client.d.ts +0 -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/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/serviceLines/resources/v2/client/Client.js +2 -0
- package/dist/api/resources/serviceLines/resources/v2/client/create.d.ts +7 -1
- package/dist/api/resources/serviceLines/resources/v2/client/create.js +11 -0
- package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +7 -1
- package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.js +11 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -0
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +5 -0
- package/dist/serialization/resources/claims/types/Claim.d.ts +1 -1
- package/dist/serialization/resources/claims/types/Claim.js +1 -1
- package/dist/serialization/resources/commons/types/index.d.ts +0 -1
- package/dist/serialization/resources/commons/types/index.js +0 -1
- package/dist/serialization/resources/eligibility/resources/v2/client/index.d.ts +0 -1
- package/dist/serialization/resources/eligibility/resources/v2/client/index.js +1 -2
- package/dist/serialization/resources/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/serviceLines/resources/v2/client/create.d.ts +6 -1
- package/dist/serialization/resources/serviceLines/resources/v2/client/create.js +6 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +6 -1
- package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +6 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +0 -338
- 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/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/serviceLines/resources/v2/client/create.d.ts +6 -1
- package/serialization/resources/serviceLines/resources/v2/client/create.js +6 -0
- package/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +6 -1
- package/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +6 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
- package/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -1
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -3
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +0 -25
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +0 -66
- package/api/resources/expectedNetworkStatus/client/Client.d.ts +0 -17
- package/api/resources/expectedNetworkStatus/client/Client.js +0 -20
- package/api/resources/expectedNetworkStatus/client/index.d.ts +0 -1
- package/api/resources/expectedNetworkStatus/client/index.js +0 -2
- package/api/resources/expectedNetworkStatus/index.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/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/LineOfBusiness.js +0 -39
- 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/ExpectedNetworkStatus.js +0 -39
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +0 -13
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +0 -45
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +0 -2
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/index.js +0 -18
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +0 -17
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +0 -75
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +0 -17
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +0 -75
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +0 -2
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +0 -38
- package/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +0 -2
- package/serialization/resources/expectedNetworkStatus/resources/v2/index.js +0 -18
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +0 -21
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +0 -53
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +0 -12
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +0 -44
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +0 -19
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +0 -51
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +0 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/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
package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js
CHANGED
|
@@ -45,5 +45,6 @@ exports.ServiceLineCreateStandalone = core.serialization
|
|
|
45
45
|
diagnosisIdTwo: core.serialization.property("diagnosis_id_two", DiagnosisId_1.DiagnosisId.optional()),
|
|
46
46
|
diagnosisIdThree: core.serialization.property("diagnosis_id_three", DiagnosisId_1.DiagnosisId.optional()),
|
|
47
47
|
priorAuthorizationNumber: core.serialization.property("prior_authorization_number", core.serialization.string().optional()),
|
|
48
|
+
externalId: core.serialization.property("external_id", core.serialization.string().optional()),
|
|
48
49
|
})
|
|
49
50
|
.extend(ServiceLineCreateStandaloneBase_1.ServiceLineCreateStandaloneBase);
|
package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js
CHANGED
|
@@ -61,4 +61,5 @@ exports.ServiceLineUpdateBase = core.serialization.object({
|
|
|
61
61
|
hasFamilyPlanningIndicator: core.serialization.property("has_family_planning_indicator", core.serialization.boolean().optional()),
|
|
62
62
|
note: core.serialization.string().optional(),
|
|
63
63
|
priorAuthorizationNumber: core.serialization.property("prior_authorization_number", core.serialization.string().optional()),
|
|
64
|
+
externalId: core.serialization.property("external_id", core.serialization.string().optional()),
|
|
64
65
|
});
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../../../core";
|
|
|
3
3
|
import type * as serializers from "../../../../../index";
|
|
4
4
|
export declare const TestResultType: core.serialization.Schema<serializers.serviceLines.v2.TestResultType.Raw, CandidApi.serviceLines.v2.TestResultType>;
|
|
5
5
|
export declare namespace TestResultType {
|
|
6
|
-
type Raw = "HEMATOCRIT" | "HEMOGLOBIN" | "LDL";
|
|
6
|
+
type Raw = "HEMATOCRIT" | "HEMOGLOBIN" | "LDL" | "VITAMIN_D";
|
|
7
7
|
}
|
|
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.TestResultType = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../../../core"));
|
|
39
|
-
exports.TestResultType = core.serialization.enum_(["HEMATOCRIT", "HEMOGLOBIN", "LDL"]);
|
|
39
|
+
exports.TestResultType = core.serialization.enum_(["HEMATOCRIT", "HEMOGLOBIN", "LDL", "VITAMIN_D"]);
|
|
@@ -47,5 +47,6 @@ exports.UniversalServiceLineCreateStandalone = core.serialization
|
|
|
47
47
|
revenueCode: core.serialization.property("revenue_code", core.serialization.string().optional()),
|
|
48
48
|
procedureCode: core.serialization.property("procedure_code", core.serialization.string().optional()),
|
|
49
49
|
priorAuthorizationNumber: core.serialization.property("prior_authorization_number", core.serialization.string().optional()),
|
|
50
|
+
externalId: core.serialization.property("external_id", core.serialization.string().optional()),
|
|
50
51
|
})
|
|
51
52
|
.extend(ServiceLineCreateStandaloneBaseBase_1.ServiceLineCreateStandaloneBaseBase);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.17.
|
|
1
|
+
export declare const SDK_VERSION = "1.17.2";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -2358,87 +2358,6 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
|
|
|
2358
2358
|
</details>
|
|
2359
2359
|
|
|
2360
2360
|
## Eligibility V2
|
|
2361
|
-
<details><summary><code>client.eligibility.v2.<a href="/src/api/resources/eligibility/resources/v2/client/Client.ts">submitEligibilityCheck</a>({ ...params }) -> core.APIResponse<unknown, CandidApi.eligibility.v2.submitEligibilityCheck.Error></code></summary>
|
|
2362
|
-
<dl>
|
|
2363
|
-
<dd>
|
|
2364
|
-
|
|
2365
|
-
#### 📝 Description
|
|
2366
|
-
|
|
2367
|
-
<dl>
|
|
2368
|
-
<dd>
|
|
2369
|
-
|
|
2370
|
-
<dl>
|
|
2371
|
-
<dd>
|
|
2372
|
-
|
|
2373
|
-
<Tip>Candid is deprecating support for this endpoint. It is instead recommended to use [Candid's Stedi passthrough endpoint](https://docs.joincandidhealth.com/api-reference/pre-encounter/eligibility-checks/v-1/post).
|
|
2374
|
-
For assistance with the transition, please reference the [Transitioning to Candid's New Eligibility Endpoint](https://support.joincandidhealth.com/hc/en-us/articles/34918552872980) document in the Candid Support Center.</Tip>
|
|
2375
|
-
|
|
2376
|
-
This API is a wrapper around Change Healthcare's eligibility API. Below are some helpful documentation links:
|
|
2377
|
-
|
|
2378
|
-
- [Change Healthcare - Guides: Contents of the Eligibility Request Body](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-request-body)
|
|
2379
|
-
- [Change Healthcare - Guides: Use "Bare Minimum" Eligibility Requests](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-bare-minimum-eligibility-requests)
|
|
2380
|
-
- [Change Healthcare - Guides: Contents of the Eligibility Response](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-response)
|
|
2381
|
-
- [Change Healthcare - Guides: Eligibility JSON-to-EDI API Contents](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-json-to-edi-api-contents)
|
|
2382
|
-
- [Change Healthcare - Guides: Eligibility Error Messages](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-error-messages)
|
|
2383
|
-
- [Change Healthcare - Guides: FAQ](https://developers.changehealthcare.com/eligibilityandclaims/docs/frequently-asked-questions)
|
|
2384
|
-
- [Change Healthcare - Guides: Eligibility FAQs](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-api-requests)
|
|
2385
|
-
- [Change Healthcare - Guides: Sandbox API Values and Test Responses](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-sandbox-api-values-and-test-responses)
|
|
2386
|
-
- [Change Healthcare - Guides: Sandbox Predefined Fields and Values](https://developers.changehealthcare.com/eligibilityandclaims/docs/sandbox-predefined-fields-and-values)
|
|
2387
|
-
- [Change Healthcare - Guides: Using Test Payers in the Sandbox](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-the-test-payers-in-the-sandbox-api)
|
|
2388
|
-
|
|
2389
|
-
A schema of the response object can be found here: [Change Healthcare Docs](https://developers.changehealthcare.com/eligibilityandclaims/reference/medicaleligibility)
|
|
2390
|
-
</dd>
|
|
2391
|
-
</dl>
|
|
2392
|
-
</dd>
|
|
2393
|
-
</dl>
|
|
2394
|
-
|
|
2395
|
-
#### 🔌 Usage
|
|
2396
|
-
|
|
2397
|
-
<dl>
|
|
2398
|
-
<dd>
|
|
2399
|
-
|
|
2400
|
-
<dl>
|
|
2401
|
-
<dd>
|
|
2402
|
-
|
|
2403
|
-
```typescript
|
|
2404
|
-
await client.eligibility.v2.submitEligibilityCheck({
|
|
2405
|
-
"key": "value"
|
|
2406
|
-
});
|
|
2407
|
-
|
|
2408
|
-
```
|
|
2409
|
-
</dd>
|
|
2410
|
-
</dl>
|
|
2411
|
-
</dd>
|
|
2412
|
-
</dl>
|
|
2413
|
-
|
|
2414
|
-
#### ⚙️ Parameters
|
|
2415
|
-
|
|
2416
|
-
<dl>
|
|
2417
|
-
<dd>
|
|
2418
|
-
|
|
2419
|
-
<dl>
|
|
2420
|
-
<dd>
|
|
2421
|
-
|
|
2422
|
-
**request:** `unknown`
|
|
2423
|
-
|
|
2424
|
-
</dd>
|
|
2425
|
-
</dl>
|
|
2426
|
-
|
|
2427
|
-
<dl>
|
|
2428
|
-
<dd>
|
|
2429
|
-
|
|
2430
|
-
**requestOptions:** `V2.RequestOptions`
|
|
2431
|
-
|
|
2432
|
-
</dd>
|
|
2433
|
-
</dl>
|
|
2434
|
-
</dd>
|
|
2435
|
-
</dl>
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
</dd>
|
|
2439
|
-
</dl>
|
|
2440
|
-
</details>
|
|
2441
|
-
|
|
2442
2361
|
<details><summary><code>client.eligibility.v2.<a href="/src/api/resources/eligibility/resources/v2/client/Client.ts">submitEligibilityCheckAvaility</a>() -> core.APIResponse<unknown, CandidApi.eligibility.v2.submitEligibilityCheckAvaility.Error></code></summary>
|
|
2443
2362
|
<dl>
|
|
2444
2363
|
<dd>
|
|
@@ -4344,263 +4263,6 @@ await client.events.v1.get(CandidApi.EventId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc
|
|
|
4344
4263
|
</dl>
|
|
4345
4264
|
|
|
4346
4265
|
|
|
4347
|
-
</dd>
|
|
4348
|
-
</dl>
|
|
4349
|
-
</details>
|
|
4350
|
-
|
|
4351
|
-
## ExpectedNetworkStatus V1
|
|
4352
|
-
<details><summary><code>client.expectedNetworkStatus.v1.<a href="/src/api/resources/expectedNetworkStatus/resources/v1/client/Client.ts">compute</a>({ ...params }) -> core.APIResponse<CandidApi.ExpectedNetworkStatusResponse, CandidApi.expectedNetworkStatus.v1.compute.Error></code></summary>
|
|
4353
|
-
<dl>
|
|
4354
|
-
<dd>
|
|
4355
|
-
|
|
4356
|
-
#### 📝 Description
|
|
4357
|
-
|
|
4358
|
-
<dl>
|
|
4359
|
-
<dd>
|
|
4360
|
-
|
|
4361
|
-
<dl>
|
|
4362
|
-
<dd>
|
|
4363
|
-
|
|
4364
|
-
Computes the expected network status given the provided information.
|
|
4365
|
-
</dd>
|
|
4366
|
-
</dl>
|
|
4367
|
-
</dd>
|
|
4368
|
-
</dl>
|
|
4369
|
-
|
|
4370
|
-
#### 🔌 Usage
|
|
4371
|
-
|
|
4372
|
-
<dl>
|
|
4373
|
-
<dd>
|
|
4374
|
-
|
|
4375
|
-
<dl>
|
|
4376
|
-
<dd>
|
|
4377
|
-
|
|
4378
|
-
```typescript
|
|
4379
|
-
await client.expectedNetworkStatus.v1.compute({
|
|
4380
|
-
subscriberPayerId: "subscriber_payer_id",
|
|
4381
|
-
subscriberPayerName: "subscriber_payer_name",
|
|
4382
|
-
billingProviderNpi: "billing_provider_npi",
|
|
4383
|
-
billingProviderTin: "billing_provider_tin",
|
|
4384
|
-
renderingProviderNpi: "rendering_provider_npi",
|
|
4385
|
-
contractedState: "AA",
|
|
4386
|
-
dateOfService: CandidApi.Date_("date_of_service")
|
|
4387
|
-
});
|
|
4388
|
-
|
|
4389
|
-
```
|
|
4390
|
-
</dd>
|
|
4391
|
-
</dl>
|
|
4392
|
-
</dd>
|
|
4393
|
-
</dl>
|
|
4394
|
-
|
|
4395
|
-
#### ⚙️ Parameters
|
|
4396
|
-
|
|
4397
|
-
<dl>
|
|
4398
|
-
<dd>
|
|
4399
|
-
|
|
4400
|
-
<dl>
|
|
4401
|
-
<dd>
|
|
4402
|
-
|
|
4403
|
-
**request:** `CandidApi.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest`
|
|
4404
|
-
|
|
4405
|
-
</dd>
|
|
4406
|
-
</dl>
|
|
4407
|
-
|
|
4408
|
-
<dl>
|
|
4409
|
-
<dd>
|
|
4410
|
-
|
|
4411
|
-
**requestOptions:** `V1.RequestOptions`
|
|
4412
|
-
|
|
4413
|
-
</dd>
|
|
4414
|
-
</dl>
|
|
4415
|
-
</dd>
|
|
4416
|
-
</dl>
|
|
4417
|
-
|
|
4418
|
-
|
|
4419
|
-
</dd>
|
|
4420
|
-
</dl>
|
|
4421
|
-
</details>
|
|
4422
|
-
|
|
4423
|
-
## ExpectedNetworkStatus V2
|
|
4424
|
-
<details><summary><code>client.expectedNetworkStatus.v2.<a href="/src/api/resources/expectedNetworkStatus/resources/v2/client/Client.ts">computeForRenderingProvider</a>(renderingProviderId, { ...params }) -> core.APIResponse<CandidApi.ExpectedNetworkStatusResponseV2, CandidApi.expectedNetworkStatus.v2.computeForRenderingProvider.Error></code></summary>
|
|
4425
|
-
<dl>
|
|
4426
|
-
<dd>
|
|
4427
|
-
|
|
4428
|
-
#### 📝 Description
|
|
4429
|
-
|
|
4430
|
-
<dl>
|
|
4431
|
-
<dd>
|
|
4432
|
-
|
|
4433
|
-
<dl>
|
|
4434
|
-
<dd>
|
|
4435
|
-
|
|
4436
|
-
Computes the expected network status for a given rendering provider.
|
|
4437
|
-
This endpoint is not available to all customers. Reach out to the Candid sales team
|
|
4438
|
-
to discuss enabling this endpoint if it is not available for your organization.
|
|
4439
|
-
</dd>
|
|
4440
|
-
</dl>
|
|
4441
|
-
</dd>
|
|
4442
|
-
</dl>
|
|
4443
|
-
|
|
4444
|
-
#### 🔌 Usage
|
|
4445
|
-
|
|
4446
|
-
<dl>
|
|
4447
|
-
<dd>
|
|
4448
|
-
|
|
4449
|
-
<dl>
|
|
4450
|
-
<dd>
|
|
4451
|
-
|
|
4452
|
-
```typescript
|
|
4453
|
-
await client.expectedNetworkStatus.v2.computeForRenderingProvider(CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
4454
|
-
serviceType: "new_patient_video_appt",
|
|
4455
|
-
placeOfServiceCode: "01",
|
|
4456
|
-
subscriberInformation: {
|
|
4457
|
-
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4458
|
-
memberId: "member_id",
|
|
4459
|
-
insuranceType: {
|
|
4460
|
-
lineOfBusiness: "medicare",
|
|
4461
|
-
insuranceTypeCodes: {
|
|
4462
|
-
type: "insurance_type_code",
|
|
4463
|
-
value: "01"
|
|
4464
|
-
}
|
|
4465
|
-
}
|
|
4466
|
-
},
|
|
4467
|
-
patientAddress: {
|
|
4468
|
-
address1: "address1",
|
|
4469
|
-
city: "city",
|
|
4470
|
-
state: "AA",
|
|
4471
|
-
zipCode: "zip_code"
|
|
4472
|
-
},
|
|
4473
|
-
billingProviderId: CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4474
|
-
organizationServiceFacilityId: CandidApi.OrganizationServiceFacilityId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4475
|
-
dateOfService: "2023-01-15"
|
|
4476
|
-
});
|
|
4477
|
-
|
|
4478
|
-
```
|
|
4479
|
-
</dd>
|
|
4480
|
-
</dl>
|
|
4481
|
-
</dd>
|
|
4482
|
-
</dl>
|
|
4483
|
-
|
|
4484
|
-
#### ⚙️ Parameters
|
|
4485
|
-
|
|
4486
|
-
<dl>
|
|
4487
|
-
<dd>
|
|
4488
|
-
|
|
4489
|
-
<dl>
|
|
4490
|
-
<dd>
|
|
4491
|
-
|
|
4492
|
-
**renderingProviderId:** `CandidApi.OrganizationProviderId`
|
|
4493
|
-
|
|
4494
|
-
</dd>
|
|
4495
|
-
</dl>
|
|
4496
|
-
|
|
4497
|
-
<dl>
|
|
4498
|
-
<dd>
|
|
4499
|
-
|
|
4500
|
-
**request:** `CandidApi.ExpectedNetworkStatusRequestV2`
|
|
4501
|
-
|
|
4502
|
-
</dd>
|
|
4503
|
-
</dl>
|
|
4504
|
-
|
|
4505
|
-
<dl>
|
|
4506
|
-
<dd>
|
|
4507
|
-
|
|
4508
|
-
**requestOptions:** `V2.RequestOptions`
|
|
4509
|
-
|
|
4510
|
-
</dd>
|
|
4511
|
-
</dl>
|
|
4512
|
-
</dd>
|
|
4513
|
-
</dl>
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
</dd>
|
|
4517
|
-
</dl>
|
|
4518
|
-
</details>
|
|
4519
|
-
|
|
4520
|
-
<details><summary><code>client.expectedNetworkStatus.v2.<a href="/src/api/resources/expectedNetworkStatus/resources/v2/client/Client.ts">computeAllInNetworkProviders</a>({ ...params }) -> core.APIResponse<CandidApi.ComputeAllInNetworkProvidersResponse, CandidApi.expectedNetworkStatus.v2.computeAllInNetworkProviders.Error></code></summary>
|
|
4521
|
-
<dl>
|
|
4522
|
-
<dd>
|
|
4523
|
-
|
|
4524
|
-
#### 📝 Description
|
|
4525
|
-
|
|
4526
|
-
<dl>
|
|
4527
|
-
<dd>
|
|
4528
|
-
|
|
4529
|
-
<dl>
|
|
4530
|
-
<dd>
|
|
4531
|
-
|
|
4532
|
-
Computes all the in network providers for a given set of inputs.
|
|
4533
|
-
This endpoint is not available to all customers. Reach out to the Candid sales team
|
|
4534
|
-
to discuss enabling this endpoint if it is not available for your organization.
|
|
4535
|
-
</dd>
|
|
4536
|
-
</dl>
|
|
4537
|
-
</dd>
|
|
4538
|
-
</dl>
|
|
4539
|
-
|
|
4540
|
-
#### 🔌 Usage
|
|
4541
|
-
|
|
4542
|
-
<dl>
|
|
4543
|
-
<dd>
|
|
4544
|
-
|
|
4545
|
-
<dl>
|
|
4546
|
-
<dd>
|
|
4547
|
-
|
|
4548
|
-
```typescript
|
|
4549
|
-
await client.expectedNetworkStatus.v2.computeAllInNetworkProviders({
|
|
4550
|
-
serviceType: "new_patient_video_appt",
|
|
4551
|
-
placeOfServiceCode: "01",
|
|
4552
|
-
subscriberInformation: {
|
|
4553
|
-
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4554
|
-
memberId: "member_id",
|
|
4555
|
-
insuranceType: {
|
|
4556
|
-
lineOfBusiness: "medicare",
|
|
4557
|
-
insuranceTypeCodes: {
|
|
4558
|
-
type: "insurance_type_code",
|
|
4559
|
-
value: "01"
|
|
4560
|
-
}
|
|
4561
|
-
}
|
|
4562
|
-
},
|
|
4563
|
-
patientAddress: {
|
|
4564
|
-
address1: "address1",
|
|
4565
|
-
city: "city",
|
|
4566
|
-
state: "AA",
|
|
4567
|
-
zipCode: "zip_code"
|
|
4568
|
-
},
|
|
4569
|
-
billingProviderId: CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4570
|
-
organizationServiceFacilityId: CandidApi.OrganizationServiceFacilityId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4571
|
-
dateOfService: "2023-01-15"
|
|
4572
|
-
});
|
|
4573
|
-
|
|
4574
|
-
```
|
|
4575
|
-
</dd>
|
|
4576
|
-
</dl>
|
|
4577
|
-
</dd>
|
|
4578
|
-
</dl>
|
|
4579
|
-
|
|
4580
|
-
#### ⚙️ Parameters
|
|
4581
|
-
|
|
4582
|
-
<dl>
|
|
4583
|
-
<dd>
|
|
4584
|
-
|
|
4585
|
-
<dl>
|
|
4586
|
-
<dd>
|
|
4587
|
-
|
|
4588
|
-
**request:** `CandidApi.ComputeAllInNetworkProvidersRequest`
|
|
4589
|
-
|
|
4590
|
-
</dd>
|
|
4591
|
-
</dl>
|
|
4592
|
-
|
|
4593
|
-
<dl>
|
|
4594
|
-
<dd>
|
|
4595
|
-
|
|
4596
|
-
**requestOptions:** `V2.RequestOptions`
|
|
4597
|
-
|
|
4598
|
-
</dd>
|
|
4599
|
-
</dl>
|
|
4600
|
-
</dd>
|
|
4601
|
-
</dl>
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
4266
|
</dd>
|
|
4605
4267
|
</dl>
|
|
4606
4268
|
</details>
|
|
@@ -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"));
|
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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.AllocationEarmarkType = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core"));
|
|
39
|
+
const Date_1 = require("../../commons/types/Date_");
|
|
40
|
+
const EncounterExternalId_1 = require("../../commons/types/EncounterExternalId");
|
|
41
|
+
exports.AllocationEarmarkType = core.serialization
|
|
42
|
+
.union("type", {
|
|
43
|
+
date_of_service: core.serialization.object({
|
|
44
|
+
value: Date_1.Date_,
|
|
45
|
+
}),
|
|
46
|
+
external_encounter_id: core.serialization.object({
|
|
47
|
+
value: EncounterExternalId_1.EncounterExternalId,
|
|
48
|
+
}),
|
|
49
|
+
})
|
|
50
|
+
.transform({
|
|
51
|
+
transform: (value) => value,
|
|
52
|
+
untransform: (value) => value,
|
|
53
|
+
});
|
|
@@ -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);
|
|
@@ -21,10 +21,9 @@ export * as encounterProviders from "./encounterProviders";
|
|
|
21
21
|
export * as encounterSupplementalInformation from "./encounterSupplementalInformation";
|
|
22
22
|
export * as encounters from "./encounters";
|
|
23
23
|
export * as encountersUniversal from "./encountersUniversal";
|
|
24
|
-
export * as
|
|
25
|
-
export * from "./
|
|
24
|
+
export * as eras from "./eras";
|
|
25
|
+
export * from "./eras/types";
|
|
26
26
|
export * as events from "./events";
|
|
27
|
-
export * as expectedNetworkStatus from "./expectedNetworkStatus";
|
|
28
27
|
export * as exports from "./exports";
|
|
29
28
|
export * as externalPaymentAccountConfig from "./externalPaymentAccountConfig";
|
|
30
29
|
export * as feeSchedules from "./feeSchedules";
|