candidhealth 0.4.9 → 0.5.0
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 +6 -0
- package/Client.js +18 -8
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/client/Client.js +1 -1
- package/api/resources/commons/types/ErrorMessage.d.ts +8 -0
- package/api/resources/{encounters/resources/v4/types/AttachmentId.js → commons/types/ErrorMessage.js} +3 -3
- package/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +13 -0
- package/api/resources/commons/types/index.d.ts +2 -4
- package/api/resources/commons/types/index.js +2 -4
- package/api/resources/contracts/types/index.d.ts +0 -4
- package/api/resources/contracts/types/index.js +0 -4
- package/api/resources/encounters/resources/v4/client/Client.d.ts +0 -7
- package/api/resources/encounters/resources/v4/client/Client.js +4 -123
- package/api/resources/encounters/resources/v4/client/index.d.ts +0 -4
- package/api/resources/encounters/resources/v4/client/index.js +1 -5
- package/api/resources/encounters/resources/v4/types/index.d.ts +0 -13
- package/api/resources/encounters/resources/v4/types/index.js +0 -13
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/exports/client/Client.d.ts +18 -0
- package/api/resources/exports/client/Client.js +18 -0
- package/api/resources/exports/client/index.d.ts +1 -0
- package/api/resources/exports/client/index.js +2 -0
- package/api/resources/exports/index.d.ts +2 -0
- package/api/resources/exports/index.js +18 -0
- package/api/resources/exports/resources/index.d.ts +1 -0
- package/{serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js → api/resources/exports/resources/index.js} +2 -6
- package/api/resources/exports/resources/v3/client/Client.d.ts +18 -0
- package/api/resources/exports/resources/v3/client/Client.js +104 -0
- package/api/resources/exports/resources/v3/client/getExports.d.ts +53 -0
- package/api/resources/exports/resources/v3/client/getExports.js +102 -0
- package/api/resources/exports/resources/v3/client/index.d.ts +2 -0
- package/{dist/serialization/resources/encounters/resources/v4/types/ContractingOutOfOfNetworkReason.js → api/resources/exports/resources/v3/client/index.js} +6 -6
- package/api/resources/exports/resources/v3/client/requests/GetExportsRequest.d.ts +17 -0
- package/api/resources/exports/resources/v3/client/requests/index.d.ts +1 -0
- package/api/resources/exports/resources/v3/client/requests/index.js +2 -0
- package/api/resources/exports/resources/v3/index.d.ts +2 -0
- package/api/resources/exports/resources/v3/index.js +18 -0
- package/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +12 -0
- package/api/resources/exports/resources/v3/types/index.d.ts +1 -0
- package/api/resources/exports/resources/v3/types/index.js +17 -0
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/{credentialing/types/RequiredCredentialingDates.d.ts → identifiers/types/Identifier.d.ts} +2 -3
- package/api/resources/identifiers/types/IdentifierBase.d.ts +9 -0
- package/api/resources/identifiers/types/IdentifierCode.d.ts +8 -0
- package/api/resources/identifiers/types/IdentifierCode.js +10 -0
- package/{dist/api/resources/commons/types/RegionStates.d.ts → api/resources/identifiers/types/IdentifierCreate.d.ts} +1 -2
- package/api/resources/identifiers/types/IdentifierId.d.ts +8 -0
- package/{dist/api/resources/encounters/resources/v4/types/AttachmentId.js → api/resources/identifiers/types/IdentifierId.js} +3 -3
- package/api/resources/identifiers/types/IdentifierUpdate.d.ts +10 -0
- package/api/resources/identifiers/types/IdentifierValue.d.ts +13 -0
- package/{dist/api/resources/credentialing/types/RequiredCredentialingDates.d.ts → api/resources/identifiers/types/MedicaidProviderIdentifier.d.ts} +3 -3
- package/api/resources/identifiers/types/MedicareProviderIdentifier.d.ts +8 -0
- package/api/resources/identifiers/types/UpdatableIdentifier.d.ts +17 -0
- package/api/resources/identifiers/types/index.d.ts +10 -0
- package/api/resources/identifiers/types/index.js +26 -0
- package/api/resources/index.d.ts +3 -2
- package/api/resources/index.js +4 -3
- package/api/resources/organizationProviders/client/Client.d.ts +18 -0
- package/api/resources/organizationProviders/client/Client.js +18 -0
- package/api/resources/organizationProviders/client/index.d.ts +1 -0
- package/api/resources/organizationProviders/client/index.js +2 -0
- package/api/resources/organizationProviders/index.d.ts +1 -0
- package/api/resources/organizationProviders/index.js +1 -0
- package/api/resources/organizationProviders/resources/index.d.ts +1 -0
- package/api/resources/organizationProviders/resources/index.js +2 -1
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +10 -0
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +12 -0
- package/api/resources/organizationProviders/resources/v2/types/index.d.ts +1 -3
- package/api/resources/organizationProviders/resources/v2/types/index.js +1 -3
- package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +21 -0
- package/api/resources/organizationProviders/resources/v3/client/Client.js +241 -0
- package/api/resources/organizationProviders/resources/v3/client/create.d.ts +28 -0
- package/{dist/api/resources/encounters/resources/v4/client/markAsNotBillable.js → api/resources/organizationProviders/resources/v3/client/create.js} +12 -1
- package/api/resources/organizationProviders/resources/v3/client/get.d.ts +28 -0
- package/api/resources/{encounters/resources/v4/client/recomputeNetworkStatusResults.js → organizationProviders/resources/v3/client/get.js} +12 -1
- package/api/resources/{encounters/resources/v4/client/markAsNotBillable.d.ts → organizationProviders/resources/v3/client/getMulti.d.ts} +4 -4
- package/api/resources/{encounters/resources/v4/client/getAttachments.js → organizationProviders/resources/v3/client/getMulti.js} +1 -1
- package/api/resources/organizationProviders/resources/v3/client/index.d.ts +5 -0
- package/api/resources/organizationProviders/resources/v3/client/index.js +34 -0
- package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +34 -0
- package/api/resources/organizationProviders/resources/v3/client/requests/index.d.ts +1 -0
- package/api/resources/organizationProviders/resources/v3/client/requests/index.js +2 -0
- package/api/resources/organizationProviders/resources/v3/client/update.d.ts +34 -0
- package/api/resources/organizationProviders/resources/v3/client/update.js +69 -0
- package/api/resources/organizationProviders/resources/v3/index.d.ts +2 -0
- package/api/resources/organizationProviders/resources/v3/index.js +18 -0
- package/api/resources/organizationProviders/resources/{v2/types/OrganizationProviderBase.d.ts → v3/types/OrganizationProviderCreateV2.d.ts} +7 -5
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +7 -0
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +40 -0
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +42 -0
- package/api/resources/organizationProviders/resources/v3/types/index.d.ts +4 -0
- package/api/resources/organizationProviders/resources/v3/types/index.js +20 -0
- package/api/resources/payers/client/Client.js +2 -2
- package/api/resources/tasks/resources/v3/client/Client.js +1 -1
- package/dist/Client.d.ts +6 -0
- package/dist/Client.js +18 -8
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/client/Client.js +1 -1
- package/dist/api/resources/commons/types/ErrorMessage.d.ts +8 -0
- package/{api/resources/commons/types/ContentDownloadUrl.js → dist/api/resources/commons/types/ErrorMessage.js} +3 -3
- package/dist/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +13 -0
- package/dist/api/resources/commons/types/index.d.ts +2 -4
- package/dist/api/resources/commons/types/index.js +2 -4
- package/dist/api/resources/contracts/types/index.d.ts +0 -4
- package/dist/api/resources/contracts/types/index.js +0 -4
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +0 -7
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -123
- package/dist/api/resources/encounters/resources/v4/client/index.d.ts +0 -4
- package/dist/api/resources/encounters/resources/v4/client/index.js +1 -5
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +0 -13
- package/dist/api/resources/encounters/resources/v4/types/index.js +0 -13
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/exports/client/Client.d.ts +18 -0
- package/dist/api/resources/exports/client/Client.js +18 -0
- package/dist/api/resources/exports/client/index.d.ts +1 -0
- package/dist/api/resources/exports/client/index.js +2 -0
- package/dist/api/resources/exports/index.d.ts +2 -0
- package/dist/api/resources/exports/index.js +18 -0
- package/dist/api/resources/exports/resources/index.d.ts +1 -0
- package/dist/api/resources/exports/resources/index.js +27 -0
- package/dist/api/resources/exports/resources/v3/client/Client.d.ts +18 -0
- package/dist/api/resources/exports/resources/v3/client/Client.js +104 -0
- package/dist/api/resources/exports/resources/v3/client/getExports.d.ts +53 -0
- package/dist/api/resources/exports/resources/v3/client/getExports.js +102 -0
- package/dist/api/resources/exports/resources/v3/client/index.d.ts +2 -0
- package/dist/{serialization/resources/contracts/types/ContractStatus.js → api/resources/exports/resources/v3/client/index.js} +6 -6
- package/dist/api/resources/exports/resources/v3/client/requests/GetExportsRequest.d.ts +17 -0
- package/dist/api/resources/exports/resources/v3/client/requests/index.d.ts +1 -0
- package/dist/api/resources/exports/resources/v3/client/requests/index.js +2 -0
- package/dist/api/resources/exports/resources/v3/index.d.ts +2 -0
- package/dist/api/resources/exports/resources/v3/index.js +18 -0
- package/dist/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +12 -0
- package/dist/api/resources/exports/resources/v3/types/index.d.ts +1 -0
- package/dist/api/resources/exports/resources/v3/types/index.js +17 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/identifiers/types/Identifier.d.ts +7 -0
- package/dist/api/resources/identifiers/types/IdentifierBase.d.ts +9 -0
- package/dist/api/resources/identifiers/types/IdentifierCode.d.ts +8 -0
- package/dist/api/resources/identifiers/types/IdentifierCode.js +10 -0
- package/{api/resources/commons/types/RegionStates.d.ts → dist/api/resources/identifiers/types/IdentifierCreate.d.ts} +1 -2
- package/dist/api/resources/identifiers/types/IdentifierId.d.ts +8 -0
- package/dist/api/resources/{commons/types/ContentDownloadUrl.js → identifiers/types/IdentifierId.js} +3 -3
- package/dist/api/resources/identifiers/types/IdentifierUpdate.d.ts +10 -0
- package/dist/api/resources/identifiers/types/IdentifierValue.d.ts +13 -0
- package/dist/api/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +8 -0
- package/dist/api/resources/identifiers/types/MedicareProviderIdentifier.d.ts +8 -0
- package/dist/api/resources/identifiers/types/UpdatableIdentifier.d.ts +17 -0
- package/dist/api/resources/identifiers/types/index.d.ts +10 -0
- package/dist/api/resources/identifiers/types/index.js +26 -0
- package/dist/api/resources/index.d.ts +3 -2
- package/dist/api/resources/index.js +4 -3
- package/dist/api/resources/organizationProviders/client/Client.d.ts +18 -0
- package/dist/api/resources/organizationProviders/client/Client.js +18 -0
- package/dist/api/resources/organizationProviders/client/index.d.ts +1 -0
- package/dist/api/resources/organizationProviders/client/index.js +2 -0
- package/dist/api/resources/organizationProviders/index.d.ts +1 -0
- package/dist/api/resources/organizationProviders/index.js +1 -0
- package/dist/api/resources/organizationProviders/resources/index.d.ts +1 -0
- package/dist/api/resources/organizationProviders/resources/index.js +2 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +10 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +12 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/index.d.ts +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/index.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +21 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +241 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/create.d.ts +28 -0
- package/{api/resources/encounters/resources/v4/client/markAsNotBillable.js → dist/api/resources/organizationProviders/resources/v3/client/create.js} +12 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/get.d.ts +28 -0
- package/{api/resources/encounters/resources/v4/client/generateClinicalNotesPdf.js → dist/api/resources/organizationProviders/resources/v3/client/get.js} +12 -1
- package/dist/api/resources/{encounters/resources/v4/client/getAttachments.d.ts → organizationProviders/resources/v3/client/getMulti.d.ts} +4 -4
- package/dist/api/resources/{encounters/resources/v4/client/getAttachments.js → organizationProviders/resources/v3/client/getMulti.js} +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/index.d.ts +5 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/index.js +34 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +34 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/requests/index.d.ts +1 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/requests/index.js +2 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/update.d.ts +34 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/update.js +69 -0
- package/dist/api/resources/organizationProviders/resources/v3/index.d.ts +2 -0
- package/dist/api/resources/organizationProviders/resources/v3/index.js +18 -0
- package/dist/api/resources/organizationProviders/resources/{v2/types/OrganizationProviderBase.d.ts → v3/types/OrganizationProviderCreateV2.d.ts} +7 -5
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +7 -0
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +40 -0
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +42 -0
- package/dist/api/resources/organizationProviders/resources/v3/types/index.d.ts +4 -0
- package/dist/api/resources/organizationProviders/resources/v3/types/index.js +20 -0
- package/dist/api/resources/payers/client/Client.js +2 -2
- package/dist/api/resources/tasks/resources/v3/client/Client.js +1 -1
- package/dist/serialization/resources/commons/types/{ContentDownloadUrl.d.ts → ErrorMessage.d.ts} +2 -2
- package/dist/serialization/resources/commons/types/{ContentDownloadUrl.js → ErrorMessage.js} +3 -3
- package/dist/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +16 -0
- package/{serialization/resources/credentialing/types/EncounterCredentialingStatusResult.js → dist/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js} +4 -4
- package/dist/serialization/resources/commons/types/index.d.ts +2 -4
- package/dist/serialization/resources/commons/types/index.js +2 -4
- package/dist/serialization/resources/contracts/types/index.d.ts +0 -4
- package/dist/serialization/resources/contracts/types/index.js +0 -4
- package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +0 -1
- package/dist/serialization/resources/encounters/resources/v4/client/index.js +1 -2
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +0 -13
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +0 -13
- package/dist/serialization/resources/exports/index.d.ts +1 -0
- package/dist/serialization/resources/exports/index.js +17 -0
- package/dist/serialization/resources/exports/resources/index.d.ts +1 -0
- package/dist/serialization/resources/exports/resources/index.js +27 -0
- package/dist/serialization/resources/exports/resources/v3/client/getExports.d.ts +30 -0
- package/dist/serialization/resources/exports/resources/v3/client/getExports.js +66 -0
- package/dist/serialization/resources/exports/resources/v3/client/index.d.ts +1 -0
- package/dist/serialization/resources/exports/resources/v3/client/index.js +27 -0
- package/dist/serialization/resources/exports/resources/v3/index.d.ts +2 -0
- package/dist/serialization/resources/exports/resources/v3/index.js +18 -0
- package/dist/serialization/resources/exports/resources/v3/types/GetExportsResponse.d.ts +15 -0
- package/dist/serialization/resources/{encounters/resources/v4/types/GenerateClinicalNotesPdfResponse.js → exports/resources/v3/types/GetExportsResponse.js} +6 -8
- package/dist/serialization/resources/exports/resources/v3/types/index.d.ts +1 -0
- package/dist/serialization/resources/exports/resources/v3/types/index.js +17 -0
- package/dist/serialization/resources/identifiers/types/Identifier.d.ts +12 -0
- package/dist/serialization/resources/identifiers/types/Identifier.js +35 -0
- package/dist/serialization/resources/identifiers/types/IdentifierBase.d.ts +14 -0
- package/dist/serialization/resources/{credentialing/types/RequiredCredentialingDates.js → identifiers/types/IdentifierBase.js} +5 -4
- package/dist/serialization/resources/{commons/types/RegionNational.d.ts → identifiers/types/IdentifierCode.d.ts} +3 -4
- package/{serialization/resources/commons/types/RegionNational.js → dist/serialization/resources/identifiers/types/IdentifierCode.js} +2 -2
- package/dist/serialization/resources/identifiers/types/IdentifierCreate.d.ts +11 -0
- package/dist/serialization/resources/{credentialing/types/CredentialingSpanStatus.js → identifiers/types/IdentifierCreate.js} +4 -2
- package/{serialization/resources/commons/types/ContentDownloadUrl.d.ts → dist/serialization/resources/identifiers/types/IdentifierId.d.ts} +2 -2
- package/{serialization/resources/commons/types/ContentDownloadUrl.js → dist/serialization/resources/identifiers/types/IdentifierId.js} +3 -3
- package/dist/serialization/resources/identifiers/types/IdentifierUpdate.d.ts +15 -0
- package/dist/serialization/resources/{encounters/resources/v4/types/BaseAttachment.js → identifiers/types/IdentifierUpdate.js} +7 -8
- package/dist/serialization/resources/identifiers/types/IdentifierValue.d.ts +16 -0
- package/{serialization/resources/commons/types/Regions.js → dist/serialization/resources/identifiers/types/IdentifierValue.js} +4 -4
- package/dist/serialization/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +13 -0
- package/dist/serialization/resources/{credentialing/types/ProviderCredentialingSpanBase.js → identifiers/types/MedicaidProviderIdentifier.js} +4 -3
- package/dist/serialization/resources/identifiers/types/MedicareProviderIdentifier.d.ts +13 -0
- package/dist/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +34 -0
- package/dist/serialization/resources/identifiers/types/UpdatableIdentifier.d.ts +20 -0
- package/dist/serialization/resources/{commons/types/Regions.js → identifiers/types/UpdatableIdentifier.js} +7 -4
- package/dist/serialization/resources/identifiers/types/index.d.ts +10 -0
- package/dist/serialization/resources/identifiers/types/index.js +26 -0
- package/dist/serialization/resources/index.d.ts +3 -2
- package/dist/serialization/resources/index.js +4 -3
- package/dist/serialization/resources/organizationProviders/resources/index.d.ts +1 -0
- package/dist/serialization/resources/organizationProviders/resources/index.js +2 -1
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +10 -0
- package/dist/serialization/resources/{encounters/resources/v4/types/NetworkStatus.js → organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js} +2 -2
- package/dist/serialization/resources/organizationProviders/resources/v2/types/index.d.ts +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v2/types/index.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +14 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.js +46 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/get.d.ts +14 -0
- package/{serialization/resources/encounters/resources/v4/types/AttachmentId.js → dist/serialization/resources/organizationProviders/resources/v3/client/get.js} +15 -4
- package/dist/serialization/resources/organizationProviders/resources/v3/client/index.d.ts +3 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/index.js +29 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +18 -0
- package/dist/serialization/resources/{encounters/resources/v4/types/AttributableContractingStatusResult.js → organizationProviders/resources/v3/client/update.js} +19 -8
- package/dist/serialization/resources/organizationProviders/resources/v3/index.d.ts +2 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/index.js +18 -0
- package/dist/serialization/resources/organizationProviders/resources/{v2/types/OrganizationProviderBase.d.ts → v3/types/OrganizationProviderCreateV2.d.ts} +5 -4
- package/dist/serialization/resources/organizationProviders/resources/{v2/types/OrganizationProviderBase.js → v3/types/OrganizationProviderCreateV2.js} +5 -4
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +12 -0
- package/{serialization/resources/encounters/resources/v4/types/EncounterAttachment.js → dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js} +4 -4
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +25 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +54 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +26 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +49 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/types/index.d.ts +4 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/types/index.js +20 -0
- package/package.json +1 -1
- package/serialization/resources/{credentialing/types/ProviderCredentialingSpanId.d.ts → commons/types/ErrorMessage.d.ts} +2 -2
- package/{dist/serialization/resources/credentialing/types/ProviderCredentialingSpanId.js → serialization/resources/commons/types/ErrorMessage.js} +3 -3
- package/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +16 -0
- package/{dist/serialization/resources/credentialing/types/EncounterCredentialingStatusResult.js → serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js} +4 -4
- package/serialization/resources/commons/types/index.d.ts +2 -4
- package/serialization/resources/commons/types/index.js +2 -4
- package/serialization/resources/contracts/types/index.d.ts +0 -4
- package/serialization/resources/contracts/types/index.js +0 -4
- package/serialization/resources/encounters/resources/v4/client/index.d.ts +0 -1
- package/serialization/resources/encounters/resources/v4/client/index.js +1 -2
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +0 -13
- package/serialization/resources/encounters/resources/v4/types/index.js +0 -13
- package/serialization/resources/exports/index.d.ts +1 -0
- package/serialization/resources/exports/index.js +17 -0
- package/serialization/resources/exports/resources/index.d.ts +1 -0
- package/serialization/resources/exports/resources/index.js +27 -0
- package/serialization/resources/exports/resources/v3/client/getExports.d.ts +30 -0
- package/serialization/resources/exports/resources/v3/client/getExports.js +66 -0
- package/serialization/resources/exports/resources/v3/client/index.d.ts +1 -0
- package/serialization/resources/exports/resources/v3/client/index.js +27 -0
- package/serialization/resources/exports/resources/v3/index.d.ts +2 -0
- package/serialization/resources/exports/resources/v3/index.js +18 -0
- package/serialization/resources/exports/resources/v3/types/GetExportsResponse.d.ts +15 -0
- package/{dist/serialization/resources/encounters/resources/v4/types/AttachmentId.js → serialization/resources/exports/resources/v3/types/GetExportsResponse.js} +6 -5
- package/serialization/resources/exports/resources/v3/types/index.d.ts +1 -0
- package/serialization/resources/exports/resources/v3/types/index.js +17 -0
- package/serialization/resources/identifiers/types/Identifier.d.ts +12 -0
- package/serialization/resources/identifiers/types/Identifier.js +35 -0
- package/serialization/resources/identifiers/types/IdentifierBase.d.ts +14 -0
- package/serialization/resources/{credentialing/types/RequiredCredentialingDates.js → identifiers/types/IdentifierBase.js} +5 -4
- package/serialization/resources/{commons/types/RegionNational.d.ts → identifiers/types/IdentifierCode.d.ts} +3 -4
- package/{dist/serialization/resources/commons/types/RegionNational.js → serialization/resources/identifiers/types/IdentifierCode.js} +2 -2
- package/serialization/resources/identifiers/types/IdentifierCreate.d.ts +11 -0
- package/{dist/serialization/resources/commons/types/RegionStates.js → serialization/resources/identifiers/types/IdentifierCreate.js} +4 -4
- package/{dist/serialization/resources/credentialing/types/ProviderCredentialingSpanId.d.ts → serialization/resources/identifiers/types/IdentifierId.d.ts} +2 -2
- package/serialization/resources/{credentialing/types/ProviderCredentialingSpanId.js → identifiers/types/IdentifierId.js} +3 -3
- package/serialization/resources/identifiers/types/IdentifierUpdate.d.ts +15 -0
- package/serialization/resources/{encounters/resources/v4/types/SuccessfulGenerateClinicalNotesPdfResponse.js → identifiers/types/IdentifierUpdate.js} +7 -5
- package/serialization/resources/identifiers/types/IdentifierValue.d.ts +16 -0
- package/{dist/serialization/resources/credentialing/types/CredentialingSpanDates.js → serialization/resources/identifiers/types/IdentifierValue.js} +4 -4
- package/serialization/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +13 -0
- package/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +34 -0
- package/serialization/resources/identifiers/types/MedicareProviderIdentifier.d.ts +13 -0
- package/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +34 -0
- package/serialization/resources/identifiers/types/UpdatableIdentifier.d.ts +20 -0
- package/serialization/resources/identifiers/types/UpdatableIdentifier.js +42 -0
- package/serialization/resources/identifiers/types/index.d.ts +10 -0
- package/serialization/resources/identifiers/types/index.js +26 -0
- package/serialization/resources/index.d.ts +3 -2
- package/serialization/resources/index.js +4 -3
- package/serialization/resources/organizationProviders/resources/index.d.ts +1 -0
- package/serialization/resources/organizationProviders/resources/index.js +2 -1
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +10 -0
- package/{dist/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js → serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js} +2 -2
- package/serialization/resources/organizationProviders/resources/v2/types/index.d.ts +1 -3
- package/serialization/resources/organizationProviders/resources/v2/types/index.js +1 -3
- package/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +14 -0
- package/serialization/resources/organizationProviders/resources/v3/client/create.js +46 -0
- package/serialization/resources/organizationProviders/resources/v3/client/get.d.ts +14 -0
- package/serialization/resources/{encounters/resources/v4/types/GenerateClinicalNotesPdfResponse.js → organizationProviders/resources/v3/client/get.js} +14 -6
- package/serialization/resources/organizationProviders/resources/v3/client/index.d.ts +3 -0
- package/serialization/resources/organizationProviders/resources/v3/client/index.js +29 -0
- package/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +18 -0
- package/serialization/resources/organizationProviders/resources/v3/client/update.js +51 -0
- package/serialization/resources/organizationProviders/resources/v3/index.d.ts +2 -0
- package/serialization/resources/organizationProviders/resources/v3/index.js +18 -0
- package/serialization/resources/organizationProviders/resources/{v2/types/OrganizationProviderBase.d.ts → v3/types/OrganizationProviderCreateV2.d.ts} +5 -4
- package/serialization/resources/organizationProviders/resources/{v2/types/OrganizationProviderBase.js → v3/types/OrganizationProviderCreateV2.js} +5 -4
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +12 -0
- package/{dist/serialization/resources/encounters/resources/v4/types/EncounterAttachment.js → serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js} +4 -4
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +25 -0
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +54 -0
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +26 -0
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +49 -0
- package/serialization/resources/organizationProviders/resources/v3/types/index.d.ts +4 -0
- package/serialization/resources/organizationProviders/resources/v3/types/index.js +20 -0
- package/api/resources/commons/types/ContentDownloadUrl.d.ts +0 -8
- package/api/resources/commons/types/RegionNational.d.ts +0 -5
- package/api/resources/commons/types/Regions.d.ts +0 -13
- package/api/resources/contracts/types/AuthorizedSignatory.d.ts +0 -11
- package/api/resources/contracts/types/Contract.d.ts +0 -13
- package/api/resources/contracts/types/ContractBase.d.ts +0 -18
- package/api/resources/contracts/types/ContractStatus.d.ts +0 -22
- package/api/resources/contracts/types/ContractStatus.js +0 -11
- package/api/resources/credentialing/types/CredentialedEncounterStatusResult.d.ts +0 -7
- package/api/resources/credentialing/types/CredentialingSpanDates.d.ts +0 -13
- package/api/resources/credentialing/types/CredentialingSpanStatus.d.ts +0 -13
- package/api/resources/credentialing/types/CredentialingSpanStatus.js +0 -12
- package/api/resources/credentialing/types/EncounterCredentialingStatusResult.d.ts +0 -13
- package/api/resources/credentialing/types/NonRequiredCredentialingDates.d.ts +0 -8
- package/api/resources/credentialing/types/ProviderCredentialingSpan.d.ts +0 -23
- package/api/resources/credentialing/types/ProviderCredentialingSpanBase.d.ts +0 -11
- package/api/resources/credentialing/types/ProviderCredentialingSpanId.d.ts +0 -8
- package/api/resources/credentialing/types/ProviderCredentialingSpanId.js +0 -10
- package/api/resources/credentialing/types/index.d.ts +0 -9
- package/api/resources/credentialing/types/index.js +0 -25
- package/api/resources/encounters/resources/v4/client/generateClinicalNotesPdf.d.ts +0 -22
- package/api/resources/encounters/resources/v4/client/getAttachments.d.ts +0 -22
- package/api/resources/encounters/resources/v4/client/recomputeNetworkStatusResults.d.ts +0 -22
- package/api/resources/encounters/resources/v4/types/AttachmentId.d.ts +0 -8
- package/api/resources/encounters/resources/v4/types/AttributableContractingStatusResult.d.ts +0 -16
- package/api/resources/encounters/resources/v4/types/BaseAttachment.d.ts +0 -11
- package/api/resources/encounters/resources/v4/types/ContractingOutOfOfNetworkReason.d.ts +0 -8
- package/api/resources/encounters/resources/v4/types/ContractingOutOfOfNetworkReason.js +0 -10
- package/api/resources/encounters/resources/v4/types/EncounterAttachment.d.ts +0 -7
- package/api/resources/encounters/resources/v4/types/EncounterAttachmentType.d.ts +0 -7
- package/api/resources/encounters/resources/v4/types/EncounterAttachmentType.js +0 -9
- package/api/resources/encounters/resources/v4/types/GenerateClinicalNotesPdfResponse.d.ts +0 -10
- package/api/resources/encounters/resources/v4/types/InNetworkContractingStatusResult.d.ts +0 -7
- package/api/resources/encounters/resources/v4/types/MarkAsNotBillableResponse.d.ts +0 -7
- package/api/resources/encounters/resources/v4/types/NetworkStatus.d.ts +0 -10
- package/api/resources/encounters/resources/v4/types/NetworkStatus.js +0 -12
- package/api/resources/encounters/resources/v4/types/NetworkStatusComputationResults.d.ts +0 -9
- package/api/resources/encounters/resources/v4/types/OutOfNetworkContractingStatusResult.d.ts +0 -7
- package/api/resources/encounters/resources/v4/types/SuccessfulGenerateClinicalNotesPdfResponse.d.ts +0 -8
- package/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +0 -8
- package/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +0 -10
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +0 -14
- package/dist/api/resources/commons/types/ContentDownloadUrl.d.ts +0 -8
- package/dist/api/resources/commons/types/RegionNational.d.ts +0 -5
- package/dist/api/resources/commons/types/Regions.d.ts +0 -13
- package/dist/api/resources/contracts/types/AuthorizedSignatory.d.ts +0 -11
- package/dist/api/resources/contracts/types/Contract.d.ts +0 -13
- package/dist/api/resources/contracts/types/ContractBase.d.ts +0 -18
- package/dist/api/resources/contracts/types/ContractStatus.d.ts +0 -22
- package/dist/api/resources/contracts/types/ContractStatus.js +0 -11
- package/dist/api/resources/credentialing/types/CredentialedEncounterStatusResult.d.ts +0 -7
- package/dist/api/resources/credentialing/types/CredentialingSpanDates.d.ts +0 -13
- package/dist/api/resources/credentialing/types/CredentialingSpanStatus.d.ts +0 -13
- package/dist/api/resources/credentialing/types/CredentialingSpanStatus.js +0 -12
- package/dist/api/resources/credentialing/types/EncounterCredentialingStatusResult.d.ts +0 -13
- package/dist/api/resources/credentialing/types/EncounterCredentialingStatusResult.js +0 -5
- package/dist/api/resources/credentialing/types/NonRequiredCredentialingDates.d.ts +0 -8
- package/dist/api/resources/credentialing/types/NonRequiredCredentialingDates.js +0 -5
- package/dist/api/resources/credentialing/types/ProviderCredentialingSpan.d.ts +0 -23
- package/dist/api/resources/credentialing/types/ProviderCredentialingSpan.js +0 -5
- package/dist/api/resources/credentialing/types/ProviderCredentialingSpanBase.d.ts +0 -11
- package/dist/api/resources/credentialing/types/ProviderCredentialingSpanBase.js +0 -5
- package/dist/api/resources/credentialing/types/ProviderCredentialingSpanId.d.ts +0 -8
- package/dist/api/resources/credentialing/types/ProviderCredentialingSpanId.js +0 -10
- package/dist/api/resources/credentialing/types/RequiredCredentialingDates.js +0 -5
- package/dist/api/resources/credentialing/types/index.d.ts +0 -9
- package/dist/api/resources/credentialing/types/index.js +0 -25
- package/dist/api/resources/encounters/resources/v4/client/generateClinicalNotesPdf.d.ts +0 -22
- package/dist/api/resources/encounters/resources/v4/client/generateClinicalNotesPdf.js +0 -47
- package/dist/api/resources/encounters/resources/v4/client/markAsNotBillable.d.ts +0 -22
- package/dist/api/resources/encounters/resources/v4/client/recomputeNetworkStatusResults.d.ts +0 -22
- package/dist/api/resources/encounters/resources/v4/client/recomputeNetworkStatusResults.js +0 -47
- package/dist/api/resources/encounters/resources/v4/types/AttachmentId.d.ts +0 -8
- package/dist/api/resources/encounters/resources/v4/types/AttributableContractingStatusResult.d.ts +0 -16
- package/dist/api/resources/encounters/resources/v4/types/AttributableContractingStatusResult.js +0 -5
- package/dist/api/resources/encounters/resources/v4/types/BaseAttachment.d.ts +0 -11
- package/dist/api/resources/encounters/resources/v4/types/BaseAttachment.js +0 -5
- package/dist/api/resources/encounters/resources/v4/types/ContractingOutOfOfNetworkReason.d.ts +0 -8
- package/dist/api/resources/encounters/resources/v4/types/ContractingOutOfOfNetworkReason.js +0 -10
- package/dist/api/resources/encounters/resources/v4/types/EncounterAttachment.d.ts +0 -7
- package/dist/api/resources/encounters/resources/v4/types/EncounterAttachment.js +0 -5
- package/dist/api/resources/encounters/resources/v4/types/EncounterAttachmentType.d.ts +0 -7
- package/dist/api/resources/encounters/resources/v4/types/EncounterAttachmentType.js +0 -9
- package/dist/api/resources/encounters/resources/v4/types/GenerateClinicalNotesPdfResponse.d.ts +0 -10
- package/dist/api/resources/encounters/resources/v4/types/GenerateClinicalNotesPdfResponse.js +0 -5
- package/dist/api/resources/encounters/resources/v4/types/InNetworkContractingStatusResult.d.ts +0 -7
- package/dist/api/resources/encounters/resources/v4/types/InNetworkContractingStatusResult.js +0 -5
- package/dist/api/resources/encounters/resources/v4/types/MarkAsNotBillableResponse.d.ts +0 -7
- package/dist/api/resources/encounters/resources/v4/types/MarkAsNotBillableResponse.js +0 -5
- package/dist/api/resources/encounters/resources/v4/types/NetworkStatus.d.ts +0 -10
- package/dist/api/resources/encounters/resources/v4/types/NetworkStatus.js +0 -12
- package/dist/api/resources/encounters/resources/v4/types/NetworkStatusComputationResults.d.ts +0 -9
- package/dist/api/resources/encounters/resources/v4/types/NetworkStatusComputationResults.js +0 -5
- package/dist/api/resources/encounters/resources/v4/types/OutOfNetworkContractingStatusResult.d.ts +0 -7
- package/dist/api/resources/encounters/resources/v4/types/OutOfNetworkContractingStatusResult.js +0 -5
- package/dist/api/resources/encounters/resources/v4/types/SuccessfulGenerateClinicalNotesPdfResponse.d.ts +0 -8
- package/dist/api/resources/encounters/resources/v4/types/SuccessfulGenerateClinicalNotesPdfResponse.js +0 -5
- package/dist/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +0 -8
- package/dist/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +0 -10
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +0 -14
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +0 -5
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +0 -5
- package/dist/serialization/resources/commons/types/RegionStates.d.ts +0 -12
- package/dist/serialization/resources/commons/types/Regions.d.ts +0 -16
- package/dist/serialization/resources/contracts/types/AuthorizedSignatory.d.ts +0 -17
- package/dist/serialization/resources/contracts/types/AuthorizedSignatory.js +0 -38
- package/dist/serialization/resources/contracts/types/Contract.d.ts +0 -15
- package/dist/serialization/resources/contracts/types/Contract.js +0 -38
- package/dist/serialization/resources/contracts/types/ContractBase.d.ts +0 -16
- package/dist/serialization/resources/contracts/types/ContractBase.js +0 -37
- package/dist/serialization/resources/contracts/types/ContractStatus.d.ts +0 -10
- package/dist/serialization/resources/credentialing/types/CredentialedEncounterStatusResult.d.ts +0 -12
- package/dist/serialization/resources/credentialing/types/CredentialedEncounterStatusResult.js +0 -33
- package/dist/serialization/resources/credentialing/types/CredentialingSpanDates.d.ts +0 -16
- package/dist/serialization/resources/credentialing/types/CredentialingSpanStatus.d.ts +0 -10
- package/dist/serialization/resources/credentialing/types/EncounterCredentialingStatusResult.d.ts +0 -16
- package/dist/serialization/resources/credentialing/types/NonRequiredCredentialingDates.d.ts +0 -13
- package/dist/serialization/resources/credentialing/types/NonRequiredCredentialingDates.js +0 -34
- package/dist/serialization/resources/credentialing/types/ProviderCredentialingSpan.d.ts +0 -19
- package/dist/serialization/resources/credentialing/types/ProviderCredentialingSpan.js +0 -42
- package/dist/serialization/resources/credentialing/types/ProviderCredentialingSpanBase.d.ts +0 -12
- package/dist/serialization/resources/credentialing/types/RequiredCredentialingDates.d.ts +0 -13
- package/dist/serialization/resources/credentialing/types/index.d.ts +0 -9
- package/dist/serialization/resources/credentialing/types/index.js +0 -25
- package/dist/serialization/resources/encounters/resources/v4/client/getAttachments.d.ts +0 -10
- package/dist/serialization/resources/encounters/resources/v4/client/getAttachments.js +0 -31
- package/dist/serialization/resources/encounters/resources/v4/types/AttachmentId.d.ts +0 -10
- package/dist/serialization/resources/encounters/resources/v4/types/AttributableContractingStatusResult.d.ts +0 -19
- package/dist/serialization/resources/encounters/resources/v4/types/BaseAttachment.d.ts +0 -16
- package/dist/serialization/resources/encounters/resources/v4/types/ContractingOutOfOfNetworkReason.d.ts +0 -10
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterAttachment.d.ts +0 -12
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterAttachmentType.d.ts +0 -10
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterAttachmentType.js +0 -31
- package/dist/serialization/resources/encounters/resources/v4/types/GenerateClinicalNotesPdfResponse.d.ts +0 -13
- package/dist/serialization/resources/encounters/resources/v4/types/InNetworkContractingStatusResult.d.ts +0 -12
- package/dist/serialization/resources/encounters/resources/v4/types/InNetworkContractingStatusResult.js +0 -33
- package/dist/serialization/resources/encounters/resources/v4/types/MarkAsNotBillableResponse.d.ts +0 -12
- package/dist/serialization/resources/encounters/resources/v4/types/MarkAsNotBillableResponse.js +0 -33
- package/dist/serialization/resources/encounters/resources/v4/types/NetworkStatus.d.ts +0 -10
- package/dist/serialization/resources/encounters/resources/v4/types/NetworkStatusComputationResults.d.ts +0 -14
- package/dist/serialization/resources/encounters/resources/v4/types/NetworkStatusComputationResults.js +0 -35
- package/dist/serialization/resources/encounters/resources/v4/types/OutOfNetworkContractingStatusResult.d.ts +0 -12
- package/dist/serialization/resources/encounters/resources/v4/types/OutOfNetworkContractingStatusResult.js +0 -33
- package/dist/serialization/resources/encounters/resources/v4/types/SuccessfulGenerateClinicalNotesPdfResponse.d.ts +0 -13
- package/dist/serialization/resources/encounters/resources/v4/types/SuccessfulGenerateClinicalNotesPdfResponse.js +0 -34
- package/dist/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +0 -10
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +0 -15
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +0 -38
- package/serialization/resources/commons/types/RegionStates.d.ts +0 -12
- package/serialization/resources/commons/types/RegionStates.js +0 -33
- package/serialization/resources/commons/types/Regions.d.ts +0 -16
- package/serialization/resources/contracts/types/AuthorizedSignatory.d.ts +0 -17
- package/serialization/resources/contracts/types/AuthorizedSignatory.js +0 -38
- package/serialization/resources/contracts/types/Contract.d.ts +0 -15
- package/serialization/resources/contracts/types/Contract.js +0 -38
- package/serialization/resources/contracts/types/ContractBase.d.ts +0 -16
- package/serialization/resources/contracts/types/ContractBase.js +0 -37
- package/serialization/resources/contracts/types/ContractStatus.d.ts +0 -10
- package/serialization/resources/contracts/types/ContractStatus.js +0 -31
- package/serialization/resources/credentialing/types/CredentialedEncounterStatusResult.d.ts +0 -12
- package/serialization/resources/credentialing/types/CredentialedEncounterStatusResult.js +0 -33
- package/serialization/resources/credentialing/types/CredentialingSpanDates.d.ts +0 -16
- package/serialization/resources/credentialing/types/CredentialingSpanDates.js +0 -39
- package/serialization/resources/credentialing/types/CredentialingSpanStatus.d.ts +0 -10
- package/serialization/resources/credentialing/types/CredentialingSpanStatus.js +0 -31
- package/serialization/resources/credentialing/types/EncounterCredentialingStatusResult.d.ts +0 -16
- package/serialization/resources/credentialing/types/NonRequiredCredentialingDates.d.ts +0 -13
- package/serialization/resources/credentialing/types/NonRequiredCredentialingDates.js +0 -34
- package/serialization/resources/credentialing/types/ProviderCredentialingSpan.d.ts +0 -19
- package/serialization/resources/credentialing/types/ProviderCredentialingSpan.js +0 -42
- package/serialization/resources/credentialing/types/ProviderCredentialingSpanBase.d.ts +0 -12
- package/serialization/resources/credentialing/types/ProviderCredentialingSpanBase.js +0 -33
- package/serialization/resources/credentialing/types/RequiredCredentialingDates.d.ts +0 -13
- package/serialization/resources/credentialing/types/index.d.ts +0 -9
- package/serialization/resources/credentialing/types/index.js +0 -25
- package/serialization/resources/encounters/resources/v4/client/getAttachments.d.ts +0 -10
- package/serialization/resources/encounters/resources/v4/client/getAttachments.js +0 -31
- package/serialization/resources/encounters/resources/v4/types/AttachmentId.d.ts +0 -10
- package/serialization/resources/encounters/resources/v4/types/AttributableContractingStatusResult.d.ts +0 -19
- package/serialization/resources/encounters/resources/v4/types/AttributableContractingStatusResult.js +0 -40
- package/serialization/resources/encounters/resources/v4/types/BaseAttachment.d.ts +0 -16
- package/serialization/resources/encounters/resources/v4/types/BaseAttachment.js +0 -37
- package/serialization/resources/encounters/resources/v4/types/ContractingOutOfOfNetworkReason.d.ts +0 -10
- package/serialization/resources/encounters/resources/v4/types/ContractingOutOfOfNetworkReason.js +0 -31
- package/serialization/resources/encounters/resources/v4/types/EncounterAttachment.d.ts +0 -12
- package/serialization/resources/encounters/resources/v4/types/EncounterAttachmentType.d.ts +0 -10
- package/serialization/resources/encounters/resources/v4/types/EncounterAttachmentType.js +0 -31
- package/serialization/resources/encounters/resources/v4/types/GenerateClinicalNotesPdfResponse.d.ts +0 -13
- package/serialization/resources/encounters/resources/v4/types/InNetworkContractingStatusResult.d.ts +0 -12
- package/serialization/resources/encounters/resources/v4/types/InNetworkContractingStatusResult.js +0 -33
- package/serialization/resources/encounters/resources/v4/types/MarkAsNotBillableResponse.d.ts +0 -12
- package/serialization/resources/encounters/resources/v4/types/MarkAsNotBillableResponse.js +0 -33
- package/serialization/resources/encounters/resources/v4/types/NetworkStatus.d.ts +0 -10
- package/serialization/resources/encounters/resources/v4/types/NetworkStatus.js +0 -31
- package/serialization/resources/encounters/resources/v4/types/NetworkStatusComputationResults.d.ts +0 -14
- package/serialization/resources/encounters/resources/v4/types/NetworkStatusComputationResults.js +0 -35
- package/serialization/resources/encounters/resources/v4/types/OutOfNetworkContractingStatusResult.d.ts +0 -12
- package/serialization/resources/encounters/resources/v4/types/OutOfNetworkContractingStatusResult.js +0 -33
- package/serialization/resources/encounters/resources/v4/types/SuccessfulGenerateClinicalNotesPdfResponse.d.ts +0 -13
- package/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +0 -10
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +0 -15
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +0 -38
- /package/api/resources/commons/types/{RegionNational.js → RemovableDateRangeOptionalEnd.js} +0 -0
- /package/api/resources/{commons/types/RegionStates.js → exports/resources/v3/client/requests/GetExportsRequest.js} +0 -0
- /package/api/resources/{commons/types/Regions.js → exports/resources/v3/types/GetExportsResponse.js} +0 -0
- /package/api/resources/{credentialing → identifiers}/index.d.ts +0 -0
- /package/api/resources/{credentialing → identifiers}/index.js +0 -0
- /package/api/resources/{contracts/types/AuthorizedSignatory.js → identifiers/types/Identifier.js} +0 -0
- /package/api/resources/{contracts/types/Contract.js → identifiers/types/IdentifierBase.js} +0 -0
- /package/api/resources/{contracts/types/ContractBase.js → identifiers/types/IdentifierCreate.js} +0 -0
- /package/api/resources/{credentialing/types/CredentialedEncounterStatusResult.js → identifiers/types/IdentifierUpdate.js} +0 -0
- /package/api/resources/{credentialing/types/CredentialingSpanDates.js → identifiers/types/IdentifierValue.js} +0 -0
- /package/api/resources/{credentialing/types/EncounterCredentialingStatusResult.js → identifiers/types/MedicaidProviderIdentifier.js} +0 -0
- /package/api/resources/{credentialing/types/NonRequiredCredentialingDates.js → identifiers/types/MedicareProviderIdentifier.js} +0 -0
- /package/api/resources/{credentialing/types/ProviderCredentialingSpan.js → identifiers/types/UpdatableIdentifier.js} +0 -0
- /package/api/resources/{credentialing/types/ProviderCredentialingSpanBase.js → organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.js} +0 -0
- /package/api/resources/{credentialing/types/RequiredCredentialingDates.js → organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js} +0 -0
- /package/api/resources/{encounters/resources/v4/types/AttributableContractingStatusResult.js → organizationProviders/resources/v3/types/OrganizationProviderPageV2.js} +0 -0
- /package/api/resources/{encounters/resources/v4/types/BaseAttachment.js → organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js} +0 -0
- /package/api/resources/{encounters/resources/v4/types/EncounterAttachment.js → organizationProviders/resources/v3/types/OrganizationProviderV2.js} +0 -0
- /package/{api/resources/encounters/resources/v4/types/GenerateClinicalNotesPdfResponse.js → dist/api/resources/commons/types/RemovableDateRangeOptionalEnd.js} +0 -0
- /package/{api/resources/encounters/resources/v4/types/InNetworkContractingStatusResult.js → dist/api/resources/exports/resources/v3/client/requests/GetExportsRequest.js} +0 -0
- /package/{api/resources/encounters/resources/v4/types/MarkAsNotBillableResponse.js → dist/api/resources/exports/resources/v3/types/GetExportsResponse.js} +0 -0
- /package/dist/api/resources/{credentialing → identifiers}/index.d.ts +0 -0
- /package/dist/api/resources/{credentialing → identifiers}/index.js +0 -0
- /package/{api/resources/encounters/resources/v4/types/NetworkStatusComputationResults.js → dist/api/resources/identifiers/types/Identifier.js} +0 -0
- /package/{api/resources/encounters/resources/v4/types/OutOfNetworkContractingStatusResult.js → dist/api/resources/identifiers/types/IdentifierBase.js} +0 -0
- /package/{api/resources/encounters/resources/v4/types/SuccessfulGenerateClinicalNotesPdfResponse.js → dist/api/resources/identifiers/types/IdentifierCreate.js} +0 -0
- /package/{api/resources/organizationProviders/resources/v2/types/OrganizationProvider.js → dist/api/resources/identifiers/types/IdentifierUpdate.js} +0 -0
- /package/{api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js → dist/api/resources/identifiers/types/IdentifierValue.js} +0 -0
- /package/dist/api/resources/{commons/types/RegionNational.js → identifiers/types/MedicaidProviderIdentifier.js} +0 -0
- /package/dist/api/resources/{commons/types/RegionStates.js → identifiers/types/MedicareProviderIdentifier.js} +0 -0
- /package/dist/api/resources/{commons/types/Regions.js → identifiers/types/UpdatableIdentifier.js} +0 -0
- /package/dist/api/resources/{contracts/types/AuthorizedSignatory.js → organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.js} +0 -0
- /package/dist/api/resources/{contracts/types/Contract.js → organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js} +0 -0
- /package/dist/api/resources/{contracts/types/ContractBase.js → organizationProviders/resources/v3/types/OrganizationProviderPageV2.js} +0 -0
- /package/dist/api/resources/{credentialing/types/CredentialedEncounterStatusResult.js → organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js} +0 -0
- /package/dist/api/resources/{credentialing/types/CredentialingSpanDates.js → organizationProviders/resources/v3/types/OrganizationProviderV2.js} +0 -0
- /package/dist/serialization/resources/{credentialing → identifiers}/index.d.ts +0 -0
- /package/dist/serialization/resources/{credentialing → identifiers}/index.js +0 -0
- /package/serialization/resources/{credentialing → identifiers}/index.d.ts +0 -0
- /package/serialization/resources/{credentialing → identifiers}/index.js +0 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.update = exports.create = exports.get = void 0;
|
|
27
|
+
exports.get = __importStar(require("./get"));
|
|
28
|
+
exports.create = __importStar(require("./create"));
|
|
29
|
+
exports.update = __importStar(require("./update"));
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../..";
|
|
5
|
+
import * as CandidApi from "../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const Error: core.serialization.Schema<serializers.organizationProviders.v3.update.Error.Raw, CandidApi.organizationProviders.v3.update.Error>;
|
|
8
|
+
export declare namespace Error {
|
|
9
|
+
type Raw = Error.HttpRequestValidationError | Error.EntityNotFoundError;
|
|
10
|
+
interface HttpRequestValidationError {
|
|
11
|
+
errorName: "HttpRequestValidationError";
|
|
12
|
+
content: serializers.RequestValidationError.Raw;
|
|
13
|
+
}
|
|
14
|
+
interface EntityNotFoundError {
|
|
15
|
+
errorName: "EntityNotFoundError";
|
|
16
|
+
content: serializers.EntityNotFoundErrorMessage.Raw;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -26,15 +26,26 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.Error = void 0;
|
|
30
|
+
const CandidApi = __importStar(require("../../../../../../api"));
|
|
30
31
|
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
exports.
|
|
32
|
-
.union(
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
32
|
+
exports.Error = core.serialization
|
|
33
|
+
.union("errorName", {
|
|
34
|
+
HttpRequestValidationError: core.serialization.object({
|
|
35
|
+
content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).RequestValidationError),
|
|
36
|
+
}),
|
|
37
|
+
EntityNotFoundError: core.serialization.object({
|
|
38
|
+
content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).EntityNotFoundErrorMessage),
|
|
39
|
+
}),
|
|
36
40
|
})
|
|
37
41
|
.transform({
|
|
38
|
-
transform: (value) =>
|
|
39
|
-
|
|
42
|
+
transform: (value) => {
|
|
43
|
+
switch (value.errorName) {
|
|
44
|
+
case "HttpRequestValidationError":
|
|
45
|
+
return CandidApi.organizationProviders.v3.update.Error.httpRequestValidationError(value.content);
|
|
46
|
+
case "EntityNotFoundError":
|
|
47
|
+
return CandidApi.organizationProviders.v3.update.Error.entityNotFoundError(value.content);
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
untransform: ({ _visit, ...value }) => value,
|
|
40
51
|
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
import * as serializers from "../../../../..";
|
|
5
5
|
import * as CandidApi from "../../../../../../api";
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const
|
|
8
|
-
export declare namespace
|
|
7
|
+
export declare const OrganizationProviderCreateV2: core.serialization.ObjectSchema<serializers.organizationProviders.v3.OrganizationProviderCreateV2.Raw, CandidApi.organizationProviders.v3.OrganizationProviderCreateV2>;
|
|
8
|
+
export declare namespace OrganizationProviderCreateV2 {
|
|
9
9
|
interface Raw {
|
|
10
10
|
npi: string;
|
|
11
11
|
is_rendering: boolean;
|
|
@@ -17,8 +17,9 @@ export declare namespace OrganizationProviderBase {
|
|
|
17
17
|
tax_id?: string | null;
|
|
18
18
|
taxonomy_code?: string | null;
|
|
19
19
|
license_type: serializers.organizationProviders.v2.LicenseType.Raw;
|
|
20
|
-
ptan?: string | null;
|
|
21
|
-
medicaid_provider_id?: string | null;
|
|
22
20
|
addresses?: serializers.organizationProviders.v2.OrganizationProviderAddress.Raw[] | null;
|
|
21
|
+
employment_start_date?: string | null;
|
|
22
|
+
employment_termination_date?: string | null;
|
|
23
|
+
qualifications: serializers.IdentifierCreate.Raw[];
|
|
23
24
|
}
|
|
24
25
|
}
|
|
@@ -26,9 +26,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.OrganizationProviderCreateV2 = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
exports.
|
|
31
|
+
exports.OrganizationProviderCreateV2 = core.serialization.object({
|
|
32
32
|
npi: core.serialization.string(),
|
|
33
33
|
isRendering: core.serialization.property("is_rendering", core.serialization.boolean()),
|
|
34
34
|
isBilling: core.serialization.property("is_billing", core.serialization.boolean()),
|
|
@@ -39,9 +39,10 @@ exports.OrganizationProviderBase = core.serialization.object({
|
|
|
39
39
|
taxId: core.serialization.property("tax_id", core.serialization.string().optional()),
|
|
40
40
|
taxonomyCode: core.serialization.property("taxonomy_code", core.serialization.string().optional()),
|
|
41
41
|
licenseType: core.serialization.property("license_type", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).organizationProviders.v2.LicenseType)),
|
|
42
|
-
ptan: core.serialization.string().optional(),
|
|
43
|
-
medicaidProviderId: core.serialization.property("medicaid_provider_id", core.serialization.string().optional()),
|
|
44
42
|
addresses: core.serialization
|
|
45
43
|
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).organizationProviders.v2.OrganizationProviderAddress))
|
|
46
44
|
.optional(),
|
|
45
|
+
employmentStartDate: core.serialization.property("employment_start_date", core.serialization.string().optional()),
|
|
46
|
+
employmentTerminationDate: core.serialization.property("employment_termination_date", core.serialization.string().optional()),
|
|
47
|
+
qualifications: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).IdentifierCreate)),
|
|
47
48
|
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../..";
|
|
5
|
+
import * as CandidApi from "../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const OrganizationProviderPageV2: core.serialization.ObjectSchema<serializers.organizationProviders.v3.OrganizationProviderPageV2.Raw, CandidApi.organizationProviders.v3.OrganizationProviderPageV2>;
|
|
8
|
+
export declare namespace OrganizationProviderPageV2 {
|
|
9
|
+
interface Raw extends serializers.ResourcePage.Raw {
|
|
10
|
+
items: serializers.organizationProviders.v3.OrganizationProviderV2.Raw[];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -26,10 +26,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.OrganizationProviderPageV2 = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
exports.
|
|
31
|
+
exports.OrganizationProviderPageV2 = core.serialization
|
|
32
32
|
.object({
|
|
33
|
-
|
|
33
|
+
items: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).organizationProviders.v3.OrganizationProviderV2)),
|
|
34
34
|
})
|
|
35
|
-
.extend(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).
|
|
35
|
+
.extend(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ResourcePage));
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../..";
|
|
5
|
+
import * as CandidApi from "../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const OrganizationProviderUpdateV2: core.serialization.ObjectSchema<serializers.organizationProviders.v3.OrganizationProviderUpdateV2.Raw, CandidApi.organizationProviders.v3.OrganizationProviderUpdateV2>;
|
|
8
|
+
export declare namespace OrganizationProviderUpdateV2 {
|
|
9
|
+
interface Raw {
|
|
10
|
+
npi?: string | null;
|
|
11
|
+
is_rendering?: boolean | null;
|
|
12
|
+
is_billing?: boolean | null;
|
|
13
|
+
first_name?: string | null;
|
|
14
|
+
last_name?: string | null;
|
|
15
|
+
organization_name?: string | null;
|
|
16
|
+
provider_type?: serializers.organizationProviders.v2.ProviderType.Raw | null;
|
|
17
|
+
tax_id?: string | null;
|
|
18
|
+
taxonomy_code?: string | null;
|
|
19
|
+
license_type?: serializers.organizationProviders.v2.LicenseType.Raw | null;
|
|
20
|
+
addresses?: serializers.organizationProviders.v2.OrganizationProviderAddress.Raw[] | null;
|
|
21
|
+
employment_start_date?: serializers.Date_.Raw | null;
|
|
22
|
+
employment_termination_date?: serializers.Date_.Raw | null;
|
|
23
|
+
qualifications?: serializers.UpdatableIdentifier.Raw[] | null;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.OrganizationProviderUpdateV2 = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.OrganizationProviderUpdateV2 = core.serialization.object({
|
|
32
|
+
npi: core.serialization.string().optional(),
|
|
33
|
+
isRendering: core.serialization.property("is_rendering", core.serialization.boolean().optional()),
|
|
34
|
+
isBilling: core.serialization.property("is_billing", core.serialization.boolean().optional()),
|
|
35
|
+
firstName: core.serialization.property("first_name", core.serialization.string().optional()),
|
|
36
|
+
lastName: core.serialization.property("last_name", core.serialization.string().optional()),
|
|
37
|
+
organizationName: core.serialization.property("organization_name", core.serialization.string().optional()),
|
|
38
|
+
providerType: core.serialization.property("provider_type", core.serialization
|
|
39
|
+
.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).organizationProviders.v2.ProviderType)
|
|
40
|
+
.optional()),
|
|
41
|
+
taxId: core.serialization.property("tax_id", core.serialization.string().optional()),
|
|
42
|
+
taxonomyCode: core.serialization.property("taxonomy_code", core.serialization.string().optional()),
|
|
43
|
+
licenseType: core.serialization.property("license_type", core.serialization
|
|
44
|
+
.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).organizationProviders.v2.LicenseType)
|
|
45
|
+
.optional()),
|
|
46
|
+
addresses: core.serialization
|
|
47
|
+
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).organizationProviders.v2.OrganizationProviderAddress))
|
|
48
|
+
.optional(),
|
|
49
|
+
employmentStartDate: core.serialization.property("employment_start_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_).optional()),
|
|
50
|
+
employmentTerminationDate: core.serialization.property("employment_termination_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_).optional()),
|
|
51
|
+
qualifications: core.serialization
|
|
52
|
+
.list(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).UpdatableIdentifier))
|
|
53
|
+
.optional(),
|
|
54
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../..";
|
|
5
|
+
import * as CandidApi from "../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const OrganizationProviderV2: core.serialization.ObjectSchema<serializers.organizationProviders.v3.OrganizationProviderV2.Raw, CandidApi.organizationProviders.v3.OrganizationProviderV2>;
|
|
8
|
+
export declare namespace OrganizationProviderV2 {
|
|
9
|
+
interface Raw {
|
|
10
|
+
npi: string;
|
|
11
|
+
is_rendering: boolean;
|
|
12
|
+
is_billing: boolean;
|
|
13
|
+
first_name?: string | null;
|
|
14
|
+
last_name?: string | null;
|
|
15
|
+
organization_name?: string | null;
|
|
16
|
+
provider_type: serializers.organizationProviders.v2.ProviderType.Raw;
|
|
17
|
+
tax_id?: string | null;
|
|
18
|
+
taxonomy_code?: string | null;
|
|
19
|
+
license_type: serializers.organizationProviders.v2.LicenseType.Raw;
|
|
20
|
+
addresses?: serializers.organizationProviders.v2.OrganizationProviderAddress.Raw[] | null;
|
|
21
|
+
employment_start_date?: string | null;
|
|
22
|
+
employment_termination_date?: string | null;
|
|
23
|
+
organization_provider_id: serializers.organizationProviders.v2.OrganizationProviderId.Raw;
|
|
24
|
+
qualifications: serializers.Identifier.Raw[];
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.OrganizationProviderV2 = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.OrganizationProviderV2 = core.serialization.object({
|
|
32
|
+
npi: core.serialization.string(),
|
|
33
|
+
isRendering: core.serialization.property("is_rendering", core.serialization.boolean()),
|
|
34
|
+
isBilling: core.serialization.property("is_billing", core.serialization.boolean()),
|
|
35
|
+
firstName: core.serialization.property("first_name", core.serialization.string().optional()),
|
|
36
|
+
lastName: core.serialization.property("last_name", core.serialization.string().optional()),
|
|
37
|
+
organizationName: core.serialization.property("organization_name", core.serialization.string().optional()),
|
|
38
|
+
providerType: core.serialization.property("provider_type", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).organizationProviders.v2.ProviderType)),
|
|
39
|
+
taxId: core.serialization.property("tax_id", core.serialization.string().optional()),
|
|
40
|
+
taxonomyCode: core.serialization.property("taxonomy_code", core.serialization.string().optional()),
|
|
41
|
+
licenseType: core.serialization.property("license_type", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).organizationProviders.v2.LicenseType)),
|
|
42
|
+
addresses: core.serialization
|
|
43
|
+
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).organizationProviders.v2.OrganizationProviderAddress))
|
|
44
|
+
.optional(),
|
|
45
|
+
employmentStartDate: core.serialization.property("employment_start_date", core.serialization.string().optional()),
|
|
46
|
+
employmentTerminationDate: core.serialization.property("employment_termination_date", core.serialization.string().optional()),
|
|
47
|
+
organizationProviderId: core.serialization.property("organization_provider_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).organizationProviders.v2.OrganizationProviderId)),
|
|
48
|
+
qualifications: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Identifier)),
|
|
49
|
+
});
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./OrganizationProviderV2"), exports);
|
|
18
|
+
__exportStar(require("./OrganizationProviderCreateV2"), exports);
|
|
19
|
+
__exportStar(require("./OrganizationProviderUpdateV2"), exports);
|
|
20
|
+
__exportStar(require("./OrganizationProviderPageV2"), exports);
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "../../..";
|
|
5
5
|
import * as CandidApi from "../../../../api";
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
|
-
export declare const
|
|
8
|
-
export declare namespace
|
|
7
|
+
export declare const ErrorMessage: core.serialization.Schema<serializers.ErrorMessage.Raw, CandidApi.ErrorMessage>;
|
|
8
|
+
export declare namespace ErrorMessage {
|
|
9
9
|
type Raw = string;
|
|
10
10
|
}
|
|
@@ -26,10 +26,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.ErrorMessage = void 0;
|
|
30
30
|
const CandidApi = __importStar(require("../../../../api"));
|
|
31
31
|
const core = __importStar(require("../../../../core"));
|
|
32
|
-
exports.
|
|
33
|
-
transform: CandidApi.
|
|
32
|
+
exports.ErrorMessage = core.serialization.string().transform({
|
|
33
|
+
transform: CandidApi.ErrorMessage,
|
|
34
34
|
untransform: (value) => value,
|
|
35
35
|
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as CandidApi from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const RemovableDateRangeOptionalEnd: core.serialization.Schema<serializers.RemovableDateRangeOptionalEnd.Raw, CandidApi.RemovableDateRangeOptionalEnd>;
|
|
8
|
+
export declare namespace RemovableDateRangeOptionalEnd {
|
|
9
|
+
type Raw = RemovableDateRangeOptionalEnd.DateRange | RemovableDateRangeOptionalEnd.Remove;
|
|
10
|
+
interface DateRange extends serializers.DateRangeOptionalEnd.Raw {
|
|
11
|
+
type: "date_range";
|
|
12
|
+
}
|
|
13
|
+
interface Remove {
|
|
14
|
+
type: "remove";
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -26,12 +26,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.RemovableDateRangeOptionalEnd = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
|
-
exports.
|
|
31
|
+
exports.RemovableDateRangeOptionalEnd = core.serialization
|
|
32
32
|
.union("type", {
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
date_range: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).DateRangeOptionalEnd),
|
|
34
|
+
remove: core.serialization.object({}),
|
|
35
35
|
})
|
|
36
36
|
.transform({
|
|
37
37
|
transform: (value) => value,
|
|
@@ -8,18 +8,15 @@ export * from "./Npi";
|
|
|
8
8
|
export * from "./WorkQueueId";
|
|
9
9
|
export * from "./TaskId";
|
|
10
10
|
export * from "./LinkUrl";
|
|
11
|
-
export * from "./ContentDownloadUrl";
|
|
12
11
|
export * from "./PageToken";
|
|
13
12
|
export * from "./Date_";
|
|
14
13
|
export * from "./DateRangeOptionalEnd";
|
|
15
14
|
export * from "./Decimal";
|
|
15
|
+
export * from "./RemovableDateRangeOptionalEnd";
|
|
16
16
|
export * from "./ResourcePage";
|
|
17
17
|
export * from "./StreetAddressBase";
|
|
18
18
|
export * from "./StreetAddressShortZip";
|
|
19
19
|
export * from "./StreetAddressLongZip";
|
|
20
|
-
export * from "./Regions";
|
|
21
|
-
export * from "./RegionStates";
|
|
22
|
-
export * from "./RegionNational";
|
|
23
20
|
export * from "./State";
|
|
24
21
|
export * from "./SourceOfPaymentCode";
|
|
25
22
|
export * from "./FacilityTypeCode";
|
|
@@ -28,6 +25,7 @@ export * from "./ProcedureModifier";
|
|
|
28
25
|
export * from "./ServiceLineUnits";
|
|
29
26
|
export * from "./InsuranceTypeCode";
|
|
30
27
|
export * from "./EmrPayerCrosswalk";
|
|
28
|
+
export * from "./ErrorMessage";
|
|
31
29
|
export * from "./EntityNotFoundErrorMessage";
|
|
32
30
|
export * from "./UnauthorizedErrorMessage";
|
|
33
31
|
export * from "./RequestValidationError";
|
|
@@ -24,18 +24,15 @@ __exportStar(require("./Npi"), exports);
|
|
|
24
24
|
__exportStar(require("./WorkQueueId"), exports);
|
|
25
25
|
__exportStar(require("./TaskId"), exports);
|
|
26
26
|
__exportStar(require("./LinkUrl"), exports);
|
|
27
|
-
__exportStar(require("./ContentDownloadUrl"), exports);
|
|
28
27
|
__exportStar(require("./PageToken"), exports);
|
|
29
28
|
__exportStar(require("./Date_"), exports);
|
|
30
29
|
__exportStar(require("./DateRangeOptionalEnd"), exports);
|
|
31
30
|
__exportStar(require("./Decimal"), exports);
|
|
31
|
+
__exportStar(require("./RemovableDateRangeOptionalEnd"), exports);
|
|
32
32
|
__exportStar(require("./ResourcePage"), exports);
|
|
33
33
|
__exportStar(require("./StreetAddressBase"), exports);
|
|
34
34
|
__exportStar(require("./StreetAddressShortZip"), exports);
|
|
35
35
|
__exportStar(require("./StreetAddressLongZip"), exports);
|
|
36
|
-
__exportStar(require("./Regions"), exports);
|
|
37
|
-
__exportStar(require("./RegionStates"), exports);
|
|
38
|
-
__exportStar(require("./RegionNational"), exports);
|
|
39
36
|
__exportStar(require("./State"), exports);
|
|
40
37
|
__exportStar(require("./SourceOfPaymentCode"), exports);
|
|
41
38
|
__exportStar(require("./FacilityTypeCode"), exports);
|
|
@@ -44,6 +41,7 @@ __exportStar(require("./ProcedureModifier"), exports);
|
|
|
44
41
|
__exportStar(require("./ServiceLineUnits"), exports);
|
|
45
42
|
__exportStar(require("./InsuranceTypeCode"), exports);
|
|
46
43
|
__exportStar(require("./EmrPayerCrosswalk"), exports);
|
|
44
|
+
__exportStar(require("./ErrorMessage"), exports);
|
|
47
45
|
__exportStar(require("./EntityNotFoundErrorMessage"), exports);
|
|
48
46
|
__exportStar(require("./UnauthorizedErrorMessage"), exports);
|
|
49
47
|
__exportStar(require("./RequestValidationError"), exports);
|
|
@@ -15,7 +15,3 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./ContractId"), exports);
|
|
18
|
-
__exportStar(require("./ContractBase"), exports);
|
|
19
|
-
__exportStar(require("./Contract"), exports);
|
|
20
|
-
__exportStar(require("./ContractStatus"), exports);
|
|
21
|
-
__exportStar(require("./AuthorizedSignatory"), exports);
|
|
@@ -26,8 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.update = exports.create = void 0;
|
|
30
30
|
exports.create = __importStar(require("./create"));
|
|
31
31
|
exports.update = __importStar(require("./update"));
|
|
32
|
-
exports.getAttachments = __importStar(require("./getAttachments"));
|
|
33
32
|
__exportStar(require("./requests"), exports);
|
|
@@ -21,19 +21,6 @@ export * from "./BillableStatusType";
|
|
|
21
21
|
export * from "./EncounterOwnerOfNextActionType";
|
|
22
22
|
export * from "./SynchronicityType";
|
|
23
23
|
export * from "./CodingAttributionType";
|
|
24
|
-
export * from "./AttachmentId";
|
|
25
|
-
export * from "./BaseAttachment";
|
|
26
|
-
export * from "./EncounterAttachment";
|
|
27
|
-
export * from "./EncounterAttachmentType";
|
|
28
|
-
export * from "./GenerateClinicalNotesPdfResponse";
|
|
29
|
-
export * from "./SuccessfulGenerateClinicalNotesPdfResponse";
|
|
30
|
-
export * from "./NetworkStatusComputationResults";
|
|
31
|
-
export * from "./AttributableContractingStatusResult";
|
|
32
|
-
export * from "./OutOfNetworkContractingStatusResult";
|
|
33
|
-
export * from "./ContractingOutOfOfNetworkReason";
|
|
34
|
-
export * from "./InNetworkContractingStatusResult";
|
|
35
|
-
export * from "./NetworkStatus";
|
|
36
|
-
export * from "./MarkAsNotBillableResponse";
|
|
37
24
|
export * from "./EncounterPage";
|
|
38
25
|
export * from "./PriorAuthorizationNumber";
|
|
39
26
|
export * from "./RxCui";
|
|
@@ -37,19 +37,6 @@ __exportStar(require("./BillableStatusType"), exports);
|
|
|
37
37
|
__exportStar(require("./EncounterOwnerOfNextActionType"), exports);
|
|
38
38
|
__exportStar(require("./SynchronicityType"), exports);
|
|
39
39
|
__exportStar(require("./CodingAttributionType"), exports);
|
|
40
|
-
__exportStar(require("./AttachmentId"), exports);
|
|
41
|
-
__exportStar(require("./BaseAttachment"), exports);
|
|
42
|
-
__exportStar(require("./EncounterAttachment"), exports);
|
|
43
|
-
__exportStar(require("./EncounterAttachmentType"), exports);
|
|
44
|
-
__exportStar(require("./GenerateClinicalNotesPdfResponse"), exports);
|
|
45
|
-
__exportStar(require("./SuccessfulGenerateClinicalNotesPdfResponse"), exports);
|
|
46
|
-
__exportStar(require("./NetworkStatusComputationResults"), exports);
|
|
47
|
-
__exportStar(require("./AttributableContractingStatusResult"), exports);
|
|
48
|
-
__exportStar(require("./OutOfNetworkContractingStatusResult"), exports);
|
|
49
|
-
__exportStar(require("./ContractingOutOfOfNetworkReason"), exports);
|
|
50
|
-
__exportStar(require("./InNetworkContractingStatusResult"), exports);
|
|
51
|
-
__exportStar(require("./NetworkStatus"), exports);
|
|
52
|
-
__exportStar(require("./MarkAsNotBillableResponse"), exports);
|
|
53
40
|
__exportStar(require("./EncounterPage"), exports);
|
|
54
41
|
__exportStar(require("./PriorAuthorizationNumber"), exports);
|
|
55
42
|
__exportStar(require("./RxCui"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./resources";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./resources"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as v3 from "./v3";
|