candidhealth 0.0.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 +140 -0
- package/Client.js +248 -0
- package/README.md +160 -0
- package/api/index.d.ts +1 -0
- package/api/index.js +17 -0
- package/api/resources/auth/client/Client.d.ts +30 -0
- package/api/resources/auth/client/Client.js +17 -0
- package/api/resources/auth/client/index.d.ts +1 -0
- package/api/resources/auth/client/index.js +2 -0
- package/api/resources/auth/index.d.ts +2 -0
- package/api/resources/auth/index.js +18 -0
- package/api/resources/auth/resources/default/client/Client.d.ts +72 -0
- package/api/resources/auth/resources/default/client/Client.js +161 -0
- package/api/resources/auth/resources/default/client/getToken.d.ts +34 -0
- package/api/resources/auth/resources/default/client/getToken.js +79 -0
- package/api/resources/auth/resources/default/client/index.d.ts +2 -0
- package/api/resources/auth/resources/default/client/index.js +41 -0
- package/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +16 -0
- package/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +5 -0
- package/api/resources/auth/resources/default/client/requests/index.d.ts +1 -0
- package/api/resources/auth/resources/default/client/requests/index.js +2 -0
- package/api/resources/auth/resources/default/index.d.ts +2 -0
- package/api/resources/auth/resources/default/index.js +18 -0
- package/api/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +17 -0
- package/api/resources/auth/resources/default/types/AuthGetTokenResponse.js +5 -0
- package/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +6 -0
- package/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +5 -0
- package/api/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +6 -0
- package/api/resources/auth/resources/default/types/TooManyRequestsErrorType.js +5 -0
- package/api/resources/auth/resources/default/types/index.d.ts +3 -0
- package/api/resources/auth/resources/default/types/index.js +19 -0
- package/api/resources/auth/resources/index.d.ts +1 -0
- package/api/resources/auth/resources/index.js +37 -0
- package/api/resources/billingNotes/client/Client.d.ts +30 -0
- package/api/resources/billingNotes/client/Client.js +17 -0
- package/api/resources/billingNotes/client/index.d.ts +1 -0
- package/api/resources/billingNotes/client/index.js +2 -0
- package/api/resources/billingNotes/index.d.ts +2 -0
- package/api/resources/billingNotes/index.js +18 -0
- package/api/resources/billingNotes/resources/index.d.ts +1 -0
- package/api/resources/billingNotes/resources/index.js +37 -0
- package/api/resources/billingNotes/resources/v2/client/Client.d.ts +58 -0
- package/api/resources/billingNotes/resources/v2/client/Client.js +221 -0
- package/api/resources/billingNotes/resources/v2/client/create.d.ts +22 -0
- package/api/resources/billingNotes/resources/v2/client/create.js +57 -0
- package/api/resources/billingNotes/resources/v2/client/delete.d.ts +40 -0
- package/api/resources/billingNotes/resources/v2/client/delete.js +90 -0
- package/api/resources/billingNotes/resources/v2/client/index.d.ts +4 -0
- package/api/resources/billingNotes/resources/v2/client/index.js +43 -0
- package/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +13 -0
- package/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +5 -0
- package/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +13 -0
- package/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +5 -0
- package/api/resources/billingNotes/resources/v2/client/requests/index.d.ts +2 -0
- package/api/resources/billingNotes/resources/v2/client/requests/index.js +2 -0
- package/api/resources/billingNotes/resources/v2/client/update.d.ts +46 -0
- package/api/resources/billingNotes/resources/v2/client/update.js +101 -0
- package/api/resources/billingNotes/resources/v2/index.d.ts +2 -0
- package/api/resources/billingNotes/resources/v2/index.js +18 -0
- package/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +26 -0
- package/api/resources/billingNotes/resources/v2/types/BillingNote.js +5 -0
- package/api/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +7 -0
- package/api/resources/billingNotes/resources/v2/types/BillingNoteBase.js +5 -0
- package/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +7 -0
- package/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +5 -0
- package/api/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +8 -0
- package/api/resources/billingNotes/resources/v2/types/BillingNoteId.js +9 -0
- package/api/resources/billingNotes/resources/v2/types/index.d.ts +4 -0
- package/api/resources/billingNotes/resources/v2/types/index.js +20 -0
- package/api/resources/chargeCapture/client/Client.d.ts +30 -0
- package/api/resources/chargeCapture/client/Client.js +17 -0
- package/api/resources/chargeCapture/client/index.d.ts +1 -0
- package/api/resources/chargeCapture/client/index.js +2 -0
- package/api/resources/chargeCapture/index.d.ts +2 -0
- package/api/resources/chargeCapture/index.js +18 -0
- package/api/resources/chargeCapture/resources/index.d.ts +1 -0
- package/api/resources/chargeCapture/resources/index.js +37 -0
- package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +78 -0
- package/api/resources/chargeCapture/resources/v1/client/Client.js +525 -0
- package/api/resources/chargeCapture/resources/v1/client/create.d.ts +58 -0
- package/api/resources/chargeCapture/resources/v1/client/create.js +123 -0
- package/api/resources/chargeCapture/resources/v1/client/get.d.ts +22 -0
- package/api/resources/chargeCapture/resources/v1/client/get.js +57 -0
- package/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +22 -0
- package/api/resources/chargeCapture/resources/v1/client/getAll.js +57 -0
- package/api/resources/chargeCapture/resources/v1/client/index.d.ts +6 -0
- package/api/resources/chargeCapture/resources/v1/client/index.js +45 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +23 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +5 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +30 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +5 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +29 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +5 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +161 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.js +5 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +4 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/index.js +2 -0
- package/api/resources/chargeCapture/resources/v1/client/update.d.ts +52 -0
- package/api/resources/chargeCapture/resources/v1/client/update.js +112 -0
- package/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +34 -0
- package/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +79 -0
- package/api/resources/chargeCapture/resources/v1/index.d.ts +2 -0
- package/api/resources/chargeCapture/resources/v1/index.js +18 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +18 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.js +5 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +6 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +5 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +28 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +5 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +8 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +5 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +12 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +5 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +8 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +10 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +11 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +13 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +6 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +5 -0
- package/api/resources/chargeCapture/resources/v1/types/index.d.ts +8 -0
- package/api/resources/chargeCapture/resources/v1/types/index.js +24 -0
- package/api/resources/chargeCaptureBundles/client/Client.d.ts +30 -0
- package/api/resources/chargeCaptureBundles/client/Client.js +17 -0
- package/api/resources/chargeCaptureBundles/client/index.d.ts +1 -0
- package/api/resources/chargeCaptureBundles/client/index.js +2 -0
- package/api/resources/chargeCaptureBundles/index.d.ts +2 -0
- package/api/resources/chargeCaptureBundles/index.js +18 -0
- package/api/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
- package/api/resources/chargeCaptureBundles/resources/index.js +37 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +61 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +343 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +22 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.js +57 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +22 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +57 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.d.ts +22 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.js +57 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +44 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +13 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +91 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.js +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.js +2 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +34 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +79 -0
- package/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
- package/api/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +22 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +7 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +7 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +9 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +15 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +14 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +15 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.js +21 -0
- package/api/resources/claimSubmission/index.d.ts +1 -0
- package/api/resources/claimSubmission/index.js +17 -0
- package/api/resources/claimSubmission/resources/index.d.ts +1 -0
- package/api/resources/claimSubmission/resources/index.js +37 -0
- package/api/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/api/resources/claimSubmission/resources/v1/index.js +17 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +34 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +5 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +34 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +5 -0
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +43 -0
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +5 -0
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +43 -0
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +5 -0
- package/api/resources/claimSubmission/resources/v1/types/index.d.ts +4 -0
- package/api/resources/claimSubmission/resources/v1/types/index.js +20 -0
- package/api/resources/claims/index.d.ts +1 -0
- package/api/resources/claims/index.js +17 -0
- package/api/resources/claims/types/Claim.d.ts +100 -0
- package/api/resources/claims/types/Claim.js +5 -0
- package/api/resources/claims/types/ClaimStatus.d.ts +21 -0
- package/api/resources/claims/types/ClaimStatus.js +23 -0
- package/api/resources/claims/types/index.d.ts +2 -0
- package/api/resources/claims/types/index.js +18 -0
- package/api/resources/clinicalTrials/index.d.ts +1 -0
- package/api/resources/clinicalTrials/index.js +17 -0
- package/api/resources/clinicalTrials/resources/index.d.ts +1 -0
- package/api/resources/clinicalTrials/resources/index.js +37 -0
- package/api/resources/clinicalTrials/resources/v1/index.d.ts +1 -0
- package/api/resources/clinicalTrials/resources/v1/index.js +17 -0
- package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +9 -0
- package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +5 -0
- package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +9 -0
- package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +11 -0
- package/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +10 -0
- package/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +5 -0
- package/api/resources/clinicalTrials/resources/v1/types/index.d.ts +3 -0
- package/api/resources/clinicalTrials/resources/v1/types/index.js +19 -0
- package/api/resources/commons/index.d.ts +1 -0
- package/api/resources/commons/index.js +17 -0
- package/api/resources/commons/types/AdjustmentId.d.ts +8 -0
- package/api/resources/commons/types/AdjustmentId.js +9 -0
- package/api/resources/commons/types/AppointmentId.d.ts +8 -0
- package/api/resources/commons/types/AppointmentId.js +9 -0
- package/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +16 -0
- package/api/resources/commons/types/BillingProviderCommercialLicenseType.js +18 -0
- package/api/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +8 -0
- package/api/resources/commons/types/ChargeCaptureClaimCreationId.js +9 -0
- package/api/resources/commons/types/ChargeCaptureId.d.ts +8 -0
- package/api/resources/commons/types/ChargeCaptureId.js +9 -0
- package/api/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +8 -0
- package/api/resources/commons/types/ChargeCapturePostBilledChangeId.js +9 -0
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +16 -0
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +18 -0
- package/api/resources/commons/types/ClaimId.d.ts +8 -0
- package/api/resources/commons/types/ClaimId.js +9 -0
- package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +8 -0
- package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +10 -0
- package/api/resources/commons/types/ClinicalTrialId.d.ts +8 -0
- package/api/resources/commons/types/ClinicalTrialId.js +9 -0
- package/api/resources/commons/types/DateRangeOptionalEnd.d.ts +8 -0
- package/api/resources/commons/types/DateRangeOptionalEnd.js +5 -0
- package/api/resources/commons/types/Date_.d.ts +11 -0
- package/api/resources/commons/types/Date_.js +9 -0
- package/api/resources/commons/types/Decimal.d.ts +11 -0
- package/api/resources/commons/types/Decimal.js +9 -0
- package/api/resources/commons/types/DelayReasonCode.d.ts +65 -0
- package/api/resources/commons/types/DelayReasonCode.js +22 -0
- package/api/resources/commons/types/Email.d.ts +12 -0
- package/api/resources/commons/types/Email.js +9 -0
- package/api/resources/commons/types/EmrPayerCrosswalk.d.ts +8 -0
- package/api/resources/commons/types/EmrPayerCrosswalk.js +10 -0
- package/api/resources/commons/types/EncounterExternalId.d.ts +8 -0
- package/api/resources/commons/types/EncounterExternalId.js +9 -0
- package/api/resources/commons/types/EncounterId.d.ts +8 -0
- package/api/resources/commons/types/EncounterId.js +9 -0
- package/api/resources/commons/types/EntityConflictErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/EntityConflictErrorMessage.js +5 -0
- package/api/resources/commons/types/EntityNotFoundErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/EntityNotFoundErrorMessage.js +5 -0
- package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
- package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +12 -0
- package/api/resources/commons/types/ErrorMessage.d.ts +8 -0
- package/api/resources/commons/types/ErrorMessage.js +9 -0
- package/api/resources/commons/types/FacilityTypeCode.d.ts +211 -0
- package/api/resources/commons/types/FacilityTypeCode.js +58 -0
- package/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/HttpServiceUnavailableErrorMessage.js +5 -0
- package/api/resources/commons/types/InsuranceTypeCode.d.ts +289 -0
- package/api/resources/commons/types/InsuranceTypeCode.js +78 -0
- package/api/resources/commons/types/IntendedSubmissionMedium.d.ts +11 -0
- package/api/resources/commons/types/IntendedSubmissionMedium.js +10 -0
- package/api/resources/commons/types/InvoiceId.d.ts +8 -0
- package/api/resources/commons/types/InvoiceId.js +9 -0
- package/api/resources/commons/types/LinkUrl.d.ts +8 -0
- package/api/resources/commons/types/LinkUrl.js +9 -0
- package/api/resources/commons/types/NetworkType.d.ts +90 -0
- package/api/resources/commons/types/NetworkType.js +29 -0
- package/api/resources/commons/types/NextResponsibleParty.d.ts +12 -0
- package/api/resources/commons/types/NextResponsibleParty.js +14 -0
- package/api/resources/commons/types/Npi.d.ts +8 -0
- package/api/resources/commons/types/Npi.js +9 -0
- package/api/resources/commons/types/OrganizationId.d.ts +8 -0
- package/api/resources/commons/types/OrganizationId.js +9 -0
- package/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +5 -0
- package/api/resources/commons/types/PageToken.d.ts +12 -0
- package/api/resources/commons/types/PageToken.js +9 -0
- package/api/resources/commons/types/PatientExternalId.d.ts +8 -0
- package/api/resources/commons/types/PatientExternalId.js +9 -0
- package/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +102 -0
- package/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +32 -0
- package/api/resources/commons/types/PayerPlanGroupId.d.ts +8 -0
- package/api/resources/commons/types/PayerPlanGroupId.js +9 -0
- package/api/resources/commons/types/PhoneNumber.d.ts +15 -0
- package/api/resources/commons/types/PhoneNumber.js +5 -0
- package/api/resources/commons/types/PhoneNumberOptional.d.ts +15 -0
- package/api/resources/commons/types/PhoneNumberOptional.js +5 -0
- package/api/resources/commons/types/PhoneNumberType.d.ts +9 -0
- package/api/resources/commons/types/PhoneNumberType.js +11 -0
- package/api/resources/commons/types/PreEncounterAppointmentId.d.ts +8 -0
- package/api/resources/commons/types/PreEncounterAppointmentId.js +9 -0
- package/api/resources/commons/types/PreEncounterPatientId.d.ts +8 -0
- package/api/resources/commons/types/PreEncounterPatientId.js +9 -0
- package/api/resources/commons/types/Primitive.d.ts +14 -0
- package/api/resources/commons/types/Primitive.js +12 -0
- package/api/resources/commons/types/ProcedureModifier.d.ts +1602 -0
- package/api/resources/commons/types/ProcedureModifier.js +407 -0
- package/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +8 -0
- package/api/resources/commons/types/ProviderCredentialingSpanId.js +9 -0
- package/api/resources/commons/types/ProviderId.d.ts +8 -0
- package/api/resources/commons/types/ProviderId.js +9 -0
- package/api/resources/commons/types/QualifierCode.d.ts +14 -0
- package/api/resources/commons/types/QualifierCode.js +12 -0
- package/api/resources/commons/types/RateId.d.ts +8 -0
- package/api/resources/commons/types/RateId.js +9 -0
- package/api/resources/commons/types/RegionNational.d.ts +5 -0
- package/api/resources/commons/types/RegionNational.js +5 -0
- package/api/resources/commons/types/RegionStates.d.ts +7 -0
- package/api/resources/commons/types/RegionStates.js +5 -0
- package/api/resources/commons/types/Regions.d.ts +13 -0
- package/api/resources/commons/types/Regions.js +5 -0
- package/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +13 -0
- package/api/resources/commons/types/RemovableDateRangeOptionalEnd.js +5 -0
- package/api/resources/commons/types/RequestValidationError.d.ts +7 -0
- package/api/resources/commons/types/RequestValidationError.js +5 -0
- package/api/resources/commons/types/ResourcePage.d.ts +15 -0
- package/api/resources/commons/types/ResourcePage.js +5 -0
- package/api/resources/commons/types/SchemaId.d.ts +8 -0
- package/api/resources/commons/types/SchemaId.js +9 -0
- package/api/resources/commons/types/ServiceLineId.d.ts +8 -0
- package/api/resources/commons/types/ServiceLineId.js +9 -0
- package/api/resources/commons/types/ServiceLineUnits.d.ts +8 -0
- package/api/resources/commons/types/ServiceLineUnits.js +10 -0
- package/api/resources/commons/types/SortDirection.d.ts +12 -0
- package/api/resources/commons/types/SortDirection.js +10 -0
- package/api/resources/commons/types/SourceOfPaymentCode.d.ts +102 -0
- package/api/resources/commons/types/SourceOfPaymentCode.js +32 -0
- package/api/resources/commons/types/State.d.ts +68 -0
- package/api/resources/commons/types/State.js +70 -0
- package/api/resources/commons/types/StreetAddressBase.d.ts +12 -0
- package/api/resources/commons/types/StreetAddressBase.js +5 -0
- package/api/resources/commons/types/StreetAddressLongZip.d.ts +19 -0
- package/api/resources/commons/types/StreetAddressLongZip.js +5 -0
- package/api/resources/commons/types/StreetAddressLongZipOptional.d.ts +19 -0
- package/api/resources/commons/types/StreetAddressLongZipOptional.js +5 -0
- package/api/resources/commons/types/StreetAddressOptionalBase.d.ts +12 -0
- package/api/resources/commons/types/StreetAddressOptionalBase.js +5 -0
- package/api/resources/commons/types/StreetAddressShortZip.d.ts +19 -0
- package/api/resources/commons/types/StreetAddressShortZip.js +5 -0
- package/api/resources/commons/types/StreetAddressShortZipOptional.d.ts +19 -0
- package/api/resources/commons/types/StreetAddressShortZipOptional.js +5 -0
- package/api/resources/commons/types/TaskAssignmentId.d.ts +8 -0
- package/api/resources/commons/types/TaskAssignmentId.js +9 -0
- package/api/resources/commons/types/TaskId.d.ts +8 -0
- package/api/resources/commons/types/TaskId.js +9 -0
- package/api/resources/commons/types/TaskNoteId.d.ts +8 -0
- package/api/resources/commons/types/TaskNoteId.js +9 -0
- package/api/resources/commons/types/TaxId.d.ts +8 -0
- package/api/resources/commons/types/TaxId.js +9 -0
- package/api/resources/commons/types/UnauthorizedErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/UnauthorizedErrorMessage.js +5 -0
- package/api/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/UnprocessableEntityErrorMessage.js +5 -0
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +5 -0
- package/api/resources/commons/types/UserId.d.ts +8 -0
- package/api/resources/commons/types/UserId.js +9 -0
- package/api/resources/commons/types/WorkQueueId.d.ts +8 -0
- package/api/resources/commons/types/WorkQueueId.js +9 -0
- package/api/resources/commons/types/index.d.ts +75 -0
- package/api/resources/commons/types/index.js +91 -0
- package/api/resources/contracts/client/Client.d.ts +30 -0
- package/api/resources/contracts/client/Client.js +17 -0
- package/api/resources/contracts/client/index.d.ts +1 -0
- package/api/resources/contracts/client/index.js +2 -0
- package/api/resources/contracts/index.d.ts +2 -0
- package/api/resources/contracts/index.js +18 -0
- package/api/resources/contracts/resources/index.d.ts +1 -0
- package/api/resources/contracts/resources/index.js +37 -0
- package/api/resources/contracts/resources/v2/client/Client.d.ts +76 -0
- package/api/resources/contracts/resources/v2/client/Client.js +354 -0
- package/api/resources/contracts/resources/v2/client/create.d.ts +22 -0
- package/api/resources/contracts/resources/v2/client/create.js +57 -0
- package/api/resources/contracts/resources/v2/client/delete.d.ts +28 -0
- package/api/resources/contracts/resources/v2/client/delete.js +68 -0
- package/api/resources/contracts/resources/v2/client/get.d.ts +28 -0
- package/api/resources/contracts/resources/v2/client/get.js +68 -0
- package/api/resources/contracts/resources/v2/client/getMulti.d.ts +22 -0
- package/api/resources/contracts/resources/v2/client/getMulti.js +57 -0
- package/api/resources/contracts/resources/v2/client/index.d.ts +6 -0
- package/api/resources/contracts/resources/v2/client/index.js +45 -0
- package/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +24 -0
- package/api/resources/contracts/resources/v2/client/requests/ContractCreate.js +5 -0
- package/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +30 -0
- package/api/resources/contracts/resources/v2/client/requests/ContractUpdate.js +5 -0
- package/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +34 -0
- package/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.js +5 -0
- package/api/resources/contracts/resources/v2/client/requests/index.d.ts +3 -0
- package/api/resources/contracts/resources/v2/client/requests/index.js +2 -0
- package/api/resources/contracts/resources/v2/client/update.d.ts +34 -0
- package/api/resources/contracts/resources/v2/client/update.js +79 -0
- package/api/resources/contracts/resources/v2/index.d.ts +2 -0
- package/api/resources/contracts/resources/v2/index.js +18 -0
- package/api/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +11 -0
- package/api/resources/contracts/resources/v2/types/AuthorizedSignatory.js +5 -0
- package/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +13 -0
- package/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +5 -0
- package/api/resources/contracts/resources/v2/types/Contract.d.ts +13 -0
- package/api/resources/contracts/resources/v2/types/Contract.js +5 -0
- package/api/resources/contracts/resources/v2/types/ContractBase.d.ts +23 -0
- package/api/resources/contracts/resources/v2/types/ContractBase.js +5 -0
- package/api/resources/contracts/resources/v2/types/ContractId.d.ts +8 -0
- package/api/resources/contracts/resources/v2/types/ContractId.js +9 -0
- package/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +6 -0
- package/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +5 -0
- package/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +6 -0
- package/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +5 -0
- package/api/resources/contracts/resources/v2/types/ContractSortField.d.ts +12 -0
- package/api/resources/contracts/resources/v2/types/ContractSortField.js +14 -0
- package/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +19 -0
- package/api/resources/contracts/resources/v2/types/ContractStatus.js +11 -0
- package/api/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +8 -0
- package/api/resources/contracts/resources/v2/types/ContractWithProviders.js +5 -0
- package/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +8 -0
- package/api/resources/contracts/resources/v2/types/ContractingProviderId.js +9 -0
- package/api/resources/contracts/resources/v2/types/ContractsPage.d.ts +7 -0
- package/api/resources/contracts/resources/v2/types/ContractsPage.js +5 -0
- package/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +14 -0
- package/api/resources/contracts/resources/v2/types/DateUpdate.js +5 -0
- package/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +17 -0
- package/api/resources/contracts/resources/v2/types/InsuranceTypes.js +5 -0
- package/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +14 -0
- package/api/resources/contracts/resources/v2/types/RegionsUpdate.js +5 -0
- package/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +8 -0
- package/api/resources/contracts/resources/v2/types/RenderingProviderid.js +9 -0
- package/api/resources/contracts/resources/v2/types/index.d.ts +16 -0
- package/api/resources/contracts/resources/v2/types/index.js +32 -0
- package/api/resources/credentialing/client/Client.d.ts +30 -0
- package/api/resources/credentialing/client/Client.js +17 -0
- package/api/resources/credentialing/client/index.d.ts +1 -0
- package/api/resources/credentialing/client/index.js +2 -0
- package/api/resources/credentialing/index.d.ts +2 -0
- package/api/resources/credentialing/index.js +18 -0
- package/api/resources/credentialing/resources/index.d.ts +1 -0
- package/api/resources/credentialing/resources/index.js +37 -0
- package/api/resources/credentialing/resources/v2/client/Client.d.ts +80 -0
- package/api/resources/credentialing/resources/v2/client/Client.js +366 -0
- package/api/resources/credentialing/resources/v2/client/create.d.ts +34 -0
- package/api/resources/credentialing/resources/v2/client/create.js +79 -0
- package/api/resources/credentialing/resources/v2/client/delete.d.ts +34 -0
- package/api/resources/credentialing/resources/v2/client/delete.js +79 -0
- package/api/resources/credentialing/resources/v2/client/get.d.ts +34 -0
- package/api/resources/credentialing/resources/v2/client/get.js +79 -0
- package/api/resources/credentialing/resources/v2/client/getAll.d.ts +34 -0
- package/api/resources/credentialing/resources/v2/client/getAll.js +79 -0
- package/api/resources/credentialing/resources/v2/client/index.d.ts +6 -0
- package/api/resources/credentialing/resources/v2/client/index.js +45 -0
- package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +31 -0
- package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js +5 -0
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +34 -0
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +5 -0
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +24 -0
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +5 -0
- package/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
- package/api/resources/credentialing/resources/v2/client/requests/index.js +2 -0
- package/api/resources/credentialing/resources/v2/client/update.d.ts +46 -0
- package/api/resources/credentialing/resources/v2/client/update.js +101 -0
- package/api/resources/credentialing/resources/v2/index.d.ts +2 -0
- package/api/resources/credentialing/resources/v2/index.js +18 -0
- package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +13 -0
- package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +12 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +31 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +5 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +8 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +9 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +7 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +5 -0
- package/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/api/resources/credentialing/resources/v2/types/index.js +20 -0
- package/api/resources/customSchemas/client/Client.d.ts +30 -0
- package/api/resources/customSchemas/client/Client.js +17 -0
- package/api/resources/customSchemas/client/index.d.ts +1 -0
- package/api/resources/customSchemas/client/index.js +2 -0
- package/api/resources/customSchemas/index.d.ts +2 -0
- package/api/resources/customSchemas/index.js +18 -0
- package/api/resources/customSchemas/resources/index.d.ts +1 -0
- package/api/resources/customSchemas/resources/index.js +37 -0
- package/api/resources/customSchemas/resources/v1/client/Client.d.ts +93 -0
- package/api/resources/customSchemas/resources/v1/client/Client.js +312 -0
- package/api/resources/customSchemas/resources/v1/client/create.d.ts +28 -0
- package/api/resources/customSchemas/resources/v1/client/create.js +68 -0
- package/api/resources/customSchemas/resources/v1/client/get.d.ts +34 -0
- package/api/resources/customSchemas/resources/v1/client/get.js +79 -0
- package/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/customSchemas/resources/v1/client/getMulti.js +68 -0
- package/api/resources/customSchemas/resources/v1/client/index.d.ts +5 -0
- package/api/resources/customSchemas/resources/v1/client/index.js +44 -0
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +29 -0
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +5 -0
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +21 -0
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +5 -0
- package/api/resources/customSchemas/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/customSchemas/resources/v1/client/requests/index.js +2 -0
- package/api/resources/customSchemas/resources/v1/client/update.d.ts +40 -0
- package/api/resources/customSchemas/resources/v1/client/update.js +90 -0
- package/api/resources/customSchemas/resources/v1/index.d.ts +2 -0
- package/api/resources/customSchemas/resources/v1/index.js +18 -0
- package/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +8 -0
- package/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +5 -0
- package/api/resources/customSchemas/resources/v1/types/Schema.d.ts +54 -0
- package/api/resources/customSchemas/resources/v1/types/Schema.js +5 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaField.d.ts +39 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaField.js +5 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +30 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +5 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +22 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaInstance.js +5 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +22 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +5 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +13 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaValidationError.js +5 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +7 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +5 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +8 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +5 -0
- package/api/resources/customSchemas/resources/v1/types/index.d.ts +9 -0
- package/api/resources/customSchemas/resources/v1/types/index.js +25 -0
- package/api/resources/diagnoses/client/Client.d.ts +64 -0
- package/api/resources/diagnoses/client/Client.js +219 -0
- package/api/resources/diagnoses/client/create.d.ts +22 -0
- package/api/resources/diagnoses/client/create.js +57 -0
- package/api/resources/diagnoses/client/delete.d.ts +34 -0
- package/api/resources/diagnoses/client/delete.js +79 -0
- package/api/resources/diagnoses/client/index.d.ts +4 -0
- package/api/resources/diagnoses/client/index.js +43 -0
- package/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +32 -0
- package/api/resources/diagnoses/client/requests/DiagnosisUpdate.js +5 -0
- package/api/resources/diagnoses/client/requests/index.d.ts +1 -0
- package/api/resources/diagnoses/client/requests/index.js +2 -0
- package/api/resources/diagnoses/client/update.d.ts +28 -0
- package/api/resources/diagnoses/client/update.js +68 -0
- package/api/resources/diagnoses/index.d.ts +2 -0
- package/api/resources/diagnoses/index.js +18 -0
- package/api/resources/diagnoses/types/Diagnosis.d.ts +21 -0
- package/api/resources/diagnoses/types/Diagnosis.js +5 -0
- package/api/resources/diagnoses/types/DiagnosisCreate.d.ts +28 -0
- package/api/resources/diagnoses/types/DiagnosisCreate.js +5 -0
- package/api/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +28 -0
- package/api/resources/diagnoses/types/DiagnosisCreateOptional.js +5 -0
- package/api/resources/diagnoses/types/DiagnosisId.d.ts +8 -0
- package/api/resources/diagnoses/types/DiagnosisId.js +9 -0
- package/api/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +8 -0
- package/api/resources/diagnoses/types/DiagnosisNotFoundError.js +5 -0
- package/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +46 -0
- package/api/resources/diagnoses/types/DiagnosisTypeCode.js +18 -0
- package/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +9 -0
- package/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +5 -0
- package/api/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +7 -0
- package/api/resources/diagnoses/types/StandaloneDiagnosisCreate.js +5 -0
- package/api/resources/diagnoses/types/index.d.ts +8 -0
- package/api/resources/diagnoses/types/index.js +24 -0
- package/api/resources/eligibility/client/Client.d.ts +30 -0
- package/api/resources/eligibility/client/Client.js +17 -0
- package/api/resources/eligibility/client/index.d.ts +1 -0
- package/api/resources/eligibility/client/index.js +2 -0
- package/api/resources/eligibility/index.d.ts +2 -0
- package/api/resources/eligibility/index.js +18 -0
- package/api/resources/eligibility/resources/index.d.ts +1 -0
- package/api/resources/eligibility/resources/index.js +37 -0
- package/api/resources/eligibility/resources/v2/client/Client.d.ts +110 -0
- package/api/resources/eligibility/resources/v2/client/Client.js +269 -0
- package/api/resources/eligibility/resources/v2/client/index.d.ts +3 -0
- package/api/resources/eligibility/resources/v2/client/index.js +39 -0
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +28 -0
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +68 -0
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +28 -0
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +68 -0
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +28 -0
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +68 -0
- package/api/resources/eligibility/resources/v2/index.d.ts +1 -0
- package/api/resources/eligibility/resources/v2/index.js +17 -0
- package/api/resources/encounterAttachments/client/Client.d.ts +30 -0
- package/api/resources/encounterAttachments/client/Client.js +17 -0
- package/api/resources/encounterAttachments/client/index.d.ts +1 -0
- package/api/resources/encounterAttachments/client/index.js +2 -0
- package/api/resources/encounterAttachments/index.d.ts +2 -0
- package/api/resources/encounterAttachments/index.js +18 -0
- package/api/resources/encounterAttachments/resources/index.d.ts +1 -0
- package/api/resources/encounterAttachments/resources/index.js +37 -0
- package/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +60 -0
- package/api/resources/encounterAttachments/resources/v1/client/Client.js +192 -0
- package/api/resources/encounterAttachments/resources/v1/client/create.d.ts +22 -0
- package/api/resources/encounterAttachments/resources/v1/client/create.js +57 -0
- package/api/resources/encounterAttachments/resources/v1/client/delete.d.ts +22 -0
- package/api/resources/encounterAttachments/resources/v1/client/delete.js +57 -0
- package/api/resources/encounterAttachments/resources/v1/client/get.d.ts +22 -0
- package/api/resources/encounterAttachments/resources/v1/client/get.js +57 -0
- package/api/resources/encounterAttachments/resources/v1/client/index.d.ts +4 -0
- package/api/resources/encounterAttachments/resources/v1/client/index.js +43 -0
- package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.d.ts +7 -0
- package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.js +5 -0
- package/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +13 -0
- package/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +5 -0
- package/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/encounterAttachments/resources/v1/client/requests/index.js +2 -0
- package/api/resources/encounterAttachments/resources/v1/index.d.ts +2 -0
- package/api/resources/encounterAttachments/resources/v1/index.js +18 -0
- package/api/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +8 -0
- package/api/resources/encounterAttachments/resources/v1/types/AttachmentId.js +9 -0
- package/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +11 -0
- package/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +5 -0
- package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +8 -0
- package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +5 -0
- package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +9 -0
- package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +11 -0
- package/api/resources/encounterAttachments/resources/v1/types/index.d.ts +4 -0
- package/api/resources/encounterAttachments/resources/v1/types/index.js +20 -0
- package/api/resources/encounterProviders/client/Client.d.ts +30 -0
- package/api/resources/encounterProviders/client/Client.js +17 -0
- package/api/resources/encounterProviders/client/index.d.ts +1 -0
- package/api/resources/encounterProviders/client/index.js +2 -0
- package/api/resources/encounterProviders/index.d.ts +2 -0
- package/api/resources/encounterProviders/index.js +18 -0
- package/api/resources/encounterProviders/resources/index.d.ts +1 -0
- package/api/resources/encounterProviders/resources/index.js +37 -0
- package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +141 -0
- package/api/resources/encounterProviders/resources/v2/client/Client.js +723 -0
- package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +55 -0
- package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +101 -0
- package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +46 -0
- package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +90 -0
- package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +46 -0
- package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +90 -0
- package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +46 -0
- package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +90 -0
- package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +31 -0
- package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +68 -0
- package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +31 -0
- package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +68 -0
- package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +40 -0
- package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +79 -0
- package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +31 -0
- package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +68 -0
- package/api/resources/encounterProviders/resources/v2/client/index.d.ts +12 -0
- package/api/resources/encounterProviders/resources/v2/client/index.js +48 -0
- package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +37 -0
- package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +79 -0
- package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +37 -0
- package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +79 -0
- package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +37 -0
- package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +79 -0
- package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +37 -0
- package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +79 -0
- package/api/resources/encounterProviders/resources/v2/index.d.ts +2 -0
- package/api/resources/encounterProviders/resources/v2/index.js +18 -0
- package/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +26 -0
- package/api/resources/encounterProviders/resources/v2/types/BillingProvider.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +26 -0
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +27 -0
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +37 -0
- package/api/resources/encounterProviders/resources/v2/types/EncounterProvider.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +11 -0
- package/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +14 -0
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +14 -0
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +14 -0
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/OrderingProvider.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +8 -0
- package/api/resources/encounterProviders/resources/v2/types/ProviderId.js +9 -0
- package/api/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/ReferringProvider.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/index.d.ts +21 -0
- package/api/resources/encounterProviders/resources/v2/types/index.js +37 -0
- package/api/resources/encounters/client/Client.d.ts +30 -0
- package/api/resources/encounters/client/Client.js +17 -0
- package/api/resources/encounters/client/index.d.ts +1 -0
- package/api/resources/encounters/client/index.js +2 -0
- package/api/resources/encounters/index.d.ts +2 -0
- package/api/resources/encounters/index.js +18 -0
- package/api/resources/encounters/resources/index.d.ts +1 -0
- package/api/resources/encounters/resources/index.js +37 -0
- package/api/resources/encounters/resources/v4/client/Client.d.ts +165 -0
- package/api/resources/encounters/resources/v4/client/Client.js +485 -0
- package/api/resources/encounters/resources/v4/client/create.d.ts +88 -0
- package/api/resources/encounters/resources/v4/client/create.js +178 -0
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +70 -0
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +145 -0
- package/api/resources/encounters/resources/v4/client/get.d.ts +22 -0
- package/api/resources/encounters/resources/v4/client/get.js +57 -0
- package/api/resources/encounters/resources/v4/client/getAll.d.ts +22 -0
- package/api/resources/encounters/resources/v4/client/getAll.js +57 -0
- package/api/resources/encounters/resources/v4/client/index.d.ts +6 -0
- package/api/resources/encounters/resources/v4/client/index.js +45 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +130 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.js +5 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +70 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +5 -0
- package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +81 -0
- package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.js +5 -0
- package/api/resources/encounters/resources/v4/client/requests/index.d.ts +3 -0
- package/api/resources/encounters/resources/v4/client/requests/index.js +2 -0
- package/api/resources/encounters/resources/v4/client/update.d.ts +70 -0
- package/api/resources/encounters/resources/v4/client/update.js +145 -0
- package/api/resources/encounters/resources/v4/index.d.ts +2 -0
- package/api/resources/encounters/resources/v4/index.js +18 -0
- package/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/BillableStatusType.js +10 -0
- package/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +6 -0
- package/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +5 -0
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +9 -0
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +5 -0
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +9 -0
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +5 -0
- package/api/resources/encounters/resources/v4/types/ClinicalNote.d.ts +10 -0
- package/api/resources/encounters/resources/v4/types/ClinicalNote.js +5 -0
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +22 -0
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +5 -0
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +5 -0
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +5 -0
- package/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +10 -0
- package/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +5 -0
- package/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +10 -0
- package/api/resources/encounters/resources/v4/types/CodingAttributionType.js +12 -0
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +562 -0
- package/api/resources/encounters/resources/v4/types/Encounter.js +5 -0
- package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +109 -0
- package/api/resources/encounters/resources/v4/types/EncounterBase.js +5 -0
- package/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +58 -0
- package/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +5 -0
- package/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +80 -0
- package/api/resources/encounters/resources/v4/types/EncounterDeepOptional.js +5 -0
- package/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +7 -0
- package/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +5 -0
- package/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +6 -0
- package/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +5 -0
- package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +102 -0
- package/api/resources/encounters/resources/v4/types/EncounterOptional.js +5 -0
- package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +10 -0
- package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +12 -0
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +437 -0
- package/api/resources/encounters/resources/v4/types/EncounterPage.js +5 -0
- package/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +6 -0
- package/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +5 -0
- package/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +10 -0
- package/api/resources/encounters/resources/v4/types/EncounterSortOptions.js +12 -0
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +21 -0
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +10 -0
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +10 -0
- package/api/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +9 -0
- package/api/resources/encounters/resources/v4/types/EpsdtReferral.js +5 -0
- package/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +9 -0
- package/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +5 -0
- package/api/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +17 -0
- package/api/resources/encounters/resources/v4/types/IntakeFollowUp.js +5 -0
- package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +9 -0
- package/api/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +24 -0
- package/api/resources/encounters/resources/v4/types/IntakeQuestion.js +5 -0
- package/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +9 -0
- package/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +24 -0
- package/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +5 -0
- package/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +19 -0
- package/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +5 -0
- package/api/resources/encounters/resources/v4/types/Intervention.d.ts +35 -0
- package/api/resources/encounters/resources/v4/types/Intervention.js +5 -0
- package/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +10 -0
- package/api/resources/encounters/resources/v4/types/InterventionCategory.js +12 -0
- package/api/resources/encounters/resources/v4/types/InterventionOptional.d.ts +14 -0
- package/api/resources/encounters/resources/v4/types/InterventionOptional.js +5 -0
- package/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +6 -0
- package/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +5 -0
- package/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +5 -0
- package/api/resources/encounters/resources/v4/types/Lab.d.ts +17 -0
- package/api/resources/encounters/resources/v4/types/Lab.js +5 -0
- package/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/LabCodeType.js +10 -0
- package/api/resources/encounters/resources/v4/types/LabOptional.d.ts +17 -0
- package/api/resources/encounters/resources/v4/types/LabOptional.js +5 -0
- package/api/resources/encounters/resources/v4/types/Medication.d.ts +23 -0
- package/api/resources/encounters/resources/v4/types/Medication.js +5 -0
- package/api/resources/encounters/resources/v4/types/MedicationOptional.d.ts +12 -0
- package/api/resources/encounters/resources/v4/types/MedicationOptional.js +5 -0
- package/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +7 -0
- package/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +5 -0
- package/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +20 -0
- package/api/resources/encounters/resources/v4/types/NoteCategory.js +22 -0
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +27 -0
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategory.js +5 -0
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +10 -0
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +12 -0
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +9 -0
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +5 -0
- package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +5 -0
- package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +9 -0
- package/api/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +14 -0
- package/api/resources/encounters/resources/v4/types/ReportTransmissionCode.js +10 -0
- package/api/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +250 -0
- package/api/resources/encounters/resources/v4/types/ReportTypeCode.js +69 -0
- package/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +9 -0
- package/api/resources/encounters/resources/v4/types/ResponsiblePartyType.js +11 -0
- package/api/resources/encounters/resources/v4/types/RxCui.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/RxCui.js +9 -0
- package/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +7 -0
- package/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +5 -0
- package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +22 -0
- package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +5 -0
- package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +7 -0
- package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +5 -0
- package/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +7 -0
- package/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +5 -0
- package/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +38 -0
- package/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +15 -0
- package/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/SynchronicityType.js +10 -0
- package/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +10 -0
- package/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +5 -0
- package/api/resources/encounters/resources/v4/types/Vitals.d.ts +24 -0
- package/api/resources/encounters/resources/v4/types/Vitals.js +5 -0
- package/api/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +24 -0
- package/api/resources/encounters/resources/v4/types/VitalsUpdate.js +5 -0
- package/api/resources/encounters/resources/v4/types/index.d.ts +61 -0
- package/api/resources/encounters/resources/v4/types/index.js +77 -0
- package/api/resources/era/index.d.ts +1 -0
- package/api/resources/era/index.js +17 -0
- package/api/resources/era/types/Era.d.ts +15 -0
- package/api/resources/era/types/Era.js +5 -0
- package/api/resources/era/types/EraBase.d.ts +8 -0
- package/api/resources/era/types/EraBase.js +5 -0
- package/api/resources/era/types/EraId.d.ts +8 -0
- package/api/resources/era/types/EraId.js +9 -0
- package/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +8 -0
- package/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +5 -0
- package/api/resources/era/types/index.d.ts +4 -0
- package/api/resources/era/types/index.js +20 -0
- package/api/resources/eraCommons/index.d.ts +1 -0
- package/api/resources/eraCommons/index.js +17 -0
- package/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +18 -0
- package/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +17 -0
- package/api/resources/eraCommons/types/index.d.ts +1 -0
- package/api/resources/eraCommons/types/index.js +17 -0
- package/api/resources/expectedNetworkStatus/client/Client.d.ts +33 -0
- package/api/resources/expectedNetworkStatus/client/Client.js +22 -0
- package/api/resources/expectedNetworkStatus/client/index.d.ts +1 -0
- package/api/resources/expectedNetworkStatus/client/index.js +2 -0
- package/api/resources/expectedNetworkStatus/index.d.ts +2 -0
- package/api/resources/expectedNetworkStatus/index.js +18 -0
- package/api/resources/expectedNetworkStatus/resources/index.d.ts +2 -0
- package/api/resources/expectedNetworkStatus/resources/index.js +38 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +47 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +121 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +22 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +57 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +2 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/index.js +41 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +34 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +2 -0
- package/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +2 -0
- package/api/resources/expectedNetworkStatus/resources/v1/index.js +18 -0
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +9 -0
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +11 -0
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +10 -0
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +2 -0
- package/api/resources/expectedNetworkStatus/resources/v1/types/index.js +18 -0
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +100 -0
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +238 -0
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +34 -0
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +79 -0
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +34 -0
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +79 -0
- package/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
- package/api/resources/expectedNetworkStatus/resources/v2/client/index.js +38 -0
- package/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +2 -0
- package/api/resources/expectedNetworkStatus/resources/v2/index.js +18 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +27 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +9 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +16 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +6 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +27 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +8 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +12 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +16 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +14 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +16 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +9 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +8 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +10 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +9 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +26 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +9 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +11 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +8 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +9 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +9 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +47 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +49 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +19 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.js +35 -0
- package/api/resources/exports/client/Client.d.ts +30 -0
- package/api/resources/exports/client/Client.js +17 -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/api/resources/exports/resources/index.js +37 -0
- package/api/resources/exports/resources/v3/client/Client.d.ts +59 -0
- package/api/resources/exports/resources/v3/client/Client.js +155 -0
- package/api/resources/exports/resources/v3/client/getExports.d.ts +64 -0
- package/api/resources/exports/resources/v3/client/getExports.js +134 -0
- package/api/resources/exports/resources/v3/client/index.d.ts +2 -0
- package/api/resources/exports/resources/v3/client/index.js +41 -0
- package/api/resources/exports/resources/v3/client/requests/GetExportsRequest.d.ts +22 -0
- package/api/resources/exports/resources/v3/client/requests/GetExportsRequest.js +5 -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 +21 -0
- package/api/resources/exports/resources/v3/types/GetExportsResponse.js +5 -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/externalPaymentAccountConfig/client/Client.d.ts +30 -0
- package/api/resources/externalPaymentAccountConfig/client/Client.js +17 -0
- package/api/resources/externalPaymentAccountConfig/client/index.d.ts +1 -0
- package/api/resources/externalPaymentAccountConfig/client/index.js +2 -0
- package/api/resources/externalPaymentAccountConfig/index.d.ts +2 -0
- package/api/resources/externalPaymentAccountConfig/index.js +18 -0
- package/api/resources/externalPaymentAccountConfig/resources/index.d.ts +1 -0
- package/api/resources/externalPaymentAccountConfig/resources/index.js +37 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +41 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +121 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +22 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +57 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/index.d.ts +2 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/index.js +41 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.d.ts +15 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.js +5 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/index.js +2 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/index.d.ts +2 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/index.js +18 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +8 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +5 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +7 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +5 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/types/index.d.ts +2 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/types/index.js +18 -0
- package/api/resources/feeSchedules/client/Client.d.ts +30 -0
- package/api/resources/feeSchedules/client/Client.js +17 -0
- package/api/resources/feeSchedules/client/index.d.ts +1 -0
- package/api/resources/feeSchedules/client/index.js +2 -0
- package/api/resources/feeSchedules/index.d.ts +2 -0
- package/api/resources/feeSchedules/index.js +18 -0
- package/api/resources/feeSchedules/resources/index.d.ts +1 -0
- package/api/resources/feeSchedules/resources/index.js +37 -0
- package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +186 -0
- package/api/resources/feeSchedules/resources/v3/client/Client.js +783 -0
- package/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +34 -0
- package/api/resources/feeSchedules/resources/v3/client/deleteRate.js +79 -0
- package/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +34 -0
- package/api/resources/feeSchedules/resources/v3/client/getMatch.js +79 -0
- package/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +22 -0
- package/api/resources/feeSchedules/resources/v3/client/getMulti.js +57 -0
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +22 -0
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +57 -0
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +22 -0
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +57 -0
- package/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +28 -0
- package/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +68 -0
- package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +22 -0
- package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +57 -0
- package/api/resources/feeSchedules/resources/v3/client/index.d.ts +11 -0
- package/api/resources/feeSchedules/resources/v3/client/index.js +50 -0
- package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +61 -0
- package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +5 -0
- package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +26 -0
- package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.js +5 -0
- package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +31 -0
- package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.js +5 -0
- package/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.d.ts +13 -0
- package/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.js +5 -0
- package/api/resources/feeSchedules/resources/v3/client/requests/index.d.ts +4 -0
- package/api/resources/feeSchedules/resources/v3/client/requests/index.js +2 -0
- package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +28 -0
- package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +68 -0
- package/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +34 -0
- package/api/resources/feeSchedules/resources/v3/client/testMatch.js +79 -0
- package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +28 -0
- package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +68 -0
- package/api/resources/feeSchedules/resources/v3/index.d.ts +2 -0
- package/api/resources/feeSchedules/resources/v3/index.js +18 -0
- package/api/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +19 -0
- package/api/resources/feeSchedules/resources/v3/types/DimensionMatch.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +12 -0
- package/api/resources/feeSchedules/resources/v3/types/DimensionName.js +11 -0
- package/api/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +19 -0
- package/api/resources/feeSchedules/resources/v3/types/Dimensions.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +7 -0
- package/api/resources/feeSchedules/resources/v3/types/DimensionsPage.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +11 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchCptCode.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +11 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchDate.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +12 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +13 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchGeo.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +12 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +12 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchModifiers.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +12 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +12 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchPayer.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +12 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +12 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchProvider.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +8 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchResult.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +8 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchTestResult.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/NewRate.d.ts +8 -0
- package/api/resources/feeSchedules/resources/v3/types/NewRate.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +10 -0
- package/api/resources/feeSchedules/resources/v3/types/NewRateVersion.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +19 -0
- package/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +12 -0
- package/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +8 -0
- package/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +11 -0
- package/api/resources/feeSchedules/resources/v3/types/PayerThreshold.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +7 -0
- package/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/Rate.d.ts +17 -0
- package/api/resources/feeSchedules/resources/v3/types/Rate.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +19 -0
- package/api/resources/feeSchedules/resources/v3/types/RateEntry.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +13 -0
- package/api/resources/feeSchedules/resources/v3/types/RateUpload.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +9 -0
- package/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +7 -0
- package/api/resources/feeSchedules/resources/v3/types/RatesPage.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +13 -0
- package/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +28 -0
- package/api/resources/feeSchedules/resources/v3/types/ValidationError.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/index.d.ts +30 -0
- package/api/resources/feeSchedules/resources/v3/types/index.js +46 -0
- package/api/resources/financials/index.d.ts +1 -0
- package/api/resources/financials/index.js +17 -0
- package/api/resources/financials/types/AccountType.d.ts +9 -0
- package/api/resources/financials/types/AccountType.js +11 -0
- package/api/resources/financials/types/Allocation.d.ts +8 -0
- package/api/resources/financials/types/Allocation.js +5 -0
- package/api/resources/financials/types/AllocationCreate.d.ts +12 -0
- package/api/resources/financials/types/AllocationCreate.js +5 -0
- package/api/resources/financials/types/AllocationTarget.d.ts +26 -0
- package/api/resources/financials/types/AllocationTarget.js +5 -0
- package/api/resources/financials/types/AllocationTargetCreate.d.ts +33 -0
- package/api/resources/financials/types/AllocationTargetCreate.js +5 -0
- package/api/resources/financials/types/AppointmentAllocationTarget.d.ts +8 -0
- package/api/resources/financials/types/AppointmentAllocationTarget.js +5 -0
- package/api/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +8 -0
- package/api/resources/financials/types/AppointmentByIdAndPatientExternalId.js +5 -0
- package/api/resources/financials/types/BillingProviderAllocationTarget.d.ts +7 -0
- package/api/resources/financials/types/BillingProviderAllocationTarget.js +5 -0
- package/api/resources/financials/types/ClaimAllocationTarget.d.ts +8 -0
- package/api/resources/financials/types/ClaimAllocationTarget.js +5 -0
- package/api/resources/financials/types/InvoiceUpdate.d.ts +14 -0
- package/api/resources/financials/types/InvoiceUpdate.js +5 -0
- package/api/resources/financials/types/NoteUpdate.d.ts +14 -0
- package/api/resources/financials/types/NoteUpdate.js +5 -0
- package/api/resources/financials/types/PatientTransactionSource.d.ts +13 -0
- package/api/resources/financials/types/PatientTransactionSource.js +15 -0
- package/api/resources/financials/types/RefundReason.d.ts +7 -0
- package/api/resources/financials/types/RefundReason.js +9 -0
- package/api/resources/financials/types/RefundReasonUpdate.d.ts +14 -0
- package/api/resources/financials/types/RefundReasonUpdate.js +5 -0
- package/api/resources/financials/types/ServiceLineAllocationTarget.d.ts +9 -0
- package/api/resources/financials/types/ServiceLineAllocationTarget.js +5 -0
- package/api/resources/financials/types/index.d.ts +15 -0
- package/api/resources/financials/types/index.js +31 -0
- package/api/resources/guarantor/client/Client.d.ts +30 -0
- package/api/resources/guarantor/client/Client.js +17 -0
- package/api/resources/guarantor/client/index.d.ts +1 -0
- package/api/resources/guarantor/client/index.js +2 -0
- package/api/resources/guarantor/index.d.ts +2 -0
- package/api/resources/guarantor/index.js +18 -0
- package/api/resources/guarantor/resources/index.d.ts +1 -0
- package/api/resources/guarantor/resources/index.js +37 -0
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +71 -0
- package/api/resources/guarantor/resources/v1/client/Client.js +217 -0
- package/api/resources/guarantor/resources/v1/client/create.d.ts +34 -0
- package/api/resources/guarantor/resources/v1/client/create.js +79 -0
- package/api/resources/guarantor/resources/v1/client/get.d.ts +22 -0
- package/api/resources/guarantor/resources/v1/client/get.js +57 -0
- package/api/resources/guarantor/resources/v1/client/index.d.ts +3 -0
- package/api/resources/guarantor/resources/v1/client/index.js +39 -0
- package/api/resources/guarantor/resources/v1/client/update.d.ts +22 -0
- package/api/resources/guarantor/resources/v1/client/update.js +57 -0
- package/api/resources/guarantor/resources/v1/index.d.ts +2 -0
- package/api/resources/guarantor/resources/v1/index.js +18 -0
- package/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +6 -0
- package/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +5 -0
- package/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +36 -0
- package/api/resources/guarantor/resources/v1/types/Guarantor.js +5 -0
- package/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +11 -0
- package/api/resources/guarantor/resources/v1/types/GuarantorBase.js +5 -0
- package/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +12 -0
- package/api/resources/guarantor/resources/v1/types/GuarantorCreate.js +5 -0
- package/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +8 -0
- package/api/resources/guarantor/resources/v1/types/GuarantorId.js +9 -0
- package/api/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +17 -0
- package/api/resources/guarantor/resources/v1/types/GuarantorOptional.js +5 -0
- package/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +17 -0
- package/api/resources/guarantor/resources/v1/types/GuarantorUpdate.js +5 -0
- package/api/resources/guarantor/resources/v1/types/index.d.ts +7 -0
- package/api/resources/guarantor/resources/v1/types/index.js +23 -0
- package/api/resources/identifiers/index.d.ts +1 -0
- package/api/resources/identifiers/index.js +17 -0
- package/api/resources/identifiers/types/Identifier.d.ts +19 -0
- package/api/resources/identifiers/types/Identifier.js +5 -0
- package/api/resources/identifiers/types/IdentifierBase.d.ts +9 -0
- package/api/resources/identifiers/types/IdentifierBase.js +5 -0
- package/api/resources/identifiers/types/IdentifierCode.d.ts +8 -0
- package/api/resources/identifiers/types/IdentifierCode.js +10 -0
- package/api/resources/identifiers/types/IdentifierCreate.d.ts +6 -0
- package/api/resources/identifiers/types/IdentifierCreate.js +5 -0
- package/api/resources/identifiers/types/IdentifierId.d.ts +8 -0
- package/api/resources/identifiers/types/IdentifierId.js +9 -0
- package/api/resources/identifiers/types/IdentifierUpdate.d.ts +10 -0
- package/api/resources/identifiers/types/IdentifierUpdate.js +5 -0
- package/api/resources/identifiers/types/IdentifierValue.d.ts +13 -0
- package/api/resources/identifiers/types/IdentifierValue.js +5 -0
- package/api/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +8 -0
- package/api/resources/identifiers/types/MedicaidProviderIdentifier.js +5 -0
- package/api/resources/identifiers/types/MedicareProviderIdentifier.d.ts +8 -0
- package/api/resources/identifiers/types/MedicareProviderIdentifier.js +5 -0
- package/api/resources/identifiers/types/UpdatableIdentifier.d.ts +17 -0
- package/api/resources/identifiers/types/UpdatableIdentifier.js +5 -0
- package/api/resources/identifiers/types/index.d.ts +10 -0
- package/api/resources/identifiers/types/index.js +26 -0
- package/api/resources/importInvoice/client/Client.d.ts +30 -0
- package/api/resources/importInvoice/client/Client.js +17 -0
- package/api/resources/importInvoice/client/index.d.ts +1 -0
- package/api/resources/importInvoice/client/index.js +2 -0
- package/api/resources/importInvoice/index.d.ts +2 -0
- package/api/resources/importInvoice/index.js +18 -0
- package/api/resources/importInvoice/resources/index.d.ts +1 -0
- package/api/resources/importInvoice/resources/index.js +37 -0
- package/api/resources/importInvoice/resources/v1/client/Client.d.ts +89 -0
- package/api/resources/importInvoice/resources/v1/client/Client.js +340 -0
- package/api/resources/importInvoice/resources/v1/client/get.d.ts +28 -0
- package/api/resources/importInvoice/resources/v1/client/get.js +68 -0
- package/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +22 -0
- package/api/resources/importInvoice/resources/v1/client/getMulti.js +57 -0
- package/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +34 -0
- package/api/resources/importInvoice/resources/v1/client/importInvoice.js +79 -0
- package/api/resources/importInvoice/resources/v1/client/index.d.ts +5 -0
- package/api/resources/importInvoice/resources/v1/client/index.js +44 -0
- package/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +41 -0
- package/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.js +5 -0
- package/api/resources/importInvoice/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/importInvoice/resources/v1/client/requests/index.js +2 -0
- package/api/resources/importInvoice/resources/v1/client/update.d.ts +28 -0
- package/api/resources/importInvoice/resources/v1/client/update.js +68 -0
- package/api/resources/importInvoice/resources/v1/index.d.ts +2 -0
- package/api/resources/importInvoice/resources/v1/index.js +18 -0
- package/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +19 -0
- package/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +5 -0
- package/api/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +23 -0
- package/api/resources/importInvoice/resources/v1/types/ImportInvoice.js +5 -0
- package/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +13 -0
- package/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +5 -0
- package/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +7 -0
- package/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +5 -0
- package/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +12 -0
- package/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +5 -0
- package/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +8 -0
- package/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +10 -0
- package/api/resources/importInvoice/resources/v1/types/index.d.ts +6 -0
- package/api/resources/importInvoice/resources/v1/types/index.js +22 -0
- package/api/resources/index.d.ts +70 -0
- package/api/resources/index.js +110 -0
- package/api/resources/individual/index.d.ts +1 -0
- package/api/resources/individual/index.js +17 -0
- package/api/resources/individual/types/Gender.d.ts +11 -0
- package/api/resources/individual/types/Gender.js +13 -0
- package/api/resources/individual/types/IndividualBase.d.ts +9 -0
- package/api/resources/individual/types/IndividualBase.js +5 -0
- package/api/resources/individual/types/IndividualBaseOptional.d.ts +9 -0
- package/api/resources/individual/types/IndividualBaseOptional.js +5 -0
- package/api/resources/individual/types/IndividualId.d.ts +8 -0
- package/api/resources/individual/types/IndividualId.js +9 -0
- package/api/resources/individual/types/Patient.d.ts +71 -0
- package/api/resources/individual/types/Patient.js +5 -0
- package/api/resources/individual/types/PatientBase.d.ts +12 -0
- package/api/resources/individual/types/PatientBase.js +5 -0
- package/api/resources/individual/types/PatientClinicalTrialInfo.d.ts +8 -0
- package/api/resources/individual/types/PatientClinicalTrialInfo.js +5 -0
- package/api/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +8 -0
- package/api/resources/individual/types/PatientClinicalTrialInfoCreate.js +5 -0
- package/api/resources/individual/types/PatientCreate.d.ts +14 -0
- package/api/resources/individual/types/PatientCreate.js +5 -0
- package/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +31 -0
- package/api/resources/individual/types/PatientNonInsurancePayerInfo.js +5 -0
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +9 -0
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +5 -0
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +9 -0
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +5 -0
- package/api/resources/individual/types/PatientUpdate.d.ts +23 -0
- package/api/resources/individual/types/PatientUpdate.js +5 -0
- package/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +23 -0
- package/api/resources/individual/types/PatientUpdateWithOptionalAddress.js +5 -0
- package/api/resources/individual/types/Subscriber.d.ts +41 -0
- package/api/resources/individual/types/Subscriber.js +5 -0
- package/api/resources/individual/types/SubscriberBase.d.ts +9 -0
- package/api/resources/individual/types/SubscriberBase.js +5 -0
- package/api/resources/individual/types/SubscriberBaseOptional.d.ts +9 -0
- package/api/resources/individual/types/SubscriberBaseOptional.js +5 -0
- package/api/resources/individual/types/SubscriberCreate.d.ts +7 -0
- package/api/resources/individual/types/SubscriberCreate.js +5 -0
- package/api/resources/individual/types/SubscriberCreateOptional.d.ts +7 -0
- package/api/resources/individual/types/SubscriberCreateOptional.js +5 -0
- package/api/resources/individual/types/index.d.ts +19 -0
- package/api/resources/individual/types/index.js +35 -0
- package/api/resources/insuranceAdjudications/client/Client.d.ts +30 -0
- package/api/resources/insuranceAdjudications/client/Client.js +17 -0
- package/api/resources/insuranceAdjudications/client/index.d.ts +1 -0
- package/api/resources/insuranceAdjudications/client/index.js +2 -0
- package/api/resources/insuranceAdjudications/index.d.ts +2 -0
- package/api/resources/insuranceAdjudications/index.js +18 -0
- package/api/resources/insuranceAdjudications/resources/index.d.ts +1 -0
- package/api/resources/insuranceAdjudications/resources/index.js +37 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +164 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +305 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +28 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/create.js +68 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +22 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/delete.js +57 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +22 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/get.js +57 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +3 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/index.js +39 -0
- package/api/resources/insuranceAdjudications/resources/v1/index.d.ts +2 -0
- package/api/resources/insuranceAdjudications/resources/v1/index.js +18 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +13 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +5 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +12 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +5 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +13 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +5 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +15 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +5 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +8 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +9 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +16 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +5 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +15 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +5 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +8 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +9 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +8 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/index.js +24 -0
- package/api/resources/insuranceCards/index.d.ts +1 -0
- package/api/resources/insuranceCards/index.js +17 -0
- package/api/resources/insuranceCards/resources/index.d.ts +1 -0
- package/api/resources/insuranceCards/resources/index.js +37 -0
- package/api/resources/insuranceCards/resources/v2/index.d.ts +1 -0
- package/api/resources/insuranceCards/resources/v2/index.js +17 -0
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +31 -0
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCard.js +5 -0
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +13 -0
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +5 -0
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +14 -0
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +5 -0
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +14 -0
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +5 -0
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +8 -0
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +9 -0
- package/api/resources/insuranceCards/resources/v2/types/index.d.ts +5 -0
- package/api/resources/insuranceCards/resources/v2/types/index.js +21 -0
- package/api/resources/insurancePayments/client/Client.d.ts +30 -0
- package/api/resources/insurancePayments/client/Client.js +17 -0
- package/api/resources/insurancePayments/client/index.d.ts +1 -0
- package/api/resources/insurancePayments/client/index.js +2 -0
- package/api/resources/insurancePayments/index.d.ts +2 -0
- package/api/resources/insurancePayments/index.js +18 -0
- package/api/resources/insurancePayments/resources/index.d.ts +1 -0
- package/api/resources/insurancePayments/resources/index.js +37 -0
- package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +50 -0
- package/api/resources/insurancePayments/resources/v1/client/Client.js +211 -0
- package/api/resources/insurancePayments/resources/v1/client/get.d.ts +34 -0
- package/api/resources/insurancePayments/resources/v1/client/get.js +79 -0
- package/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +34 -0
- package/api/resources/insurancePayments/resources/v1/client/getMulti.js +79 -0
- package/api/resources/insurancePayments/resources/v1/client/index.d.ts +3 -0
- package/api/resources/insurancePayments/resources/v1/client/index.js +42 -0
- package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +27 -0
- package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js +5 -0
- package/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/insurancePayments/resources/v1/client/requests/index.js +2 -0
- package/api/resources/insurancePayments/resources/v1/index.d.ts +2 -0
- package/api/resources/insurancePayments/resources/v1/index.js +18 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +12 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.js +5 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +8 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +9 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +9 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +11 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +7 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +5 -0
- package/api/resources/insurancePayments/resources/v1/types/index.d.ts +4 -0
- package/api/resources/insurancePayments/resources/v1/types/index.js +20 -0
- package/api/resources/insuranceRefunds/client/Client.d.ts +30 -0
- package/api/resources/insuranceRefunds/client/Client.js +17 -0
- package/api/resources/insuranceRefunds/client/index.d.ts +1 -0
- package/api/resources/insuranceRefunds/client/index.js +2 -0
- package/api/resources/insuranceRefunds/index.d.ts +2 -0
- package/api/resources/insuranceRefunds/index.js +18 -0
- package/api/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/api/resources/insuranceRefunds/resources/index.js +37 -0
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +107 -0
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +404 -0
- package/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +40 -0
- package/api/resources/insuranceRefunds/resources/v1/client/create.js +90 -0
- package/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +40 -0
- package/api/resources/insuranceRefunds/resources/v1/client/delete.js +90 -0
- package/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +34 -0
- package/api/resources/insuranceRefunds/resources/v1/client/get.js +79 -0
- package/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +34 -0
- package/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +79 -0
- package/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +6 -0
- package/api/resources/insuranceRefunds/resources/v1/client/index.js +45 -0
- package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +27 -0
- package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.js +5 -0
- package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +13 -0
- package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +5 -0
- package/api/resources/insuranceRefunds/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/insuranceRefunds/resources/v1/client/requests/index.js +2 -0
- package/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +40 -0
- package/api/resources/insuranceRefunds/resources/v1/client/update.js +90 -0
- package/api/resources/insuranceRefunds/resources/v1/index.d.ts +2 -0
- package/api/resources/insuranceRefunds/resources/v1/index.js +18 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +13 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +5 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +12 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +5 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +8 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +9 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +10 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +12 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +7 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +5 -0
- package/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +5 -0
- package/api/resources/insuranceRefunds/resources/v1/types/index.js +21 -0
- package/api/resources/invoices/index.d.ts +2 -0
- package/api/resources/invoices/index.js +18 -0
- package/api/resources/invoices/resources/index.d.ts +1 -0
- package/api/resources/invoices/resources/index.js +37 -0
- package/api/resources/invoices/resources/v2/index.d.ts +1 -0
- package/api/resources/invoices/resources/v2/index.js +17 -0
- package/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +8 -0
- package/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +5 -0
- package/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +8 -0
- package/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +5 -0
- package/api/resources/invoices/resources/v2/types/Invoice.d.ts +23 -0
- package/api/resources/invoices/resources/v2/types/Invoice.js +5 -0
- package/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +11 -0
- package/api/resources/invoices/resources/v2/types/InvoiceDestination.js +13 -0
- package/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +14 -0
- package/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +5 -0
- package/api/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +9 -0
- package/api/resources/invoices/resources/v2/types/InvoiceInfo.js +5 -0
- package/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +21 -0
- package/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +5 -0
- package/api/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +8 -0
- package/api/resources/invoices/resources/v2/types/InvoiceItemCreate.js +5 -0
- package/api/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +8 -0
- package/api/resources/invoices/resources/v2/types/InvoiceItemInfo.js +5 -0
- package/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +12 -0
- package/api/resources/invoices/resources/v2/types/InvoiceSortField.js +14 -0
- package/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +12 -0
- package/api/resources/invoices/resources/v2/types/InvoiceStatus.js +14 -0
- package/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +8 -0
- package/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +5 -0
- package/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +6 -0
- package/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +5 -0
- package/api/resources/invoices/resources/v2/types/index.d.ts +13 -0
- package/api/resources/invoices/resources/v2/types/index.js +29 -0
- package/api/resources/invoices/types/Invoice.d.ts +19 -0
- package/api/resources/invoices/types/Invoice.js +5 -0
- package/api/resources/invoices/types/InvoiceItem.d.ts +8 -0
- package/api/resources/invoices/types/InvoiceItem.js +5 -0
- package/api/resources/invoices/types/InvoiceStatus.d.ts +12 -0
- package/api/resources/invoices/types/InvoiceStatus.js +14 -0
- package/api/resources/invoices/types/index.d.ts +3 -0
- package/api/resources/invoices/types/index.js +19 -0
- package/api/resources/medicationDispense/client/Client.d.ts +30 -0
- package/api/resources/medicationDispense/client/Client.js +17 -0
- package/api/resources/medicationDispense/client/index.d.ts +1 -0
- package/api/resources/medicationDispense/client/index.js +2 -0
- package/api/resources/medicationDispense/index.d.ts +2 -0
- package/api/resources/medicationDispense/index.js +18 -0
- package/api/resources/medicationDispense/resources/index.d.ts +1 -0
- package/api/resources/medicationDispense/resources/index.js +37 -0
- package/api/resources/medicationDispense/resources/v1/client/Client.d.ts +44 -0
- package/api/resources/medicationDispense/resources/v1/client/Client.js +137 -0
- package/api/resources/medicationDispense/resources/v1/client/create.d.ts +58 -0
- package/api/resources/medicationDispense/resources/v1/client/create.js +123 -0
- package/api/resources/medicationDispense/resources/v1/client/index.d.ts +1 -0
- package/api/resources/medicationDispense/resources/v1/client/index.js +37 -0
- package/api/resources/medicationDispense/resources/v1/index.d.ts +2 -0
- package/api/resources/medicationDispense/resources/v1/index.js +18 -0
- package/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +15 -0
- package/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +5 -0
- package/api/resources/medicationDispense/resources/v1/types/index.d.ts +1 -0
- package/api/resources/medicationDispense/resources/v1/types/index.js +17 -0
- package/api/resources/nonInsurancePayerPayments/client/Client.d.ts +30 -0
- package/api/resources/nonInsurancePayerPayments/client/Client.js +17 -0
- package/api/resources/nonInsurancePayerPayments/client/index.d.ts +1 -0
- package/api/resources/nonInsurancePayerPayments/client/index.js +2 -0
- package/api/resources/nonInsurancePayerPayments/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerPayments/index.js +18 -0
- package/api/resources/nonInsurancePayerPayments/resources/index.d.ts +1 -0
- package/api/resources/nonInsurancePayerPayments/resources/index.js +37 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +92 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +387 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +34 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +79 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +34 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +79 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +28 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +68 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +68 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +6 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +45 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +26 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.js +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +13 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.js +2 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +34 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +79 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/index.js +18 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +14 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +13 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +8 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +9 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +8 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +10 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +7 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/index.js +21 -0
- package/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +30 -0
- package/api/resources/nonInsurancePayerRefunds/client/Client.js +17 -0
- package/api/resources/nonInsurancePayerRefunds/client/index.d.ts +1 -0
- package/api/resources/nonInsurancePayerRefunds/client/index.js +2 -0
- package/api/resources/nonInsurancePayerRefunds/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerRefunds/index.js +18 -0
- package/api/resources/nonInsurancePayerRefunds/resources/index.d.ts +1 -0
- package/api/resources/nonInsurancePayerRefunds/resources/index.js +37 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +99 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +391 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +34 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +79 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +34 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +79 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +28 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +68 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +68 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +45 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +26 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.js +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +14 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.js +2 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +34 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +79 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/index.js +18 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +15 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +14 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +8 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +9 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +8 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +10 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +7 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +21 -0
- package/api/resources/nonInsurancePayers/client/Client.d.ts +30 -0
- package/api/resources/nonInsurancePayers/client/Client.js +17 -0
- package/api/resources/nonInsurancePayers/client/index.d.ts +1 -0
- package/api/resources/nonInsurancePayers/client/index.js +2 -0
- package/api/resources/nonInsurancePayers/index.d.ts +2 -0
- package/api/resources/nonInsurancePayers/index.js +18 -0
- package/api/resources/nonInsurancePayers/resources/index.d.ts +1 -0
- package/api/resources/nonInsurancePayers/resources/index.js +37 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +83 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +417 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +34 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/create.js +79 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +28 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/delete.js +68 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +28 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/get.js +68 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +68 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +7 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/index.js +46 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +20 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/index.js +2 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +28 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +68 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +34 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/update.js +79 -0
- package/api/resources/nonInsurancePayers/resources/v1/index.d.ts +2 -0
- package/api/resources/nonInsurancePayers/resources/v1/index.js +18 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +15 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +30 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +14 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +17 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +17 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +8 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +9 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +7 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +10 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +12 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +11 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +6 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +10 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/index.js +26 -0
- package/api/resources/organizationProviders/client/Client.d.ts +30 -0
- package/api/resources/organizationProviders/client/Client.js +17 -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 +2 -0
- package/api/resources/organizationProviders/index.js +18 -0
- package/api/resources/organizationProviders/resources/index.d.ts +2 -0
- package/api/resources/organizationProviders/resources/index.js +38 -0
- package/api/resources/organizationProviders/resources/v2/index.d.ts +1 -0
- package/api/resources/organizationProviders/resources/v2/index.js +17 -0
- package/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +7 -0
- package/api/resources/organizationProviders/resources/v2/types/AddressType.js +9 -0
- package/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +8 -0
- package/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +10 -0
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +105 -0
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +107 -0
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +14 -0
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +5 -0
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +10 -0
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +5 -0
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +32 -0
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +5 -0
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +8 -0
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +9 -0
- 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/ProviderType.d.ts +8 -0
- package/api/resources/organizationProviders/resources/v2/types/ProviderType.js +10 -0
- package/api/resources/organizationProviders/resources/v2/types/index.d.ts +9 -0
- package/api/resources/organizationProviders/resources/v2/types/index.js +25 -0
- package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +91 -0
- package/api/resources/organizationProviders/resources/v3/client/Client.js +324 -0
- package/api/resources/organizationProviders/resources/v3/client/create.d.ts +34 -0
- package/api/resources/organizationProviders/resources/v3/client/create.js +79 -0
- package/api/resources/organizationProviders/resources/v3/client/get.d.ts +28 -0
- package/api/resources/organizationProviders/resources/v3/client/get.js +68 -0
- package/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +22 -0
- package/api/resources/organizationProviders/resources/v3/client/getMulti.js +57 -0
- package/api/resources/organizationProviders/resources/v3/client/index.d.ts +5 -0
- package/api/resources/organizationProviders/resources/v3/client/index.js +44 -0
- package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +46 -0
- package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.js +5 -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 +40 -0
- package/api/resources/organizationProviders/resources/v3/client/update.js +90 -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/v3/types/OrganizationProviderCreateV2.d.ts +34 -0
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +5 -0
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +36 -0
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +5 -0
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +34 -0
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +5 -0
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +63 -0
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +5 -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/organizationServiceFacilities/client/Client.d.ts +30 -0
- package/api/resources/organizationServiceFacilities/client/Client.js +17 -0
- package/api/resources/organizationServiceFacilities/client/index.d.ts +1 -0
- package/api/resources/organizationServiceFacilities/client/index.js +2 -0
- package/api/resources/organizationServiceFacilities/index.d.ts +2 -0
- package/api/resources/organizationServiceFacilities/index.js +18 -0
- package/api/resources/organizationServiceFacilities/resources/index.d.ts +1 -0
- package/api/resources/organizationServiceFacilities/resources/index.js +37 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +110 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +367 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +28 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/create.js +68 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +28 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +68 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +28 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/get.js +68 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +22 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +57 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +6 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/index.js +45 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +26 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.js +5 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.d.ts +1 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.js +2 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +34 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/update.js +79 -0
- package/api/resources/organizationServiceFacilities/resources/v2/index.d.ts +2 -0
- package/api/resources/organizationServiceFacilities/resources/v2/index.js +18 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +55 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +5 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +53 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +5 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +12 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +9 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +32 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +5 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +53 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +5 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +18 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +10 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +34 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +14 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +66 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +22 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +22 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +11 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +502 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +131 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +10 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/index.js +26 -0
- package/api/resources/patientPayments/client/Client.d.ts +30 -0
- package/api/resources/patientPayments/client/Client.js +17 -0
- package/api/resources/patientPayments/client/index.d.ts +1 -0
- package/api/resources/patientPayments/client/index.js +2 -0
- package/api/resources/patientPayments/index.d.ts +2 -0
- package/api/resources/patientPayments/index.js +18 -0
- package/api/resources/patientPayments/resources/index.d.ts +2 -0
- package/api/resources/patientPayments/resources/index.js +38 -0
- package/api/resources/patientPayments/resources/v3/index.d.ts +1 -0
- package/api/resources/patientPayments/resources/v3/index.js +17 -0
- package/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +35 -0
- package/api/resources/patientPayments/resources/v3/types/PatientPayment.js +5 -0
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +8 -0
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +9 -0
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +15 -0
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +17 -0
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +17 -0
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +19 -0
- package/api/resources/patientPayments/resources/v3/types/index.d.ts +4 -0
- package/api/resources/patientPayments/resources/v3/types/index.js +20 -0
- package/api/resources/patientPayments/resources/v4/client/Client.d.ts +99 -0
- package/api/resources/patientPayments/resources/v4/client/Client.js +412 -0
- package/api/resources/patientPayments/resources/v4/client/create.d.ts +40 -0
- package/api/resources/patientPayments/resources/v4/client/create.js +90 -0
- package/api/resources/patientPayments/resources/v4/client/delete.d.ts +40 -0
- package/api/resources/patientPayments/resources/v4/client/delete.js +90 -0
- package/api/resources/patientPayments/resources/v4/client/get.d.ts +34 -0
- package/api/resources/patientPayments/resources/v4/client/get.js +79 -0
- package/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +34 -0
- package/api/resources/patientPayments/resources/v4/client/getMulti.js +79 -0
- package/api/resources/patientPayments/resources/v4/client/index.d.ts +6 -0
- package/api/resources/patientPayments/resources/v4/client/index.js +45 -0
- package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +33 -0
- package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.js +5 -0
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +32 -0
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +5 -0
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +13 -0
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +5 -0
- package/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +3 -0
- package/api/resources/patientPayments/resources/v4/client/requests/index.js +2 -0
- package/api/resources/patientPayments/resources/v4/client/update.d.ts +40 -0
- package/api/resources/patientPayments/resources/v4/client/update.js +90 -0
- package/api/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/api/resources/patientPayments/resources/v4/index.js +18 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +16 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.js +5 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +8 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +9 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +10 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +12 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +7 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +5 -0
- package/api/resources/patientPayments/resources/v4/types/index.d.ts +4 -0
- package/api/resources/patientPayments/resources/v4/types/index.js +20 -0
- package/api/resources/patientRefunds/client/Client.d.ts +30 -0
- package/api/resources/patientRefunds/client/Client.js +17 -0
- package/api/resources/patientRefunds/client/index.d.ts +1 -0
- package/api/resources/patientRefunds/client/index.js +2 -0
- package/api/resources/patientRefunds/index.d.ts +2 -0
- package/api/resources/patientRefunds/index.js +18 -0
- package/api/resources/patientRefunds/resources/index.d.ts +1 -0
- package/api/resources/patientRefunds/resources/index.js +37 -0
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +99 -0
- package/api/resources/patientRefunds/resources/v1/client/Client.js +412 -0
- package/api/resources/patientRefunds/resources/v1/client/create.d.ts +40 -0
- package/api/resources/patientRefunds/resources/v1/client/create.js +90 -0
- package/api/resources/patientRefunds/resources/v1/client/delete.d.ts +40 -0
- package/api/resources/patientRefunds/resources/v1/client/delete.js +90 -0
- package/api/resources/patientRefunds/resources/v1/client/get.d.ts +34 -0
- package/api/resources/patientRefunds/resources/v1/client/get.js +79 -0
- package/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +34 -0
- package/api/resources/patientRefunds/resources/v1/client/getMulti.js +79 -0
- package/api/resources/patientRefunds/resources/v1/client/index.d.ts +6 -0
- package/api/resources/patientRefunds/resources/v1/client/index.js +45 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +33 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.js +5 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +33 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +5 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +14 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +5 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +3 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/index.js +2 -0
- package/api/resources/patientRefunds/resources/v1/client/update.d.ts +40 -0
- package/api/resources/patientRefunds/resources/v1/client/update.js +90 -0
- package/api/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/api/resources/patientRefunds/resources/v1/index.js +18 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +17 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefund.js +5 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +8 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +9 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +11 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +13 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +7 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +5 -0
- package/api/resources/patientRefunds/resources/v1/types/index.d.ts +4 -0
- package/api/resources/patientRefunds/resources/v1/types/index.js +20 -0
- package/api/resources/payerPlanGroups/client/Client.d.ts +30 -0
- package/api/resources/payerPlanGroups/client/Client.js +17 -0
- package/api/resources/payerPlanGroups/client/index.d.ts +1 -0
- package/api/resources/payerPlanGroups/client/index.js +2 -0
- package/api/resources/payerPlanGroups/index.d.ts +2 -0
- package/api/resources/payerPlanGroups/index.js +18 -0
- package/api/resources/payerPlanGroups/resources/index.d.ts +1 -0
- package/api/resources/payerPlanGroups/resources/index.js +37 -0
- package/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +88 -0
- package/api/resources/payerPlanGroups/resources/v1/client/Client.js +423 -0
- package/api/resources/payerPlanGroups/resources/v1/client/create.d.ts +34 -0
- package/api/resources/payerPlanGroups/resources/v1/client/create.js +79 -0
- package/api/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +34 -0
- package/api/resources/payerPlanGroups/resources/v1/client/deactivate.js +79 -0
- package/api/resources/payerPlanGroups/resources/v1/client/get.d.ts +34 -0
- package/api/resources/payerPlanGroups/resources/v1/client/get.js +79 -0
- package/api/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/payerPlanGroups/resources/v1/client/getMulti.js +68 -0
- package/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +6 -0
- package/api/resources/payerPlanGroups/resources/v1/client/index.js +45 -0
- package/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +35 -0
- package/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.js +5 -0
- package/api/resources/payerPlanGroups/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/payerPlanGroups/resources/v1/client/requests/index.js +2 -0
- package/api/resources/payerPlanGroups/resources/v1/client/update.d.ts +40 -0
- package/api/resources/payerPlanGroups/resources/v1/client/update.js +90 -0
- package/api/resources/payerPlanGroups/resources/v1/index.d.ts +2 -0
- package/api/resources/payerPlanGroups/resources/v1/index.js +18 -0
- package/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +9 -0
- package/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +5 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +9 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +5 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +8 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +5 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +7 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +5 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +9 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +11 -0
- package/api/resources/payerPlanGroups/resources/v1/types/index.d.ts +5 -0
- package/api/resources/payerPlanGroups/resources/v1/types/index.js +21 -0
- package/api/resources/payers/client/Client.d.ts +30 -0
- package/api/resources/payers/client/Client.js +17 -0
- package/api/resources/payers/client/index.d.ts +1 -0
- package/api/resources/payers/client/index.js +2 -0
- package/api/resources/payers/index.d.ts +2 -0
- package/api/resources/payers/index.js +18 -0
- package/api/resources/payers/resources/index.d.ts +1 -0
- package/api/resources/payers/resources/index.js +37 -0
- package/api/resources/payers/resources/v3/client/Client.d.ts +49 -0
- package/api/resources/payers/resources/v3/client/Client.js +161 -0
- package/api/resources/payers/resources/v3/client/get.d.ts +22 -0
- package/api/resources/payers/resources/v3/client/get.js +57 -0
- package/api/resources/payers/resources/v3/client/getAll.d.ts +22 -0
- package/api/resources/payers/resources/v3/client/getAll.js +57 -0
- package/api/resources/payers/resources/v3/client/index.d.ts +3 -0
- package/api/resources/payers/resources/v3/client/index.js +42 -0
- package/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.d.ts +20 -0
- package/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.js +5 -0
- package/api/resources/payers/resources/v3/client/requests/index.d.ts +1 -0
- package/api/resources/payers/resources/v3/client/requests/index.js +2 -0
- package/api/resources/payers/resources/v3/index.d.ts +2 -0
- package/api/resources/payers/resources/v3/index.js +18 -0
- package/api/resources/payers/resources/v3/types/Payer.d.ts +33 -0
- package/api/resources/payers/resources/v3/types/Payer.js +5 -0
- package/api/resources/payers/resources/v3/types/PayerId.d.ts +8 -0
- package/api/resources/payers/resources/v3/types/PayerId.js +9 -0
- package/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +14 -0
- package/api/resources/payers/resources/v3/types/PayerIdentifier.js +5 -0
- package/api/resources/payers/resources/v3/types/PayerInfo.d.ts +8 -0
- package/api/resources/payers/resources/v3/types/PayerInfo.js +5 -0
- package/api/resources/payers/resources/v3/types/PayerName.d.ts +8 -0
- package/api/resources/payers/resources/v3/types/PayerName.js +9 -0
- package/api/resources/payers/resources/v3/types/PayerPage.d.ts +21 -0
- package/api/resources/payers/resources/v3/types/PayerPage.js +5 -0
- package/api/resources/payers/resources/v3/types/PayerUuid.d.ts +8 -0
- package/api/resources/payers/resources/v3/types/PayerUuid.js +9 -0
- package/api/resources/payers/resources/v3/types/index.d.ts +7 -0
- package/api/resources/payers/resources/v3/types/index.js +23 -0
- package/api/resources/paymentAccountConfigs/index.d.ts +1 -0
- package/api/resources/paymentAccountConfigs/index.js +17 -0
- package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +8 -0
- package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +9 -0
- package/api/resources/paymentAccountConfigs/types/index.d.ts +1 -0
- package/api/resources/paymentAccountConfigs/types/index.js +17 -0
- package/api/resources/pipelineCommons/index.d.ts +1 -0
- package/api/resources/pipelineCommons/index.js +17 -0
- package/api/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +8 -0
- package/api/resources/pipelineCommons/types/ConfigurableRuleId.js +9 -0
- package/api/resources/pipelineCommons/types/index.d.ts +1 -0
- package/api/resources/pipelineCommons/types/index.js +17 -0
- package/api/resources/preEncounter/client/Client.d.ts +51 -0
- package/api/resources/preEncounter/client/Client.js +52 -0
- package/api/resources/preEncounter/client/index.d.ts +1 -0
- package/api/resources/preEncounter/client/index.js +2 -0
- package/api/resources/preEncounter/index.d.ts +2 -0
- package/api/resources/preEncounter/index.js +18 -0
- package/api/resources/preEncounter/resources/appointments/client/Client.d.ts +30 -0
- package/api/resources/preEncounter/resources/appointments/client/Client.js +17 -0
- package/api/resources/preEncounter/resources/appointments/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/appointments/client/index.js +2 -0
- package/api/resources/preEncounter/resources/appointments/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/appointments/index.js +18 -0
- package/api/resources/preEncounter/resources/appointments/resources/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/appointments/resources/index.js +37 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +114 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +471 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +34 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +79 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +34 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +79 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +28 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +68 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +28 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +68 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +28 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +68 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +8 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +47 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +12 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.js +5 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +21 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.js +5 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.js +2 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +22 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +57 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +34 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +79 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/index.js +18 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +10 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +5 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +10 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +12 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +10 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +12 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +33 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +5 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +9 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +5 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +10 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +12 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +13 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +5 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +7 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +5 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +8 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +24 -0
- package/api/resources/preEncounter/resources/common/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/common/index.js +17 -0
- package/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +9 -0
- package/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +5 -0
- package/api/resources/preEncounter/resources/common/types/Address.d.ts +13 -0
- package/api/resources/preEncounter/resources/common/types/Address.js +5 -0
- package/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/AddressUse.js +13 -0
- package/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/AppointmentId.js +9 -0
- package/api/resources/preEncounter/resources/common/types/BaseModel.d.ts +15 -0
- package/api/resources/preEncounter/resources/common/types/BaseModel.js +5 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +9 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +5 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +9 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +5 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +9 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +9 -0
- package/api/resources/preEncounter/resources/common/types/ContactPoint.d.ts +9 -0
- package/api/resources/preEncounter/resources/common/types/ContactPoint.js +5 -0
- package/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/ContactPointUse.js +13 -0
- package/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/CoverageId.js +9 -0
- package/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +8 -0
- package/api/resources/preEncounter/resources/common/types/DisabilityStatus.js +10 -0
- package/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +7 -0
- package/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +5 -0
- package/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
- package/api/resources/preEncounter/resources/common/types/Ethnicity.js +12 -0
- package/api/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +12 -0
- package/api/resources/preEncounter/resources/common/types/ExternalIdentifier.js +5 -0
- package/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +15 -0
- package/api/resources/preEncounter/resources/common/types/ExternalProvider.js +5 -0
- package/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +9 -0
- package/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +11 -0
- package/api/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/FilterQueryString.js +9 -0
- package/api/resources/preEncounter/resources/common/types/Gender.d.ts +15 -0
- package/api/resources/preEncounter/resources/common/types/Gender.js +17 -0
- package/api/resources/preEncounter/resources/common/types/HumanName.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/HumanName.js +5 -0
- package/api/resources/preEncounter/resources/common/types/NameUse.d.ts +13 -0
- package/api/resources/preEncounter/resources/common/types/NameUse.js +15 -0
- package/api/resources/preEncounter/resources/common/types/NoteId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/NoteId.js +9 -0
- package/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/OrganizationId.js +9 -0
- package/api/resources/preEncounter/resources/common/types/PageToken.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/PageToken.js +9 -0
- package/api/resources/preEncounter/resources/common/types/PatientId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/PatientId.js +9 -0
- package/api/resources/preEncounter/resources/common/types/PayerId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/PayerId.js +9 -0
- package/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +9 -0
- package/api/resources/preEncounter/resources/common/types/Period.d.ts +7 -0
- package/api/resources/preEncounter/resources/common/types/Period.js +5 -0
- package/api/resources/preEncounter/resources/common/types/Race.d.ts +15 -0
- package/api/resources/preEncounter/resources/common/types/Race.js +17 -0
- package/api/resources/preEncounter/resources/common/types/Relationship.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/Relationship.js +13 -0
- package/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +9 -0
- package/api/resources/preEncounter/resources/common/types/ResourcePage.js +5 -0
- package/api/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
- package/api/resources/preEncounter/resources/common/types/Sex.js +12 -0
- package/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +13 -0
- package/api/resources/preEncounter/resources/common/types/SexualOrientation.js +15 -0
- package/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +8 -0
- package/api/resources/preEncounter/resources/common/types/SortDirection.js +10 -0
- package/api/resources/preEncounter/resources/common/types/TagId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/TagId.js +9 -0
- package/api/resources/preEncounter/resources/common/types/UserId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/UserId.js +9 -0
- package/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +7 -0
- package/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +5 -0
- package/api/resources/preEncounter/resources/common/types/index.d.ts +39 -0
- package/api/resources/preEncounter/resources/common/types/index.js +55 -0
- package/api/resources/preEncounter/resources/coverages/client/Client.d.ts +30 -0
- package/api/resources/preEncounter/resources/coverages/client/Client.js +17 -0
- package/api/resources/preEncounter/resources/coverages/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/client/index.js +2 -0
- package/api/resources/preEncounter/resources/coverages/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/index.js +18 -0
- package/api/resources/preEncounter/resources/coverages/resources/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/index.js +37 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +183 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +590 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.d.ts +22 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.js +57 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +22 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +57 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +22 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +57 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +22 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +57 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +22 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +57 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +28 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +68 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +22 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +57 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +28 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +68 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +50 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +17 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +17 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.d.ts +10 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +12 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +4 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.js +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +22 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +57 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +34 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +79 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/index.js +18 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +12 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +16 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +18 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +10 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +10 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +8 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +13 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +13 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +12 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +9 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +9 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +7 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +14 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +18 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +289 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +78 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +12 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +19 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +23 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +102 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +32 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +10 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +10 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +15 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +8 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +17 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +7 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +757 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +195 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +10 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +29 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +45 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +30 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/client/Client.js +17 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/client/index.js +2 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/index.js +18 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/index.js +37 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +130 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +377 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +22 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +57 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.d.ts +22 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.js +57 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +7 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +46 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.d.ts +22 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.js +57 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.d.ts +22 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.js +57 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.d.ts +22 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.js +57 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +22 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +57 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.d.ts +11 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.d.ts +11 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.d.ts +13 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/index.d.ts +3 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/index.js +2 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +18 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +10 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +9 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +12 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +8 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +14 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +11 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +10 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +11 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +7 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +12 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +11 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +13 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +18 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +13 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +22 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +8 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +12 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +11 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +12 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +8 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +10 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +11 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +7 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +9 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +8 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +9 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +8 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +15 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +8 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +27 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +43 -0
- package/api/resources/preEncounter/resources/images/client/Client.d.ts +30 -0
- package/api/resources/preEncounter/resources/images/client/Client.js +17 -0
- package/api/resources/preEncounter/resources/images/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/images/client/index.js +2 -0
- package/api/resources/preEncounter/resources/images/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/images/index.js +18 -0
- package/api/resources/preEncounter/resources/images/resources/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/images/resources/index.js +37 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +92 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +347 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +28 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/create.js +68 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +34 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +79 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +28 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/get.js +68 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +22 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +57 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +6 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/index.js +45 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.d.ts +11 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.js +5 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.js +2 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +34 -0
- package/api/resources/preEncounter/resources/images/resources/v1/client/update.js +79 -0
- package/api/resources/preEncounter/resources/images/resources/v1/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/images/resources/v1/index.js +18 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +11 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +5 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +8 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +10 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +12 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/Image.js +5 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +11 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +9 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +9 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +11 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +15 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +5 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +11 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +5 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +7 -0
- package/api/resources/preEncounter/resources/images/resources/v1/types/index.js +23 -0
- package/api/resources/preEncounter/resources/index.d.ts +10 -0
- package/api/resources/preEncounter/resources/index.js +49 -0
- package/api/resources/preEncounter/resources/lists/client/Client.d.ts +30 -0
- package/api/resources/preEncounter/resources/lists/client/Client.js +17 -0
- package/api/resources/preEncounter/resources/lists/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/lists/client/index.js +2 -0
- package/api/resources/preEncounter/resources/lists/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/lists/index.js +18 -0
- package/api/resources/preEncounter/resources/lists/resources/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/lists/resources/index.js +37 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +49 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +203 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +22 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +57 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +28 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +68 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/index.d.ts +3 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +42 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +24 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.js +5 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +21 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.js +5 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/index.js +2 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/index.js +18 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +10 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +5 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +7 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +5 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +11 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +5 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +7 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +5 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +11 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +9 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +5 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/index.js +21 -0
- package/api/resources/preEncounter/resources/notes/client/Client.d.ts +30 -0
- package/api/resources/preEncounter/resources/notes/client/Client.js +17 -0
- package/api/resources/preEncounter/resources/notes/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/notes/client/index.js +2 -0
- package/api/resources/preEncounter/resources/notes/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/notes/index.js +18 -0
- package/api/resources/preEncounter/resources/notes/resources/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/notes/resources/index.js +37 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +76 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +235 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +22 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +57 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +22 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +57 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +22 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +57 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/client/index.d.ts +4 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +40 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +22 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +57 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/index.js +18 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +11 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +5 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +11 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/types/Note.js +5 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/types/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/types/index.js +18 -0
- package/api/resources/preEncounter/resources/patients/client/Client.d.ts +30 -0
- package/api/resources/preEncounter/resources/patients/client/Client.js +17 -0
- package/api/resources/preEncounter/resources/patients/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/client/index.js +2 -0
- package/api/resources/preEncounter/resources/patients/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/patients/index.js +18 -0
- package/api/resources/preEncounter/resources/patients/resources/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/resources/index.js +37 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +572 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +1083 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +28 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +68 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +34 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +79 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +34 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +79 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +28 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +68 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +28 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +68 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +22 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +57 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +12 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +51 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +34 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +79 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +154 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +155 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +14 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +12 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +18 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.d.ts +12 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +6 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.js +2 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +22 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +57 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +22 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +57 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +22 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +57 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +34 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +79 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/index.js +18 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +19 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +8 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +10 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +12 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +10 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +12 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +10 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +10 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +11 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +18 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +20 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +60 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +8 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +13 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +7 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +11 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +9 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +10 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +14 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +30 -0
- package/api/resources/preEncounter/resources/tags/client/Client.d.ts +30 -0
- package/api/resources/preEncounter/resources/tags/client/Client.js +17 -0
- package/api/resources/preEncounter/resources/tags/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/tags/client/index.js +2 -0
- package/api/resources/preEncounter/resources/tags/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/tags/index.js +18 -0
- package/api/resources/preEncounter/resources/tags/resources/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/tags/resources/index.js +37 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +86 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +279 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +22 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +57 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +22 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +57 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +22 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +57 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +22 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +57 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/index.d.ts +6 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +45 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.d.ts +12 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.js +5 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/index.js +2 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +22 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +57 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/index.js +18 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +11 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +5 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +10 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +5 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +7 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +5 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/types/index.d.ts +3 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/types/index.js +19 -0
- package/api/resources/remitDrafts/index.d.ts +1 -0
- package/api/resources/remitDrafts/index.js +17 -0
- package/api/resources/remitDrafts/resources/index.d.ts +1 -0
- package/api/resources/remitDrafts/resources/index.js +37 -0
- package/api/resources/remitDrafts/resources/v1/index.d.ts +1 -0
- package/api/resources/remitDrafts/resources/v1/index.js +17 -0
- package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +8 -0
- package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +9 -0
- package/api/resources/remitDrafts/resources/v1/types/index.d.ts +1 -0
- package/api/resources/remitDrafts/resources/v1/types/index.js +17 -0
- package/api/resources/remits/index.d.ts +1 -0
- package/api/resources/remits/index.js +17 -0
- package/api/resources/remits/resources/index.d.ts +1 -0
- package/api/resources/remits/resources/index.js +37 -0
- package/api/resources/remits/resources/v1/index.d.ts +1 -0
- package/api/resources/remits/resources/v1/index.js +17 -0
- package/api/resources/remits/resources/v1/types/Payee.d.ts +8 -0
- package/api/resources/remits/resources/v1/types/Payee.js +5 -0
- package/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +19 -0
- package/api/resources/remits/resources/v1/types/PayeeIdentifier.js +5 -0
- package/api/resources/remits/resources/v1/types/index.d.ts +2 -0
- package/api/resources/remits/resources/v1/types/index.js +18 -0
- package/api/resources/serviceFacility/client/Client.d.ts +38 -0
- package/api/resources/serviceFacility/client/Client.js +110 -0
- package/api/resources/serviceFacility/client/index.d.ts +1 -0
- package/api/resources/serviceFacility/client/index.js +37 -0
- package/api/resources/serviceFacility/client/update.d.ts +22 -0
- package/api/resources/serviceFacility/client/update.js +57 -0
- package/api/resources/serviceFacility/index.d.ts +2 -0
- package/api/resources/serviceFacility/index.js +18 -0
- package/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +36 -0
- package/api/resources/serviceFacility/types/EncounterServiceFacility.js +5 -0
- package/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +29 -0
- package/api/resources/serviceFacility/types/EncounterServiceFacilityBase.js +5 -0
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +34 -0
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +5 -0
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +20 -0
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +5 -0
- package/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +8 -0
- package/api/resources/serviceFacility/types/ServiceFacilityId.js +9 -0
- package/api/resources/serviceFacility/types/index.d.ts +5 -0
- package/api/resources/serviceFacility/types/index.js +21 -0
- package/api/resources/serviceLines/client/Client.d.ts +30 -0
- package/api/resources/serviceLines/client/Client.js +17 -0
- package/api/resources/serviceLines/client/index.d.ts +1 -0
- package/api/resources/serviceLines/client/index.js +2 -0
- package/api/resources/serviceLines/index.d.ts +2 -0
- package/api/resources/serviceLines/index.js +18 -0
- package/api/resources/serviceLines/resources/index.d.ts +1 -0
- package/api/resources/serviceLines/resources/index.js +37 -0
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +59 -0
- package/api/resources/serviceLines/resources/v2/client/Client.js +234 -0
- package/api/resources/serviceLines/resources/v2/client/create.d.ts +28 -0
- package/api/resources/serviceLines/resources/v2/client/create.js +68 -0
- package/api/resources/serviceLines/resources/v2/client/delete.d.ts +34 -0
- package/api/resources/serviceLines/resources/v2/client/delete.js +79 -0
- package/api/resources/serviceLines/resources/v2/client/index.d.ts +3 -0
- package/api/resources/serviceLines/resources/v2/client/index.js +39 -0
- package/api/resources/serviceLines/resources/v2/client/update.d.ts +40 -0
- package/api/resources/serviceLines/resources/v2/client/update.js +90 -0
- package/api/resources/serviceLines/resources/v2/index.d.ts +2 -0
- package/api/resources/serviceLines/resources/v2/index.js +18 -0
- package/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +38 -0
- package/api/resources/serviceLines/resources/v2/types/DenialReasonContent.js +40 -0
- package/api/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +14 -0
- package/api/resources/serviceLines/resources/v2/types/DrugIdentification.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +14 -0
- package/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +11 -0
- package/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +13 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +34 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +15 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +146 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +10 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +52 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +52 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +56 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +12 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +8 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +54 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +8 -0
- package/api/resources/serviceLines/resources/v2/types/TestResult.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +8 -0
- package/api/resources/serviceLines/resources/v2/types/TestResultOptional.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +9 -0
- package/api/resources/serviceLines/resources/v2/types/TestResultType.js +11 -0
- package/api/resources/serviceLines/resources/v2/types/index.d.ts +16 -0
- package/api/resources/serviceLines/resources/v2/types/index.js +32 -0
- package/api/resources/superbills/client/Client.d.ts +30 -0
- package/api/resources/superbills/client/Client.js +17 -0
- package/api/resources/superbills/client/index.d.ts +1 -0
- package/api/resources/superbills/client/index.js +2 -0
- package/api/resources/superbills/index.d.ts +2 -0
- package/api/resources/superbills/index.js +18 -0
- package/api/resources/superbills/resources/index.d.ts +1 -0
- package/api/resources/superbills/resources/index.js +37 -0
- package/api/resources/superbills/resources/v1/client/Client.d.ts +41 -0
- package/api/resources/superbills/resources/v1/client/Client.js +129 -0
- package/api/resources/superbills/resources/v1/client/createSuperbill.d.ts +28 -0
- package/api/resources/superbills/resources/v1/client/createSuperbill.js +68 -0
- package/api/resources/superbills/resources/v1/client/index.d.ts +2 -0
- package/api/resources/superbills/resources/v1/client/index.js +41 -0
- package/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +22 -0
- package/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +5 -0
- package/api/resources/superbills/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/superbills/resources/v1/client/requests/index.js +2 -0
- package/api/resources/superbills/resources/v1/index.d.ts +2 -0
- package/api/resources/superbills/resources/v1/index.js +18 -0
- package/api/resources/superbills/resources/v1/types/Superbill.d.ts +18 -0
- package/api/resources/superbills/resources/v1/types/Superbill.js +5 -0
- package/api/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +8 -0
- package/api/resources/superbills/resources/v1/types/SuperbillResponse.js +5 -0
- package/api/resources/superbills/resources/v1/types/index.d.ts +2 -0
- package/api/resources/superbills/resources/v1/types/index.js +18 -0
- package/api/resources/tags/index.d.ts +1 -0
- package/api/resources/tags/index.js +17 -0
- package/api/resources/tags/types/Tag.d.ts +16 -0
- package/api/resources/tags/types/Tag.js +5 -0
- package/api/resources/tags/types/TagColorEnum.d.ts +16 -0
- package/api/resources/tags/types/TagColorEnum.js +18 -0
- package/api/resources/tags/types/TagCreate.d.ts +9 -0
- package/api/resources/tags/types/TagCreate.js +5 -0
- package/api/resources/tags/types/TagId.d.ts +8 -0
- package/api/resources/tags/types/TagId.js +9 -0
- package/api/resources/tags/types/index.d.ts +4 -0
- package/api/resources/tags/types/index.js +20 -0
- package/api/resources/tasks/client/Client.d.ts +30 -0
- package/api/resources/tasks/client/Client.js +17 -0
- package/api/resources/tasks/client/index.d.ts +1 -0
- package/api/resources/tasks/client/index.js +2 -0
- package/api/resources/tasks/index.d.ts +2 -0
- package/api/resources/tasks/index.js +18 -0
- package/api/resources/tasks/resources/commons/index.d.ts +1 -0
- package/api/resources/tasks/resources/commons/index.js +17 -0
- package/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +48 -0
- package/api/resources/tasks/resources/commons/types/TaskCategory.js +50 -0
- package/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +13 -0
- package/api/resources/tasks/resources/commons/types/TaskStatus.js +15 -0
- package/api/resources/tasks/resources/commons/types/TaskType.d.ts +18 -0
- package/api/resources/tasks/resources/commons/types/TaskType.js +20 -0
- package/api/resources/tasks/resources/commons/types/index.d.ts +3 -0
- package/api/resources/tasks/resources/commons/types/index.js +19 -0
- package/api/resources/tasks/resources/index.d.ts +3 -0
- package/api/resources/tasks/resources/index.js +42 -0
- package/api/resources/tasks/resources/v3/client/Client.d.ts +75 -0
- package/api/resources/tasks/resources/v3/client/Client.js +357 -0
- package/api/resources/tasks/resources/v3/client/create.d.ts +22 -0
- package/api/resources/tasks/resources/v3/client/create.js +57 -0
- package/api/resources/tasks/resources/v3/client/get.d.ts +34 -0
- package/api/resources/tasks/resources/v3/client/get.js +79 -0
- package/api/resources/tasks/resources/v3/client/getActions.d.ts +22 -0
- package/api/resources/tasks/resources/v3/client/getActions.js +57 -0
- package/api/resources/tasks/resources/v3/client/getMulti.d.ts +31 -0
- package/api/resources/tasks/resources/v3/client/getMulti.js +68 -0
- package/api/resources/tasks/resources/v3/client/index.d.ts +6 -0
- package/api/resources/tasks/resources/v3/client/index.js +45 -0
- package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +53 -0
- package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.js +5 -0
- package/api/resources/tasks/resources/v3/client/requests/index.d.ts +1 -0
- package/api/resources/tasks/resources/v3/client/requests/index.js +2 -0
- package/api/resources/tasks/resources/v3/client/update.d.ts +40 -0
- package/api/resources/tasks/resources/v3/client/update.js +90 -0
- package/api/resources/tasks/resources/v3/index.d.ts +2 -0
- package/api/resources/tasks/resources/v3/index.js +18 -0
- package/api/resources/tasks/resources/v3/types/Task.d.ts +27 -0
- package/api/resources/tasks/resources/v3/types/Task.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskAction.d.ts +9 -0
- package/api/resources/tasks/resources/v3/types/TaskAction.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +10 -0
- package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +8 -0
- package/api/resources/tasks/resources/v3/types/TaskActionType.js +10 -0
- package/api/resources/tasks/resources/v3/types/TaskActions.d.ts +7 -0
- package/api/resources/tasks/resources/v3/types/TaskActions.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskAssignment.d.ts +8 -0
- package/api/resources/tasks/resources/v3/types/TaskAssignment.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +13 -0
- package/api/resources/tasks/resources/v3/types/TaskCreateV3.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskNote.d.ts +11 -0
- package/api/resources/tasks/resources/v3/types/TaskNote.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskPage.d.ts +7 -0
- package/api/resources/tasks/resources/v3/types/TaskPage.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +28 -0
- package/api/resources/tasks/resources/v3/types/TaskSortOptions.js +30 -0
- package/api/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +9 -0
- package/api/resources/tasks/resources/v3/types/TaskUpdateV3.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +7 -0
- package/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +5 -0
- package/api/resources/tasks/resources/v3/types/index.d.ts +12 -0
- package/api/resources/tasks/resources/v3/types/index.js +28 -0
- package/api/resources/writeOffs/client/Client.d.ts +30 -0
- package/api/resources/writeOffs/client/Client.js +17 -0
- package/api/resources/writeOffs/client/index.d.ts +1 -0
- package/api/resources/writeOffs/client/index.js +2 -0
- package/api/resources/writeOffs/index.d.ts +2 -0
- package/api/resources/writeOffs/index.js +18 -0
- package/api/resources/writeOffs/resources/index.d.ts +1 -0
- package/api/resources/writeOffs/resources/index.js +37 -0
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +104 -0
- package/api/resources/writeOffs/resources/v1/client/Client.js +367 -0
- package/api/resources/writeOffs/resources/v1/client/create.d.ts +22 -0
- package/api/resources/writeOffs/resources/v1/client/create.js +57 -0
- package/api/resources/writeOffs/resources/v1/client/get.d.ts +22 -0
- package/api/resources/writeOffs/resources/v1/client/get.js +57 -0
- package/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +22 -0
- package/api/resources/writeOffs/resources/v1/client/getMulti.js +57 -0
- package/api/resources/writeOffs/resources/v1/client/index.d.ts +7 -0
- package/api/resources/writeOffs/resources/v1/client/index.js +46 -0
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +25 -0
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +5 -0
- package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +32 -0
- package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.js +5 -0
- package/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/writeOffs/resources/v1/client/requests/index.js +2 -0
- package/api/resources/writeOffs/resources/v1/client/revert.d.ts +22 -0
- package/api/resources/writeOffs/resources/v1/client/revert.js +57 -0
- package/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.d.ts +22 -0
- package/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.js +57 -0
- package/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.d.ts +22 -0
- package/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.js +57 -0
- package/api/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/api/resources/writeOffs/resources/v1/index.js +18 -0
- package/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +7 -0
- package/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +15 -0
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +12 -0
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +23 -0
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +25 -0
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +19 -0
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +15 -0
- package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +12 -0
- package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +16 -0
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOff.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +11 -0
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +18 -0
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +20 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +16 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOff.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +16 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +8 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.js +9 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +9 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffSortField.js +11 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +7 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffsPage.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/index.d.ts +15 -0
- package/api/resources/writeOffs/resources/v1/types/index.js +31 -0
- package/api/resources/x12/index.d.ts +1 -0
- package/api/resources/x12/index.js +17 -0
- package/api/resources/x12/resources/index.d.ts +1 -0
- package/api/resources/x12/resources/index.js +37 -0
- package/api/resources/x12/resources/v1/index.d.ts +1 -0
- package/api/resources/x12/resources/v1/index.js +17 -0
- package/api/resources/x12/resources/v1/types/Carc.d.ts +409 -0
- package/api/resources/x12/resources/v1/types/Carc.js +411 -0
- package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +9 -0
- package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +5 -0
- package/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +166 -0
- package/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +48 -0
- package/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +50 -0
- package/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +19 -0
- package/api/resources/x12/resources/v1/types/Rarc.d.ts +1193 -0
- package/api/resources/x12/resources/v1/types/Rarc.js +1195 -0
- package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +7 -0
- package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +5 -0
- package/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +30 -0
- package/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +14 -0
- package/api/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +14 -0
- package/api/resources/x12/resources/v1/types/TypeOfBillComposite.js +5 -0
- package/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +114 -0
- package/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +35 -0
- package/api/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +42 -0
- package/api/resources/x12/resources/v1/types/TypeOfCareCode.js +17 -0
- package/api/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +34 -0
- package/api/resources/x12/resources/v1/types/TypeOfFacilityCode.js +15 -0
- package/api/resources/x12/resources/v1/types/index.d.ts +11 -0
- package/api/resources/x12/resources/v1/types/index.js +27 -0
- package/api/resources/yesNoIndicator/index.d.ts +1 -0
- package/api/resources/yesNoIndicator/index.js +17 -0
- package/api/resources/yesNoIndicator/types/YesNoIndicator.d.ts +10 -0
- package/api/resources/yesNoIndicator/types/YesNoIndicator.js +12 -0
- package/api/resources/yesNoIndicator/types/index.d.ts +1 -0
- package/api/resources/yesNoIndicator/types/index.js +17 -0
- package/core/auth/BasicAuth.d.ts +8 -0
- package/core/auth/BasicAuth.js +26 -0
- package/core/auth/BearerToken.d.ts +5 -0
- package/core/auth/BearerToken.js +15 -0
- package/core/auth/OAuthTokenProvider.d.ts +25 -0
- package/core/auth/OAuthTokenProvider.js +90 -0
- package/core/auth/index.d.ts +3 -0
- package/core/auth/index.js +9 -0
- package/core/fetcher/APIResponse.d.ts +10 -0
- package/core/fetcher/APIResponse.js +2 -0
- package/core/fetcher/Fetcher.d.ts +39 -0
- package/core/fetcher/Fetcher.js +100 -0
- package/core/fetcher/Supplier.d.ts +4 -0
- package/core/fetcher/Supplier.js +22 -0
- package/core/fetcher/createRequestUrl.d.ts +1 -0
- package/core/fetcher/createRequestUrl.js +12 -0
- package/core/fetcher/getFetchFn.d.ts +4 -0
- package/core/fetcher/getFetchFn.js +68 -0
- package/core/fetcher/getHeader.d.ts +1 -0
- package/core/fetcher/getHeader.js +11 -0
- package/core/fetcher/getRequestBody.d.ts +7 -0
- package/core/fetcher/getRequestBody.js +23 -0
- package/core/fetcher/getResponseBody.d.ts +1 -0
- package/core/fetcher/getResponseBody.js +54 -0
- package/core/fetcher/index.d.ts +5 -0
- package/core/fetcher/index.js +9 -0
- package/core/fetcher/makeRequest.d.ts +1 -0
- package/core/fetcher/makeRequest.js +42 -0
- package/core/fetcher/requestWithRetries.d.ts +1 -0
- package/core/fetcher/requestWithRetries.js +40 -0
- package/core/fetcher/signals.d.ts +11 -0
- package/core/fetcher/signals.js +36 -0
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +126 -0
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +59 -0
- package/core/form-data-utils/FormDataWrapper.d.ts +60 -0
- package/core/form-data-utils/FormDataWrapper.js +188 -0
- package/core/form-data-utils/index.d.ts +1 -0
- package/core/form-data-utils/index.js +17 -0
- package/core/index.d.ts +5 -0
- package/core/index.js +44 -0
- package/core/json.d.ts +15 -0
- package/core/json.js +24 -0
- package/core/runtime/index.d.ts +1 -0
- package/core/runtime/index.js +5 -0
- package/core/runtime/runtime.d.ts +9 -0
- package/core/runtime/runtime.js +103 -0
- package/core/schemas/Schema.d.ts +87 -0
- package/core/schemas/Schema.js +24 -0
- package/core/schemas/builders/bigint/bigint.d.ts +2 -0
- package/core/schemas/builders/bigint/bigint.js +53 -0
- package/core/schemas/builders/bigint/index.d.ts +1 -0
- package/core/schemas/builders/bigint/index.js +5 -0
- package/core/schemas/builders/date/date.d.ts +2 -0
- package/core/schemas/builders/date/date.js +62 -0
- package/core/schemas/builders/date/index.d.ts +1 -0
- package/core/schemas/builders/date/index.js +5 -0
- package/core/schemas/builders/enum/enum.d.ts +2 -0
- package/core/schemas/builders/enum/enum.js +38 -0
- package/core/schemas/builders/enum/index.d.ts +1 -0
- package/core/schemas/builders/enum/index.js +5 -0
- package/core/schemas/builders/index.d.ts +14 -0
- package/core/schemas/builders/index.js +30 -0
- package/core/schemas/builders/lazy/index.d.ts +3 -0
- package/core/schemas/builders/lazy/index.js +7 -0
- package/core/schemas/builders/lazy/lazy.d.ts +5 -0
- package/core/schemas/builders/lazy/lazy.js +24 -0
- package/core/schemas/builders/lazy/lazyObject.d.ts +3 -0
- package/core/schemas/builders/lazy/lazyObject.js +11 -0
- package/core/schemas/builders/list/index.d.ts +1 -0
- package/core/schemas/builders/list/index.js +5 -0
- package/core/schemas/builders/list/list.d.ts +2 -0
- package/core/schemas/builders/list/list.js +54 -0
- package/core/schemas/builders/literals/booleanLiteral.d.ts +2 -0
- package/core/schemas/builders/literals/booleanLiteral.js +28 -0
- package/core/schemas/builders/literals/index.d.ts +2 -0
- package/core/schemas/builders/literals/index.js +7 -0
- package/core/schemas/builders/literals/stringLiteral.d.ts +2 -0
- package/core/schemas/builders/literals/stringLiteral.js +28 -0
- package/core/schemas/builders/object/index.d.ts +6 -0
- package/core/schemas/builders/object/index.js +11 -0
- package/core/schemas/builders/object/object.d.ts +3 -0
- package/core/schemas/builders/object/object.js +261 -0
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +6 -0
- package/core/schemas/builders/object/objectWithoutOptionalProperties.js +7 -0
- package/core/schemas/builders/object/property.d.ts +8 -0
- package/core/schemas/builders/object/property.js +15 -0
- package/core/schemas/builders/object/types.d.ts +31 -0
- package/core/schemas/builders/object/types.js +2 -0
- package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +9 -0
- package/core/schemas/builders/object-like/getObjectLikeUtils.js +53 -0
- package/core/schemas/builders/object-like/index.d.ts +2 -0
- package/core/schemas/builders/object-like/index.js +6 -0
- package/core/schemas/builders/object-like/types.d.ts +7 -0
- package/core/schemas/builders/object-like/types.js +2 -0
- package/core/schemas/builders/primitives/any.d.ts +1 -0
- package/core/schemas/builders/primitives/any.js +6 -0
- package/core/schemas/builders/primitives/boolean.d.ts +1 -0
- package/core/schemas/builders/primitives/boolean.js +25 -0
- package/core/schemas/builders/primitives/index.d.ts +5 -0
- package/core/schemas/builders/primitives/index.js +13 -0
- package/core/schemas/builders/primitives/number.d.ts +1 -0
- package/core/schemas/builders/primitives/number.js +25 -0
- package/core/schemas/builders/primitives/string.d.ts +1 -0
- package/core/schemas/builders/primitives/string.js +25 -0
- package/core/schemas/builders/primitives/unknown.d.ts +1 -0
- package/core/schemas/builders/primitives/unknown.js +6 -0
- package/core/schemas/builders/record/index.d.ts +2 -0
- package/core/schemas/builders/record/index.js +5 -0
- package/core/schemas/builders/record/record.d.ts +3 -0
- package/core/schemas/builders/record/record.js +93 -0
- package/core/schemas/builders/record/types.d.ts +4 -0
- package/core/schemas/builders/record/types.js +2 -0
- package/core/schemas/builders/schema-utils/JsonError.d.ts +5 -0
- package/core/schemas/builders/schema-utils/JsonError.js +12 -0
- package/core/schemas/builders/schema-utils/ParseError.d.ts +5 -0
- package/core/schemas/builders/schema-utils/ParseError.js +12 -0
- package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +21 -0
- package/core/schemas/builders/schema-utils/getSchemaUtils.js +145 -0
- package/core/schemas/builders/schema-utils/index.d.ts +4 -0
- package/core/schemas/builders/schema-utils/index.js +11 -0
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +2 -0
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +9 -0
- package/core/schemas/builders/set/index.d.ts +1 -0
- package/core/schemas/builders/set/index.js +5 -0
- package/core/schemas/builders/set/set.d.ts +2 -0
- package/core/schemas/builders/set/set.js +43 -0
- package/core/schemas/builders/undiscriminated-union/index.d.ts +2 -0
- package/core/schemas/builders/undiscriminated-union/index.js +5 -0
- package/core/schemas/builders/undiscriminated-union/types.d.ts +4 -0
- package/core/schemas/builders/undiscriminated-union/types.js +2 -0
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +3 -0
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +39 -0
- package/core/schemas/builders/union/discriminant.d.ts +5 -0
- package/core/schemas/builders/union/discriminant.js +9 -0
- package/core/schemas/builders/union/index.d.ts +4 -0
- package/core/schemas/builders/union/index.js +7 -0
- package/core/schemas/builders/union/types.d.ts +13 -0
- package/core/schemas/builders/union/types.js +2 -0
- package/core/schemas/builders/union/union.d.ts +4 -0
- package/core/schemas/builders/union/union.js +129 -0
- package/core/schemas/index.d.ts +2 -0
- package/core/schemas/index.js +17 -0
- package/core/schemas/utils/MaybePromise.d.ts +1 -0
- package/core/schemas/utils/MaybePromise.js +2 -0
- package/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +7 -0
- package/core/schemas/utils/addQuestionMarksToNullableProperties.js +2 -0
- package/core/schemas/utils/createIdentitySchemaCreator.d.ts +2 -0
- package/core/schemas/utils/createIdentitySchemaCreator.js +15 -0
- package/core/schemas/utils/entries.d.ts +1 -0
- package/core/schemas/utils/entries.js +6 -0
- package/core/schemas/utils/filterObject.d.ts +1 -0
- package/core/schemas/utils/filterObject.js +13 -0
- package/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +1 -0
- package/core/schemas/utils/getErrorMessageForIncorrectType.js +27 -0
- package/core/schemas/utils/isPlainObject.d.ts +1 -0
- package/core/schemas/utils/isPlainObject.js +17 -0
- package/core/schemas/utils/keys.d.ts +1 -0
- package/core/schemas/utils/keys.js +6 -0
- package/core/schemas/utils/maybeSkipValidation.d.ts +2 -0
- package/core/schemas/utils/maybeSkipValidation.js +27 -0
- package/core/schemas/utils/partition.d.ts +1 -0
- package/core/schemas/utils/partition.js +15 -0
- package/dist/Client.d.ts +140 -0
- package/dist/Client.js +248 -0
- package/dist/api/index.d.ts +1 -0
- package/dist/api/index.js +17 -0
- package/dist/api/resources/auth/client/Client.d.ts +30 -0
- package/dist/api/resources/auth/client/Client.js +17 -0
- package/dist/api/resources/auth/client/index.d.ts +1 -0
- package/dist/api/resources/auth/client/index.js +2 -0
- package/dist/api/resources/auth/index.d.ts +2 -0
- package/dist/api/resources/auth/index.js +18 -0
- package/dist/api/resources/auth/resources/default/client/Client.d.ts +72 -0
- package/dist/api/resources/auth/resources/default/client/Client.js +161 -0
- package/dist/api/resources/auth/resources/default/client/getToken.d.ts +34 -0
- package/dist/api/resources/auth/resources/default/client/getToken.js +79 -0
- package/dist/api/resources/auth/resources/default/client/index.d.ts +2 -0
- package/dist/api/resources/auth/resources/default/client/index.js +41 -0
- package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +16 -0
- package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +5 -0
- package/dist/api/resources/auth/resources/default/client/requests/index.d.ts +1 -0
- package/dist/api/resources/auth/resources/default/client/requests/index.js +2 -0
- package/dist/api/resources/auth/resources/default/index.d.ts +2 -0
- package/dist/api/resources/auth/resources/default/index.js +18 -0
- package/dist/api/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +17 -0
- package/dist/api/resources/auth/resources/default/types/AuthGetTokenResponse.js +5 -0
- package/dist/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +6 -0
- package/dist/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +5 -0
- package/dist/api/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +6 -0
- package/dist/api/resources/auth/resources/default/types/TooManyRequestsErrorType.js +5 -0
- package/dist/api/resources/auth/resources/default/types/index.d.ts +3 -0
- package/dist/api/resources/auth/resources/default/types/index.js +19 -0
- package/dist/api/resources/auth/resources/index.d.ts +1 -0
- package/dist/api/resources/auth/resources/index.js +37 -0
- package/dist/api/resources/billingNotes/client/Client.d.ts +30 -0
- package/dist/api/resources/billingNotes/client/Client.js +17 -0
- package/dist/api/resources/billingNotes/client/index.d.ts +1 -0
- package/dist/api/resources/billingNotes/client/index.js +2 -0
- package/dist/api/resources/billingNotes/index.d.ts +2 -0
- package/dist/api/resources/billingNotes/index.js +18 -0
- package/dist/api/resources/billingNotes/resources/index.d.ts +1 -0
- package/dist/api/resources/billingNotes/resources/index.js +37 -0
- package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +58 -0
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +221 -0
- package/dist/api/resources/billingNotes/resources/v2/client/create.d.ts +22 -0
- package/dist/api/resources/billingNotes/resources/v2/client/create.js +57 -0
- package/dist/api/resources/billingNotes/resources/v2/client/delete.d.ts +40 -0
- package/dist/api/resources/billingNotes/resources/v2/client/delete.js +90 -0
- package/dist/api/resources/billingNotes/resources/v2/client/index.d.ts +4 -0
- package/dist/api/resources/billingNotes/resources/v2/client/index.js +43 -0
- package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +13 -0
- package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +5 -0
- package/dist/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +13 -0
- package/dist/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +5 -0
- package/dist/api/resources/billingNotes/resources/v2/client/requests/index.d.ts +2 -0
- package/dist/api/resources/billingNotes/resources/v2/client/requests/index.js +2 -0
- package/dist/api/resources/billingNotes/resources/v2/client/update.d.ts +46 -0
- package/dist/api/resources/billingNotes/resources/v2/client/update.js +101 -0
- package/dist/api/resources/billingNotes/resources/v2/index.d.ts +2 -0
- package/dist/api/resources/billingNotes/resources/v2/index.js +18 -0
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +26 -0
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.js +5 -0
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +7 -0
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBase.js +5 -0
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +7 -0
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +5 -0
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +8 -0
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.js +9 -0
- package/dist/api/resources/billingNotes/resources/v2/types/index.d.ts +4 -0
- package/dist/api/resources/billingNotes/resources/v2/types/index.js +20 -0
- package/dist/api/resources/chargeCapture/client/Client.d.ts +30 -0
- package/dist/api/resources/chargeCapture/client/Client.js +17 -0
- package/dist/api/resources/chargeCapture/client/index.d.ts +1 -0
- package/dist/api/resources/chargeCapture/client/index.js +2 -0
- package/dist/api/resources/chargeCapture/index.d.ts +2 -0
- package/dist/api/resources/chargeCapture/index.js +18 -0
- package/dist/api/resources/chargeCapture/resources/index.d.ts +1 -0
- package/dist/api/resources/chargeCapture/resources/index.js +37 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +78 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +525 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/create.d.ts +58 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/create.js +123 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/get.js +57 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +22 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/getAll.js +57 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/index.js +45 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +23 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +30 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +29 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +161 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +4 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/update.d.ts +52 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/update.js +112 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +34 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +79 -0
- package/dist/api/resources/chargeCapture/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/chargeCapture/resources/v1/index.js +18 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +18 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +6 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +28 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +8 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +12 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +8 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +10 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +11 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +13 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +6 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/index.d.ts +8 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/index.js +24 -0
- package/dist/api/resources/chargeCaptureBundles/client/Client.d.ts +30 -0
- package/dist/api/resources/chargeCaptureBundles/client/Client.js +17 -0
- package/dist/api/resources/chargeCaptureBundles/client/index.d.ts +1 -0
- package/dist/api/resources/chargeCaptureBundles/client/index.js +2 -0
- package/dist/api/resources/chargeCaptureBundles/index.d.ts +2 -0
- package/dist/api/resources/chargeCaptureBundles/index.js +18 -0
- package/dist/api/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
- package/dist/api/resources/chargeCaptureBundles/resources/index.js +37 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +61 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +343 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.js +57 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +22 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +57 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.d.ts +22 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.js +57 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +44 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +13 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +91 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.js +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +34 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +79 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +22 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +7 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +7 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +9 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +15 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +14 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +15 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.js +21 -0
- package/dist/api/resources/claimSubmission/index.d.ts +1 -0
- package/dist/api/resources/claimSubmission/index.js +17 -0
- package/dist/api/resources/claimSubmission/resources/index.d.ts +1 -0
- package/dist/api/resources/claimSubmission/resources/index.js +37 -0
- package/dist/api/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/dist/api/resources/claimSubmission/resources/v1/index.js +17 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +34 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +5 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +34 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +5 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +43 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +5 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +43 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +5 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/index.d.ts +4 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/index.js +20 -0
- package/dist/api/resources/claims/index.d.ts +1 -0
- package/dist/api/resources/claims/index.js +17 -0
- package/dist/api/resources/claims/types/Claim.d.ts +100 -0
- package/dist/api/resources/claims/types/Claim.js +5 -0
- package/dist/api/resources/claims/types/ClaimStatus.d.ts +21 -0
- package/dist/api/resources/claims/types/ClaimStatus.js +23 -0
- package/dist/api/resources/claims/types/index.d.ts +2 -0
- package/dist/api/resources/claims/types/index.js +18 -0
- package/dist/api/resources/clinicalTrials/index.d.ts +1 -0
- package/dist/api/resources/clinicalTrials/index.js +17 -0
- package/dist/api/resources/clinicalTrials/resources/index.d.ts +1 -0
- package/dist/api/resources/clinicalTrials/resources/index.js +37 -0
- package/dist/api/resources/clinicalTrials/resources/v1/index.d.ts +1 -0
- package/dist/api/resources/clinicalTrials/resources/v1/index.js +17 -0
- package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +9 -0
- package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +5 -0
- package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +9 -0
- package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +11 -0
- package/dist/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +10 -0
- package/dist/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +5 -0
- package/dist/api/resources/clinicalTrials/resources/v1/types/index.d.ts +3 -0
- package/dist/api/resources/clinicalTrials/resources/v1/types/index.js +19 -0
- package/dist/api/resources/commons/index.d.ts +1 -0
- package/dist/api/resources/commons/index.js +17 -0
- package/dist/api/resources/commons/types/AdjustmentId.d.ts +8 -0
- package/dist/api/resources/commons/types/AdjustmentId.js +9 -0
- package/dist/api/resources/commons/types/AppointmentId.d.ts +8 -0
- package/dist/api/resources/commons/types/AppointmentId.js +9 -0
- package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +16 -0
- package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.js +18 -0
- package/dist/api/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +8 -0
- package/dist/api/resources/commons/types/ChargeCaptureClaimCreationId.js +9 -0
- package/dist/api/resources/commons/types/ChargeCaptureId.d.ts +8 -0
- package/dist/api/resources/commons/types/ChargeCaptureId.js +9 -0
- package/dist/api/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +8 -0
- package/dist/api/resources/commons/types/ChargeCapturePostBilledChangeId.js +9 -0
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +16 -0
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +18 -0
- package/dist/api/resources/commons/types/ClaimId.d.ts +8 -0
- package/dist/api/resources/commons/types/ClaimId.js +9 -0
- package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +8 -0
- package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +10 -0
- package/dist/api/resources/commons/types/ClinicalTrialId.d.ts +8 -0
- package/dist/api/resources/commons/types/ClinicalTrialId.js +9 -0
- package/dist/api/resources/commons/types/DateRangeOptionalEnd.d.ts +8 -0
- package/dist/api/resources/commons/types/DateRangeOptionalEnd.js +5 -0
- package/dist/api/resources/commons/types/Date_.d.ts +11 -0
- package/dist/api/resources/commons/types/Date_.js +9 -0
- package/dist/api/resources/commons/types/Decimal.d.ts +11 -0
- package/dist/api/resources/commons/types/Decimal.js +9 -0
- package/dist/api/resources/commons/types/DelayReasonCode.d.ts +65 -0
- package/dist/api/resources/commons/types/DelayReasonCode.js +22 -0
- package/dist/api/resources/commons/types/Email.d.ts +12 -0
- package/dist/api/resources/commons/types/Email.js +9 -0
- package/dist/api/resources/commons/types/EmrPayerCrosswalk.d.ts +8 -0
- package/dist/api/resources/commons/types/EmrPayerCrosswalk.js +10 -0
- package/dist/api/resources/commons/types/EncounterExternalId.d.ts +8 -0
- package/dist/api/resources/commons/types/EncounterExternalId.js +9 -0
- package/dist/api/resources/commons/types/EncounterId.d.ts +8 -0
- package/dist/api/resources/commons/types/EncounterId.js +9 -0
- package/dist/api/resources/commons/types/EntityConflictErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/EntityConflictErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/EntityNotFoundErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/EntityNotFoundErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
- package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +12 -0
- package/dist/api/resources/commons/types/ErrorMessage.d.ts +8 -0
- package/dist/api/resources/commons/types/ErrorMessage.js +9 -0
- package/dist/api/resources/commons/types/FacilityTypeCode.d.ts +211 -0
- package/dist/api/resources/commons/types/FacilityTypeCode.js +58 -0
- package/dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/InsuranceTypeCode.d.ts +289 -0
- package/dist/api/resources/commons/types/InsuranceTypeCode.js +78 -0
- package/dist/api/resources/commons/types/IntendedSubmissionMedium.d.ts +11 -0
- package/dist/api/resources/commons/types/IntendedSubmissionMedium.js +10 -0
- package/dist/api/resources/commons/types/InvoiceId.d.ts +8 -0
- package/dist/api/resources/commons/types/InvoiceId.js +9 -0
- package/dist/api/resources/commons/types/LinkUrl.d.ts +8 -0
- package/dist/api/resources/commons/types/LinkUrl.js +9 -0
- package/dist/api/resources/commons/types/NetworkType.d.ts +90 -0
- package/dist/api/resources/commons/types/NetworkType.js +29 -0
- package/dist/api/resources/commons/types/NextResponsibleParty.d.ts +12 -0
- package/dist/api/resources/commons/types/NextResponsibleParty.js +14 -0
- package/dist/api/resources/commons/types/Npi.d.ts +8 -0
- package/dist/api/resources/commons/types/Npi.js +9 -0
- package/dist/api/resources/commons/types/OrganizationId.d.ts +8 -0
- package/dist/api/resources/commons/types/OrganizationId.js +9 -0
- package/dist/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/PageToken.d.ts +12 -0
- package/dist/api/resources/commons/types/PageToken.js +9 -0
- package/dist/api/resources/commons/types/PatientExternalId.d.ts +8 -0
- package/dist/api/resources/commons/types/PatientExternalId.js +9 -0
- package/dist/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +102 -0
- package/dist/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +32 -0
- package/dist/api/resources/commons/types/PayerPlanGroupId.d.ts +8 -0
- package/dist/api/resources/commons/types/PayerPlanGroupId.js +9 -0
- package/dist/api/resources/commons/types/PhoneNumber.d.ts +15 -0
- package/dist/api/resources/commons/types/PhoneNumber.js +5 -0
- package/dist/api/resources/commons/types/PhoneNumberOptional.d.ts +15 -0
- package/dist/api/resources/commons/types/PhoneNumberOptional.js +5 -0
- package/dist/api/resources/commons/types/PhoneNumberType.d.ts +9 -0
- package/dist/api/resources/commons/types/PhoneNumberType.js +11 -0
- package/dist/api/resources/commons/types/PreEncounterAppointmentId.d.ts +8 -0
- package/dist/api/resources/commons/types/PreEncounterAppointmentId.js +9 -0
- package/dist/api/resources/commons/types/PreEncounterPatientId.d.ts +8 -0
- package/dist/api/resources/commons/types/PreEncounterPatientId.js +9 -0
- package/dist/api/resources/commons/types/Primitive.d.ts +14 -0
- package/dist/api/resources/commons/types/Primitive.js +12 -0
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +1602 -0
- package/dist/api/resources/commons/types/ProcedureModifier.js +407 -0
- package/dist/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +8 -0
- package/dist/api/resources/commons/types/ProviderCredentialingSpanId.js +9 -0
- package/dist/api/resources/commons/types/ProviderId.d.ts +8 -0
- package/dist/api/resources/commons/types/ProviderId.js +9 -0
- package/dist/api/resources/commons/types/QualifierCode.d.ts +14 -0
- package/dist/api/resources/commons/types/QualifierCode.js +12 -0
- package/dist/api/resources/commons/types/RateId.d.ts +8 -0
- package/dist/api/resources/commons/types/RateId.js +9 -0
- package/dist/api/resources/commons/types/RegionNational.d.ts +5 -0
- package/dist/api/resources/commons/types/RegionNational.js +5 -0
- package/dist/api/resources/commons/types/RegionStates.d.ts +7 -0
- package/dist/api/resources/commons/types/RegionStates.js +5 -0
- package/dist/api/resources/commons/types/Regions.d.ts +13 -0
- package/dist/api/resources/commons/types/Regions.js +5 -0
- package/dist/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +13 -0
- package/dist/api/resources/commons/types/RemovableDateRangeOptionalEnd.js +5 -0
- package/dist/api/resources/commons/types/RequestValidationError.d.ts +7 -0
- package/dist/api/resources/commons/types/RequestValidationError.js +5 -0
- package/dist/api/resources/commons/types/ResourcePage.d.ts +15 -0
- package/dist/api/resources/commons/types/ResourcePage.js +5 -0
- package/dist/api/resources/commons/types/SchemaId.d.ts +8 -0
- package/dist/api/resources/commons/types/SchemaId.js +9 -0
- package/dist/api/resources/commons/types/ServiceLineId.d.ts +8 -0
- package/dist/api/resources/commons/types/ServiceLineId.js +9 -0
- package/dist/api/resources/commons/types/ServiceLineUnits.d.ts +8 -0
- package/dist/api/resources/commons/types/ServiceLineUnits.js +10 -0
- package/dist/api/resources/commons/types/SortDirection.d.ts +12 -0
- package/dist/api/resources/commons/types/SortDirection.js +10 -0
- package/dist/api/resources/commons/types/SourceOfPaymentCode.d.ts +102 -0
- package/dist/api/resources/commons/types/SourceOfPaymentCode.js +32 -0
- package/dist/api/resources/commons/types/State.d.ts +68 -0
- package/dist/api/resources/commons/types/State.js +70 -0
- package/dist/api/resources/commons/types/StreetAddressBase.d.ts +12 -0
- package/dist/api/resources/commons/types/StreetAddressBase.js +5 -0
- package/dist/api/resources/commons/types/StreetAddressLongZip.d.ts +19 -0
- package/dist/api/resources/commons/types/StreetAddressLongZip.js +5 -0
- package/dist/api/resources/commons/types/StreetAddressLongZipOptional.d.ts +19 -0
- package/dist/api/resources/commons/types/StreetAddressLongZipOptional.js +5 -0
- package/dist/api/resources/commons/types/StreetAddressOptionalBase.d.ts +12 -0
- package/dist/api/resources/commons/types/StreetAddressOptionalBase.js +5 -0
- package/dist/api/resources/commons/types/StreetAddressShortZip.d.ts +19 -0
- package/dist/api/resources/commons/types/StreetAddressShortZip.js +5 -0
- package/dist/api/resources/commons/types/StreetAddressShortZipOptional.d.ts +19 -0
- package/dist/api/resources/commons/types/StreetAddressShortZipOptional.js +5 -0
- package/dist/api/resources/commons/types/TaskAssignmentId.d.ts +8 -0
- package/dist/api/resources/commons/types/TaskAssignmentId.js +9 -0
- package/dist/api/resources/commons/types/TaskId.d.ts +8 -0
- package/dist/api/resources/commons/types/TaskId.js +9 -0
- package/dist/api/resources/commons/types/TaskNoteId.d.ts +8 -0
- package/dist/api/resources/commons/types/TaskNoteId.js +9 -0
- package/dist/api/resources/commons/types/TaxId.d.ts +8 -0
- package/dist/api/resources/commons/types/TaxId.js +9 -0
- package/dist/api/resources/commons/types/UnauthorizedErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/UnauthorizedErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/UnprocessableEntityErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/UserId.d.ts +8 -0
- package/dist/api/resources/commons/types/UserId.js +9 -0
- package/dist/api/resources/commons/types/WorkQueueId.d.ts +8 -0
- package/dist/api/resources/commons/types/WorkQueueId.js +9 -0
- package/dist/api/resources/commons/types/index.d.ts +75 -0
- package/dist/api/resources/commons/types/index.js +91 -0
- package/dist/api/resources/contracts/client/Client.d.ts +30 -0
- package/dist/api/resources/contracts/client/Client.js +17 -0
- package/dist/api/resources/contracts/client/index.d.ts +1 -0
- package/dist/api/resources/contracts/client/index.js +2 -0
- package/dist/api/resources/contracts/index.d.ts +2 -0
- package/dist/api/resources/contracts/index.js +18 -0
- package/dist/api/resources/contracts/resources/index.d.ts +1 -0
- package/dist/api/resources/contracts/resources/index.js +37 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.d.ts +76 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.js +354 -0
- package/dist/api/resources/contracts/resources/v2/client/create.d.ts +22 -0
- package/dist/api/resources/contracts/resources/v2/client/create.js +57 -0
- package/dist/api/resources/contracts/resources/v2/client/delete.d.ts +28 -0
- package/dist/api/resources/contracts/resources/v2/client/delete.js +68 -0
- package/dist/api/resources/contracts/resources/v2/client/get.d.ts +28 -0
- package/dist/api/resources/contracts/resources/v2/client/get.js +68 -0
- package/dist/api/resources/contracts/resources/v2/client/getMulti.d.ts +22 -0
- package/dist/api/resources/contracts/resources/v2/client/getMulti.js +57 -0
- package/dist/api/resources/contracts/resources/v2/client/index.d.ts +6 -0
- package/dist/api/resources/contracts/resources/v2/client/index.js +45 -0
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +24 -0
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractCreate.js +5 -0
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +30 -0
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractUpdate.js +5 -0
- package/dist/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +34 -0
- package/dist/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.js +5 -0
- package/dist/api/resources/contracts/resources/v2/client/requests/index.d.ts +3 -0
- package/dist/api/resources/contracts/resources/v2/client/requests/index.js +2 -0
- package/dist/api/resources/contracts/resources/v2/client/update.d.ts +34 -0
- package/dist/api/resources/contracts/resources/v2/client/update.js +79 -0
- package/dist/api/resources/contracts/resources/v2/index.d.ts +2 -0
- package/dist/api/resources/contracts/resources/v2/index.js +18 -0
- package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +11 -0
- package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatory.js +5 -0
- package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +13 -0
- package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +5 -0
- package/dist/api/resources/contracts/resources/v2/types/Contract.d.ts +13 -0
- package/dist/api/resources/contracts/resources/v2/types/Contract.js +5 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractBase.d.ts +23 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractBase.js +5 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractId.d.ts +8 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractId.js +9 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +6 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +5 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +6 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +5 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractSortField.d.ts +12 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractSortField.js +14 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +19 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractStatus.js +11 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +8 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractWithProviders.js +5 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +8 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.js +9 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractsPage.d.ts +7 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractsPage.js +5 -0
- package/dist/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +14 -0
- package/dist/api/resources/contracts/resources/v2/types/DateUpdate.js +5 -0
- package/dist/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +17 -0
- package/dist/api/resources/contracts/resources/v2/types/InsuranceTypes.js +5 -0
- package/dist/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +14 -0
- package/dist/api/resources/contracts/resources/v2/types/RegionsUpdate.js +5 -0
- package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +8 -0
- package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.js +9 -0
- package/dist/api/resources/contracts/resources/v2/types/index.d.ts +16 -0
- package/dist/api/resources/contracts/resources/v2/types/index.js +32 -0
- package/dist/api/resources/credentialing/client/Client.d.ts +30 -0
- package/dist/api/resources/credentialing/client/Client.js +17 -0
- package/dist/api/resources/credentialing/client/index.d.ts +1 -0
- package/dist/api/resources/credentialing/client/index.js +2 -0
- package/dist/api/resources/credentialing/index.d.ts +2 -0
- package/dist/api/resources/credentialing/index.js +18 -0
- package/dist/api/resources/credentialing/resources/index.d.ts +1 -0
- package/dist/api/resources/credentialing/resources/index.js +37 -0
- package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +80 -0
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +366 -0
- package/dist/api/resources/credentialing/resources/v2/client/create.d.ts +34 -0
- package/dist/api/resources/credentialing/resources/v2/client/create.js +79 -0
- package/dist/api/resources/credentialing/resources/v2/client/delete.d.ts +34 -0
- package/dist/api/resources/credentialing/resources/v2/client/delete.js +79 -0
- package/dist/api/resources/credentialing/resources/v2/client/get.d.ts +34 -0
- package/dist/api/resources/credentialing/resources/v2/client/get.js +79 -0
- package/dist/api/resources/credentialing/resources/v2/client/getAll.d.ts +34 -0
- package/dist/api/resources/credentialing/resources/v2/client/getAll.js +79 -0
- package/dist/api/resources/credentialing/resources/v2/client/index.d.ts +6 -0
- package/dist/api/resources/credentialing/resources/v2/client/index.js +45 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +31 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +34 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +24 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/index.js +2 -0
- package/dist/api/resources/credentialing/resources/v2/client/update.d.ts +46 -0
- package/dist/api/resources/credentialing/resources/v2/client/update.js +101 -0
- package/dist/api/resources/credentialing/resources/v2/index.d.ts +2 -0
- package/dist/api/resources/credentialing/resources/v2/index.js +18 -0
- package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +13 -0
- package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +12 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +31 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +8 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +9 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +7 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/dist/api/resources/credentialing/resources/v2/types/index.js +20 -0
- package/dist/api/resources/customSchemas/client/Client.d.ts +30 -0
- package/dist/api/resources/customSchemas/client/Client.js +17 -0
- package/dist/api/resources/customSchemas/client/index.d.ts +1 -0
- package/dist/api/resources/customSchemas/client/index.js +2 -0
- package/dist/api/resources/customSchemas/index.d.ts +2 -0
- package/dist/api/resources/customSchemas/index.js +18 -0
- package/dist/api/resources/customSchemas/resources/index.d.ts +1 -0
- package/dist/api/resources/customSchemas/resources/index.js +37 -0
- package/dist/api/resources/customSchemas/resources/v1/client/Client.d.ts +93 -0
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +312 -0
- package/dist/api/resources/customSchemas/resources/v1/client/create.d.ts +28 -0
- package/dist/api/resources/customSchemas/resources/v1/client/create.js +68 -0
- package/dist/api/resources/customSchemas/resources/v1/client/get.d.ts +34 -0
- package/dist/api/resources/customSchemas/resources/v1/client/get.js +79 -0
- package/dist/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/customSchemas/resources/v1/client/getMulti.js +68 -0
- package/dist/api/resources/customSchemas/resources/v1/client/index.d.ts +5 -0
- package/dist/api/resources/customSchemas/resources/v1/client/index.js +44 -0
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +29 -0
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +5 -0
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +21 -0
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +5 -0
- package/dist/api/resources/customSchemas/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/customSchemas/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/customSchemas/resources/v1/client/update.d.ts +40 -0
- package/dist/api/resources/customSchemas/resources/v1/client/update.js +90 -0
- package/dist/api/resources/customSchemas/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/customSchemas/resources/v1/index.js +18 -0
- package/dist/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +8 -0
- package/dist/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +5 -0
- package/dist/api/resources/customSchemas/resources/v1/types/Schema.d.ts +54 -0
- package/dist/api/resources/customSchemas/resources/v1/types/Schema.js +5 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaField.d.ts +39 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaField.js +5 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +30 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +5 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +22 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstance.js +5 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +22 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +5 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +13 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationError.js +5 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +7 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +5 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +8 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +5 -0
- package/dist/api/resources/customSchemas/resources/v1/types/index.d.ts +9 -0
- package/dist/api/resources/customSchemas/resources/v1/types/index.js +25 -0
- package/dist/api/resources/diagnoses/client/Client.d.ts +64 -0
- package/dist/api/resources/diagnoses/client/Client.js +219 -0
- package/dist/api/resources/diagnoses/client/create.d.ts +22 -0
- package/dist/api/resources/diagnoses/client/create.js +57 -0
- package/dist/api/resources/diagnoses/client/delete.d.ts +34 -0
- package/dist/api/resources/diagnoses/client/delete.js +79 -0
- package/dist/api/resources/diagnoses/client/index.d.ts +4 -0
- package/dist/api/resources/diagnoses/client/index.js +43 -0
- package/dist/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +32 -0
- package/dist/api/resources/diagnoses/client/requests/DiagnosisUpdate.js +5 -0
- package/dist/api/resources/diagnoses/client/requests/index.d.ts +1 -0
- package/dist/api/resources/diagnoses/client/requests/index.js +2 -0
- package/dist/api/resources/diagnoses/client/update.d.ts +28 -0
- package/dist/api/resources/diagnoses/client/update.js +68 -0
- package/dist/api/resources/diagnoses/index.d.ts +2 -0
- package/dist/api/resources/diagnoses/index.js +18 -0
- package/dist/api/resources/diagnoses/types/Diagnosis.d.ts +21 -0
- package/dist/api/resources/diagnoses/types/Diagnosis.js +5 -0
- package/dist/api/resources/diagnoses/types/DiagnosisCreate.d.ts +28 -0
- package/dist/api/resources/diagnoses/types/DiagnosisCreate.js +5 -0
- package/dist/api/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +28 -0
- package/dist/api/resources/diagnoses/types/DiagnosisCreateOptional.js +5 -0
- package/dist/api/resources/diagnoses/types/DiagnosisId.d.ts +8 -0
- package/dist/api/resources/diagnoses/types/DiagnosisId.js +9 -0
- package/dist/api/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +8 -0
- package/dist/api/resources/diagnoses/types/DiagnosisNotFoundError.js +5 -0
- package/dist/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +46 -0
- package/dist/api/resources/diagnoses/types/DiagnosisTypeCode.js +18 -0
- package/dist/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +9 -0
- package/dist/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +5 -0
- package/dist/api/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +7 -0
- package/dist/api/resources/diagnoses/types/StandaloneDiagnosisCreate.js +5 -0
- package/dist/api/resources/diagnoses/types/index.d.ts +8 -0
- package/dist/api/resources/diagnoses/types/index.js +24 -0
- package/dist/api/resources/eligibility/client/Client.d.ts +30 -0
- package/dist/api/resources/eligibility/client/Client.js +17 -0
- package/dist/api/resources/eligibility/client/index.d.ts +1 -0
- package/dist/api/resources/eligibility/client/index.js +2 -0
- package/dist/api/resources/eligibility/index.d.ts +2 -0
- package/dist/api/resources/eligibility/index.js +18 -0
- package/dist/api/resources/eligibility/resources/index.d.ts +1 -0
- package/dist/api/resources/eligibility/resources/index.js +37 -0
- package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +110 -0
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +269 -0
- package/dist/api/resources/eligibility/resources/v2/client/index.d.ts +3 -0
- package/dist/api/resources/eligibility/resources/v2/client/index.js +39 -0
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +28 -0
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +68 -0
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +28 -0
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +68 -0
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +28 -0
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +68 -0
- package/dist/api/resources/eligibility/resources/v2/index.d.ts +1 -0
- package/dist/api/resources/eligibility/resources/v2/index.js +17 -0
- package/dist/api/resources/encounterAttachments/client/Client.d.ts +30 -0
- package/dist/api/resources/encounterAttachments/client/Client.js +17 -0
- package/dist/api/resources/encounterAttachments/client/index.d.ts +1 -0
- package/dist/api/resources/encounterAttachments/client/index.js +2 -0
- package/dist/api/resources/encounterAttachments/index.d.ts +2 -0
- package/dist/api/resources/encounterAttachments/index.js +18 -0
- package/dist/api/resources/encounterAttachments/resources/index.d.ts +1 -0
- package/dist/api/resources/encounterAttachments/resources/index.js +37 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +60 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +192 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/create.js +57 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/delete.d.ts +22 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/delete.js +57 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/get.js +57 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/index.d.ts +4 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/index.js +43 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.d.ts +7 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.js +5 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +13 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +5 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/encounterAttachments/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/encounterAttachments/resources/v1/index.js +18 -0
- package/dist/api/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +8 -0
- package/dist/api/resources/encounterAttachments/resources/v1/types/AttachmentId.js +9 -0
- package/dist/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +11 -0
- package/dist/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +5 -0
- package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +8 -0
- package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +5 -0
- package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +9 -0
- package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +11 -0
- package/dist/api/resources/encounterAttachments/resources/v1/types/index.d.ts +4 -0
- package/dist/api/resources/encounterAttachments/resources/v1/types/index.js +20 -0
- package/dist/api/resources/encounterProviders/client/Client.d.ts +30 -0
- package/dist/api/resources/encounterProviders/client/Client.js +17 -0
- package/dist/api/resources/encounterProviders/client/index.d.ts +1 -0
- package/dist/api/resources/encounterProviders/client/index.js +2 -0
- package/dist/api/resources/encounterProviders/index.d.ts +2 -0
- package/dist/api/resources/encounterProviders/index.js +18 -0
- package/dist/api/resources/encounterProviders/resources/index.d.ts +1 -0
- package/dist/api/resources/encounterProviders/resources/index.js +37 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +141 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +723 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +55 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +101 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +46 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +90 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +46 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +90 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +46 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +90 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +31 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +68 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +31 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +68 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +40 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +79 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +31 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +68 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/index.d.ts +12 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/index.js +48 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +37 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +79 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +37 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +79 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +37 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +79 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +37 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +79 -0
- package/dist/api/resources/encounterProviders/resources/v2/index.d.ts +2 -0
- package/dist/api/resources/encounterProviders/resources/v2/index.js +18 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +26 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +26 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +27 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +37 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +11 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +14 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +14 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +14 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProvider.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +8 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.js +9 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProvider.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +21 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.js +37 -0
- package/dist/api/resources/encounters/client/Client.d.ts +30 -0
- package/dist/api/resources/encounters/client/Client.js +17 -0
- package/dist/api/resources/encounters/client/index.d.ts +1 -0
- package/dist/api/resources/encounters/client/index.js +2 -0
- package/dist/api/resources/encounters/index.d.ts +2 -0
- package/dist/api/resources/encounters/index.js +18 -0
- package/dist/api/resources/encounters/resources/index.d.ts +1 -0
- package/dist/api/resources/encounters/resources/index.js +37 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +165 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.js +485 -0
- package/dist/api/resources/encounters/resources/v4/client/create.d.ts +88 -0
- package/dist/api/resources/encounters/resources/v4/client/create.js +178 -0
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +70 -0
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +145 -0
- package/dist/api/resources/encounters/resources/v4/client/get.d.ts +22 -0
- package/dist/api/resources/encounters/resources/v4/client/get.js +57 -0
- package/dist/api/resources/encounters/resources/v4/client/getAll.d.ts +22 -0
- package/dist/api/resources/encounters/resources/v4/client/getAll.js +57 -0
- package/dist/api/resources/encounters/resources/v4/client/index.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/client/index.js +45 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +130 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.js +5 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +70 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +5 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +81 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.js +5 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/index.d.ts +3 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/index.js +2 -0
- package/dist/api/resources/encounters/resources/v4/client/update.d.ts +70 -0
- package/dist/api/resources/encounters/resources/v4/client/update.js +145 -0
- package/dist/api/resources/encounters/resources/v4/index.d.ts +2 -0
- package/dist/api/resources/encounters/resources/v4/index.js +18 -0
- package/dist/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/BillableStatusType.js +10 -0
- package/dist/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +9 -0
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +9 -0
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNote.d.ts +10 -0
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNote.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +22 -0
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +10 -0
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +10 -0
- package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.js +12 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +562 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +109 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +58 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +80 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterDeepOptional.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +7 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +102 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +10 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +12 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +437 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +10 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterSortOptions.js +12 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +21 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +10 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +10 -0
- package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +9 -0
- package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +9 -0
- package/dist/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +17 -0
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUp.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +9 -0
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +24 -0
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestion.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +9 -0
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +24 -0
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +19 -0
- package/dist/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/Intervention.d.ts +35 -0
- package/dist/api/resources/encounters/resources/v4/types/Intervention.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +10 -0
- package/dist/api/resources/encounters/resources/v4/types/InterventionCategory.js +12 -0
- package/dist/api/resources/encounters/resources/v4/types/InterventionOptional.d.ts +14 -0
- package/dist/api/resources/encounters/resources/v4/types/InterventionOptional.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/Lab.d.ts +17 -0
- package/dist/api/resources/encounters/resources/v4/types/Lab.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/LabCodeType.js +10 -0
- package/dist/api/resources/encounters/resources/v4/types/LabOptional.d.ts +17 -0
- package/dist/api/resources/encounters/resources/v4/types/LabOptional.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/Medication.d.ts +23 -0
- package/dist/api/resources/encounters/resources/v4/types/Medication.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/MedicationOptional.d.ts +12 -0
- package/dist/api/resources/encounters/resources/v4/types/MedicationOptional.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +7 -0
- package/dist/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +20 -0
- package/dist/api/resources/encounters/resources/v4/types/NoteCategory.js +22 -0
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +27 -0
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategory.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +10 -0
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +12 -0
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +9 -0
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +9 -0
- package/dist/api/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +14 -0
- package/dist/api/resources/encounters/resources/v4/types/ReportTransmissionCode.js +10 -0
- package/dist/api/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +250 -0
- package/dist/api/resources/encounters/resources/v4/types/ReportTypeCode.js +69 -0
- package/dist/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +9 -0
- package/dist/api/resources/encounters/resources/v4/types/ResponsiblePartyType.js +11 -0
- package/dist/api/resources/encounters/resources/v4/types/RxCui.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/RxCui.js +9 -0
- package/dist/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +7 -0
- package/dist/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +22 -0
- package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +7 -0
- package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +7 -0
- package/dist/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +38 -0
- package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +15 -0
- package/dist/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/SynchronicityType.js +10 -0
- package/dist/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +10 -0
- package/dist/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/Vitals.d.ts +24 -0
- package/dist/api/resources/encounters/resources/v4/types/Vitals.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +24 -0
- package/dist/api/resources/encounters/resources/v4/types/VitalsUpdate.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +61 -0
- package/dist/api/resources/encounters/resources/v4/types/index.js +77 -0
- package/dist/api/resources/era/index.d.ts +1 -0
- package/dist/api/resources/era/index.js +17 -0
- package/dist/api/resources/era/types/Era.d.ts +15 -0
- package/dist/api/resources/era/types/Era.js +5 -0
- package/dist/api/resources/era/types/EraBase.d.ts +8 -0
- package/dist/api/resources/era/types/EraBase.js +5 -0
- package/dist/api/resources/era/types/EraId.d.ts +8 -0
- package/dist/api/resources/era/types/EraId.js +9 -0
- package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +8 -0
- package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +5 -0
- package/dist/api/resources/era/types/index.d.ts +4 -0
- package/dist/api/resources/era/types/index.js +20 -0
- package/dist/api/resources/eraCommons/index.d.ts +1 -0
- package/dist/api/resources/eraCommons/index.js +17 -0
- package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +18 -0
- package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +17 -0
- package/dist/api/resources/eraCommons/types/index.d.ts +1 -0
- package/dist/api/resources/eraCommons/types/index.js +17 -0
- package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +33 -0
- package/dist/api/resources/expectedNetworkStatus/client/Client.js +22 -0
- package/dist/api/resources/expectedNetworkStatus/client/index.d.ts +1 -0
- package/dist/api/resources/expectedNetworkStatus/client/index.js +2 -0
- package/dist/api/resources/expectedNetworkStatus/index.d.ts +2 -0
- package/dist/api/resources/expectedNetworkStatus/index.js +18 -0
- package/dist/api/resources/expectedNetworkStatus/resources/index.d.ts +2 -0
- package/dist/api/resources/expectedNetworkStatus/resources/index.js +38 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +47 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +121 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +22 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +57 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +2 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.js +41 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +34 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/index.js +18 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +9 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +11 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +10 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/index.js +18 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +100 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +238 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +34 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +79 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +34 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +79 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.js +38 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +2 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/index.js +18 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +27 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +9 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +16 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +6 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +27 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +8 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +12 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +16 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +14 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +16 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +9 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +8 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +10 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +9 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +26 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +9 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +11 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +8 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +9 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +9 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +47 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +49 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +19 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.js +35 -0
- package/dist/api/resources/exports/client/Client.d.ts +30 -0
- package/dist/api/resources/exports/client/Client.js +17 -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 +37 -0
- package/dist/api/resources/exports/resources/v3/client/Client.d.ts +59 -0
- package/dist/api/resources/exports/resources/v3/client/Client.js +155 -0
- package/dist/api/resources/exports/resources/v3/client/getExports.d.ts +64 -0
- package/dist/api/resources/exports/resources/v3/client/getExports.js +134 -0
- package/dist/api/resources/exports/resources/v3/client/index.d.ts +2 -0
- package/dist/api/resources/exports/resources/v3/client/index.js +41 -0
- package/dist/api/resources/exports/resources/v3/client/requests/GetExportsRequest.d.ts +22 -0
- package/dist/api/resources/exports/resources/v3/client/requests/GetExportsRequest.js +5 -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 +21 -0
- package/dist/api/resources/exports/resources/v3/types/GetExportsResponse.js +5 -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/externalPaymentAccountConfig/client/Client.d.ts +30 -0
- package/dist/api/resources/externalPaymentAccountConfig/client/Client.js +17 -0
- package/dist/api/resources/externalPaymentAccountConfig/client/index.d.ts +1 -0
- package/dist/api/resources/externalPaymentAccountConfig/client/index.js +2 -0
- package/dist/api/resources/externalPaymentAccountConfig/index.d.ts +2 -0
- package/dist/api/resources/externalPaymentAccountConfig/index.js +18 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/index.d.ts +1 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/index.js +37 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +41 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +121 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +22 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +57 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/index.d.ts +2 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/index.js +41 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.d.ts +15 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.js +5 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/index.js +18 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +8 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +5 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +7 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +5 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/index.js +18 -0
- package/dist/api/resources/feeSchedules/client/Client.d.ts +30 -0
- package/dist/api/resources/feeSchedules/client/Client.js +17 -0
- package/dist/api/resources/feeSchedules/client/index.d.ts +1 -0
- package/dist/api/resources/feeSchedules/client/index.js +2 -0
- package/dist/api/resources/feeSchedules/index.d.ts +2 -0
- package/dist/api/resources/feeSchedules/index.js +18 -0
- package/dist/api/resources/feeSchedules/resources/index.d.ts +1 -0
- package/dist/api/resources/feeSchedules/resources/index.js +37 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +186 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +783 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +34 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.js +79 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +34 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.js +79 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +22 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.js +57 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +22 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +57 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +22 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +57 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +28 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +68 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +22 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +57 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/index.d.ts +11 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/index.js +50 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +61 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +26 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +31 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.d.ts +13 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/index.d.ts +4 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/index.js +2 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +28 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +68 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +34 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.js +79 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +28 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +68 -0
- package/dist/api/resources/feeSchedules/resources/v3/index.d.ts +2 -0
- package/dist/api/resources/feeSchedules/resources/v3/index.js +18 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +19 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionMatch.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +12 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionName.js +11 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +19 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/Dimensions.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +7 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionsPage.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +11 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchCptCode.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +11 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchDate.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +12 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +13 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchGeo.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +12 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +12 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchModifiers.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +12 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +12 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayer.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +12 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +12 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchProvider.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +8 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchResult.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +8 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchTestResult.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/NewRate.d.ts +8 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/NewRate.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +10 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/NewRateVersion.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +19 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +12 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +8 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +11 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerThreshold.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +7 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/Rate.d.ts +17 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/Rate.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +19 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/RateEntry.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +13 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/RateUpload.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +9 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +7 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/RatesPage.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +13 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +28 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/ValidationError.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/index.d.ts +30 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/index.js +46 -0
- package/dist/api/resources/financials/index.d.ts +1 -0
- package/dist/api/resources/financials/index.js +17 -0
- package/dist/api/resources/financials/types/AccountType.d.ts +9 -0
- package/dist/api/resources/financials/types/AccountType.js +11 -0
- package/dist/api/resources/financials/types/Allocation.d.ts +8 -0
- package/dist/api/resources/financials/types/Allocation.js +5 -0
- package/dist/api/resources/financials/types/AllocationCreate.d.ts +12 -0
- package/dist/api/resources/financials/types/AllocationCreate.js +5 -0
- package/dist/api/resources/financials/types/AllocationTarget.d.ts +26 -0
- package/dist/api/resources/financials/types/AllocationTarget.js +5 -0
- package/dist/api/resources/financials/types/AllocationTargetCreate.d.ts +33 -0
- package/dist/api/resources/financials/types/AllocationTargetCreate.js +5 -0
- package/dist/api/resources/financials/types/AppointmentAllocationTarget.d.ts +8 -0
- package/dist/api/resources/financials/types/AppointmentAllocationTarget.js +5 -0
- package/dist/api/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +8 -0
- package/dist/api/resources/financials/types/AppointmentByIdAndPatientExternalId.js +5 -0
- package/dist/api/resources/financials/types/BillingProviderAllocationTarget.d.ts +7 -0
- package/dist/api/resources/financials/types/BillingProviderAllocationTarget.js +5 -0
- package/dist/api/resources/financials/types/ClaimAllocationTarget.d.ts +8 -0
- package/dist/api/resources/financials/types/ClaimAllocationTarget.js +5 -0
- package/dist/api/resources/financials/types/InvoiceUpdate.d.ts +14 -0
- package/dist/api/resources/financials/types/InvoiceUpdate.js +5 -0
- package/dist/api/resources/financials/types/NoteUpdate.d.ts +14 -0
- package/dist/api/resources/financials/types/NoteUpdate.js +5 -0
- package/dist/api/resources/financials/types/PatientTransactionSource.d.ts +13 -0
- package/dist/api/resources/financials/types/PatientTransactionSource.js +15 -0
- package/dist/api/resources/financials/types/RefundReason.d.ts +7 -0
- package/dist/api/resources/financials/types/RefundReason.js +9 -0
- package/dist/api/resources/financials/types/RefundReasonUpdate.d.ts +14 -0
- package/dist/api/resources/financials/types/RefundReasonUpdate.js +5 -0
- package/dist/api/resources/financials/types/ServiceLineAllocationTarget.d.ts +9 -0
- package/dist/api/resources/financials/types/ServiceLineAllocationTarget.js +5 -0
- package/dist/api/resources/financials/types/index.d.ts +15 -0
- package/dist/api/resources/financials/types/index.js +31 -0
- package/dist/api/resources/guarantor/client/Client.d.ts +30 -0
- package/dist/api/resources/guarantor/client/Client.js +17 -0
- package/dist/api/resources/guarantor/client/index.d.ts +1 -0
- package/dist/api/resources/guarantor/client/index.js +2 -0
- package/dist/api/resources/guarantor/index.d.ts +2 -0
- package/dist/api/resources/guarantor/index.js +18 -0
- package/dist/api/resources/guarantor/resources/index.d.ts +1 -0
- package/dist/api/resources/guarantor/resources/index.js +37 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +71 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +217 -0
- package/dist/api/resources/guarantor/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/guarantor/resources/v1/client/create.js +79 -0
- package/dist/api/resources/guarantor/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/guarantor/resources/v1/client/get.js +57 -0
- package/dist/api/resources/guarantor/resources/v1/client/index.d.ts +3 -0
- package/dist/api/resources/guarantor/resources/v1/client/index.js +39 -0
- package/dist/api/resources/guarantor/resources/v1/client/update.d.ts +22 -0
- package/dist/api/resources/guarantor/resources/v1/client/update.js +57 -0
- package/dist/api/resources/guarantor/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/guarantor/resources/v1/index.js +18 -0
- package/dist/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +6 -0
- package/dist/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +5 -0
- package/dist/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +36 -0
- package/dist/api/resources/guarantor/resources/v1/types/Guarantor.js +5 -0
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +11 -0
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorBase.js +5 -0
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +12 -0
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorCreate.js +5 -0
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +8 -0
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.js +9 -0
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +17 -0
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorOptional.js +5 -0
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +17 -0
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.js +5 -0
- package/dist/api/resources/guarantor/resources/v1/types/index.d.ts +7 -0
- package/dist/api/resources/guarantor/resources/v1/types/index.js +23 -0
- package/dist/api/resources/identifiers/index.d.ts +1 -0
- package/dist/api/resources/identifiers/index.js +17 -0
- package/dist/api/resources/identifiers/types/Identifier.d.ts +19 -0
- package/dist/api/resources/identifiers/types/Identifier.js +5 -0
- package/dist/api/resources/identifiers/types/IdentifierBase.d.ts +9 -0
- package/dist/api/resources/identifiers/types/IdentifierBase.js +5 -0
- package/dist/api/resources/identifiers/types/IdentifierCode.d.ts +8 -0
- package/dist/api/resources/identifiers/types/IdentifierCode.js +10 -0
- package/dist/api/resources/identifiers/types/IdentifierCreate.d.ts +6 -0
- package/dist/api/resources/identifiers/types/IdentifierCreate.js +5 -0
- package/dist/api/resources/identifiers/types/IdentifierId.d.ts +8 -0
- package/dist/api/resources/identifiers/types/IdentifierId.js +9 -0
- package/dist/api/resources/identifiers/types/IdentifierUpdate.d.ts +10 -0
- package/dist/api/resources/identifiers/types/IdentifierUpdate.js +5 -0
- package/dist/api/resources/identifiers/types/IdentifierValue.d.ts +13 -0
- package/dist/api/resources/identifiers/types/IdentifierValue.js +5 -0
- package/dist/api/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +8 -0
- package/dist/api/resources/identifiers/types/MedicaidProviderIdentifier.js +5 -0
- package/dist/api/resources/identifiers/types/MedicareProviderIdentifier.d.ts +8 -0
- package/dist/api/resources/identifiers/types/MedicareProviderIdentifier.js +5 -0
- package/dist/api/resources/identifiers/types/UpdatableIdentifier.d.ts +17 -0
- package/dist/api/resources/identifiers/types/UpdatableIdentifier.js +5 -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/importInvoice/client/Client.d.ts +30 -0
- package/dist/api/resources/importInvoice/client/Client.js +17 -0
- package/dist/api/resources/importInvoice/client/index.d.ts +1 -0
- package/dist/api/resources/importInvoice/client/index.js +2 -0
- package/dist/api/resources/importInvoice/index.d.ts +2 -0
- package/dist/api/resources/importInvoice/index.js +18 -0
- package/dist/api/resources/importInvoice/resources/index.d.ts +1 -0
- package/dist/api/resources/importInvoice/resources/index.js +37 -0
- package/dist/api/resources/importInvoice/resources/v1/client/Client.d.ts +89 -0
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +340 -0
- package/dist/api/resources/importInvoice/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/importInvoice/resources/v1/client/get.js +68 -0
- package/dist/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +22 -0
- package/dist/api/resources/importInvoice/resources/v1/client/getMulti.js +57 -0
- package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +34 -0
- package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.js +79 -0
- package/dist/api/resources/importInvoice/resources/v1/client/index.d.ts +5 -0
- package/dist/api/resources/importInvoice/resources/v1/client/index.js +44 -0
- package/dist/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +41 -0
- package/dist/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.js +5 -0
- package/dist/api/resources/importInvoice/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/importInvoice/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/importInvoice/resources/v1/client/update.d.ts +28 -0
- package/dist/api/resources/importInvoice/resources/v1/client/update.js +68 -0
- package/dist/api/resources/importInvoice/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/importInvoice/resources/v1/index.js +18 -0
- package/dist/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +19 -0
- package/dist/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +5 -0
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +23 -0
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoice.js +5 -0
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +13 -0
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +5 -0
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +7 -0
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +5 -0
- package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +12 -0
- package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +5 -0
- package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +8 -0
- package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +10 -0
- package/dist/api/resources/importInvoice/resources/v1/types/index.d.ts +6 -0
- package/dist/api/resources/importInvoice/resources/v1/types/index.js +22 -0
- package/dist/api/resources/index.d.ts +70 -0
- package/dist/api/resources/index.js +110 -0
- package/dist/api/resources/individual/index.d.ts +1 -0
- package/dist/api/resources/individual/index.js +17 -0
- package/dist/api/resources/individual/types/Gender.d.ts +11 -0
- package/dist/api/resources/individual/types/Gender.js +13 -0
- package/dist/api/resources/individual/types/IndividualBase.d.ts +9 -0
- package/dist/api/resources/individual/types/IndividualBase.js +5 -0
- package/dist/api/resources/individual/types/IndividualBaseOptional.d.ts +9 -0
- package/dist/api/resources/individual/types/IndividualBaseOptional.js +5 -0
- package/dist/api/resources/individual/types/IndividualId.d.ts +8 -0
- package/dist/api/resources/individual/types/IndividualId.js +9 -0
- package/dist/api/resources/individual/types/Patient.d.ts +71 -0
- package/dist/api/resources/individual/types/Patient.js +5 -0
- package/dist/api/resources/individual/types/PatientBase.d.ts +12 -0
- package/dist/api/resources/individual/types/PatientBase.js +5 -0
- package/dist/api/resources/individual/types/PatientClinicalTrialInfo.d.ts +8 -0
- package/dist/api/resources/individual/types/PatientClinicalTrialInfo.js +5 -0
- package/dist/api/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +8 -0
- package/dist/api/resources/individual/types/PatientClinicalTrialInfoCreate.js +5 -0
- package/dist/api/resources/individual/types/PatientCreate.d.ts +14 -0
- package/dist/api/resources/individual/types/PatientCreate.js +5 -0
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +31 -0
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.js +5 -0
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +9 -0
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +5 -0
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +9 -0
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +5 -0
- package/dist/api/resources/individual/types/PatientUpdate.d.ts +23 -0
- package/dist/api/resources/individual/types/PatientUpdate.js +5 -0
- package/dist/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +23 -0
- package/dist/api/resources/individual/types/PatientUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/individual/types/Subscriber.d.ts +41 -0
- package/dist/api/resources/individual/types/Subscriber.js +5 -0
- package/dist/api/resources/individual/types/SubscriberBase.d.ts +9 -0
- package/dist/api/resources/individual/types/SubscriberBase.js +5 -0
- package/dist/api/resources/individual/types/SubscriberBaseOptional.d.ts +9 -0
- package/dist/api/resources/individual/types/SubscriberBaseOptional.js +5 -0
- package/dist/api/resources/individual/types/SubscriberCreate.d.ts +7 -0
- package/dist/api/resources/individual/types/SubscriberCreate.js +5 -0
- package/dist/api/resources/individual/types/SubscriberCreateOptional.d.ts +7 -0
- package/dist/api/resources/individual/types/SubscriberCreateOptional.js +5 -0
- package/dist/api/resources/individual/types/index.d.ts +19 -0
- package/dist/api/resources/individual/types/index.js +35 -0
- package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +30 -0
- package/dist/api/resources/insuranceAdjudications/client/Client.js +17 -0
- package/dist/api/resources/insuranceAdjudications/client/index.d.ts +1 -0
- package/dist/api/resources/insuranceAdjudications/client/index.js +2 -0
- package/dist/api/resources/insuranceAdjudications/index.d.ts +2 -0
- package/dist/api/resources/insuranceAdjudications/index.js +18 -0
- package/dist/api/resources/insuranceAdjudications/resources/index.d.ts +1 -0
- package/dist/api/resources/insuranceAdjudications/resources/index.js +37 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +164 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +305 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +28 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.js +68 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +22 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.js +57 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.js +57 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +3 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.js +39 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/index.js +18 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +13 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +5 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +12 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +5 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +13 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +5 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +15 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +5 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +8 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +9 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +16 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +5 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +15 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +5 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +8 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +9 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +8 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.js +24 -0
- package/dist/api/resources/insuranceCards/index.d.ts +1 -0
- package/dist/api/resources/insuranceCards/index.js +17 -0
- package/dist/api/resources/insuranceCards/resources/index.d.ts +1 -0
- package/dist/api/resources/insuranceCards/resources/index.js +37 -0
- package/dist/api/resources/insuranceCards/resources/v2/index.d.ts +1 -0
- package/dist/api/resources/insuranceCards/resources/v2/index.js +17 -0
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +31 -0
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCard.js +5 -0
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +13 -0
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +5 -0
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +14 -0
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +5 -0
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +14 -0
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +5 -0
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +8 -0
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +9 -0
- package/dist/api/resources/insuranceCards/resources/v2/types/index.d.ts +5 -0
- package/dist/api/resources/insuranceCards/resources/v2/types/index.js +21 -0
- package/dist/api/resources/insurancePayments/client/Client.d.ts +30 -0
- package/dist/api/resources/insurancePayments/client/Client.js +17 -0
- package/dist/api/resources/insurancePayments/client/index.d.ts +1 -0
- package/dist/api/resources/insurancePayments/client/index.js +2 -0
- package/dist/api/resources/insurancePayments/index.d.ts +2 -0
- package/dist/api/resources/insurancePayments/index.js +18 -0
- package/dist/api/resources/insurancePayments/resources/index.d.ts +1 -0
- package/dist/api/resources/insurancePayments/resources/index.js +37 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +50 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +211 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/get.d.ts +34 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/get.js +79 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +34 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.js +79 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/index.d.ts +3 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/index.js +42 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +27 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js +5 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/insurancePayments/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/insurancePayments/resources/v1/index.js +18 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +12 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.js +5 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +8 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +9 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +9 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +11 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +7 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +5 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/index.d.ts +4 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/index.js +20 -0
- package/dist/api/resources/insuranceRefunds/client/Client.d.ts +30 -0
- package/dist/api/resources/insuranceRefunds/client/Client.js +17 -0
- package/dist/api/resources/insuranceRefunds/client/index.d.ts +1 -0
- package/dist/api/resources/insuranceRefunds/client/index.js +2 -0
- package/dist/api/resources/insuranceRefunds/index.d.ts +2 -0
- package/dist/api/resources/insuranceRefunds/index.js +18 -0
- package/dist/api/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/dist/api/resources/insuranceRefunds/resources/index.js +37 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +107 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +404 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +40 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.js +90 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +40 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.js +90 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +34 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.js +79 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +34 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +79 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.js +45 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +27 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.js +5 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +13 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +5 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +40 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/update.js +90 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/index.js +18 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +13 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +5 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +12 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +5 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +8 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +9 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +10 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +12 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +7 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +5 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/index.js +21 -0
- package/dist/api/resources/invoices/index.d.ts +2 -0
- package/dist/api/resources/invoices/index.js +18 -0
- package/dist/api/resources/invoices/resources/index.d.ts +1 -0
- package/dist/api/resources/invoices/resources/index.js +37 -0
- package/dist/api/resources/invoices/resources/v2/index.d.ts +1 -0
- package/dist/api/resources/invoices/resources/v2/index.js +17 -0
- package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +8 -0
- package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +5 -0
- package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +8 -0
- package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +5 -0
- package/dist/api/resources/invoices/resources/v2/types/Invoice.d.ts +23 -0
- package/dist/api/resources/invoices/resources/v2/types/Invoice.js +5 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +11 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceDestination.js +13 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +14 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +5 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +9 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceInfo.js +5 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +21 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +5 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +8 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemCreate.js +5 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +8 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemInfo.js +5 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +12 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceSortField.js +14 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +12 -0
- package/dist/api/resources/invoices/resources/v2/types/InvoiceStatus.js +14 -0
- package/dist/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +8 -0
- package/dist/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +5 -0
- package/dist/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +6 -0
- package/dist/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +5 -0
- package/dist/api/resources/invoices/resources/v2/types/index.d.ts +13 -0
- package/dist/api/resources/invoices/resources/v2/types/index.js +29 -0
- package/dist/api/resources/invoices/types/Invoice.d.ts +19 -0
- package/dist/api/resources/invoices/types/Invoice.js +5 -0
- package/dist/api/resources/invoices/types/InvoiceItem.d.ts +8 -0
- package/dist/api/resources/invoices/types/InvoiceItem.js +5 -0
- package/dist/api/resources/invoices/types/InvoiceStatus.d.ts +12 -0
- package/dist/api/resources/invoices/types/InvoiceStatus.js +14 -0
- package/dist/api/resources/invoices/types/index.d.ts +3 -0
- package/dist/api/resources/invoices/types/index.js +19 -0
- package/dist/api/resources/medicationDispense/client/Client.d.ts +30 -0
- package/dist/api/resources/medicationDispense/client/Client.js +17 -0
- package/dist/api/resources/medicationDispense/client/index.d.ts +1 -0
- package/dist/api/resources/medicationDispense/client/index.js +2 -0
- package/dist/api/resources/medicationDispense/index.d.ts +2 -0
- package/dist/api/resources/medicationDispense/index.js +18 -0
- package/dist/api/resources/medicationDispense/resources/index.d.ts +1 -0
- package/dist/api/resources/medicationDispense/resources/index.js +37 -0
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.d.ts +44 -0
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +137 -0
- package/dist/api/resources/medicationDispense/resources/v1/client/create.d.ts +58 -0
- package/dist/api/resources/medicationDispense/resources/v1/client/create.js +123 -0
- package/dist/api/resources/medicationDispense/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/medicationDispense/resources/v1/client/index.js +37 -0
- package/dist/api/resources/medicationDispense/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/medicationDispense/resources/v1/index.js +18 -0
- package/dist/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +15 -0
- package/dist/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +5 -0
- package/dist/api/resources/medicationDispense/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/medicationDispense/resources/v1/types/index.js +17 -0
- package/dist/api/resources/nonInsurancePayerPayments/client/Client.d.ts +30 -0
- package/dist/api/resources/nonInsurancePayerPayments/client/Client.js +17 -0
- package/dist/api/resources/nonInsurancePayerPayments/client/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayerPayments/client/index.js +2 -0
- package/dist/api/resources/nonInsurancePayerPayments/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerPayments/index.js +18 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/index.js +37 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +92 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +387 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +79 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +79 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +68 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +68 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +45 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +26 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +13 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +79 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/index.js +18 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +14 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +13 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +8 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +9 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +8 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +10 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +7 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/index.js +21 -0
- package/dist/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +30 -0
- package/dist/api/resources/nonInsurancePayerRefunds/client/Client.js +17 -0
- package/dist/api/resources/nonInsurancePayerRefunds/client/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayerRefunds/client/index.js +2 -0
- package/dist/api/resources/nonInsurancePayerRefunds/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerRefunds/index.js +18 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/index.js +37 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +99 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +391 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +79 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +79 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +68 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +68 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +45 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +26 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +14 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +79 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/index.js +18 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +15 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +14 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +8 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +9 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +8 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +10 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +7 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +21 -0
- package/dist/api/resources/nonInsurancePayers/client/Client.d.ts +30 -0
- package/dist/api/resources/nonInsurancePayers/client/Client.js +17 -0
- package/dist/api/resources/nonInsurancePayers/client/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayers/client/index.js +2 -0
- package/dist/api/resources/nonInsurancePayers/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayers/index.js +18 -0
- package/dist/api/resources/nonInsurancePayers/resources/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayers/resources/index.js +37 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +83 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +417 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.js +79 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.js +68 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.js +68 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +68 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +7 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.js +46 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +20 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +68 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.js +79 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/index.js +18 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +15 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +30 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +14 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +17 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +17 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +8 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +9 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +7 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +10 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +12 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +11 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +6 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +10 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.js +26 -0
- package/dist/api/resources/organizationProviders/client/Client.d.ts +30 -0
- package/dist/api/resources/organizationProviders/client/Client.js +17 -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 +2 -0
- package/dist/api/resources/organizationProviders/index.js +18 -0
- package/dist/api/resources/organizationProviders/resources/index.d.ts +2 -0
- package/dist/api/resources/organizationProviders/resources/index.js +38 -0
- package/dist/api/resources/organizationProviders/resources/v2/index.d.ts +1 -0
- package/dist/api/resources/organizationProviders/resources/v2/index.js +17 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +7 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/AddressType.js +9 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +8 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +10 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +105 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +107 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +14 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +5 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +10 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +5 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +32 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +5 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +8 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +9 -0
- 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/ProviderType.d.ts +8 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/ProviderType.js +10 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/index.d.ts +9 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/index.js +25 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +91 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +324 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/create.d.ts +34 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/create.js +79 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/get.d.ts +28 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/get.js +68 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +22 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.js +57 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/index.d.ts +5 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/index.js +44 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +46 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.js +5 -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 +40 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/update.js +90 -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/v3/types/OrganizationProviderCreateV2.d.ts +34 -0
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +5 -0
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +36 -0
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +5 -0
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +34 -0
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +5 -0
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +63 -0
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +5 -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/organizationServiceFacilities/client/Client.d.ts +30 -0
- package/dist/api/resources/organizationServiceFacilities/client/Client.js +17 -0
- package/dist/api/resources/organizationServiceFacilities/client/index.d.ts +1 -0
- package/dist/api/resources/organizationServiceFacilities/client/index.js +2 -0
- package/dist/api/resources/organizationServiceFacilities/index.d.ts +2 -0
- package/dist/api/resources/organizationServiceFacilities/index.js +18 -0
- package/dist/api/resources/organizationServiceFacilities/resources/index.d.ts +1 -0
- package/dist/api/resources/organizationServiceFacilities/resources/index.js +37 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +110 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +367 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +28 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.js +68 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +28 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +68 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +28 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.js +68 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +22 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +57 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +6 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.js +45 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +26 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.js +5 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.d.ts +1 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.js +2 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +34 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.js +79 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/index.d.ts +2 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/index.js +18 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +55 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +5 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +53 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +5 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +12 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +9 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +32 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +5 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +53 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +5 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +18 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +10 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +34 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +14 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +66 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +22 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +22 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +11 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +502 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +131 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +10 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/index.js +26 -0
- package/dist/api/resources/patientPayments/client/Client.d.ts +30 -0
- package/dist/api/resources/patientPayments/client/Client.js +17 -0
- package/dist/api/resources/patientPayments/client/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/client/index.js +2 -0
- package/dist/api/resources/patientPayments/index.d.ts +2 -0
- package/dist/api/resources/patientPayments/index.js +18 -0
- package/dist/api/resources/patientPayments/resources/index.d.ts +2 -0
- package/dist/api/resources/patientPayments/resources/index.js +38 -0
- package/dist/api/resources/patientPayments/resources/v3/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/resources/v3/index.js +17 -0
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +35 -0
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPayment.js +5 -0
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +8 -0
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +9 -0
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +15 -0
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +17 -0
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +17 -0
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +19 -0
- package/dist/api/resources/patientPayments/resources/v3/types/index.d.ts +4 -0
- package/dist/api/resources/patientPayments/resources/v3/types/index.js +20 -0
- package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +99 -0
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +412 -0
- package/dist/api/resources/patientPayments/resources/v4/client/create.d.ts +40 -0
- package/dist/api/resources/patientPayments/resources/v4/client/create.js +90 -0
- package/dist/api/resources/patientPayments/resources/v4/client/delete.d.ts +40 -0
- package/dist/api/resources/patientPayments/resources/v4/client/delete.js +90 -0
- package/dist/api/resources/patientPayments/resources/v4/client/get.d.ts +34 -0
- package/dist/api/resources/patientPayments/resources/v4/client/get.js +79 -0
- package/dist/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +34 -0
- package/dist/api/resources/patientPayments/resources/v4/client/getMulti.js +79 -0
- package/dist/api/resources/patientPayments/resources/v4/client/index.d.ts +6 -0
- package/dist/api/resources/patientPayments/resources/v4/client/index.js +45 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +33 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.js +5 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +32 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +5 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +13 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +5 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +3 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/index.js +2 -0
- package/dist/api/resources/patientPayments/resources/v4/client/update.d.ts +40 -0
- package/dist/api/resources/patientPayments/resources/v4/client/update.js +90 -0
- package/dist/api/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/dist/api/resources/patientPayments/resources/v4/index.js +18 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +16 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.js +5 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +8 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +9 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +10 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +12 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +7 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +5 -0
- package/dist/api/resources/patientPayments/resources/v4/types/index.d.ts +4 -0
- package/dist/api/resources/patientPayments/resources/v4/types/index.js +20 -0
- package/dist/api/resources/patientRefunds/client/Client.d.ts +30 -0
- package/dist/api/resources/patientRefunds/client/Client.js +17 -0
- package/dist/api/resources/patientRefunds/client/index.d.ts +1 -0
- package/dist/api/resources/patientRefunds/client/index.js +2 -0
- package/dist/api/resources/patientRefunds/index.d.ts +2 -0
- package/dist/api/resources/patientRefunds/index.js +18 -0
- package/dist/api/resources/patientRefunds/resources/index.d.ts +1 -0
- package/dist/api/resources/patientRefunds/resources/index.js +37 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +99 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +412 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/create.d.ts +40 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/create.js +90 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.d.ts +40 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.js +90 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/get.d.ts +34 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/get.js +79 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +34 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.js +79 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/index.js +45 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +33 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.js +5 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +33 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +5 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +14 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +5 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +3 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/update.d.ts +40 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/update.js +90 -0
- package/dist/api/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/patientRefunds/resources/v1/index.js +18 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +17 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.js +5 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +8 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +9 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +11 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +13 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +7 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +5 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/index.d.ts +4 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/index.js +20 -0
- package/dist/api/resources/payerPlanGroups/client/Client.d.ts +30 -0
- package/dist/api/resources/payerPlanGroups/client/Client.js +17 -0
- package/dist/api/resources/payerPlanGroups/client/index.d.ts +1 -0
- package/dist/api/resources/payerPlanGroups/client/index.js +2 -0
- package/dist/api/resources/payerPlanGroups/index.d.ts +2 -0
- package/dist/api/resources/payerPlanGroups/index.js +18 -0
- package/dist/api/resources/payerPlanGroups/resources/index.d.ts +1 -0
- package/dist/api/resources/payerPlanGroups/resources/index.js +37 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +88 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.js +423 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/create.js +79 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +34 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/deactivate.js +79 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/get.d.ts +34 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/get.js +79 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/getMulti.js +68 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/index.js +45 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +35 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.js +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/update.d.ts +40 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/update.js +90 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/index.js +18 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +9 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +9 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +8 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +7 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +9 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +11 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/index.js +21 -0
- package/dist/api/resources/payers/client/Client.d.ts +30 -0
- package/dist/api/resources/payers/client/Client.js +17 -0
- package/dist/api/resources/payers/client/index.d.ts +1 -0
- package/dist/api/resources/payers/client/index.js +2 -0
- package/dist/api/resources/payers/index.d.ts +2 -0
- package/dist/api/resources/payers/index.js +18 -0
- package/dist/api/resources/payers/resources/index.d.ts +1 -0
- package/dist/api/resources/payers/resources/index.js +37 -0
- package/dist/api/resources/payers/resources/v3/client/Client.d.ts +49 -0
- package/dist/api/resources/payers/resources/v3/client/Client.js +161 -0
- package/dist/api/resources/payers/resources/v3/client/get.d.ts +22 -0
- package/dist/api/resources/payers/resources/v3/client/get.js +57 -0
- package/dist/api/resources/payers/resources/v3/client/getAll.d.ts +22 -0
- package/dist/api/resources/payers/resources/v3/client/getAll.js +57 -0
- package/dist/api/resources/payers/resources/v3/client/index.d.ts +3 -0
- package/dist/api/resources/payers/resources/v3/client/index.js +42 -0
- package/dist/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.d.ts +20 -0
- package/dist/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.js +5 -0
- package/dist/api/resources/payers/resources/v3/client/requests/index.d.ts +1 -0
- package/dist/api/resources/payers/resources/v3/client/requests/index.js +2 -0
- package/dist/api/resources/payers/resources/v3/index.d.ts +2 -0
- package/dist/api/resources/payers/resources/v3/index.js +18 -0
- package/dist/api/resources/payers/resources/v3/types/Payer.d.ts +33 -0
- package/dist/api/resources/payers/resources/v3/types/Payer.js +5 -0
- package/dist/api/resources/payers/resources/v3/types/PayerId.d.ts +8 -0
- package/dist/api/resources/payers/resources/v3/types/PayerId.js +9 -0
- package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +14 -0
- package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.js +5 -0
- package/dist/api/resources/payers/resources/v3/types/PayerInfo.d.ts +8 -0
- package/dist/api/resources/payers/resources/v3/types/PayerInfo.js +5 -0
- package/dist/api/resources/payers/resources/v3/types/PayerName.d.ts +8 -0
- package/dist/api/resources/payers/resources/v3/types/PayerName.js +9 -0
- package/dist/api/resources/payers/resources/v3/types/PayerPage.d.ts +21 -0
- package/dist/api/resources/payers/resources/v3/types/PayerPage.js +5 -0
- package/dist/api/resources/payers/resources/v3/types/PayerUuid.d.ts +8 -0
- package/dist/api/resources/payers/resources/v3/types/PayerUuid.js +9 -0
- package/dist/api/resources/payers/resources/v3/types/index.d.ts +7 -0
- package/dist/api/resources/payers/resources/v3/types/index.js +23 -0
- package/dist/api/resources/paymentAccountConfigs/index.d.ts +1 -0
- package/dist/api/resources/paymentAccountConfigs/index.js +17 -0
- package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +8 -0
- package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +9 -0
- package/dist/api/resources/paymentAccountConfigs/types/index.d.ts +1 -0
- package/dist/api/resources/paymentAccountConfigs/types/index.js +17 -0
- package/dist/api/resources/pipelineCommons/index.d.ts +1 -0
- package/dist/api/resources/pipelineCommons/index.js +17 -0
- package/dist/api/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +8 -0
- package/dist/api/resources/pipelineCommons/types/ConfigurableRuleId.js +9 -0
- package/dist/api/resources/pipelineCommons/types/index.d.ts +1 -0
- package/dist/api/resources/pipelineCommons/types/index.js +17 -0
- package/dist/api/resources/preEncounter/client/Client.d.ts +51 -0
- package/dist/api/resources/preEncounter/client/Client.js +52 -0
- package/dist/api/resources/preEncounter/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/client/index.js +2 -0
- package/dist/api/resources/preEncounter/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/appointments/client/Client.d.ts +30 -0
- package/dist/api/resources/preEncounter/resources/appointments/client/Client.js +17 -0
- package/dist/api/resources/preEncounter/resources/appointments/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/appointments/client/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/index.js +37 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +114 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +471 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +79 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +79 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +68 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +68 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +68 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +47 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +21 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +57 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +79 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +12 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +12 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +33 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +12 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +13 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +24 -0
- package/dist/api/resources/preEncounter/resources/common/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/common/index.js +17 -0
- package/dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/Address.d.ts +13 -0
- package/dist/api/resources/preEncounter/resources/common/types/Address.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/AddressUse.js +13 -0
- package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/BaseModel.d.ts +15 -0
- package/dist/api/resources/preEncounter/resources/common/types/BaseModel.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/ContactPoint.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/ContactPoint.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/ContactPointUse.js +13 -0
- package/dist/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/CoverageId.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/common/types/DisabilityStatus.js +10 -0
- package/dist/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.js +12 -0
- package/dist/api/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/common/types/ExternalIdentifier.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +15 -0
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/FilterQueryString.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/Gender.d.ts +15 -0
- package/dist/api/resources/preEncounter/resources/common/types/Gender.js +17 -0
- package/dist/api/resources/preEncounter/resources/common/types/HumanName.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/HumanName.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/NameUse.d.ts +13 -0
- package/dist/api/resources/preEncounter/resources/common/types/NameUse.js +15 -0
- package/dist/api/resources/preEncounter/resources/common/types/NoteId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/NoteId.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/PageToken.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/PageToken.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/PatientId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/PatientId.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/PayerId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/PayerId.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/Period.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/common/types/Period.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/Race.d.ts +15 -0
- package/dist/api/resources/preEncounter/resources/common/types/Race.js +17 -0
- package/dist/api/resources/preEncounter/resources/common/types/Relationship.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/Relationship.js +13 -0
- package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/common/types/Sex.js +12 -0
- package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +13 -0
- package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.js +15 -0
- package/dist/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/common/types/SortDirection.js +10 -0
- package/dist/api/resources/preEncounter/resources/common/types/TagId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/TagId.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/UserId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/UserId.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +39 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.js +55 -0
- package/dist/api/resources/preEncounter/resources/coverages/client/Client.d.ts +30 -0
- package/dist/api/resources/preEncounter/resources/coverages/client/Client.js +17 -0
- package/dist/api/resources/preEncounter/resources/coverages/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/client/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/index.js +37 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +183 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +590 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.js +57 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +57 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +57 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +57 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +57 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +68 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +57 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +68 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +50 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +17 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +17 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +4 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +57 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +79 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +16 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +18 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +13 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +13 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +12 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +14 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +18 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +289 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +78 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +19 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +23 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +102 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +32 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +15 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +17 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +757 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +195 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +29 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +45 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +30 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/Client.js +17 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/index.js +37 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +130 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +377 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +57 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.js +57 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +46 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.js +57 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.js +57 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.js +57 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +57 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.d.ts +13 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/index.d.ts +3 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +14 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +10 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +11 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +13 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +18 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +13 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +11 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +15 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +27 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +43 -0
- package/dist/api/resources/preEncounter/resources/images/client/Client.d.ts +30 -0
- package/dist/api/resources/preEncounter/resources/images/client/Client.js +17 -0
- package/dist/api/resources/preEncounter/resources/images/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/images/client/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/images/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/images/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/images/resources/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/images/resources/index.js +37 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +92 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +347 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/create.js +68 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +79 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/get.js +68 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +57 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.js +45 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/update.js +79 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +5 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +10 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/Image.js +5 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +9 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +11 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +15 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +5 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +5 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/index.js +23 -0
- package/dist/api/resources/preEncounter/resources/index.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/index.js +49 -0
- package/dist/api/resources/preEncounter/resources/lists/client/Client.d.ts +30 -0
- package/dist/api/resources/preEncounter/resources/lists/client/Client.js +17 -0
- package/dist/api/resources/preEncounter/resources/lists/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/lists/client/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/lists/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/lists/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/index.js +37 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +49 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +203 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +57 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +68 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.d.ts +3 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +42 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +24 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +21 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +5 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +5 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +5 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +5 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +9 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/index.js +21 -0
- package/dist/api/resources/preEncounter/resources/notes/client/Client.d.ts +30 -0
- package/dist/api/resources/preEncounter/resources/notes/client/Client.js +17 -0
- package/dist/api/resources/preEncounter/resources/notes/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/notes/client/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/notes/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/notes/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/index.js +37 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +76 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +235 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +57 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +57 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +57 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/index.d.ts +4 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +40 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +57 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +5 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/Note.js +5 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/patients/client/Client.d.ts +30 -0
- package/dist/api/resources/preEncounter/resources/patients/client/Client.js +17 -0
- package/dist/api/resources/preEncounter/resources/patients/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/client/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/patients/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/patients/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/index.js +37 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +572 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +1083 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +68 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +79 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +79 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +68 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +68 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +57 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +51 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +79 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +154 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +155 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +14 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +18 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +6 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +57 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +57 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +57 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +79 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +19 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +10 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +12 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +18 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +20 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +60 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +13 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +9 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +14 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +30 -0
- package/dist/api/resources/preEncounter/resources/tags/client/Client.d.ts +30 -0
- package/dist/api/resources/preEncounter/resources/tags/client/Client.js +17 -0
- package/dist/api/resources/preEncounter/resources/tags/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/tags/client/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/tags/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/tags/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/index.js +37 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +86 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +279 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +57 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +57 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +57 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +57 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +45 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +57 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +5 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +5 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +5 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/index.d.ts +3 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/index.js +19 -0
- package/dist/api/resources/remitDrafts/index.d.ts +1 -0
- package/dist/api/resources/remitDrafts/index.js +17 -0
- package/dist/api/resources/remitDrafts/resources/index.d.ts +1 -0
- package/dist/api/resources/remitDrafts/resources/index.js +37 -0
- package/dist/api/resources/remitDrafts/resources/v1/index.d.ts +1 -0
- package/dist/api/resources/remitDrafts/resources/v1/index.js +17 -0
- package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +8 -0
- package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +9 -0
- package/dist/api/resources/remitDrafts/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/remitDrafts/resources/v1/types/index.js +17 -0
- package/dist/api/resources/remits/index.d.ts +1 -0
- package/dist/api/resources/remits/index.js +17 -0
- package/dist/api/resources/remits/resources/index.d.ts +1 -0
- package/dist/api/resources/remits/resources/index.js +37 -0
- package/dist/api/resources/remits/resources/v1/index.d.ts +1 -0
- package/dist/api/resources/remits/resources/v1/index.js +17 -0
- package/dist/api/resources/remits/resources/v1/types/Payee.d.ts +8 -0
- package/dist/api/resources/remits/resources/v1/types/Payee.js +5 -0
- package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +19 -0
- package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.js +5 -0
- package/dist/api/resources/remits/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/remits/resources/v1/types/index.js +18 -0
- package/dist/api/resources/serviceFacility/client/Client.d.ts +38 -0
- package/dist/api/resources/serviceFacility/client/Client.js +110 -0
- package/dist/api/resources/serviceFacility/client/index.d.ts +1 -0
- package/dist/api/resources/serviceFacility/client/index.js +37 -0
- package/dist/api/resources/serviceFacility/client/update.d.ts +22 -0
- package/dist/api/resources/serviceFacility/client/update.js +57 -0
- package/dist/api/resources/serviceFacility/index.d.ts +2 -0
- package/dist/api/resources/serviceFacility/index.js +18 -0
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +36 -0
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacility.js +5 -0
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +29 -0
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityBase.js +5 -0
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +34 -0
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +5 -0
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +20 -0
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +8 -0
- package/dist/api/resources/serviceFacility/types/ServiceFacilityId.js +9 -0
- package/dist/api/resources/serviceFacility/types/index.d.ts +5 -0
- package/dist/api/resources/serviceFacility/types/index.js +21 -0
- package/dist/api/resources/serviceLines/client/Client.d.ts +30 -0
- package/dist/api/resources/serviceLines/client/Client.js +17 -0
- package/dist/api/resources/serviceLines/client/index.d.ts +1 -0
- package/dist/api/resources/serviceLines/client/index.js +2 -0
- package/dist/api/resources/serviceLines/index.d.ts +2 -0
- package/dist/api/resources/serviceLines/index.js +18 -0
- package/dist/api/resources/serviceLines/resources/index.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/index.js +37 -0
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +59 -0
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +234 -0
- package/dist/api/resources/serviceLines/resources/v2/client/create.d.ts +28 -0
- package/dist/api/resources/serviceLines/resources/v2/client/create.js +68 -0
- package/dist/api/resources/serviceLines/resources/v2/client/delete.d.ts +34 -0
- package/dist/api/resources/serviceLines/resources/v2/client/delete.js +79 -0
- package/dist/api/resources/serviceLines/resources/v2/client/index.d.ts +3 -0
- package/dist/api/resources/serviceLines/resources/v2/client/index.js +39 -0
- package/dist/api/resources/serviceLines/resources/v2/client/update.d.ts +40 -0
- package/dist/api/resources/serviceLines/resources/v2/client/update.js +90 -0
- package/dist/api/resources/serviceLines/resources/v2/index.d.ts +2 -0
- package/dist/api/resources/serviceLines/resources/v2/index.js +18 -0
- package/dist/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +38 -0
- package/dist/api/resources/serviceLines/resources/v2/types/DenialReasonContent.js +40 -0
- package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +14 -0
- package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentification.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +14 -0
- package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +11 -0
- package/dist/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +13 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +34 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +15 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +146 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +10 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +52 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +52 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +56 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +12 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +8 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +54 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +8 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResult.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +8 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultOptional.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +9 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.js +11 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +16 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.js +32 -0
- package/dist/api/resources/superbills/client/Client.d.ts +30 -0
- package/dist/api/resources/superbills/client/Client.js +17 -0
- package/dist/api/resources/superbills/client/index.d.ts +1 -0
- package/dist/api/resources/superbills/client/index.js +2 -0
- package/dist/api/resources/superbills/index.d.ts +2 -0
- package/dist/api/resources/superbills/index.js +18 -0
- package/dist/api/resources/superbills/resources/index.d.ts +1 -0
- package/dist/api/resources/superbills/resources/index.js +37 -0
- package/dist/api/resources/superbills/resources/v1/client/Client.d.ts +41 -0
- package/dist/api/resources/superbills/resources/v1/client/Client.js +129 -0
- package/dist/api/resources/superbills/resources/v1/client/createSuperbill.d.ts +28 -0
- package/dist/api/resources/superbills/resources/v1/client/createSuperbill.js +68 -0
- package/dist/api/resources/superbills/resources/v1/client/index.d.ts +2 -0
- package/dist/api/resources/superbills/resources/v1/client/index.js +41 -0
- package/dist/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +22 -0
- package/dist/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +5 -0
- package/dist/api/resources/superbills/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/superbills/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/superbills/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/superbills/resources/v1/index.js +18 -0
- package/dist/api/resources/superbills/resources/v1/types/Superbill.d.ts +18 -0
- package/dist/api/resources/superbills/resources/v1/types/Superbill.js +5 -0
- package/dist/api/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +8 -0
- package/dist/api/resources/superbills/resources/v1/types/SuperbillResponse.js +5 -0
- package/dist/api/resources/superbills/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/superbills/resources/v1/types/index.js +18 -0
- package/dist/api/resources/tags/index.d.ts +1 -0
- package/dist/api/resources/tags/index.js +17 -0
- package/dist/api/resources/tags/types/Tag.d.ts +16 -0
- package/dist/api/resources/tags/types/Tag.js +5 -0
- package/dist/api/resources/tags/types/TagColorEnum.d.ts +16 -0
- package/dist/api/resources/tags/types/TagColorEnum.js +18 -0
- package/dist/api/resources/tags/types/TagCreate.d.ts +9 -0
- package/dist/api/resources/tags/types/TagCreate.js +5 -0
- package/dist/api/resources/tags/types/TagId.d.ts +8 -0
- package/dist/api/resources/tags/types/TagId.js +9 -0
- package/dist/api/resources/tags/types/index.d.ts +4 -0
- package/dist/api/resources/tags/types/index.js +20 -0
- package/dist/api/resources/tasks/client/Client.d.ts +30 -0
- package/dist/api/resources/tasks/client/Client.js +17 -0
- package/dist/api/resources/tasks/client/index.d.ts +1 -0
- package/dist/api/resources/tasks/client/index.js +2 -0
- package/dist/api/resources/tasks/index.d.ts +2 -0
- package/dist/api/resources/tasks/index.js +18 -0
- package/dist/api/resources/tasks/resources/commons/index.d.ts +1 -0
- package/dist/api/resources/tasks/resources/commons/index.js +17 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +48 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskCategory.js +50 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +13 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskStatus.js +15 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskType.d.ts +18 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskType.js +20 -0
- package/dist/api/resources/tasks/resources/commons/types/index.d.ts +3 -0
- package/dist/api/resources/tasks/resources/commons/types/index.js +19 -0
- package/dist/api/resources/tasks/resources/index.d.ts +3 -0
- package/dist/api/resources/tasks/resources/index.js +42 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.d.ts +75 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.js +357 -0
- package/dist/api/resources/tasks/resources/v3/client/create.d.ts +22 -0
- package/dist/api/resources/tasks/resources/v3/client/create.js +57 -0
- package/dist/api/resources/tasks/resources/v3/client/get.d.ts +34 -0
- package/dist/api/resources/tasks/resources/v3/client/get.js +79 -0
- package/dist/api/resources/tasks/resources/v3/client/getActions.d.ts +22 -0
- package/dist/api/resources/tasks/resources/v3/client/getActions.js +57 -0
- package/dist/api/resources/tasks/resources/v3/client/getMulti.d.ts +31 -0
- package/dist/api/resources/tasks/resources/v3/client/getMulti.js +68 -0
- package/dist/api/resources/tasks/resources/v3/client/index.d.ts +6 -0
- package/dist/api/resources/tasks/resources/v3/client/index.js +45 -0
- package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +53 -0
- package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.js +5 -0
- package/dist/api/resources/tasks/resources/v3/client/requests/index.d.ts +1 -0
- package/dist/api/resources/tasks/resources/v3/client/requests/index.js +2 -0
- package/dist/api/resources/tasks/resources/v3/client/update.d.ts +40 -0
- package/dist/api/resources/tasks/resources/v3/client/update.js +90 -0
- package/dist/api/resources/tasks/resources/v3/index.d.ts +2 -0
- package/dist/api/resources/tasks/resources/v3/index.js +18 -0
- package/dist/api/resources/tasks/resources/v3/types/Task.d.ts +27 -0
- package/dist/api/resources/tasks/resources/v3/types/Task.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskAction.d.ts +9 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskAction.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +10 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +8 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskActionType.js +10 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskActions.d.ts +7 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskActions.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskAssignment.d.ts +8 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskAssignment.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +13 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskCreateV3.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskNote.d.ts +11 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskNote.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskPage.d.ts +7 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskPage.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +28 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.js +30 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +9 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdateV3.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +7 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/index.d.ts +12 -0
- package/dist/api/resources/tasks/resources/v3/types/index.js +28 -0
- package/dist/api/resources/writeOffs/client/Client.d.ts +30 -0
- package/dist/api/resources/writeOffs/client/Client.js +17 -0
- package/dist/api/resources/writeOffs/client/index.d.ts +1 -0
- package/dist/api/resources/writeOffs/client/index.js +2 -0
- package/dist/api/resources/writeOffs/index.d.ts +2 -0
- package/dist/api/resources/writeOffs/index.js +18 -0
- package/dist/api/resources/writeOffs/resources/index.d.ts +1 -0
- package/dist/api/resources/writeOffs/resources/index.js +37 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +104 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +367 -0
- package/dist/api/resources/writeOffs/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/writeOffs/resources/v1/client/create.js +57 -0
- package/dist/api/resources/writeOffs/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/writeOffs/resources/v1/client/get.js +57 -0
- package/dist/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +22 -0
- package/dist/api/resources/writeOffs/resources/v1/client/getMulti.js +57 -0
- package/dist/api/resources/writeOffs/resources/v1/client/index.d.ts +7 -0
- package/dist/api/resources/writeOffs/resources/v1/client/index.js +46 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +25 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +32 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/writeOffs/resources/v1/client/revert.d.ts +22 -0
- package/dist/api/resources/writeOffs/resources/v1/client/revert.js +57 -0
- package/dist/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.d.ts +22 -0
- package/dist/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.js +57 -0
- package/dist/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.d.ts +22 -0
- package/dist/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.js +57 -0
- package/dist/api/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/writeOffs/resources/v1/index.js +18 -0
- package/dist/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +7 -0
- package/dist/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +15 -0
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +12 -0
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +23 -0
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +25 -0
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +19 -0
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +15 -0
- package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +12 -0
- package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +16 -0
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOff.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +11 -0
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +18 -0
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +20 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +16 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +16 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +8 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.js +9 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +9 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffSortField.js +11 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +7 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffsPage.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/index.d.ts +15 -0
- package/dist/api/resources/writeOffs/resources/v1/types/index.js +31 -0
- package/dist/api/resources/x12/index.d.ts +1 -0
- package/dist/api/resources/x12/index.js +17 -0
- package/dist/api/resources/x12/resources/index.d.ts +1 -0
- package/dist/api/resources/x12/resources/index.js +37 -0
- package/dist/api/resources/x12/resources/v1/index.d.ts +1 -0
- package/dist/api/resources/x12/resources/v1/index.js +17 -0
- package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +409 -0
- package/dist/api/resources/x12/resources/v1/types/Carc.js +411 -0
- package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +9 -0
- package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +5 -0
- package/dist/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +166 -0
- package/dist/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +48 -0
- package/dist/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +50 -0
- package/dist/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +19 -0
- package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +1193 -0
- package/dist/api/resources/x12/resources/v1/types/Rarc.js +1195 -0
- package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +7 -0
- package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +5 -0
- package/dist/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +30 -0
- package/dist/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +14 -0
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +14 -0
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillComposite.js +5 -0
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +114 -0
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +35 -0
- package/dist/api/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +42 -0
- package/dist/api/resources/x12/resources/v1/types/TypeOfCareCode.js +17 -0
- package/dist/api/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +34 -0
- package/dist/api/resources/x12/resources/v1/types/TypeOfFacilityCode.js +15 -0
- package/dist/api/resources/x12/resources/v1/types/index.d.ts +11 -0
- package/dist/api/resources/x12/resources/v1/types/index.js +27 -0
- package/dist/api/resources/yesNoIndicator/index.d.ts +1 -0
- package/dist/api/resources/yesNoIndicator/index.js +17 -0
- package/dist/api/resources/yesNoIndicator/types/YesNoIndicator.d.ts +10 -0
- package/dist/api/resources/yesNoIndicator/types/YesNoIndicator.js +12 -0
- package/dist/api/resources/yesNoIndicator/types/index.d.ts +1 -0
- package/dist/api/resources/yesNoIndicator/types/index.js +17 -0
- package/dist/core/auth/BasicAuth.d.ts +8 -0
- package/dist/core/auth/BasicAuth.js +26 -0
- package/dist/core/auth/BearerToken.d.ts +5 -0
- package/dist/core/auth/BearerToken.js +15 -0
- package/dist/core/auth/OAuthTokenProvider.d.ts +25 -0
- package/dist/core/auth/OAuthTokenProvider.js +90 -0
- package/dist/core/auth/index.d.ts +3 -0
- package/dist/core/auth/index.js +9 -0
- package/dist/core/fetcher/APIResponse.d.ts +10 -0
- package/dist/core/fetcher/APIResponse.js +2 -0
- package/dist/core/fetcher/Fetcher.d.ts +39 -0
- package/dist/core/fetcher/Fetcher.js +100 -0
- package/dist/core/fetcher/Supplier.d.ts +4 -0
- package/dist/core/fetcher/Supplier.js +22 -0
- package/dist/core/fetcher/createRequestUrl.d.ts +1 -0
- package/dist/core/fetcher/createRequestUrl.js +12 -0
- package/dist/core/fetcher/getFetchFn.d.ts +4 -0
- package/dist/core/fetcher/getFetchFn.js +68 -0
- package/dist/core/fetcher/getHeader.d.ts +1 -0
- package/dist/core/fetcher/getHeader.js +11 -0
- package/dist/core/fetcher/getRequestBody.d.ts +7 -0
- package/dist/core/fetcher/getRequestBody.js +23 -0
- package/dist/core/fetcher/getResponseBody.d.ts +1 -0
- package/dist/core/fetcher/getResponseBody.js +54 -0
- package/dist/core/fetcher/index.d.ts +5 -0
- package/dist/core/fetcher/index.js +9 -0
- package/dist/core/fetcher/makeRequest.d.ts +1 -0
- package/dist/core/fetcher/makeRequest.js +42 -0
- package/dist/core/fetcher/requestWithRetries.d.ts +1 -0
- package/dist/core/fetcher/requestWithRetries.js +40 -0
- package/dist/core/fetcher/signals.d.ts +11 -0
- package/dist/core/fetcher/signals.js +36 -0
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +126 -0
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +59 -0
- package/dist/core/form-data-utils/FormDataWrapper.d.ts +60 -0
- package/dist/core/form-data-utils/FormDataWrapper.js +188 -0
- package/dist/core/form-data-utils/index.d.ts +1 -0
- package/dist/core/form-data-utils/index.js +17 -0
- package/dist/core/index.d.ts +5 -0
- package/dist/core/index.js +44 -0
- package/dist/core/json.d.ts +15 -0
- package/dist/core/json.js +24 -0
- package/dist/core/runtime/index.d.ts +1 -0
- package/dist/core/runtime/index.js +5 -0
- package/dist/core/runtime/runtime.d.ts +9 -0
- package/dist/core/runtime/runtime.js +103 -0
- package/dist/core/schemas/Schema.d.ts +87 -0
- package/dist/core/schemas/Schema.js +24 -0
- package/dist/core/schemas/builders/bigint/bigint.d.ts +2 -0
- package/dist/core/schemas/builders/bigint/bigint.js +53 -0
- package/dist/core/schemas/builders/bigint/index.d.ts +1 -0
- package/dist/core/schemas/builders/bigint/index.js +5 -0
- package/dist/core/schemas/builders/date/date.d.ts +2 -0
- package/dist/core/schemas/builders/date/date.js +62 -0
- package/dist/core/schemas/builders/date/index.d.ts +1 -0
- package/dist/core/schemas/builders/date/index.js +5 -0
- package/dist/core/schemas/builders/enum/enum.d.ts +2 -0
- package/dist/core/schemas/builders/enum/enum.js +38 -0
- package/dist/core/schemas/builders/enum/index.d.ts +1 -0
- package/dist/core/schemas/builders/enum/index.js +5 -0
- package/dist/core/schemas/builders/index.d.ts +14 -0
- package/dist/core/schemas/builders/index.js +30 -0
- package/dist/core/schemas/builders/lazy/index.d.ts +3 -0
- package/dist/core/schemas/builders/lazy/index.js +7 -0
- package/dist/core/schemas/builders/lazy/lazy.d.ts +5 -0
- package/dist/core/schemas/builders/lazy/lazy.js +24 -0
- package/dist/core/schemas/builders/lazy/lazyObject.d.ts +3 -0
- package/dist/core/schemas/builders/lazy/lazyObject.js +11 -0
- package/dist/core/schemas/builders/list/index.d.ts +1 -0
- package/dist/core/schemas/builders/list/index.js +5 -0
- package/dist/core/schemas/builders/list/list.d.ts +2 -0
- package/dist/core/schemas/builders/list/list.js +54 -0
- package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +2 -0
- package/dist/core/schemas/builders/literals/booleanLiteral.js +28 -0
- package/dist/core/schemas/builders/literals/index.d.ts +2 -0
- package/dist/core/schemas/builders/literals/index.js +7 -0
- package/dist/core/schemas/builders/literals/stringLiteral.d.ts +2 -0
- package/dist/core/schemas/builders/literals/stringLiteral.js +28 -0
- package/dist/core/schemas/builders/object/index.d.ts +6 -0
- package/dist/core/schemas/builders/object/index.js +11 -0
- package/dist/core/schemas/builders/object/object.d.ts +3 -0
- package/dist/core/schemas/builders/object/object.js +261 -0
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +6 -0
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.js +7 -0
- package/dist/core/schemas/builders/object/property.d.ts +8 -0
- package/dist/core/schemas/builders/object/property.js +15 -0
- package/dist/core/schemas/builders/object/types.d.ts +31 -0
- package/dist/core/schemas/builders/object/types.js +2 -0
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +9 -0
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +53 -0
- package/dist/core/schemas/builders/object-like/index.d.ts +2 -0
- package/dist/core/schemas/builders/object-like/index.js +6 -0
- package/dist/core/schemas/builders/object-like/types.d.ts +7 -0
- package/dist/core/schemas/builders/object-like/types.js +2 -0
- package/dist/core/schemas/builders/primitives/any.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/any.js +6 -0
- package/dist/core/schemas/builders/primitives/boolean.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/boolean.js +25 -0
- package/dist/core/schemas/builders/primitives/index.d.ts +5 -0
- package/dist/core/schemas/builders/primitives/index.js +13 -0
- package/dist/core/schemas/builders/primitives/number.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/number.js +25 -0
- package/dist/core/schemas/builders/primitives/string.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/string.js +25 -0
- package/dist/core/schemas/builders/primitives/unknown.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/unknown.js +6 -0
- package/dist/core/schemas/builders/record/index.d.ts +2 -0
- package/dist/core/schemas/builders/record/index.js +5 -0
- package/dist/core/schemas/builders/record/record.d.ts +3 -0
- package/dist/core/schemas/builders/record/record.js +93 -0
- package/dist/core/schemas/builders/record/types.d.ts +4 -0
- package/dist/core/schemas/builders/record/types.js +2 -0
- package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +5 -0
- package/dist/core/schemas/builders/schema-utils/JsonError.js +12 -0
- package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +5 -0
- package/dist/core/schemas/builders/schema-utils/ParseError.js +12 -0
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +21 -0
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.js +145 -0
- package/dist/core/schemas/builders/schema-utils/index.d.ts +4 -0
- package/dist/core/schemas/builders/schema-utils/index.js +11 -0
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +2 -0
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.js +9 -0
- package/dist/core/schemas/builders/set/index.d.ts +1 -0
- package/dist/core/schemas/builders/set/index.js +5 -0
- package/dist/core/schemas/builders/set/set.d.ts +2 -0
- package/dist/core/schemas/builders/set/set.js +43 -0
- package/dist/core/schemas/builders/undiscriminated-union/index.d.ts +2 -0
- package/dist/core/schemas/builders/undiscriminated-union/index.js +5 -0
- package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +4 -0
- package/dist/core/schemas/builders/undiscriminated-union/types.js +2 -0
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +3 -0
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +39 -0
- package/dist/core/schemas/builders/union/discriminant.d.ts +5 -0
- package/dist/core/schemas/builders/union/discriminant.js +9 -0
- package/dist/core/schemas/builders/union/index.d.ts +4 -0
- package/dist/core/schemas/builders/union/index.js +7 -0
- package/dist/core/schemas/builders/union/types.d.ts +13 -0
- package/dist/core/schemas/builders/union/types.js +2 -0
- package/dist/core/schemas/builders/union/union.d.ts +4 -0
- package/dist/core/schemas/builders/union/union.js +129 -0
- package/dist/core/schemas/index.d.ts +2 -0
- package/dist/core/schemas/index.js +17 -0
- package/dist/core/schemas/utils/MaybePromise.d.ts +1 -0
- package/dist/core/schemas/utils/MaybePromise.js +2 -0
- package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +7 -0
- package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.js +2 -0
- package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +2 -0
- package/dist/core/schemas/utils/createIdentitySchemaCreator.js +15 -0
- package/dist/core/schemas/utils/entries.d.ts +1 -0
- package/dist/core/schemas/utils/entries.js +6 -0
- package/dist/core/schemas/utils/filterObject.d.ts +1 -0
- package/dist/core/schemas/utils/filterObject.js +13 -0
- package/dist/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +1 -0
- package/dist/core/schemas/utils/getErrorMessageForIncorrectType.js +27 -0
- package/dist/core/schemas/utils/isPlainObject.d.ts +1 -0
- package/dist/core/schemas/utils/isPlainObject.js +17 -0
- package/dist/core/schemas/utils/keys.d.ts +1 -0
- package/dist/core/schemas/utils/keys.js +6 -0
- package/dist/core/schemas/utils/maybeSkipValidation.d.ts +2 -0
- package/dist/core/schemas/utils/maybeSkipValidation.js +27 -0
- package/dist/core/schemas/utils/partition.d.ts +1 -0
- package/dist/core/schemas/utils/partition.js +15 -0
- package/dist/environments.d.ts +22 -0
- package/dist/environments.js +20 -0
- package/dist/errors/CandidApiError.d.ts +12 -0
- package/dist/errors/CandidApiError.js +33 -0
- package/dist/errors/CandidApiTimeoutError.d.ts +6 -0
- package/dist/errors/CandidApiTimeoutError.js +13 -0
- package/dist/errors/index.d.ts +2 -0
- package/dist/errors/index.js +7 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +45 -0
- package/dist/serialization/index.d.ts +1 -0
- package/dist/serialization/index.js +17 -0
- package/dist/serialization/resources/auth/index.d.ts +1 -0
- package/dist/serialization/resources/auth/index.js +17 -0
- package/dist/serialization/resources/auth/resources/default/client/getToken.d.ts +20 -0
- package/dist/serialization/resources/auth/resources/default/client/getToken.js +77 -0
- package/dist/serialization/resources/auth/resources/default/client/index.d.ts +2 -0
- package/dist/serialization/resources/auth/resources/default/client/index.js +41 -0
- package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +13 -0
- package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +44 -0
- package/dist/serialization/resources/auth/resources/default/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/auth/resources/default/client/requests/index.js +5 -0
- package/dist/serialization/resources/auth/resources/default/index.d.ts +2 -0
- package/dist/serialization/resources/auth/resources/default/index.js +18 -0
- package/dist/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +14 -0
- package/dist/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.js +45 -0
- package/dist/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +12 -0
- package/dist/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +43 -0
- package/dist/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +12 -0
- package/dist/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.js +43 -0
- package/dist/serialization/resources/auth/resources/default/types/index.d.ts +3 -0
- package/dist/serialization/resources/auth/resources/default/types/index.js +19 -0
- package/dist/serialization/resources/auth/resources/index.d.ts +1 -0
- package/dist/serialization/resources/auth/resources/index.js +37 -0
- package/dist/serialization/resources/billingNotes/index.d.ts +1 -0
- package/dist/serialization/resources/billingNotes/index.js +17 -0
- package/dist/serialization/resources/billingNotes/resources/index.d.ts +1 -0
- package/dist/serialization/resources/billingNotes/resources/index.js +37 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +25 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/delete.js +83 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/index.d.ts +3 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/index.js +42 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +12 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +43 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +14 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +47 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.js +7 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/update.d.ts +30 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/update.js +89 -0
- package/dist/serialization/resources/billingNotes/resources/v2/index.d.ts +2 -0
- package/dist/serialization/resources/billingNotes/resources/v2/index.js +18 -0
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNote.d.ts +19 -0
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +52 -0
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +12 -0
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +43 -0
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +12 -0
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +43 -0
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +10 -0
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +45 -0
- package/dist/serialization/resources/billingNotes/resources/v2/types/index.d.ts +4 -0
- package/dist/serialization/resources/billingNotes/resources/v2/types/index.js +20 -0
- package/dist/serialization/resources/chargeCapture/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCapture/index.js +17 -0
- package/dist/serialization/resources/chargeCapture/resources/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCapture/resources/index.js +37 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +40 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/create.js +101 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +4 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +43 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +14 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +45 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +20 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +51 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +20 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +51 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +3 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +9 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +35 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/update.js +95 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +25 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +79 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/index.js +18 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +30 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +61 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +12 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +42 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +21 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +52 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +15 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +48 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +15 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +46 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +10 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +41 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +10 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +41 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +43 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +8 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/index.js +24 -0
- package/dist/serialization/resources/chargeCaptureBundles/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCaptureBundles/index.js +17 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/index.js +37 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +2 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +41 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +13 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +44 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +20 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +77 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +22 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +53 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +14 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +47 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +10 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +41 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +10 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +41 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +16 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +47 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/claimSubmission/index.d.ts +1 -0
- package/dist/serialization/resources/claimSubmission/index.js +17 -0
- package/dist/serialization/resources/claimSubmission/resources/index.d.ts +1 -0
- package/dist/serialization/resources/claimSubmission/resources/index.js +37 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/index.js +17 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +18 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +49 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +18 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +49 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +15 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +46 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +15 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +46 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/index.d.ts +4 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/index.js +20 -0
- package/dist/serialization/resources/claims/index.d.ts +1 -0
- package/dist/serialization/resources/claims/index.js +17 -0
- package/dist/serialization/resources/claims/types/Claim.d.ts +23 -0
- package/dist/serialization/resources/claims/types/Claim.js +54 -0
- package/dist/serialization/resources/claims/types/ClaimStatus.d.ts +10 -0
- package/dist/serialization/resources/claims/types/ClaimStatus.js +57 -0
- package/dist/serialization/resources/claims/types/index.d.ts +2 -0
- package/dist/serialization/resources/claims/types/index.js +18 -0
- package/dist/serialization/resources/clinicalTrials/index.d.ts +1 -0
- package/dist/serialization/resources/clinicalTrials/index.js +17 -0
- package/dist/serialization/resources/clinicalTrials/resources/index.d.ts +1 -0
- package/dist/serialization/resources/clinicalTrials/resources/index.js +37 -0
- package/dist/serialization/resources/clinicalTrials/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/clinicalTrials/resources/v1/index.js +17 -0
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +17 -0
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +50 -0
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +10 -0
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +41 -0
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +15 -0
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +46 -0
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/index.d.ts +3 -0
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/index.js +19 -0
- package/dist/serialization/resources/commons/errors/HttpRequestValidationsError.d.ts +11 -0
- package/dist/serialization/resources/commons/errors/HttpRequestValidationsError.js +42 -0
- package/dist/serialization/resources/commons/errors/index.d.ts +1 -0
- package/dist/serialization/resources/commons/errors/index.js +17 -0
- package/dist/serialization/resources/commons/index.d.ts +2 -0
- package/dist/serialization/resources/commons/index.js +18 -0
- package/dist/serialization/resources/commons/types/AdjustmentId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/AdjustmentId.js +45 -0
- package/dist/serialization/resources/commons/types/AppointmentId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/AppointmentId.js +45 -0
- package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +10 -0
- package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +41 -0
- package/dist/serialization/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ChargeCaptureClaimCreationId.js +45 -0
- package/dist/serialization/resources/commons/types/ChargeCaptureId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ChargeCaptureId.js +45 -0
- package/dist/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.js +45 -0
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +41 -0
- package/dist/serialization/resources/commons/types/ClaimId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ClaimId.js +47 -0
- package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +41 -0
- package/dist/serialization/resources/commons/types/ClinicalTrialId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ClinicalTrialId.js +45 -0
- package/dist/serialization/resources/commons/types/DateRangeOptionalEnd.d.ts +14 -0
- package/dist/serialization/resources/commons/types/DateRangeOptionalEnd.js +45 -0
- package/dist/serialization/resources/commons/types/Date_.d.ts +10 -0
- package/dist/serialization/resources/commons/types/Date_.js +47 -0
- package/dist/serialization/resources/commons/types/Decimal.d.ts +10 -0
- package/dist/serialization/resources/commons/types/Decimal.js +47 -0
- package/dist/serialization/resources/commons/types/DelayReasonCode.d.ts +10 -0
- package/dist/serialization/resources/commons/types/DelayReasonCode.js +41 -0
- package/dist/serialization/resources/commons/types/Email.d.ts +10 -0
- package/dist/serialization/resources/commons/types/Email.js +47 -0
- package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.d.ts +10 -0
- package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.js +41 -0
- package/dist/serialization/resources/commons/types/EncounterExternalId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/EncounterExternalId.js +45 -0
- package/dist/serialization/resources/commons/types/EncounterId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/EncounterId.js +45 -0
- package/dist/serialization/resources/commons/types/EntityConflictErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/EntityConflictErrorMessage.js +43 -0
- package/dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +43 -0
- package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
- package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +41 -0
- package/dist/serialization/resources/commons/types/ErrorMessage.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ErrorMessage.js +45 -0
- package/dist/serialization/resources/commons/types/FacilityTypeCode.d.ts +10 -0
- package/dist/serialization/resources/commons/types/FacilityTypeCode.js +92 -0
- package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +43 -0
- package/dist/serialization/resources/commons/types/InsuranceTypeCode.d.ts +10 -0
- package/dist/serialization/resources/commons/types/InsuranceTypeCode.js +112 -0
- package/dist/serialization/resources/commons/types/IntendedSubmissionMedium.d.ts +10 -0
- package/dist/serialization/resources/commons/types/IntendedSubmissionMedium.js +41 -0
- package/dist/serialization/resources/commons/types/InvoiceId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/InvoiceId.js +47 -0
- package/dist/serialization/resources/commons/types/LinkUrl.d.ts +10 -0
- package/dist/serialization/resources/commons/types/LinkUrl.js +47 -0
- package/dist/serialization/resources/commons/types/NetworkType.d.ts +10 -0
- package/dist/serialization/resources/commons/types/NetworkType.js +63 -0
- package/dist/serialization/resources/commons/types/NextResponsibleParty.d.ts +10 -0
- package/dist/serialization/resources/commons/types/NextResponsibleParty.js +41 -0
- package/dist/serialization/resources/commons/types/Npi.d.ts +10 -0
- package/dist/serialization/resources/commons/types/Npi.js +47 -0
- package/dist/serialization/resources/commons/types/OrganizationId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/OrganizationId.js +45 -0
- package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +43 -0
- package/dist/serialization/resources/commons/types/PageToken.d.ts +10 -0
- package/dist/serialization/resources/commons/types/PageToken.js +47 -0
- package/dist/serialization/resources/commons/types/PatientExternalId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/PatientExternalId.js +45 -0
- package/dist/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +10 -0
- package/dist/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +66 -0
- package/dist/serialization/resources/commons/types/PayerPlanGroupId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/PayerPlanGroupId.js +45 -0
- package/dist/serialization/resources/commons/types/PhoneNumber.d.ts +14 -0
- package/dist/serialization/resources/commons/types/PhoneNumber.js +45 -0
- package/dist/serialization/resources/commons/types/PhoneNumberOptional.d.ts +14 -0
- package/dist/serialization/resources/commons/types/PhoneNumberOptional.js +45 -0
- package/dist/serialization/resources/commons/types/PhoneNumberType.d.ts +10 -0
- package/dist/serialization/resources/commons/types/PhoneNumberType.js +41 -0
- package/dist/serialization/resources/commons/types/PreEncounterAppointmentId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/PreEncounterAppointmentId.js +45 -0
- package/dist/serialization/resources/commons/types/PreEncounterPatientId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/PreEncounterPatientId.js +45 -0
- package/dist/serialization/resources/commons/types/Primitive.d.ts +10 -0
- package/dist/serialization/resources/commons/types/Primitive.js +41 -0
- package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +441 -0
- package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.js +45 -0
- package/dist/serialization/resources/commons/types/ProviderId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ProviderId.js +45 -0
- package/dist/serialization/resources/commons/types/QualifierCode.d.ts +10 -0
- package/dist/serialization/resources/commons/types/QualifierCode.js +41 -0
- package/dist/serialization/resources/commons/types/RateId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/RateId.js +47 -0
- package/dist/serialization/resources/commons/types/RegionNational.d.ts +11 -0
- package/dist/serialization/resources/commons/types/RegionNational.js +41 -0
- package/dist/serialization/resources/commons/types/RegionStates.d.ts +13 -0
- package/dist/serialization/resources/commons/types/RegionStates.js +44 -0
- package/dist/serialization/resources/commons/types/Regions.d.ts +18 -0
- package/dist/serialization/resources/commons/types/Regions.js +51 -0
- package/dist/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +17 -0
- package/dist/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +50 -0
- package/dist/serialization/resources/commons/types/RequestValidationError.d.ts +13 -0
- package/dist/serialization/resources/commons/types/RequestValidationError.js +44 -0
- package/dist/serialization/resources/commons/types/ResourcePage.d.ts +14 -0
- package/dist/serialization/resources/commons/types/ResourcePage.js +45 -0
- package/dist/serialization/resources/commons/types/SchemaId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/SchemaId.js +47 -0
- package/dist/serialization/resources/commons/types/ServiceLineId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ServiceLineId.js +45 -0
- package/dist/serialization/resources/commons/types/ServiceLineUnits.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ServiceLineUnits.js +41 -0
- package/dist/serialization/resources/commons/types/SortDirection.d.ts +10 -0
- package/dist/serialization/resources/commons/types/SortDirection.js +41 -0
- package/dist/serialization/resources/commons/types/SourceOfPaymentCode.d.ts +10 -0
- package/dist/serialization/resources/commons/types/SourceOfPaymentCode.js +66 -0
- package/dist/serialization/resources/commons/types/State.d.ts +10 -0
- package/dist/serialization/resources/commons/types/State.js +104 -0
- package/dist/serialization/resources/commons/types/StreetAddressBase.d.ts +17 -0
- package/dist/serialization/resources/commons/types/StreetAddressBase.js +48 -0
- package/dist/serialization/resources/commons/types/StreetAddressLongZip.d.ts +13 -0
- package/dist/serialization/resources/commons/types/StreetAddressLongZip.js +46 -0
- package/dist/serialization/resources/commons/types/StreetAddressLongZipOptional.d.ts +13 -0
- package/dist/serialization/resources/commons/types/StreetAddressLongZipOptional.js +46 -0
- package/dist/serialization/resources/commons/types/StreetAddressOptionalBase.d.ts +17 -0
- package/dist/serialization/resources/commons/types/StreetAddressOptionalBase.js +48 -0
- package/dist/serialization/resources/commons/types/StreetAddressShortZip.d.ts +13 -0
- package/dist/serialization/resources/commons/types/StreetAddressShortZip.js +46 -0
- package/dist/serialization/resources/commons/types/StreetAddressShortZipOptional.d.ts +13 -0
- package/dist/serialization/resources/commons/types/StreetAddressShortZipOptional.js +46 -0
- package/dist/serialization/resources/commons/types/TaskAssignmentId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/TaskAssignmentId.js +45 -0
- package/dist/serialization/resources/commons/types/TaskId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/TaskId.js +47 -0
- package/dist/serialization/resources/commons/types/TaskNoteId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/TaskNoteId.js +45 -0
- package/dist/serialization/resources/commons/types/TaxId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/TaxId.js +47 -0
- package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.js +43 -0
- package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +43 -0
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +43 -0
- package/dist/serialization/resources/commons/types/UserId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/UserId.js +47 -0
- package/dist/serialization/resources/commons/types/WorkQueueId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/WorkQueueId.js +45 -0
- package/dist/serialization/resources/commons/types/index.d.ts +75 -0
- package/dist/serialization/resources/commons/types/index.js +91 -0
- package/dist/serialization/resources/contracts/index.d.ts +1 -0
- package/dist/serialization/resources/contracts/index.js +17 -0
- package/dist/serialization/resources/contracts/resources/index.d.ts +1 -0
- package/dist/serialization/resources/contracts/resources/index.js +37 -0
- package/dist/serialization/resources/contracts/resources/v2/client/delete.d.ts +15 -0
- package/dist/serialization/resources/contracts/resources/v2/client/delete.js +71 -0
- package/dist/serialization/resources/contracts/resources/v2/client/get.d.ts +15 -0
- package/dist/serialization/resources/contracts/resources/v2/client/get.js +71 -0
- package/dist/serialization/resources/contracts/resources/v2/client/index.d.ts +4 -0
- package/dist/serialization/resources/contracts/resources/v2/client/index.js +43 -0
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +17 -0
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +50 -0
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +27 -0
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +58 -0
- package/dist/serialization/resources/contracts/resources/v2/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/contracts/resources/v2/client/requests/index.js +7 -0
- package/dist/serialization/resources/contracts/resources/v2/client/update.d.ts +20 -0
- package/dist/serialization/resources/contracts/resources/v2/client/update.js +77 -0
- package/dist/serialization/resources/contracts/resources/v2/index.d.ts +2 -0
- package/dist/serialization/resources/contracts/resources/v2/index.js +18 -0
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +17 -0
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +48 -0
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +17 -0
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +50 -0
- package/dist/serialization/resources/contracts/resources/v2/types/Contract.d.ts +19 -0
- package/dist/serialization/resources/contracts/resources/v2/types/Contract.js +52 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractBase.d.ts +24 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractBase.js +55 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractId.d.ts +10 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractId.js +45 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +12 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +43 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +12 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +43 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractSortField.d.ts +10 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractSortField.js +48 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractStatus.d.ts +10 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractStatus.js +41 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +13 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +46 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +10 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +45 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractsPage.d.ts +14 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractsPage.js +47 -0
- package/dist/serialization/resources/contracts/resources/v2/types/DateUpdate.d.ts +18 -0
- package/dist/serialization/resources/contracts/resources/v2/types/DateUpdate.js +52 -0
- package/dist/serialization/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +21 -0
- package/dist/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +53 -0
- package/dist/serialization/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +18 -0
- package/dist/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +52 -0
- package/dist/serialization/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +10 -0
- package/dist/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +45 -0
- package/dist/serialization/resources/contracts/resources/v2/types/index.d.ts +16 -0
- package/dist/serialization/resources/contracts/resources/v2/types/index.js +32 -0
- package/dist/serialization/resources/credentialing/index.d.ts +1 -0
- package/dist/serialization/resources/credentialing/index.js +17 -0
- package/dist/serialization/resources/credentialing/resources/index.d.ts +1 -0
- package/dist/serialization/resources/credentialing/resources/index.js +37 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/create.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/create.js +77 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/delete.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/delete.js +77 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/get.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/get.js +77 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/getAll.js +77 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/index.js +45 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +51 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +19 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +50 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.js +7 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/update.d.ts +30 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/update.js +89 -0
- package/dist/serialization/resources/credentialing/resources/v2/index.d.ts +2 -0
- package/dist/serialization/resources/credentialing/resources/v2/index.js +18 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +10 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +41 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +29 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +60 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +10 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +45 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +14 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +47 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/index.js +20 -0
- package/dist/serialization/resources/customSchemas/index.d.ts +1 -0
- package/dist/serialization/resources/customSchemas/index.js +17 -0
- package/dist/serialization/resources/customSchemas/resources/index.d.ts +1 -0
- package/dist/serialization/resources/customSchemas/resources/index.js +37 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/create.d.ts +15 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/create.js +71 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/get.d.ts +20 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/get.js +77 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/getMulti.js +71 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/index.d.ts +5 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/index.js +44 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +15 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +46 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +15 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +46 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/index.js +7 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/update.d.ts +25 -0
- package/dist/serialization/resources/customSchemas/resources/v1/client/update.js +83 -0
- package/dist/serialization/resources/customSchemas/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/customSchemas/resources/v1/index.js +18 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +14 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +45 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/Schema.d.ts +17 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/Schema.js +48 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaField.d.ts +14 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +45 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +13 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +44 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +14 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +45 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +14 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +45 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +18 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +51 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +13 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +44 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +14 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +45 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/index.d.ts +9 -0
- package/dist/serialization/resources/customSchemas/resources/v1/types/index.js +25 -0
- package/dist/serialization/resources/diagnoses/client/delete.d.ts +20 -0
- package/dist/serialization/resources/diagnoses/client/delete.js +77 -0
- package/dist/serialization/resources/diagnoses/client/index.d.ts +3 -0
- package/dist/serialization/resources/diagnoses/client/index.js +42 -0
- package/dist/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +17 -0
- package/dist/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +48 -0
- package/dist/serialization/resources/diagnoses/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/diagnoses/client/requests/index.js +5 -0
- package/dist/serialization/resources/diagnoses/client/update.d.ts +15 -0
- package/dist/serialization/resources/diagnoses/client/update.js +71 -0
- package/dist/serialization/resources/diagnoses/index.d.ts +2 -0
- package/dist/serialization/resources/diagnoses/index.js +18 -0
- package/dist/serialization/resources/diagnoses/types/Diagnosis.d.ts +16 -0
- package/dist/serialization/resources/diagnoses/types/Diagnosis.js +49 -0
- package/dist/serialization/resources/diagnoses/types/DiagnosisCreate.d.ts +17 -0
- package/dist/serialization/resources/diagnoses/types/DiagnosisCreate.js +48 -0
- package/dist/serialization/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +17 -0
- package/dist/serialization/resources/diagnoses/types/DiagnosisCreateOptional.js +48 -0
- package/dist/serialization/resources/diagnoses/types/DiagnosisId.d.ts +10 -0
- package/dist/serialization/resources/diagnoses/types/DiagnosisId.js +45 -0
- package/dist/serialization/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +14 -0
- package/dist/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +45 -0
- package/dist/serialization/resources/diagnoses/types/DiagnosisTypeCode.d.ts +10 -0
- package/dist/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +41 -0
- package/dist/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +16 -0
- package/dist/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +47 -0
- package/dist/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +14 -0
- package/dist/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +47 -0
- package/dist/serialization/resources/diagnoses/types/index.d.ts +8 -0
- package/dist/serialization/resources/diagnoses/types/index.js +24 -0
- package/dist/serialization/resources/eligibility/index.d.ts +1 -0
- package/dist/serialization/resources/eligibility/index.js +17 -0
- package/dist/serialization/resources/eligibility/resources/index.d.ts +1 -0
- package/dist/serialization/resources/eligibility/resources/index.js +37 -0
- package/dist/serialization/resources/eligibility/resources/v2/client/index.d.ts +3 -0
- package/dist/serialization/resources/eligibility/resources/v2/client/index.js +39 -0
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +15 -0
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +71 -0
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +15 -0
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +71 -0
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +15 -0
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +71 -0
- package/dist/serialization/resources/eligibility/resources/v2/index.d.ts +1 -0
- package/dist/serialization/resources/eligibility/resources/v2/index.js +17 -0
- package/dist/serialization/resources/encounterAttachments/index.d.ts +1 -0
- package/dist/serialization/resources/encounterAttachments/index.js +17 -0
- package/dist/serialization/resources/encounterAttachments/resources/index.d.ts +1 -0
- package/dist/serialization/resources/encounterAttachments/resources/index.js +37 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/get.d.ts +11 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/get.js +42 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/index.d.ts +2 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/index.js +41 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +13 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +44 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/index.js +18 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +10 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.js +45 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +18 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +49 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +16 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +49 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +10 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +41 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/index.d.ts +4 -0
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/index.js +20 -0
- package/dist/serialization/resources/encounterProviders/index.d.ts +1 -0
- package/dist/serialization/resources/encounterProviders/index.js +17 -0
- package/dist/serialization/resources/encounterProviders/resources/index.d.ts +1 -0
- package/dist/serialization/resources/encounterProviders/resources/index.js +37 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +30 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +89 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +25 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +83 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +25 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +83 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +25 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +83 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +15 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +71 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +15 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +71 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +20 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +77 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +15 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +71 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/index.d.ts +12 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/index.js +48 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +20 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +77 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +20 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +77 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +20 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +77 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +20 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +77 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/index.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/index.js +18 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +19 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +52 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +19 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +52 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +19 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +52 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +23 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +56 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +14 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +45 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +18 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +51 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +18 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +51 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +18 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +51 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +10 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +45 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +21 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +37 -0
- package/dist/serialization/resources/encounters/index.d.ts +1 -0
- package/dist/serialization/resources/encounters/index.js +17 -0
- package/dist/serialization/resources/encounters/resources/index.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/index.js +37 -0
- package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +64 -0
- package/dist/serialization/resources/encounters/resources/v4/client/create.js +130 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +49 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +112 -0
- package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +4 -0
- package/dist/serialization/resources/encounters/resources/v4/client/index.js +43 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +60 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +93 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +48 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +81 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/index.js +7 -0
- package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +50 -0
- package/dist/serialization/resources/encounters/resources/v4/client/update.js +113 -0
- package/dist/serialization/resources/encounters/resources/v4/index.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/index.js +18 -0
- package/dist/serialization/resources/encounters/resources/v4/types/BillableStatusType.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +41 -0
- package/dist/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +43 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +16 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +47 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +16 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +47 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNote.d.ts +16 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +47 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +16 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +47 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +15 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +46 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +15 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +46 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +16 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +47 -0
- package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +41 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +95 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +128 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +40 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +71 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +44 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +77 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +56 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +89 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +13 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +44 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +12 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +43 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +44 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +75 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +41 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPage.d.ts +14 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPage.js +47 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +12 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +43 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +41 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +41 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +41 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +15 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +46 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +15 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +46 -0
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +15 -0
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +46 -0
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +45 -0
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +16 -0
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +47 -0
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +45 -0
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +16 -0
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +47 -0
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +14 -0
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +45 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Intervention.d.ts +19 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Intervention.js +50 -0
- package/dist/serialization/resources/encounters/resources/v4/types/InterventionCategory.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +41 -0
- package/dist/serialization/resources/encounters/resources/v4/types/InterventionOptional.d.ts +19 -0
- package/dist/serialization/resources/encounters/resources/v4/types/InterventionOptional.js +50 -0
- package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +12 -0
- package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +43 -0
- package/dist/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +14 -0
- package/dist/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +45 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Lab.d.ts +15 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Lab.js +46 -0
- package/dist/serialization/resources/encounters/resources/v4/types/LabCodeType.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/LabCodeType.js +41 -0
- package/dist/serialization/resources/encounters/resources/v4/types/LabOptional.d.ts +15 -0
- package/dist/serialization/resources/encounters/resources/v4/types/LabOptional.js +46 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Medication.d.ts +18 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Medication.js +49 -0
- package/dist/serialization/resources/encounters/resources/v4/types/MedicationOptional.d.ts +18 -0
- package/dist/serialization/resources/encounters/resources/v4/types/MedicationOptional.js +49 -0
- package/dist/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +13 -0
- package/dist/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +44 -0
- package/dist/serialization/resources/encounters/resources/v4/types/NoteCategory.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/NoteCategory.js +56 -0
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +15 -0
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +46 -0
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +41 -0
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +15 -0
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +46 -0
- package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +14 -0
- package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +45 -0
- package/dist/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +45 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.js +41 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ReportTypeCode.js +103 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +41 -0
- package/dist/serialization/resources/encounters/resources/v4/types/RxCui.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/RxCui.js +45 -0
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +13 -0
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +44 -0
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +30 -0
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +57 -0
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +13 -0
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +44 -0
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +13 -0
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +44 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +41 -0
- package/dist/serialization/resources/encounters/resources/v4/types/SynchronicityType.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +41 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +17 -0
- package/dist/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +48 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +18 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Vitals.js +49 -0
- package/dist/serialization/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +18 -0
- package/dist/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +49 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +61 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +77 -0
- package/dist/serialization/resources/era/index.d.ts +1 -0
- package/dist/serialization/resources/era/index.js +17 -0
- package/dist/serialization/resources/era/types/Era.d.ts +14 -0
- package/dist/serialization/resources/era/types/Era.js +47 -0
- package/dist/serialization/resources/era/types/EraBase.d.ts +14 -0
- package/dist/serialization/resources/era/types/EraBase.js +45 -0
- package/dist/serialization/resources/era/types/EraId.d.ts +10 -0
- package/dist/serialization/resources/era/types/EraId.js +47 -0
- package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +14 -0
- package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +45 -0
- package/dist/serialization/resources/era/types/index.d.ts +4 -0
- package/dist/serialization/resources/era/types/index.js +20 -0
- package/dist/serialization/resources/eraCommons/index.d.ts +1 -0
- package/dist/serialization/resources/eraCommons/index.js +17 -0
- package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +10 -0
- package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +41 -0
- package/dist/serialization/resources/eraCommons/types/index.d.ts +1 -0
- package/dist/serialization/resources/eraCommons/types/index.js +17 -0
- package/dist/serialization/resources/expectedNetworkStatus/index.d.ts +1 -0
- package/dist/serialization/resources/expectedNetworkStatus/index.js +17 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/index.d.ts +2 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/index.js +38 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/index.js +17 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +24 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +55 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.js +18 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +10 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +41 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +16 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +47 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/index.js +18 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +20 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +77 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +20 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +77 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +38 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +2 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.js +18 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +24 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +55 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +15 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +46 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +22 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +53 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +11 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +41 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +43 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +24 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +55 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +15 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +46 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +16 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +47 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +22 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +53 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +10 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +50 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +16 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +47 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +15 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +46 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +18 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +49 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +15 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +46 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +22 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +54 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +10 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +41 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +10 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +45 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +17 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +48 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +10 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +83 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +19 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +35 -0
- 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 +37 -0
- package/dist/serialization/resources/exports/resources/v3/client/getExports.d.ts +40 -0
- package/dist/serialization/resources/exports/resources/v3/client/getExports.js +102 -0
- package/dist/serialization/resources/exports/resources/v3/client/index.d.ts +1 -0
- package/dist/serialization/resources/exports/resources/v3/client/index.js +37 -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/exports/resources/v3/types/GetExportsResponse.js +46 -0
- 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/externalPaymentAccountConfig/index.d.ts +1 -0
- package/dist/serialization/resources/externalPaymentAccountConfig/index.js +17 -0
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/index.d.ts +1 -0
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/index.js +37 -0
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/index.js +17 -0
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +14 -0
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +45 -0
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +14 -0
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +47 -0
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/index.js +18 -0
- package/dist/serialization/resources/feeSchedules/index.d.ts +1 -0
- package/dist/serialization/resources/feeSchedules/index.js +17 -0
- package/dist/serialization/resources/feeSchedules/resources/index.d.ts +1 -0
- package/dist/serialization/resources/feeSchedules/resources/index.js +37 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +20 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +77 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getMatch.d.ts +25 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +79 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +20 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +73 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/index.d.ts +7 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/index.js +46 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +14 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +45 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/index.js +5 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +15 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +71 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/testMatch.d.ts +20 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +77 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +20 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +73 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.d.ts +11 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +42 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/errors/index.d.ts +1 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/errors/index.js +17 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/index.d.ts +3 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/index.js +19 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +31 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +62 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +10 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +41 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +29 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +60 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +14 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +47 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +14 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +45 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +14 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +45 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +15 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +46 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +16 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +47 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +15 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +46 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +15 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +46 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +15 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +46 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +15 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +46 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +15 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +46 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +15 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +46 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +15 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +46 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +15 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +46 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRate.d.ts +15 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +46 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +16 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +47 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +29 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +60 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +15 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +46 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +14 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +45 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +14 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +45 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +15 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +48 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Rate.d.ts +21 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Rate.js +52 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +15 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +46 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +18 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +51 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +17 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +48 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +14 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +47 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +16 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +47 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +35 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +58 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/index.d.ts +30 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/index.js +46 -0
- package/dist/serialization/resources/financials/index.d.ts +1 -0
- package/dist/serialization/resources/financials/index.js +17 -0
- package/dist/serialization/resources/financials/types/AccountType.d.ts +10 -0
- package/dist/serialization/resources/financials/types/AccountType.js +41 -0
- package/dist/serialization/resources/financials/types/Allocation.d.ts +14 -0
- package/dist/serialization/resources/financials/types/Allocation.js +45 -0
- package/dist/serialization/resources/financials/types/AllocationCreate.d.ts +14 -0
- package/dist/serialization/resources/financials/types/AllocationCreate.js +45 -0
- package/dist/serialization/resources/financials/types/AllocationTarget.d.ts +29 -0
- package/dist/serialization/resources/financials/types/AllocationTarget.js +56 -0
- package/dist/serialization/resources/financials/types/AllocationTargetCreate.d.ts +37 -0
- package/dist/serialization/resources/financials/types/AllocationTargetCreate.js +66 -0
- package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.d.ts +15 -0
- package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.js +46 -0
- package/dist/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +15 -0
- package/dist/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +46 -0
- package/dist/serialization/resources/financials/types/BillingProviderAllocationTarget.d.ts +13 -0
- package/dist/serialization/resources/financials/types/BillingProviderAllocationTarget.js +44 -0
- package/dist/serialization/resources/financials/types/ClaimAllocationTarget.d.ts +15 -0
- package/dist/serialization/resources/financials/types/ClaimAllocationTarget.js +46 -0
- package/dist/serialization/resources/financials/types/InvoiceUpdate.d.ts +18 -0
- package/dist/serialization/resources/financials/types/InvoiceUpdate.js +52 -0
- package/dist/serialization/resources/financials/types/NoteUpdate.d.ts +17 -0
- package/dist/serialization/resources/financials/types/NoteUpdate.js +51 -0
- package/dist/serialization/resources/financials/types/PatientTransactionSource.d.ts +10 -0
- package/dist/serialization/resources/financials/types/PatientTransactionSource.js +41 -0
- package/dist/serialization/resources/financials/types/RefundReason.d.ts +10 -0
- package/dist/serialization/resources/financials/types/RefundReason.js +41 -0
- package/dist/serialization/resources/financials/types/RefundReasonUpdate.d.ts +18 -0
- package/dist/serialization/resources/financials/types/RefundReasonUpdate.js +52 -0
- package/dist/serialization/resources/financials/types/ServiceLineAllocationTarget.d.ts +17 -0
- package/dist/serialization/resources/financials/types/ServiceLineAllocationTarget.js +48 -0
- package/dist/serialization/resources/financials/types/index.d.ts +15 -0
- package/dist/serialization/resources/financials/types/index.js +31 -0
- package/dist/serialization/resources/guarantor/index.d.ts +1 -0
- package/dist/serialization/resources/guarantor/index.js +17 -0
- package/dist/serialization/resources/guarantor/resources/index.d.ts +1 -0
- package/dist/serialization/resources/guarantor/resources/index.js +37 -0
- package/dist/serialization/resources/guarantor/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/guarantor/resources/v1/client/create.js +77 -0
- package/dist/serialization/resources/guarantor/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/guarantor/resources/v1/client/index.js +37 -0
- package/dist/serialization/resources/guarantor/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/guarantor/resources/v1/index.js +18 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +12 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +43 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +20 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.js +53 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +17 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +48 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +18 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +51 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorId.d.ts +10 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +45 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +23 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.js +54 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +23 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +54 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/index.d.ts +7 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/index.js +23 -0
- package/dist/serialization/resources/identifiers/index.d.ts +1 -0
- package/dist/serialization/resources/identifiers/index.js +17 -0
- package/dist/serialization/resources/identifiers/types/Identifier.d.ts +14 -0
- package/dist/serialization/resources/identifiers/types/Identifier.js +47 -0
- package/dist/serialization/resources/identifiers/types/IdentifierBase.d.ts +17 -0
- package/dist/serialization/resources/identifiers/types/IdentifierBase.js +48 -0
- package/dist/serialization/resources/identifiers/types/IdentifierCode.d.ts +10 -0
- package/dist/serialization/resources/identifiers/types/IdentifierCode.js +41 -0
- package/dist/serialization/resources/identifiers/types/IdentifierCreate.d.ts +12 -0
- package/dist/serialization/resources/identifiers/types/IdentifierCreate.js +42 -0
- package/dist/serialization/resources/identifiers/types/IdentifierId.d.ts +10 -0
- package/dist/serialization/resources/identifiers/types/IdentifierId.js +45 -0
- package/dist/serialization/resources/identifiers/types/IdentifierUpdate.d.ts +19 -0
- package/dist/serialization/resources/identifiers/types/IdentifierUpdate.js +50 -0
- package/dist/serialization/resources/identifiers/types/IdentifierValue.d.ts +18 -0
- package/dist/serialization/resources/identifiers/types/IdentifierValue.js +51 -0
- package/dist/serialization/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +14 -0
- package/dist/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +45 -0
- package/dist/serialization/resources/identifiers/types/MedicareProviderIdentifier.d.ts +14 -0
- package/dist/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +45 -0
- package/dist/serialization/resources/identifiers/types/UpdatableIdentifier.d.ts +23 -0
- package/dist/serialization/resources/identifiers/types/UpdatableIdentifier.js +55 -0
- 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/importInvoice/index.d.ts +1 -0
- package/dist/serialization/resources/importInvoice/index.js +17 -0
- package/dist/serialization/resources/importInvoice/resources/index.d.ts +1 -0
- package/dist/serialization/resources/importInvoice/resources/index.js +37 -0
- package/dist/serialization/resources/importInvoice/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/importInvoice/resources/v1/client/get.js +71 -0
- package/dist/serialization/resources/importInvoice/resources/v1/client/importInvoice.d.ts +20 -0
- package/dist/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +77 -0
- package/dist/serialization/resources/importInvoice/resources/v1/client/index.d.ts +3 -0
- package/dist/serialization/resources/importInvoice/resources/v1/client/index.js +39 -0
- package/dist/serialization/resources/importInvoice/resources/v1/client/update.d.ts +15 -0
- package/dist/serialization/resources/importInvoice/resources/v1/client/update.js +71 -0
- package/dist/serialization/resources/importInvoice/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/importInvoice/resources/v1/index.js +18 -0
- package/dist/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +24 -0
- package/dist/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +55 -0
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +27 -0
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +58 -0
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +18 -0
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +49 -0
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +14 -0
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +47 -0
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +15 -0
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +46 -0
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +10 -0
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +41 -0
- package/dist/serialization/resources/importInvoice/resources/v1/types/index.d.ts +6 -0
- package/dist/serialization/resources/importInvoice/resources/v1/types/index.js +22 -0
- package/dist/serialization/resources/index.d.ts +71 -0
- package/dist/serialization/resources/index.js +111 -0
- package/dist/serialization/resources/individual/index.d.ts +1 -0
- package/dist/serialization/resources/individual/index.js +17 -0
- package/dist/serialization/resources/individual/types/Gender.d.ts +10 -0
- package/dist/serialization/resources/individual/types/Gender.js +47 -0
- package/dist/serialization/resources/individual/types/IndividualBase.d.ts +15 -0
- package/dist/serialization/resources/individual/types/IndividualBase.js +46 -0
- package/dist/serialization/resources/individual/types/IndividualBaseOptional.d.ts +15 -0
- package/dist/serialization/resources/individual/types/IndividualBaseOptional.js +46 -0
- package/dist/serialization/resources/individual/types/IndividualId.d.ts +10 -0
- package/dist/serialization/resources/individual/types/IndividualId.js +45 -0
- package/dist/serialization/resources/individual/types/Patient.d.ts +24 -0
- package/dist/serialization/resources/individual/types/Patient.js +57 -0
- package/dist/serialization/resources/individual/types/PatientBase.d.ts +16 -0
- package/dist/serialization/resources/individual/types/PatientBase.js +49 -0
- package/dist/serialization/resources/individual/types/PatientClinicalTrialInfo.d.ts +14 -0
- package/dist/serialization/resources/individual/types/PatientClinicalTrialInfo.js +45 -0
- package/dist/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +14 -0
- package/dist/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.js +45 -0
- package/dist/serialization/resources/individual/types/PatientCreate.d.ts +22 -0
- package/dist/serialization/resources/individual/types/PatientCreate.js +55 -0
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +16 -0
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +47 -0
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +16 -0
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +47 -0
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +16 -0
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +47 -0
- package/dist/serialization/resources/individual/types/PatientUpdate.d.ts +29 -0
- package/dist/serialization/resources/individual/types/PatientUpdate.js +60 -0
- package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +29 -0
- package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +60 -0
- package/dist/serialization/resources/individual/types/Subscriber.d.ts +16 -0
- package/dist/serialization/resources/individual/types/Subscriber.js +49 -0
- package/dist/serialization/resources/individual/types/SubscriberBase.d.ts +17 -0
- package/dist/serialization/resources/individual/types/SubscriberBase.js +50 -0
- package/dist/serialization/resources/individual/types/SubscriberBaseOptional.d.ts +17 -0
- package/dist/serialization/resources/individual/types/SubscriberBaseOptional.js +50 -0
- package/dist/serialization/resources/individual/types/SubscriberCreate.d.ts +14 -0
- package/dist/serialization/resources/individual/types/SubscriberCreate.js +47 -0
- package/dist/serialization/resources/individual/types/SubscriberCreateOptional.d.ts +14 -0
- package/dist/serialization/resources/individual/types/SubscriberCreateOptional.js +47 -0
- package/dist/serialization/resources/individual/types/index.d.ts +19 -0
- package/dist/serialization/resources/individual/types/index.js +35 -0
- package/dist/serialization/resources/insuranceAdjudications/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudications/index.js +17 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/index.js +37 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +15 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +71 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +37 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.js +18 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +22 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +53 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +21 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +52 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +22 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +53 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +25 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +56 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +10 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +45 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +24 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +55 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +22 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +53 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +10 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +45 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +8 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +24 -0
- package/dist/serialization/resources/insuranceCards/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceCards/index.js +17 -0
- package/dist/serialization/resources/insuranceCards/resources/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceCards/resources/index.js +37 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/index.js +17 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +21 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +54 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +19 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +50 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +21 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +54 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +21 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +54 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +10 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +45 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/index.d.ts +5 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/index.js +21 -0
- package/dist/serialization/resources/insurancePayments/index.d.ts +1 -0
- package/dist/serialization/resources/insurancePayments/index.js +17 -0
- package/dist/serialization/resources/insurancePayments/resources/index.d.ts +1 -0
- package/dist/serialization/resources/insurancePayments/resources/index.js +37 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +20 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/get.js +77 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +20 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +77 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +2 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.js +38 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/index.js +18 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +20 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +51 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +10 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +45 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +10 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +41 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +14 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +47 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +4 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.js +20 -0
- package/dist/serialization/resources/insuranceRefunds/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceRefunds/index.js +17 -0
- package/dist/serialization/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceRefunds/resources/index.js +37 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/create.d.ts +25 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/create.js +83 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/delete.d.ts +25 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +83 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/get.d.ts +20 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/get.js +77 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +20 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +77 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/index.js +45 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +16 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +47 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/update.d.ts +25 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/update.js +83 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/index.js +18 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +22 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +53 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +20 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +51 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +10 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +45 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +10 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +41 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +14 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +47 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/invoices/index.d.ts +2 -0
- package/dist/serialization/resources/invoices/index.js +18 -0
- package/dist/serialization/resources/invoices/resources/index.d.ts +1 -0
- package/dist/serialization/resources/invoices/resources/index.js +37 -0
- package/dist/serialization/resources/invoices/resources/v2/index.d.ts +1 -0
- package/dist/serialization/resources/invoices/resources/v2/index.js +17 -0
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +14 -0
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +45 -0
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +16 -0
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +47 -0
- package/dist/serialization/resources/invoices/resources/v2/types/Invoice.d.ts +28 -0
- package/dist/serialization/resources/invoices/resources/v2/types/Invoice.js +59 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +10 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +41 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +16 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +47 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +17 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +48 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +23 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +56 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +14 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +45 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +16 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +47 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +10 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +41 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +10 -0
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +41 -0
- package/dist/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +14 -0
- package/dist/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +45 -0
- package/dist/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +12 -0
- package/dist/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +43 -0
- package/dist/serialization/resources/invoices/resources/v2/types/index.d.ts +13 -0
- package/dist/serialization/resources/invoices/resources/v2/types/index.js +29 -0
- package/dist/serialization/resources/invoices/types/Invoice.d.ts +30 -0
- package/dist/serialization/resources/invoices/types/Invoice.js +61 -0
- package/dist/serialization/resources/invoices/types/InvoiceItem.d.ts +14 -0
- package/dist/serialization/resources/invoices/types/InvoiceItem.js +45 -0
- package/dist/serialization/resources/invoices/types/InvoiceStatus.d.ts +10 -0
- package/dist/serialization/resources/invoices/types/InvoiceStatus.js +41 -0
- package/dist/serialization/resources/invoices/types/index.d.ts +3 -0
- package/dist/serialization/resources/invoices/types/index.js +19 -0
- package/dist/serialization/resources/medicationDispense/index.d.ts +1 -0
- package/dist/serialization/resources/medicationDispense/index.js +17 -0
- package/dist/serialization/resources/medicationDispense/resources/index.d.ts +1 -0
- package/dist/serialization/resources/medicationDispense/resources/index.js +37 -0
- package/dist/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +40 -0
- package/dist/serialization/resources/medicationDispense/resources/v1/client/create.js +101 -0
- package/dist/serialization/resources/medicationDispense/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/medicationDispense/resources/v1/client/index.js +37 -0
- package/dist/serialization/resources/medicationDispense/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/medicationDispense/resources/v1/index.js +18 -0
- package/dist/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +24 -0
- package/dist/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +55 -0
- package/dist/serialization/resources/medicationDispense/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/medicationDispense/resources/v1/types/index.js +17 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/index.js +17 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/index.js +37 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +77 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +77 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +71 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +71 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +45 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +16 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +47 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +77 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/index.js +18 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +23 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +54 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +21 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +52 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +45 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +41 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +14 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +47 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/index.js +17 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/index.js +37 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +77 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +77 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +71 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +71 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +45 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +18 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +49 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +77 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.js +18 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +25 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +56 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +23 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +54 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +45 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +41 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +14 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +47 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/nonInsurancePayers/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayers/index.js +17 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/index.js +37 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +77 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +71 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +71 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +71 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +42 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +71 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +77 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/index.js +18 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +18 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +49 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +21 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +52 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +18 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +52 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +17 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +51 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +17 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +51 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +45 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +14 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +47 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +41 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +18 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +49 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +12 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +43 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +26 -0
- package/dist/serialization/resources/organizationProviders/index.d.ts +1 -0
- package/dist/serialization/resources/organizationProviders/index.js +17 -0
- package/dist/serialization/resources/organizationProviders/resources/index.d.ts +2 -0
- package/dist/serialization/resources/organizationProviders/resources/index.js +38 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/index.d.ts +1 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/index.js +17 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/AddressType.d.ts +10 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +41 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +10 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +41 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +10 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +141 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +19 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +52 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +15 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +46 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +27 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +58 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +10 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +45 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +10 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +41 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +10 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +41 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/index.d.ts +9 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/index.js +25 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +20 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.js +77 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/get.d.ts +15 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/get.js +71 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/index.d.ts +3 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/index.js +39 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +25 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.js +83 -0
- 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/v3/types/OrganizationProviderCreateV2.d.ts +29 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +60 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +14 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +47 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +30 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +61 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +31 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +62 -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/dist/serialization/resources/organizationServiceFacilities/index.d.ts +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/index.js +17 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/index.d.ts +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/index.js +37 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +15 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +71 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +15 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +71 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +15 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +71 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +4 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +40 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +20 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +77 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/index.d.ts +2 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/index.js +18 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +30 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +61 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +28 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +59 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +10 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +45 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +14 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +47 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +28 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +59 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +10 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +41 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +10 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +41 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +10 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +41 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +10 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +41 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +10 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +165 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +10 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/index.js +26 -0
- package/dist/serialization/resources/patientPayments/index.d.ts +1 -0
- package/dist/serialization/resources/patientPayments/index.js +17 -0
- package/dist/serialization/resources/patientPayments/resources/index.d.ts +2 -0
- package/dist/serialization/resources/patientPayments/resources/index.js +38 -0
- package/dist/serialization/resources/patientPayments/resources/v3/index.d.ts +1 -0
- package/dist/serialization/resources/patientPayments/resources/v3/index.js +17 -0
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +30 -0
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +61 -0
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +10 -0
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +45 -0
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +10 -0
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +51 -0
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +10 -0
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +53 -0
- package/dist/serialization/resources/patientPayments/resources/v3/types/index.d.ts +4 -0
- package/dist/serialization/resources/patientPayments/resources/v3/types/index.js +20 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/create.d.ts +25 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/create.js +83 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/delete.d.ts +25 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/delete.js +83 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/get.d.ts +20 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/get.js +77 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/getMulti.d.ts +20 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/getMulti.js +77 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/index.d.ts +6 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/index.js +45 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +20 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +51 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +16 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +47 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/index.js +7 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/update.d.ts +25 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/update.js +83 -0
- package/dist/serialization/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/dist/serialization/resources/patientPayments/resources/v4/index.js +18 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +27 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +58 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +10 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +45 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +10 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +41 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +14 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +47 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.d.ts +4 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.js +20 -0
- package/dist/serialization/resources/patientRefunds/index.d.ts +1 -0
- package/dist/serialization/resources/patientRefunds/index.js +17 -0
- package/dist/serialization/resources/patientRefunds/resources/index.d.ts +1 -0
- package/dist/serialization/resources/patientRefunds/resources/index.js +37 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/create.d.ts +25 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/create.js +83 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/delete.d.ts +25 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/delete.js +83 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/get.d.ts +20 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/get.js +77 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/getMulti.d.ts +20 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +77 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/index.js +45 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +22 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +53 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +18 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +49 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/index.js +7 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/update.d.ts +25 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/update.js +83 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/index.js +18 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +29 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +60 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +10 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +45 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +10 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +41 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +14 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +47 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +4 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/index.js +20 -0
- package/dist/serialization/resources/payerPlanGroups/index.d.ts +1 -0
- package/dist/serialization/resources/payerPlanGroups/index.js +17 -0
- package/dist/serialization/resources/payerPlanGroups/resources/index.d.ts +1 -0
- package/dist/serialization/resources/payerPlanGroups/resources/index.js +37 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/create.js +77 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +20 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.js +77 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/get.d.ts +20 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/get.js +77 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.js +71 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/index.d.ts +5 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/index.js +41 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/update.d.ts +25 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/update.js +83 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/index.js +18 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +16 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +47 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +17 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +50 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +14 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +45 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +14 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +47 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +10 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +41 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/payers/index.d.ts +1 -0
- package/dist/serialization/resources/payers/index.js +17 -0
- package/dist/serialization/resources/payers/resources/index.d.ts +1 -0
- package/dist/serialization/resources/payers/resources/index.js +37 -0
- package/dist/serialization/resources/payers/resources/v3/index.d.ts +1 -0
- package/dist/serialization/resources/payers/resources/v3/index.js +17 -0
- package/dist/serialization/resources/payers/resources/v3/types/Payer.d.ts +21 -0
- package/dist/serialization/resources/payers/resources/v3/types/Payer.js +52 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerId.d.ts +10 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerId.js +45 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.d.ts +19 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +53 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.d.ts +15 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.js +46 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerName.d.ts +10 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerName.js +45 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerPage.d.ts +14 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerPage.js +47 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerUuid.d.ts +10 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerUuid.js +45 -0
- package/dist/serialization/resources/payers/resources/v3/types/index.d.ts +7 -0
- package/dist/serialization/resources/payers/resources/v3/types/index.js +23 -0
- package/dist/serialization/resources/paymentAccountConfigs/index.d.ts +1 -0
- package/dist/serialization/resources/paymentAccountConfigs/index.js +17 -0
- package/dist/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +10 -0
- package/dist/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +45 -0
- package/dist/serialization/resources/paymentAccountConfigs/types/index.d.ts +1 -0
- package/dist/serialization/resources/paymentAccountConfigs/types/index.js +17 -0
- package/dist/serialization/resources/pipelineCommons/index.d.ts +1 -0
- package/dist/serialization/resources/pipelineCommons/index.js +17 -0
- package/dist/serialization/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +10 -0
- package/dist/serialization/resources/pipelineCommons/types/ConfigurableRuleId.js +45 -0
- package/dist/serialization/resources/pipelineCommons/types/index.d.ts +1 -0
- package/dist/serialization/resources/pipelineCommons/types/index.js +17 -0
- package/dist/serialization/resources/preEncounter/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/index.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +77 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +77 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +71 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +73 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +71 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +7 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +43 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +42 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +77 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/index.js +18 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +49 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +31 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +62 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +18 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +49 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +47 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +8 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +24 -0
- package/dist/serialization/resources/preEncounter/resources/common/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/common/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +46 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Address.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Address.js +51 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/AddressUse.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/AddressUse.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/AppointmentId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/BaseModel.d.ts +18 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/BaseModel.js +49 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +16 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +47 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +18 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +49 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPoint.d.ts +16 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +47 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CoverageId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CoverageId.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.js +46 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +25 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +56 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/FilterQueryString.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Gender.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Gender.js +51 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.d.ts +18 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.js +49 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/NameUse.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/NameUse.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/NoteId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/NoteId.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/OrganizationId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/PatientId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/PatientId.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerId.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Period.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Period.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Race.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Race.js +51 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Relationship.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Relationship.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +46 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Sex.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/TagId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/TagId.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/UserId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/UserId.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +46 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +39 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.js +55 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/index.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +73 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +42 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +71 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +46 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +42 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +77 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/index.js +18 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +18 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +49 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +52 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +18 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +49 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +49 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +18 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +49 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +19 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +50 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +46 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +46 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +47 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +51 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +28 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +59 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +112 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +46 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +46 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +28 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +59 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +66 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +18 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +49 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +17 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +48 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +21 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +52 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +24 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +55 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +19 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +50 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +17 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +48 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +229 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +18 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +49 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +29 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/index.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +42 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +38 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +42 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +18 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +12 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +43 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +21 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +52 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +46 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +17 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +48 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +19 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +50 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +47 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +17 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +50 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +51 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +18 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +51 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +51 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +8 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +17 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +48 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +48 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +16 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +47 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +12 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +43 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +21 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +52 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +27 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +43 -0
- package/dist/serialization/resources/preEncounter/resources/images/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/images/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/index.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/create.js +71 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +77 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/get.js +71 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +42 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +5 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/index.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/update.js +77 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/index.js +18 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +46 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +16 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.js +50 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +51 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +7 -0
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/index.js +23 -0
- package/dist/serialization/resources/preEncounter/resources/index.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/index.js +49 -0
- package/dist/serialization/resources/preEncounter/resources/lists/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/lists/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/index.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +71 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/index.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/index.js +18 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +19 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +50 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +47 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +19 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +50 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +47 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/preEncounter/resources/notes/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/notes/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/notes/resources/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/notes/resources/index.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +16 -0
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +50 -0
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/index.js +18 -0
- package/dist/serialization/resources/preEncounter/resources/patients/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/index.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +71 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +77 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +77 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +71 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +73 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +46 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +77 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +42 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +42 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +42 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +77 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/index.js +18 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +26 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +57 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +22 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +53 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +19 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +50 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +54 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +71 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +102 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +46 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +16 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +50 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +47 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +17 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +48 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +30 -0
- package/dist/serialization/resources/preEncounter/resources/tags/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/tags/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/tags/resources/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/tags/resources/index.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +49 -0
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +47 -0
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/index.d.ts +3 -0
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/index.js +19 -0
- package/dist/serialization/resources/remitDrafts/index.d.ts +1 -0
- package/dist/serialization/resources/remitDrafts/index.js +17 -0
- package/dist/serialization/resources/remitDrafts/resources/index.d.ts +1 -0
- package/dist/serialization/resources/remitDrafts/resources/index.js +37 -0
- package/dist/serialization/resources/remitDrafts/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/remitDrafts/resources/v1/index.js +17 -0
- package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +10 -0
- package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +45 -0
- package/dist/serialization/resources/remitDrafts/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/remitDrafts/resources/v1/types/index.js +17 -0
- package/dist/serialization/resources/remits/index.d.ts +1 -0
- package/dist/serialization/resources/remits/index.js +17 -0
- package/dist/serialization/resources/remits/resources/index.d.ts +1 -0
- package/dist/serialization/resources/remits/resources/index.js +37 -0
- package/dist/serialization/resources/remits/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/remits/resources/v1/index.js +17 -0
- package/dist/serialization/resources/remits/resources/v1/types/Payee.d.ts +14 -0
- package/dist/serialization/resources/remits/resources/v1/types/Payee.js +45 -0
- package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +24 -0
- package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +58 -0
- package/dist/serialization/resources/remits/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/remits/resources/v1/types/index.js +18 -0
- package/dist/serialization/resources/serviceFacility/index.d.ts +1 -0
- package/dist/serialization/resources/serviceFacility/index.js +17 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +18 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +49 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +16 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +47 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +16 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +47 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +16 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +47 -0
- package/dist/serialization/resources/serviceFacility/types/ServiceFacilityId.d.ts +10 -0
- package/dist/serialization/resources/serviceFacility/types/ServiceFacilityId.js +45 -0
- package/dist/serialization/resources/serviceFacility/types/index.d.ts +5 -0
- package/dist/serialization/resources/serviceFacility/types/index.js +21 -0
- package/dist/serialization/resources/serviceLines/index.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/index.js +17 -0
- package/dist/serialization/resources/serviceLines/resources/index.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/index.js +37 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/create.d.ts +15 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/create.js +71 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +20 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/delete.js +77 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.d.ts +3 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.js +39 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/update.d.ts +25 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/update.js +83 -0
- package/dist/serialization/resources/serviceLines/resources/v2/index.d.ts +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/index.js +18 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +10 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +74 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +21 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +52 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +21 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +52 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +10 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +41 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +10 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +41 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +68 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +99 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +16 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +47 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +34 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +65 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +34 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +65 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +42 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +73 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +13 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +44 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +14 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +45 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +39 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +70 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +14 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.js +45 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +14 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.js +45 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +10 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +41 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +16 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +32 -0
- package/dist/serialization/resources/superbills/index.d.ts +1 -0
- package/dist/serialization/resources/superbills/index.js +17 -0
- package/dist/serialization/resources/superbills/resources/index.d.ts +1 -0
- package/dist/serialization/resources/superbills/resources/index.js +37 -0
- package/dist/serialization/resources/superbills/resources/v1/client/createSuperbill.d.ts +15 -0
- package/dist/serialization/resources/superbills/resources/v1/client/createSuperbill.js +71 -0
- package/dist/serialization/resources/superbills/resources/v1/client/index.d.ts +2 -0
- package/dist/serialization/resources/superbills/resources/v1/client/index.js +41 -0
- package/dist/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +17 -0
- package/dist/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +48 -0
- package/dist/serialization/resources/superbills/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/superbills/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/superbills/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/superbills/resources/v1/index.js +18 -0
- package/dist/serialization/resources/superbills/resources/v1/types/Superbill.d.ts +18 -0
- package/dist/serialization/resources/superbills/resources/v1/types/Superbill.js +49 -0
- package/dist/serialization/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +13 -0
- package/dist/serialization/resources/superbills/resources/v1/types/SuperbillResponse.js +44 -0
- package/dist/serialization/resources/superbills/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/superbills/resources/v1/types/index.js +18 -0
- package/dist/serialization/resources/tags/index.d.ts +1 -0
- package/dist/serialization/resources/tags/index.js +17 -0
- package/dist/serialization/resources/tags/types/Tag.d.ts +13 -0
- package/dist/serialization/resources/tags/types/Tag.js +46 -0
- package/dist/serialization/resources/tags/types/TagColorEnum.d.ts +10 -0
- package/dist/serialization/resources/tags/types/TagColorEnum.js +41 -0
- package/dist/serialization/resources/tags/types/TagCreate.d.ts +16 -0
- package/dist/serialization/resources/tags/types/TagCreate.js +47 -0
- package/dist/serialization/resources/tags/types/TagId.d.ts +10 -0
- package/dist/serialization/resources/tags/types/TagId.js +47 -0
- package/dist/serialization/resources/tags/types/index.d.ts +4 -0
- package/dist/serialization/resources/tags/types/index.js +20 -0
- package/dist/serialization/resources/tasks/index.d.ts +1 -0
- package/dist/serialization/resources/tasks/index.js +17 -0
- package/dist/serialization/resources/tasks/resources/commons/index.d.ts +1 -0
- package/dist/serialization/resources/tasks/resources/commons/index.js +17 -0
- package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.d.ts +10 -0
- package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.js +84 -0
- package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.d.ts +10 -0
- package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.js +49 -0
- package/dist/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +10 -0
- package/dist/serialization/resources/tasks/resources/commons/types/TaskType.js +54 -0
- package/dist/serialization/resources/tasks/resources/commons/types/index.d.ts +3 -0
- package/dist/serialization/resources/tasks/resources/commons/types/index.js +19 -0
- package/dist/serialization/resources/tasks/resources/index.d.ts +3 -0
- package/dist/serialization/resources/tasks/resources/index.js +42 -0
- package/dist/serialization/resources/tasks/resources/v3/client/get.d.ts +20 -0
- package/dist/serialization/resources/tasks/resources/v3/client/get.js +77 -0
- package/dist/serialization/resources/tasks/resources/v3/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/tasks/resources/v3/client/getMulti.js +71 -0
- package/dist/serialization/resources/tasks/resources/v3/client/index.d.ts +3 -0
- package/dist/serialization/resources/tasks/resources/v3/client/index.js +39 -0
- package/dist/serialization/resources/tasks/resources/v3/client/update.d.ts +25 -0
- package/dist/serialization/resources/tasks/resources/v3/client/update.js +83 -0
- package/dist/serialization/resources/tasks/resources/v3/index.d.ts +2 -0
- package/dist/serialization/resources/tasks/resources/v3/index.js +18 -0
- package/dist/serialization/resources/tasks/resources/v3/types/Task.d.ts +38 -0
- package/dist/serialization/resources/tasks/resources/v3/types/Task.js +69 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +16 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.js +47 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +13 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +48 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionType.d.ts +10 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionType.js +41 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.d.ts +13 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.js +44 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.d.ts +15 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +46 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +23 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +54 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.d.ts +17 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.js +48 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.d.ts +14 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.js +47 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +10 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +64 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +16 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +47 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +13 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +44 -0
- package/dist/serialization/resources/tasks/resources/v3/types/index.d.ts +12 -0
- package/dist/serialization/resources/tasks/resources/v3/types/index.js +28 -0
- package/dist/serialization/resources/writeOffs/index.d.ts +1 -0
- package/dist/serialization/resources/writeOffs/index.js +17 -0
- package/dist/serialization/resources/writeOffs/resources/index.d.ts +1 -0
- package/dist/serialization/resources/writeOffs/resources/index.js +37 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/index.js +17 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +13 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +44 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/writeOffs/resources/v1/index.js +18 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +13 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +44 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +24 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +55 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +20 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +51 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +10 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +59 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +25 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +59 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +24 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +55 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +20 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +51 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +26 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +57 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +18 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +49 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +10 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +54 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +22 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +53 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +22 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +53 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +10 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +45 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +10 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +41 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +14 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +47 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.d.ts +15 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.js +31 -0
- package/dist/serialization/resources/x12/index.d.ts +1 -0
- package/dist/serialization/resources/x12/index.js +17 -0
- package/dist/serialization/resources/x12/resources/index.d.ts +1 -0
- package/dist/serialization/resources/x12/resources/index.js +37 -0
- package/dist/serialization/resources/x12/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/x12/resources/v1/index.js +17 -0
- package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +10 -0
- package/dist/serialization/resources/x12/resources/v1/types/Carc.js +445 -0
- package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +16 -0
- package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +47 -0
- package/dist/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +10 -0
- package/dist/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +82 -0
- package/dist/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +10 -0
- package/dist/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +41 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +10 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +1229 -0
- package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +13 -0
- package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +44 -0
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +10 -0
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +41 -0
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +18 -0
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.js +49 -0
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +10 -0
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +69 -0
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +10 -0
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfCareCode.js +41 -0
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +10 -0
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.js +41 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +11 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.js +27 -0
- package/dist/serialization/resources/yesNoIndicator/index.d.ts +1 -0
- package/dist/serialization/resources/yesNoIndicator/index.js +17 -0
- package/dist/serialization/resources/yesNoIndicator/types/YesNoIndicator.d.ts +10 -0
- package/dist/serialization/resources/yesNoIndicator/types/YesNoIndicator.js +41 -0
- package/dist/serialization/resources/yesNoIndicator/types/index.d.ts +1 -0
- package/dist/serialization/resources/yesNoIndicator/types/index.js +17 -0
- package/dist/version.d.ts +1 -0
- package/dist/version.js +4 -0
- package/environments.d.ts +22 -0
- package/environments.js +20 -0
- package/errors/CandidApiError.d.ts +12 -0
- package/errors/CandidApiError.js +33 -0
- package/errors/CandidApiTimeoutError.d.ts +6 -0
- package/errors/CandidApiTimeoutError.js +13 -0
- package/errors/index.d.ts +2 -0
- package/errors/index.js +7 -0
- package/examples/acmeHealth.ts +87 -0
- package/index.d.ts +5 -0
- package/index.js +45 -0
- package/jest.config.mjs +8 -0
- package/package.json +44 -0
- package/reference.md +13214 -0
- package/scripts/rename-to-esm-files.js +115 -0
- package/serialization/index.d.ts +1 -0
- package/serialization/index.js +17 -0
- package/serialization/resources/auth/index.d.ts +1 -0
- package/serialization/resources/auth/index.js +17 -0
- package/serialization/resources/auth/resources/default/client/getToken.d.ts +20 -0
- package/serialization/resources/auth/resources/default/client/getToken.js +77 -0
- package/serialization/resources/auth/resources/default/client/index.d.ts +2 -0
- package/serialization/resources/auth/resources/default/client/index.js +41 -0
- package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +13 -0
- package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +44 -0
- package/serialization/resources/auth/resources/default/client/requests/index.d.ts +1 -0
- package/serialization/resources/auth/resources/default/client/requests/index.js +5 -0
- package/serialization/resources/auth/resources/default/index.d.ts +2 -0
- package/serialization/resources/auth/resources/default/index.js +18 -0
- package/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +14 -0
- package/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.js +45 -0
- package/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +12 -0
- package/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +43 -0
- package/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +12 -0
- package/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.js +43 -0
- package/serialization/resources/auth/resources/default/types/index.d.ts +3 -0
- package/serialization/resources/auth/resources/default/types/index.js +19 -0
- package/serialization/resources/auth/resources/index.d.ts +1 -0
- package/serialization/resources/auth/resources/index.js +37 -0
- package/serialization/resources/billingNotes/index.d.ts +1 -0
- package/serialization/resources/billingNotes/index.js +17 -0
- package/serialization/resources/billingNotes/resources/index.d.ts +1 -0
- package/serialization/resources/billingNotes/resources/index.js +37 -0
- package/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +25 -0
- package/serialization/resources/billingNotes/resources/v2/client/delete.js +83 -0
- package/serialization/resources/billingNotes/resources/v2/client/index.d.ts +3 -0
- package/serialization/resources/billingNotes/resources/v2/client/index.js +42 -0
- package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +12 -0
- package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +43 -0
- package/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +14 -0
- package/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +47 -0
- package/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +2 -0
- package/serialization/resources/billingNotes/resources/v2/client/requests/index.js +7 -0
- package/serialization/resources/billingNotes/resources/v2/client/update.d.ts +30 -0
- package/serialization/resources/billingNotes/resources/v2/client/update.js +89 -0
- package/serialization/resources/billingNotes/resources/v2/index.d.ts +2 -0
- package/serialization/resources/billingNotes/resources/v2/index.js +18 -0
- package/serialization/resources/billingNotes/resources/v2/types/BillingNote.d.ts +19 -0
- package/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +52 -0
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +12 -0
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +43 -0
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +12 -0
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +43 -0
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +10 -0
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +45 -0
- package/serialization/resources/billingNotes/resources/v2/types/index.d.ts +4 -0
- package/serialization/resources/billingNotes/resources/v2/types/index.js +20 -0
- package/serialization/resources/chargeCapture/index.d.ts +1 -0
- package/serialization/resources/chargeCapture/index.js +17 -0
- package/serialization/resources/chargeCapture/resources/index.d.ts +1 -0
- package/serialization/resources/chargeCapture/resources/index.js +37 -0
- package/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +40 -0
- package/serialization/resources/chargeCapture/resources/v1/client/create.js +101 -0
- package/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +4 -0
- package/serialization/resources/chargeCapture/resources/v1/client/index.js +43 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +14 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +45 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +20 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +51 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +20 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +51 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +3 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +9 -0
- package/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +35 -0
- package/serialization/resources/chargeCapture/resources/v1/client/update.js +95 -0
- package/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +25 -0
- package/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +79 -0
- package/serialization/resources/chargeCapture/resources/v1/index.d.ts +2 -0
- package/serialization/resources/chargeCapture/resources/v1/index.js +18 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +30 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +61 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +12 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +42 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +21 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +52 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +15 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +48 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +15 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +46 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +10 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +41 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +10 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +41 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +12 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +43 -0
- package/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +8 -0
- package/serialization/resources/chargeCapture/resources/v1/types/index.js +24 -0
- package/serialization/resources/chargeCaptureBundles/index.d.ts +1 -0
- package/serialization/resources/chargeCaptureBundles/index.js +17 -0
- package/serialization/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
- package/serialization/resources/chargeCaptureBundles/resources/index.js +37 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +2 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +41 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +13 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +44 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +20 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +77 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +22 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +53 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +14 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +47 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +10 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +41 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +10 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +41 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +16 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +47 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +21 -0
- package/serialization/resources/claimSubmission/index.d.ts +1 -0
- package/serialization/resources/claimSubmission/index.js +17 -0
- package/serialization/resources/claimSubmission/resources/index.d.ts +1 -0
- package/serialization/resources/claimSubmission/resources/index.js +37 -0
- package/serialization/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/serialization/resources/claimSubmission/resources/v1/index.js +17 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +18 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +49 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +18 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +49 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +15 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +46 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +15 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +46 -0
- package/serialization/resources/claimSubmission/resources/v1/types/index.d.ts +4 -0
- package/serialization/resources/claimSubmission/resources/v1/types/index.js +20 -0
- package/serialization/resources/claims/index.d.ts +1 -0
- package/serialization/resources/claims/index.js +17 -0
- package/serialization/resources/claims/types/Claim.d.ts +23 -0
- package/serialization/resources/claims/types/Claim.js +54 -0
- package/serialization/resources/claims/types/ClaimStatus.d.ts +10 -0
- package/serialization/resources/claims/types/ClaimStatus.js +57 -0
- package/serialization/resources/claims/types/index.d.ts +2 -0
- package/serialization/resources/claims/types/index.js +18 -0
- package/serialization/resources/clinicalTrials/index.d.ts +1 -0
- package/serialization/resources/clinicalTrials/index.js +17 -0
- package/serialization/resources/clinicalTrials/resources/index.d.ts +1 -0
- package/serialization/resources/clinicalTrials/resources/index.js +37 -0
- package/serialization/resources/clinicalTrials/resources/v1/index.d.ts +1 -0
- package/serialization/resources/clinicalTrials/resources/v1/index.js +17 -0
- package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +17 -0
- package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +50 -0
- package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +10 -0
- package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +41 -0
- package/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +15 -0
- package/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +46 -0
- package/serialization/resources/clinicalTrials/resources/v1/types/index.d.ts +3 -0
- package/serialization/resources/clinicalTrials/resources/v1/types/index.js +19 -0
- package/serialization/resources/commons/errors/HttpRequestValidationsError.d.ts +11 -0
- package/serialization/resources/commons/errors/HttpRequestValidationsError.js +42 -0
- package/serialization/resources/commons/errors/index.d.ts +1 -0
- package/serialization/resources/commons/errors/index.js +17 -0
- package/serialization/resources/commons/index.d.ts +2 -0
- package/serialization/resources/commons/index.js +18 -0
- package/serialization/resources/commons/types/AdjustmentId.d.ts +10 -0
- package/serialization/resources/commons/types/AdjustmentId.js +45 -0
- package/serialization/resources/commons/types/AppointmentId.d.ts +10 -0
- package/serialization/resources/commons/types/AppointmentId.js +45 -0
- package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +10 -0
- package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +41 -0
- package/serialization/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +10 -0
- package/serialization/resources/commons/types/ChargeCaptureClaimCreationId.js +45 -0
- package/serialization/resources/commons/types/ChargeCaptureId.d.ts +10 -0
- package/serialization/resources/commons/types/ChargeCaptureId.js +45 -0
- package/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +10 -0
- package/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.js +45 -0
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +10 -0
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +41 -0
- package/serialization/resources/commons/types/ClaimId.d.ts +10 -0
- package/serialization/resources/commons/types/ClaimId.js +47 -0
- package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +10 -0
- package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +41 -0
- package/serialization/resources/commons/types/ClinicalTrialId.d.ts +10 -0
- package/serialization/resources/commons/types/ClinicalTrialId.js +45 -0
- package/serialization/resources/commons/types/DateRangeOptionalEnd.d.ts +14 -0
- package/serialization/resources/commons/types/DateRangeOptionalEnd.js +45 -0
- package/serialization/resources/commons/types/Date_.d.ts +10 -0
- package/serialization/resources/commons/types/Date_.js +47 -0
- package/serialization/resources/commons/types/Decimal.d.ts +10 -0
- package/serialization/resources/commons/types/Decimal.js +47 -0
- package/serialization/resources/commons/types/DelayReasonCode.d.ts +10 -0
- package/serialization/resources/commons/types/DelayReasonCode.js +41 -0
- package/serialization/resources/commons/types/Email.d.ts +10 -0
- package/serialization/resources/commons/types/Email.js +47 -0
- package/serialization/resources/commons/types/EmrPayerCrosswalk.d.ts +10 -0
- package/serialization/resources/commons/types/EmrPayerCrosswalk.js +41 -0
- package/serialization/resources/commons/types/EncounterExternalId.d.ts +10 -0
- package/serialization/resources/commons/types/EncounterExternalId.js +45 -0
- package/serialization/resources/commons/types/EncounterId.d.ts +10 -0
- package/serialization/resources/commons/types/EncounterId.js +45 -0
- package/serialization/resources/commons/types/EntityConflictErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/EntityConflictErrorMessage.js +43 -0
- package/serialization/resources/commons/types/EntityNotFoundErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +43 -0
- package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
- package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +41 -0
- package/serialization/resources/commons/types/ErrorMessage.d.ts +10 -0
- package/serialization/resources/commons/types/ErrorMessage.js +45 -0
- package/serialization/resources/commons/types/FacilityTypeCode.d.ts +10 -0
- package/serialization/resources/commons/types/FacilityTypeCode.js +92 -0
- package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +43 -0
- package/serialization/resources/commons/types/InsuranceTypeCode.d.ts +10 -0
- package/serialization/resources/commons/types/InsuranceTypeCode.js +112 -0
- package/serialization/resources/commons/types/IntendedSubmissionMedium.d.ts +10 -0
- package/serialization/resources/commons/types/IntendedSubmissionMedium.js +41 -0
- package/serialization/resources/commons/types/InvoiceId.d.ts +10 -0
- package/serialization/resources/commons/types/InvoiceId.js +47 -0
- package/serialization/resources/commons/types/LinkUrl.d.ts +10 -0
- package/serialization/resources/commons/types/LinkUrl.js +47 -0
- package/serialization/resources/commons/types/NetworkType.d.ts +10 -0
- package/serialization/resources/commons/types/NetworkType.js +63 -0
- package/serialization/resources/commons/types/NextResponsibleParty.d.ts +10 -0
- package/serialization/resources/commons/types/NextResponsibleParty.js +41 -0
- package/serialization/resources/commons/types/Npi.d.ts +10 -0
- package/serialization/resources/commons/types/Npi.js +47 -0
- package/serialization/resources/commons/types/OrganizationId.d.ts +10 -0
- package/serialization/resources/commons/types/OrganizationId.js +45 -0
- package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +43 -0
- package/serialization/resources/commons/types/PageToken.d.ts +10 -0
- package/serialization/resources/commons/types/PageToken.js +47 -0
- package/serialization/resources/commons/types/PatientExternalId.d.ts +10 -0
- package/serialization/resources/commons/types/PatientExternalId.js +45 -0
- package/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +10 -0
- package/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +66 -0
- package/serialization/resources/commons/types/PayerPlanGroupId.d.ts +10 -0
- package/serialization/resources/commons/types/PayerPlanGroupId.js +45 -0
- package/serialization/resources/commons/types/PhoneNumber.d.ts +14 -0
- package/serialization/resources/commons/types/PhoneNumber.js +45 -0
- package/serialization/resources/commons/types/PhoneNumberOptional.d.ts +14 -0
- package/serialization/resources/commons/types/PhoneNumberOptional.js +45 -0
- package/serialization/resources/commons/types/PhoneNumberType.d.ts +10 -0
- package/serialization/resources/commons/types/PhoneNumberType.js +41 -0
- package/serialization/resources/commons/types/PreEncounterAppointmentId.d.ts +10 -0
- package/serialization/resources/commons/types/PreEncounterAppointmentId.js +45 -0
- package/serialization/resources/commons/types/PreEncounterPatientId.d.ts +10 -0
- package/serialization/resources/commons/types/PreEncounterPatientId.js +45 -0
- package/serialization/resources/commons/types/Primitive.d.ts +10 -0
- package/serialization/resources/commons/types/Primitive.js +41 -0
- package/serialization/resources/commons/types/ProcedureModifier.d.ts +10 -0
- package/serialization/resources/commons/types/ProcedureModifier.js +441 -0
- package/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +10 -0
- package/serialization/resources/commons/types/ProviderCredentialingSpanId.js +45 -0
- package/serialization/resources/commons/types/ProviderId.d.ts +10 -0
- package/serialization/resources/commons/types/ProviderId.js +45 -0
- package/serialization/resources/commons/types/QualifierCode.d.ts +10 -0
- package/serialization/resources/commons/types/QualifierCode.js +41 -0
- package/serialization/resources/commons/types/RateId.d.ts +10 -0
- package/serialization/resources/commons/types/RateId.js +47 -0
- package/serialization/resources/commons/types/RegionNational.d.ts +11 -0
- package/serialization/resources/commons/types/RegionNational.js +41 -0
- package/serialization/resources/commons/types/RegionStates.d.ts +13 -0
- package/serialization/resources/commons/types/RegionStates.js +44 -0
- package/serialization/resources/commons/types/Regions.d.ts +18 -0
- package/serialization/resources/commons/types/Regions.js +51 -0
- package/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +17 -0
- package/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +50 -0
- package/serialization/resources/commons/types/RequestValidationError.d.ts +13 -0
- package/serialization/resources/commons/types/RequestValidationError.js +44 -0
- package/serialization/resources/commons/types/ResourcePage.d.ts +14 -0
- package/serialization/resources/commons/types/ResourcePage.js +45 -0
- package/serialization/resources/commons/types/SchemaId.d.ts +10 -0
- package/serialization/resources/commons/types/SchemaId.js +47 -0
- package/serialization/resources/commons/types/ServiceLineId.d.ts +10 -0
- package/serialization/resources/commons/types/ServiceLineId.js +45 -0
- package/serialization/resources/commons/types/ServiceLineUnits.d.ts +10 -0
- package/serialization/resources/commons/types/ServiceLineUnits.js +41 -0
- package/serialization/resources/commons/types/SortDirection.d.ts +10 -0
- package/serialization/resources/commons/types/SortDirection.js +41 -0
- package/serialization/resources/commons/types/SourceOfPaymentCode.d.ts +10 -0
- package/serialization/resources/commons/types/SourceOfPaymentCode.js +66 -0
- package/serialization/resources/commons/types/State.d.ts +10 -0
- package/serialization/resources/commons/types/State.js +104 -0
- package/serialization/resources/commons/types/StreetAddressBase.d.ts +17 -0
- package/serialization/resources/commons/types/StreetAddressBase.js +48 -0
- package/serialization/resources/commons/types/StreetAddressLongZip.d.ts +13 -0
- package/serialization/resources/commons/types/StreetAddressLongZip.js +46 -0
- package/serialization/resources/commons/types/StreetAddressLongZipOptional.d.ts +13 -0
- package/serialization/resources/commons/types/StreetAddressLongZipOptional.js +46 -0
- package/serialization/resources/commons/types/StreetAddressOptionalBase.d.ts +17 -0
- package/serialization/resources/commons/types/StreetAddressOptionalBase.js +48 -0
- package/serialization/resources/commons/types/StreetAddressShortZip.d.ts +13 -0
- package/serialization/resources/commons/types/StreetAddressShortZip.js +46 -0
- package/serialization/resources/commons/types/StreetAddressShortZipOptional.d.ts +13 -0
- package/serialization/resources/commons/types/StreetAddressShortZipOptional.js +46 -0
- package/serialization/resources/commons/types/TaskAssignmentId.d.ts +10 -0
- package/serialization/resources/commons/types/TaskAssignmentId.js +45 -0
- package/serialization/resources/commons/types/TaskId.d.ts +10 -0
- package/serialization/resources/commons/types/TaskId.js +47 -0
- package/serialization/resources/commons/types/TaskNoteId.d.ts +10 -0
- package/serialization/resources/commons/types/TaskNoteId.js +45 -0
- package/serialization/resources/commons/types/TaxId.d.ts +10 -0
- package/serialization/resources/commons/types/TaxId.js +47 -0
- package/serialization/resources/commons/types/UnauthorizedErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/UnauthorizedErrorMessage.js +43 -0
- package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +43 -0
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +43 -0
- package/serialization/resources/commons/types/UserId.d.ts +10 -0
- package/serialization/resources/commons/types/UserId.js +47 -0
- package/serialization/resources/commons/types/WorkQueueId.d.ts +10 -0
- package/serialization/resources/commons/types/WorkQueueId.js +45 -0
- package/serialization/resources/commons/types/index.d.ts +75 -0
- package/serialization/resources/commons/types/index.js +91 -0
- package/serialization/resources/contracts/index.d.ts +1 -0
- package/serialization/resources/contracts/index.js +17 -0
- package/serialization/resources/contracts/resources/index.d.ts +1 -0
- package/serialization/resources/contracts/resources/index.js +37 -0
- package/serialization/resources/contracts/resources/v2/client/delete.d.ts +15 -0
- package/serialization/resources/contracts/resources/v2/client/delete.js +71 -0
- package/serialization/resources/contracts/resources/v2/client/get.d.ts +15 -0
- package/serialization/resources/contracts/resources/v2/client/get.js +71 -0
- package/serialization/resources/contracts/resources/v2/client/index.d.ts +4 -0
- package/serialization/resources/contracts/resources/v2/client/index.js +43 -0
- package/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +17 -0
- package/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +50 -0
- package/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +27 -0
- package/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +58 -0
- package/serialization/resources/contracts/resources/v2/client/requests/index.d.ts +2 -0
- package/serialization/resources/contracts/resources/v2/client/requests/index.js +7 -0
- package/serialization/resources/contracts/resources/v2/client/update.d.ts +20 -0
- package/serialization/resources/contracts/resources/v2/client/update.js +77 -0
- package/serialization/resources/contracts/resources/v2/index.d.ts +2 -0
- package/serialization/resources/contracts/resources/v2/index.js +18 -0
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +17 -0
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +48 -0
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +17 -0
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +50 -0
- package/serialization/resources/contracts/resources/v2/types/Contract.d.ts +19 -0
- package/serialization/resources/contracts/resources/v2/types/Contract.js +52 -0
- package/serialization/resources/contracts/resources/v2/types/ContractBase.d.ts +24 -0
- package/serialization/resources/contracts/resources/v2/types/ContractBase.js +55 -0
- package/serialization/resources/contracts/resources/v2/types/ContractId.d.ts +10 -0
- package/serialization/resources/contracts/resources/v2/types/ContractId.js +45 -0
- package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +12 -0
- package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +43 -0
- package/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +12 -0
- package/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +43 -0
- package/serialization/resources/contracts/resources/v2/types/ContractSortField.d.ts +10 -0
- package/serialization/resources/contracts/resources/v2/types/ContractSortField.js +48 -0
- package/serialization/resources/contracts/resources/v2/types/ContractStatus.d.ts +10 -0
- package/serialization/resources/contracts/resources/v2/types/ContractStatus.js +41 -0
- package/serialization/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +13 -0
- package/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +46 -0
- package/serialization/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +10 -0
- package/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +45 -0
- package/serialization/resources/contracts/resources/v2/types/ContractsPage.d.ts +14 -0
- package/serialization/resources/contracts/resources/v2/types/ContractsPage.js +47 -0
- package/serialization/resources/contracts/resources/v2/types/DateUpdate.d.ts +18 -0
- package/serialization/resources/contracts/resources/v2/types/DateUpdate.js +52 -0
- package/serialization/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +21 -0
- package/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +53 -0
- package/serialization/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +18 -0
- package/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +52 -0
- package/serialization/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +10 -0
- package/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +45 -0
- package/serialization/resources/contracts/resources/v2/types/index.d.ts +16 -0
- package/serialization/resources/contracts/resources/v2/types/index.js +32 -0
- package/serialization/resources/credentialing/index.d.ts +1 -0
- package/serialization/resources/credentialing/index.js +17 -0
- package/serialization/resources/credentialing/resources/index.d.ts +1 -0
- package/serialization/resources/credentialing/resources/index.js +37 -0
- package/serialization/resources/credentialing/resources/v2/client/create.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/create.js +77 -0
- package/serialization/resources/credentialing/resources/v2/client/delete.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/delete.js +77 -0
- package/serialization/resources/credentialing/resources/v2/client/get.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/get.js +77 -0
- package/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/getAll.js +77 -0
- package/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -0
- package/serialization/resources/credentialing/resources/v2/client/index.js +45 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +51 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +19 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +50 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/index.js +7 -0
- package/serialization/resources/credentialing/resources/v2/client/update.d.ts +30 -0
- package/serialization/resources/credentialing/resources/v2/client/update.js +89 -0
- package/serialization/resources/credentialing/resources/v2/index.d.ts +2 -0
- package/serialization/resources/credentialing/resources/v2/index.js +18 -0
- package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +10 -0
- package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +41 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +29 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +60 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +10 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +45 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +14 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +47 -0
- package/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/serialization/resources/credentialing/resources/v2/types/index.js +20 -0
- package/serialization/resources/customSchemas/index.d.ts +1 -0
- package/serialization/resources/customSchemas/index.js +17 -0
- package/serialization/resources/customSchemas/resources/index.d.ts +1 -0
- package/serialization/resources/customSchemas/resources/index.js +37 -0
- package/serialization/resources/customSchemas/resources/v1/client/create.d.ts +15 -0
- package/serialization/resources/customSchemas/resources/v1/client/create.js +71 -0
- package/serialization/resources/customSchemas/resources/v1/client/get.d.ts +20 -0
- package/serialization/resources/customSchemas/resources/v1/client/get.js +77 -0
- package/serialization/resources/customSchemas/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/customSchemas/resources/v1/client/getMulti.js +71 -0
- package/serialization/resources/customSchemas/resources/v1/client/index.d.ts +5 -0
- package/serialization/resources/customSchemas/resources/v1/client/index.js +44 -0
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +15 -0
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +46 -0
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +15 -0
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +46 -0
- package/serialization/resources/customSchemas/resources/v1/client/requests/index.d.ts +2 -0
- package/serialization/resources/customSchemas/resources/v1/client/requests/index.js +7 -0
- package/serialization/resources/customSchemas/resources/v1/client/update.d.ts +25 -0
- package/serialization/resources/customSchemas/resources/v1/client/update.js +83 -0
- package/serialization/resources/customSchemas/resources/v1/index.d.ts +2 -0
- package/serialization/resources/customSchemas/resources/v1/index.js +18 -0
- package/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +14 -0
- package/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +45 -0
- package/serialization/resources/customSchemas/resources/v1/types/Schema.d.ts +17 -0
- package/serialization/resources/customSchemas/resources/v1/types/Schema.js +48 -0
- package/serialization/resources/customSchemas/resources/v1/types/SchemaField.d.ts +14 -0
- package/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +45 -0
- package/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +13 -0
- package/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +44 -0
- package/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +14 -0
- package/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +45 -0
- package/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +14 -0
- package/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +45 -0
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +18 -0
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +51 -0
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +13 -0
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +44 -0
- package/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +14 -0
- package/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +45 -0
- package/serialization/resources/customSchemas/resources/v1/types/index.d.ts +9 -0
- package/serialization/resources/customSchemas/resources/v1/types/index.js +25 -0
- package/serialization/resources/diagnoses/client/delete.d.ts +20 -0
- package/serialization/resources/diagnoses/client/delete.js +77 -0
- package/serialization/resources/diagnoses/client/index.d.ts +3 -0
- package/serialization/resources/diagnoses/client/index.js +42 -0
- package/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +17 -0
- package/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +48 -0
- package/serialization/resources/diagnoses/client/requests/index.d.ts +1 -0
- package/serialization/resources/diagnoses/client/requests/index.js +5 -0
- package/serialization/resources/diagnoses/client/update.d.ts +15 -0
- package/serialization/resources/diagnoses/client/update.js +71 -0
- package/serialization/resources/diagnoses/index.d.ts +2 -0
- package/serialization/resources/diagnoses/index.js +18 -0
- package/serialization/resources/diagnoses/types/Diagnosis.d.ts +16 -0
- package/serialization/resources/diagnoses/types/Diagnosis.js +49 -0
- package/serialization/resources/diagnoses/types/DiagnosisCreate.d.ts +17 -0
- package/serialization/resources/diagnoses/types/DiagnosisCreate.js +48 -0
- package/serialization/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +17 -0
- package/serialization/resources/diagnoses/types/DiagnosisCreateOptional.js +48 -0
- package/serialization/resources/diagnoses/types/DiagnosisId.d.ts +10 -0
- package/serialization/resources/diagnoses/types/DiagnosisId.js +45 -0
- package/serialization/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +14 -0
- package/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +45 -0
- package/serialization/resources/diagnoses/types/DiagnosisTypeCode.d.ts +10 -0
- package/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +41 -0
- package/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +16 -0
- package/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +47 -0
- package/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +14 -0
- package/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +47 -0
- package/serialization/resources/diagnoses/types/index.d.ts +8 -0
- package/serialization/resources/diagnoses/types/index.js +24 -0
- package/serialization/resources/eligibility/index.d.ts +1 -0
- package/serialization/resources/eligibility/index.js +17 -0
- package/serialization/resources/eligibility/resources/index.d.ts +1 -0
- package/serialization/resources/eligibility/resources/index.js +37 -0
- package/serialization/resources/eligibility/resources/v2/client/index.d.ts +3 -0
- package/serialization/resources/eligibility/resources/v2/client/index.js +39 -0
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +15 -0
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +71 -0
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +15 -0
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +71 -0
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +15 -0
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +71 -0
- package/serialization/resources/eligibility/resources/v2/index.d.ts +1 -0
- package/serialization/resources/eligibility/resources/v2/index.js +17 -0
- package/serialization/resources/encounterAttachments/index.d.ts +1 -0
- package/serialization/resources/encounterAttachments/index.js +17 -0
- package/serialization/resources/encounterAttachments/resources/index.d.ts +1 -0
- package/serialization/resources/encounterAttachments/resources/index.js +37 -0
- package/serialization/resources/encounterAttachments/resources/v1/client/get.d.ts +11 -0
- package/serialization/resources/encounterAttachments/resources/v1/client/get.js +42 -0
- package/serialization/resources/encounterAttachments/resources/v1/client/index.d.ts +2 -0
- package/serialization/resources/encounterAttachments/resources/v1/client/index.js +41 -0
- package/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +13 -0
- package/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +44 -0
- package/serialization/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/encounterAttachments/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/encounterAttachments/resources/v1/index.d.ts +2 -0
- package/serialization/resources/encounterAttachments/resources/v1/index.js +18 -0
- package/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +10 -0
- package/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.js +45 -0
- package/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +18 -0
- package/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +49 -0
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +16 -0
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +49 -0
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +10 -0
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +41 -0
- package/serialization/resources/encounterAttachments/resources/v1/types/index.d.ts +4 -0
- package/serialization/resources/encounterAttachments/resources/v1/types/index.js +20 -0
- package/serialization/resources/encounterProviders/index.d.ts +1 -0
- package/serialization/resources/encounterProviders/index.js +17 -0
- package/serialization/resources/encounterProviders/resources/index.d.ts +1 -0
- package/serialization/resources/encounterProviders/resources/index.js +37 -0
- package/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +30 -0
- package/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +89 -0
- package/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +25 -0
- package/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +83 -0
- package/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +25 -0
- package/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +83 -0
- package/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +25 -0
- package/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +83 -0
- package/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +15 -0
- package/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +71 -0
- package/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +15 -0
- package/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +71 -0
- package/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +20 -0
- package/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +77 -0
- package/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +15 -0
- package/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +71 -0
- package/serialization/resources/encounterProviders/resources/v2/client/index.d.ts +12 -0
- package/serialization/resources/encounterProviders/resources/v2/client/index.js +48 -0
- package/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +20 -0
- package/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +77 -0
- package/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +20 -0
- package/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +77 -0
- package/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +20 -0
- package/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +77 -0
- package/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +20 -0
- package/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +77 -0
- package/serialization/resources/encounterProviders/resources/v2/index.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/index.js +18 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +19 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +52 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +19 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +52 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +19 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +52 -0
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +23 -0
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +56 -0
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +14 -0
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +45 -0
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +18 -0
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +51 -0
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +18 -0
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +51 -0
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +18 -0
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +51 -0
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +10 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +45 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +21 -0
- package/serialization/resources/encounterProviders/resources/v2/types/index.js +37 -0
- package/serialization/resources/encounters/index.d.ts +1 -0
- package/serialization/resources/encounters/index.js +17 -0
- package/serialization/resources/encounters/resources/index.d.ts +1 -0
- package/serialization/resources/encounters/resources/index.js +37 -0
- package/serialization/resources/encounters/resources/v4/client/create.d.ts +64 -0
- package/serialization/resources/encounters/resources/v4/client/create.js +130 -0
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +49 -0
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +112 -0
- package/serialization/resources/encounters/resources/v4/client/index.d.ts +4 -0
- package/serialization/resources/encounters/resources/v4/client/index.js +43 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +60 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +93 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +48 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +81 -0
- package/serialization/resources/encounters/resources/v4/client/requests/index.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/client/requests/index.js +7 -0
- package/serialization/resources/encounters/resources/v4/client/update.d.ts +50 -0
- package/serialization/resources/encounters/resources/v4/client/update.js +113 -0
- package/serialization/resources/encounters/resources/v4/index.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/index.js +18 -0
- package/serialization/resources/encounters/resources/v4/types/BillableStatusType.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +41 -0
- package/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +12 -0
- package/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +43 -0
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +16 -0
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +47 -0
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +16 -0
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +47 -0
- package/serialization/resources/encounters/resources/v4/types/ClinicalNote.d.ts +16 -0
- package/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +47 -0
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +16 -0
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +47 -0
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +15 -0
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +46 -0
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +15 -0
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +46 -0
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +16 -0
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +47 -0
- package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +41 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +95 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +128 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +40 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +71 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +44 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +77 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +56 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +89 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +13 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +44 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +12 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +43 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +44 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +75 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +41 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterPage.d.ts +14 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterPage.js +47 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +12 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +43 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +41 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +41 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +41 -0
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +15 -0
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +46 -0
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +15 -0
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +46 -0
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +15 -0
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +46 -0
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +45 -0
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +16 -0
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +47 -0
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +45 -0
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +16 -0
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +47 -0
- package/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +14 -0
- package/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +45 -0
- package/serialization/resources/encounters/resources/v4/types/Intervention.d.ts +19 -0
- package/serialization/resources/encounters/resources/v4/types/Intervention.js +50 -0
- package/serialization/resources/encounters/resources/v4/types/InterventionCategory.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +41 -0
- package/serialization/resources/encounters/resources/v4/types/InterventionOptional.d.ts +19 -0
- package/serialization/resources/encounters/resources/v4/types/InterventionOptional.js +50 -0
- package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +12 -0
- package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +43 -0
- package/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +14 -0
- package/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +45 -0
- package/serialization/resources/encounters/resources/v4/types/Lab.d.ts +15 -0
- package/serialization/resources/encounters/resources/v4/types/Lab.js +46 -0
- package/serialization/resources/encounters/resources/v4/types/LabCodeType.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/LabCodeType.js +41 -0
- package/serialization/resources/encounters/resources/v4/types/LabOptional.d.ts +15 -0
- package/serialization/resources/encounters/resources/v4/types/LabOptional.js +46 -0
- package/serialization/resources/encounters/resources/v4/types/Medication.d.ts +18 -0
- package/serialization/resources/encounters/resources/v4/types/Medication.js +49 -0
- package/serialization/resources/encounters/resources/v4/types/MedicationOptional.d.ts +18 -0
- package/serialization/resources/encounters/resources/v4/types/MedicationOptional.js +49 -0
- package/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +13 -0
- package/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +44 -0
- package/serialization/resources/encounters/resources/v4/types/NoteCategory.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/NoteCategory.js +56 -0
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +15 -0
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +46 -0
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +41 -0
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +15 -0
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +46 -0
- package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +14 -0
- package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +45 -0
- package/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +45 -0
- package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.js +41 -0
- package/serialization/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/ReportTypeCode.js +103 -0
- package/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +41 -0
- package/serialization/resources/encounters/resources/v4/types/RxCui.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/RxCui.js +45 -0
- package/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +13 -0
- package/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +44 -0
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +30 -0
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +57 -0
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +13 -0
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +44 -0
- package/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +13 -0
- package/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +44 -0
- package/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +41 -0
- package/serialization/resources/encounters/resources/v4/types/SynchronicityType.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +41 -0
- package/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +17 -0
- package/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +48 -0
- package/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +18 -0
- package/serialization/resources/encounters/resources/v4/types/Vitals.js +49 -0
- package/serialization/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +18 -0
- package/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +49 -0
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +61 -0
- package/serialization/resources/encounters/resources/v4/types/index.js +77 -0
- package/serialization/resources/era/index.d.ts +1 -0
- package/serialization/resources/era/index.js +17 -0
- package/serialization/resources/era/types/Era.d.ts +14 -0
- package/serialization/resources/era/types/Era.js +47 -0
- package/serialization/resources/era/types/EraBase.d.ts +14 -0
- package/serialization/resources/era/types/EraBase.js +45 -0
- package/serialization/resources/era/types/EraId.d.ts +10 -0
- package/serialization/resources/era/types/EraId.js +47 -0
- package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +14 -0
- package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +45 -0
- package/serialization/resources/era/types/index.d.ts +4 -0
- package/serialization/resources/era/types/index.js +20 -0
- package/serialization/resources/eraCommons/index.d.ts +1 -0
- package/serialization/resources/eraCommons/index.js +17 -0
- package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +10 -0
- package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +41 -0
- package/serialization/resources/eraCommons/types/index.d.ts +1 -0
- package/serialization/resources/eraCommons/types/index.js +17 -0
- package/serialization/resources/expectedNetworkStatus/index.d.ts +1 -0
- package/serialization/resources/expectedNetworkStatus/index.js +17 -0
- package/serialization/resources/expectedNetworkStatus/resources/index.d.ts +2 -0
- package/serialization/resources/expectedNetworkStatus/resources/index.js +38 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/index.js +17 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +24 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +55 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +2 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/index.js +18 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +10 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +41 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +16 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +47 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/index.js +18 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +20 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +77 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +20 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +77 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +38 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +2 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/index.js +18 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +24 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +55 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +15 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +46 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +22 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +53 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +11 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +41 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +12 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +43 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +24 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +55 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +15 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +46 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +16 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +47 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +22 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +53 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +10 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +50 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +16 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +47 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +15 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +46 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +18 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +49 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +15 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +46 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +22 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +54 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +10 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +41 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +10 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +45 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +17 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +48 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +10 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +83 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +19 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +35 -0
- 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 +37 -0
- package/serialization/resources/exports/resources/v3/client/getExports.d.ts +40 -0
- package/serialization/resources/exports/resources/v3/client/getExports.js +102 -0
- package/serialization/resources/exports/resources/v3/client/index.d.ts +1 -0
- package/serialization/resources/exports/resources/v3/client/index.js +37 -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/serialization/resources/exports/resources/v3/types/GetExportsResponse.js +46 -0
- 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/externalPaymentAccountConfig/index.d.ts +1 -0
- package/serialization/resources/externalPaymentAccountConfig/index.js +17 -0
- package/serialization/resources/externalPaymentAccountConfig/resources/index.d.ts +1 -0
- package/serialization/resources/externalPaymentAccountConfig/resources/index.js +37 -0
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/index.d.ts +1 -0
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/index.js +17 -0
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +14 -0
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +45 -0
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +14 -0
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +47 -0
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/index.js +18 -0
- package/serialization/resources/feeSchedules/index.d.ts +1 -0
- package/serialization/resources/feeSchedules/index.js +17 -0
- package/serialization/resources/feeSchedules/resources/index.d.ts +1 -0
- package/serialization/resources/feeSchedules/resources/index.js +37 -0
- package/serialization/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +20 -0
- package/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +77 -0
- package/serialization/resources/feeSchedules/resources/v3/client/getMatch.d.ts +25 -0
- package/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +79 -0
- package/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +20 -0
- package/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +73 -0
- package/serialization/resources/feeSchedules/resources/v3/client/index.d.ts +7 -0
- package/serialization/resources/feeSchedules/resources/v3/client/index.js +46 -0
- package/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +14 -0
- package/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +45 -0
- package/serialization/resources/feeSchedules/resources/v3/client/requests/index.d.ts +1 -0
- package/serialization/resources/feeSchedules/resources/v3/client/requests/index.js +5 -0
- package/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +15 -0
- package/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +71 -0
- package/serialization/resources/feeSchedules/resources/v3/client/testMatch.d.ts +20 -0
- package/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +77 -0
- package/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +20 -0
- package/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +73 -0
- package/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.d.ts +11 -0
- package/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +42 -0
- package/serialization/resources/feeSchedules/resources/v3/errors/index.d.ts +1 -0
- package/serialization/resources/feeSchedules/resources/v3/errors/index.js +17 -0
- package/serialization/resources/feeSchedules/resources/v3/index.d.ts +3 -0
- package/serialization/resources/feeSchedules/resources/v3/index.js +19 -0
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +31 -0
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +62 -0
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +10 -0
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +41 -0
- package/serialization/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +29 -0
- package/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +60 -0
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +14 -0
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +47 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +14 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +45 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +14 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +45 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +15 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +46 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +16 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +47 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +15 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +46 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +15 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +46 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +15 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +46 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +15 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +46 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +15 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +46 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +15 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +46 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +15 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +46 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +15 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +46 -0
- package/serialization/resources/feeSchedules/resources/v3/types/NewRate.d.ts +15 -0
- package/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +46 -0
- package/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +16 -0
- package/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +47 -0
- package/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +29 -0
- package/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +60 -0
- package/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +15 -0
- package/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +46 -0
- package/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +14 -0
- package/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +45 -0
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +14 -0
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +45 -0
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +15 -0
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +48 -0
- package/serialization/resources/feeSchedules/resources/v3/types/Rate.d.ts +21 -0
- package/serialization/resources/feeSchedules/resources/v3/types/Rate.js +52 -0
- package/serialization/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +15 -0
- package/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +46 -0
- package/serialization/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +18 -0
- package/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +51 -0
- package/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +17 -0
- package/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +48 -0
- package/serialization/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +14 -0
- package/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +47 -0
- package/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +16 -0
- package/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +47 -0
- package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +35 -0
- package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +58 -0
- package/serialization/resources/feeSchedules/resources/v3/types/index.d.ts +30 -0
- package/serialization/resources/feeSchedules/resources/v3/types/index.js +46 -0
- package/serialization/resources/financials/index.d.ts +1 -0
- package/serialization/resources/financials/index.js +17 -0
- package/serialization/resources/financials/types/AccountType.d.ts +10 -0
- package/serialization/resources/financials/types/AccountType.js +41 -0
- package/serialization/resources/financials/types/Allocation.d.ts +14 -0
- package/serialization/resources/financials/types/Allocation.js +45 -0
- package/serialization/resources/financials/types/AllocationCreate.d.ts +14 -0
- package/serialization/resources/financials/types/AllocationCreate.js +45 -0
- package/serialization/resources/financials/types/AllocationTarget.d.ts +29 -0
- package/serialization/resources/financials/types/AllocationTarget.js +56 -0
- package/serialization/resources/financials/types/AllocationTargetCreate.d.ts +37 -0
- package/serialization/resources/financials/types/AllocationTargetCreate.js +66 -0
- package/serialization/resources/financials/types/AppointmentAllocationTarget.d.ts +15 -0
- package/serialization/resources/financials/types/AppointmentAllocationTarget.js +46 -0
- package/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +15 -0
- package/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +46 -0
- package/serialization/resources/financials/types/BillingProviderAllocationTarget.d.ts +13 -0
- package/serialization/resources/financials/types/BillingProviderAllocationTarget.js +44 -0
- package/serialization/resources/financials/types/ClaimAllocationTarget.d.ts +15 -0
- package/serialization/resources/financials/types/ClaimAllocationTarget.js +46 -0
- package/serialization/resources/financials/types/InvoiceUpdate.d.ts +18 -0
- package/serialization/resources/financials/types/InvoiceUpdate.js +52 -0
- package/serialization/resources/financials/types/NoteUpdate.d.ts +17 -0
- package/serialization/resources/financials/types/NoteUpdate.js +51 -0
- package/serialization/resources/financials/types/PatientTransactionSource.d.ts +10 -0
- package/serialization/resources/financials/types/PatientTransactionSource.js +41 -0
- package/serialization/resources/financials/types/RefundReason.d.ts +10 -0
- package/serialization/resources/financials/types/RefundReason.js +41 -0
- package/serialization/resources/financials/types/RefundReasonUpdate.d.ts +18 -0
- package/serialization/resources/financials/types/RefundReasonUpdate.js +52 -0
- package/serialization/resources/financials/types/ServiceLineAllocationTarget.d.ts +17 -0
- package/serialization/resources/financials/types/ServiceLineAllocationTarget.js +48 -0
- package/serialization/resources/financials/types/index.d.ts +15 -0
- package/serialization/resources/financials/types/index.js +31 -0
- package/serialization/resources/guarantor/index.d.ts +1 -0
- package/serialization/resources/guarantor/index.js +17 -0
- package/serialization/resources/guarantor/resources/index.d.ts +1 -0
- package/serialization/resources/guarantor/resources/index.js +37 -0
- package/serialization/resources/guarantor/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/guarantor/resources/v1/client/create.js +77 -0
- package/serialization/resources/guarantor/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/guarantor/resources/v1/client/index.js +37 -0
- package/serialization/resources/guarantor/resources/v1/index.d.ts +2 -0
- package/serialization/resources/guarantor/resources/v1/index.js +18 -0
- package/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +12 -0
- package/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +43 -0
- package/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +20 -0
- package/serialization/resources/guarantor/resources/v1/types/Guarantor.js +53 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +17 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +48 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +18 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +51 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorId.d.ts +10 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +45 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +23 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.js +54 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +23 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +54 -0
- package/serialization/resources/guarantor/resources/v1/types/index.d.ts +7 -0
- package/serialization/resources/guarantor/resources/v1/types/index.js +23 -0
- package/serialization/resources/identifiers/index.d.ts +1 -0
- package/serialization/resources/identifiers/index.js +17 -0
- package/serialization/resources/identifiers/types/Identifier.d.ts +14 -0
- package/serialization/resources/identifiers/types/Identifier.js +47 -0
- package/serialization/resources/identifiers/types/IdentifierBase.d.ts +17 -0
- package/serialization/resources/identifiers/types/IdentifierBase.js +48 -0
- package/serialization/resources/identifiers/types/IdentifierCode.d.ts +10 -0
- package/serialization/resources/identifiers/types/IdentifierCode.js +41 -0
- package/serialization/resources/identifiers/types/IdentifierCreate.d.ts +12 -0
- package/serialization/resources/identifiers/types/IdentifierCreate.js +42 -0
- package/serialization/resources/identifiers/types/IdentifierId.d.ts +10 -0
- package/serialization/resources/identifiers/types/IdentifierId.js +45 -0
- package/serialization/resources/identifiers/types/IdentifierUpdate.d.ts +19 -0
- package/serialization/resources/identifiers/types/IdentifierUpdate.js +50 -0
- package/serialization/resources/identifiers/types/IdentifierValue.d.ts +18 -0
- package/serialization/resources/identifiers/types/IdentifierValue.js +51 -0
- package/serialization/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +14 -0
- package/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +45 -0
- package/serialization/resources/identifiers/types/MedicareProviderIdentifier.d.ts +14 -0
- package/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +45 -0
- package/serialization/resources/identifiers/types/UpdatableIdentifier.d.ts +23 -0
- package/serialization/resources/identifiers/types/UpdatableIdentifier.js +55 -0
- package/serialization/resources/identifiers/types/index.d.ts +10 -0
- package/serialization/resources/identifiers/types/index.js +26 -0
- package/serialization/resources/importInvoice/index.d.ts +1 -0
- package/serialization/resources/importInvoice/index.js +17 -0
- package/serialization/resources/importInvoice/resources/index.d.ts +1 -0
- package/serialization/resources/importInvoice/resources/index.js +37 -0
- package/serialization/resources/importInvoice/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/importInvoice/resources/v1/client/get.js +71 -0
- package/serialization/resources/importInvoice/resources/v1/client/importInvoice.d.ts +20 -0
- package/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +77 -0
- package/serialization/resources/importInvoice/resources/v1/client/index.d.ts +3 -0
- package/serialization/resources/importInvoice/resources/v1/client/index.js +39 -0
- package/serialization/resources/importInvoice/resources/v1/client/update.d.ts +15 -0
- package/serialization/resources/importInvoice/resources/v1/client/update.js +71 -0
- package/serialization/resources/importInvoice/resources/v1/index.d.ts +2 -0
- package/serialization/resources/importInvoice/resources/v1/index.js +18 -0
- package/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +24 -0
- package/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +55 -0
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +27 -0
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +58 -0
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +18 -0
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +49 -0
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +14 -0
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +47 -0
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +15 -0
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +46 -0
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +10 -0
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +41 -0
- package/serialization/resources/importInvoice/resources/v1/types/index.d.ts +6 -0
- package/serialization/resources/importInvoice/resources/v1/types/index.js +22 -0
- package/serialization/resources/index.d.ts +71 -0
- package/serialization/resources/index.js +111 -0
- package/serialization/resources/individual/index.d.ts +1 -0
- package/serialization/resources/individual/index.js +17 -0
- package/serialization/resources/individual/types/Gender.d.ts +10 -0
- package/serialization/resources/individual/types/Gender.js +47 -0
- package/serialization/resources/individual/types/IndividualBase.d.ts +15 -0
- package/serialization/resources/individual/types/IndividualBase.js +46 -0
- package/serialization/resources/individual/types/IndividualBaseOptional.d.ts +15 -0
- package/serialization/resources/individual/types/IndividualBaseOptional.js +46 -0
- package/serialization/resources/individual/types/IndividualId.d.ts +10 -0
- package/serialization/resources/individual/types/IndividualId.js +45 -0
- package/serialization/resources/individual/types/Patient.d.ts +24 -0
- package/serialization/resources/individual/types/Patient.js +57 -0
- package/serialization/resources/individual/types/PatientBase.d.ts +16 -0
- package/serialization/resources/individual/types/PatientBase.js +49 -0
- package/serialization/resources/individual/types/PatientClinicalTrialInfo.d.ts +14 -0
- package/serialization/resources/individual/types/PatientClinicalTrialInfo.js +45 -0
- package/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +14 -0
- package/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.js +45 -0
- package/serialization/resources/individual/types/PatientCreate.d.ts +22 -0
- package/serialization/resources/individual/types/PatientCreate.js +55 -0
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +16 -0
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +47 -0
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +16 -0
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +47 -0
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +16 -0
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +47 -0
- package/serialization/resources/individual/types/PatientUpdate.d.ts +29 -0
- package/serialization/resources/individual/types/PatientUpdate.js +60 -0
- package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +29 -0
- package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +60 -0
- package/serialization/resources/individual/types/Subscriber.d.ts +16 -0
- package/serialization/resources/individual/types/Subscriber.js +49 -0
- package/serialization/resources/individual/types/SubscriberBase.d.ts +17 -0
- package/serialization/resources/individual/types/SubscriberBase.js +50 -0
- package/serialization/resources/individual/types/SubscriberBaseOptional.d.ts +17 -0
- package/serialization/resources/individual/types/SubscriberBaseOptional.js +50 -0
- package/serialization/resources/individual/types/SubscriberCreate.d.ts +14 -0
- package/serialization/resources/individual/types/SubscriberCreate.js +47 -0
- package/serialization/resources/individual/types/SubscriberCreateOptional.d.ts +14 -0
- package/serialization/resources/individual/types/SubscriberCreateOptional.js +47 -0
- package/serialization/resources/individual/types/index.d.ts +19 -0
- package/serialization/resources/individual/types/index.js +35 -0
- package/serialization/resources/insuranceAdjudications/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudications/index.js +17 -0
- package/serialization/resources/insuranceAdjudications/resources/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudications/resources/index.js +37 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +15 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +71 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +37 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +2 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/index.js +18 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +22 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +53 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +21 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +52 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +22 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +53 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +25 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +56 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +10 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +45 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +24 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +55 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +22 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +53 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +10 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +45 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +8 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +24 -0
- package/serialization/resources/insuranceCards/index.d.ts +1 -0
- package/serialization/resources/insuranceCards/index.js +17 -0
- package/serialization/resources/insuranceCards/resources/index.d.ts +1 -0
- package/serialization/resources/insuranceCards/resources/index.js +37 -0
- package/serialization/resources/insuranceCards/resources/v2/index.d.ts +1 -0
- package/serialization/resources/insuranceCards/resources/v2/index.js +17 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +21 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +54 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +19 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +50 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +21 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +54 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +21 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +54 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +10 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +45 -0
- package/serialization/resources/insuranceCards/resources/v2/types/index.d.ts +5 -0
- package/serialization/resources/insuranceCards/resources/v2/types/index.js +21 -0
- package/serialization/resources/insurancePayments/index.d.ts +1 -0
- package/serialization/resources/insurancePayments/index.js +17 -0
- package/serialization/resources/insurancePayments/resources/index.d.ts +1 -0
- package/serialization/resources/insurancePayments/resources/index.js +37 -0
- package/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +20 -0
- package/serialization/resources/insurancePayments/resources/v1/client/get.js +77 -0
- package/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +20 -0
- package/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +77 -0
- package/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +2 -0
- package/serialization/resources/insurancePayments/resources/v1/client/index.js +38 -0
- package/serialization/resources/insurancePayments/resources/v1/index.d.ts +2 -0
- package/serialization/resources/insurancePayments/resources/v1/index.js +18 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +20 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +51 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +10 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +45 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +10 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +41 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +14 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +47 -0
- package/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +4 -0
- package/serialization/resources/insurancePayments/resources/v1/types/index.js +20 -0
- package/serialization/resources/insuranceRefunds/index.d.ts +1 -0
- package/serialization/resources/insuranceRefunds/index.js +17 -0
- package/serialization/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/serialization/resources/insuranceRefunds/resources/index.js +37 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/create.d.ts +25 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/create.js +83 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/delete.d.ts +25 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +83 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/get.d.ts +20 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/get.js +77 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +20 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +77 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/index.js +45 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +16 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +47 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/update.d.ts +25 -0
- package/serialization/resources/insuranceRefunds/resources/v1/client/update.js +83 -0
- package/serialization/resources/insuranceRefunds/resources/v1/index.d.ts +2 -0
- package/serialization/resources/insuranceRefunds/resources/v1/index.js +18 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +22 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +53 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +20 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +51 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +10 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +45 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +10 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +41 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +14 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +47 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/index.js +21 -0
- package/serialization/resources/invoices/index.d.ts +2 -0
- package/serialization/resources/invoices/index.js +18 -0
- package/serialization/resources/invoices/resources/index.d.ts +1 -0
- package/serialization/resources/invoices/resources/index.js +37 -0
- package/serialization/resources/invoices/resources/v2/index.d.ts +1 -0
- package/serialization/resources/invoices/resources/v2/index.js +17 -0
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +14 -0
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +45 -0
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +16 -0
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +47 -0
- package/serialization/resources/invoices/resources/v2/types/Invoice.d.ts +28 -0
- package/serialization/resources/invoices/resources/v2/types/Invoice.js +59 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +10 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +41 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +16 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +47 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +17 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +48 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +23 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +56 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +14 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +45 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +16 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +47 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +10 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +41 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +10 -0
- package/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +41 -0
- package/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +14 -0
- package/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +45 -0
- package/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +12 -0
- package/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +43 -0
- package/serialization/resources/invoices/resources/v2/types/index.d.ts +13 -0
- package/serialization/resources/invoices/resources/v2/types/index.js +29 -0
- package/serialization/resources/invoices/types/Invoice.d.ts +30 -0
- package/serialization/resources/invoices/types/Invoice.js +61 -0
- package/serialization/resources/invoices/types/InvoiceItem.d.ts +14 -0
- package/serialization/resources/invoices/types/InvoiceItem.js +45 -0
- package/serialization/resources/invoices/types/InvoiceStatus.d.ts +10 -0
- package/serialization/resources/invoices/types/InvoiceStatus.js +41 -0
- package/serialization/resources/invoices/types/index.d.ts +3 -0
- package/serialization/resources/invoices/types/index.js +19 -0
- package/serialization/resources/medicationDispense/index.d.ts +1 -0
- package/serialization/resources/medicationDispense/index.js +17 -0
- package/serialization/resources/medicationDispense/resources/index.d.ts +1 -0
- package/serialization/resources/medicationDispense/resources/index.js +37 -0
- package/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +40 -0
- package/serialization/resources/medicationDispense/resources/v1/client/create.js +101 -0
- package/serialization/resources/medicationDispense/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/medicationDispense/resources/v1/client/index.js +37 -0
- package/serialization/resources/medicationDispense/resources/v1/index.d.ts +2 -0
- package/serialization/resources/medicationDispense/resources/v1/index.js +18 -0
- package/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +24 -0
- package/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +55 -0
- package/serialization/resources/medicationDispense/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/medicationDispense/resources/v1/types/index.js +17 -0
- package/serialization/resources/nonInsurancePayerPayments/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerPayments/index.js +17 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/index.js +37 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +77 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +77 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +71 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +71 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +45 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +16 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +47 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +77 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +2 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/index.js +18 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +23 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +54 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +21 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +52 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +10 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +45 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +10 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +41 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +14 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +47 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.js +21 -0
- package/serialization/resources/nonInsurancePayerRefunds/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerRefunds/index.js +17 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/index.js +37 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +77 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +77 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +71 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +71 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +45 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +18 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +49 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +77 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +2 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.js +18 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +25 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +56 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +23 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +54 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +10 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +45 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +10 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +41 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +14 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +47 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +21 -0
- package/serialization/resources/nonInsurancePayers/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayers/index.js +17 -0
- package/serialization/resources/nonInsurancePayers/resources/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayers/resources/index.js +37 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +77 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +15 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +71 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +71 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +71 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +42 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +15 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +71 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +77 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/index.d.ts +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/index.js +18 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +18 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +49 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +21 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +52 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +18 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +52 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +17 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +51 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +17 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +51 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +10 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +45 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +14 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +47 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +10 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +41 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +18 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +49 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +12 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +43 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +10 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +26 -0
- package/serialization/resources/organizationProviders/index.d.ts +1 -0
- package/serialization/resources/organizationProviders/index.js +17 -0
- package/serialization/resources/organizationProviders/resources/index.d.ts +2 -0
- package/serialization/resources/organizationProviders/resources/index.js +38 -0
- package/serialization/resources/organizationProviders/resources/v2/index.d.ts +1 -0
- package/serialization/resources/organizationProviders/resources/v2/index.js +17 -0
- package/serialization/resources/organizationProviders/resources/v2/types/AddressType.d.ts +10 -0
- package/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +41 -0
- package/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +10 -0
- package/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +41 -0
- package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +10 -0
- package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +141 -0
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +19 -0
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +52 -0
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +15 -0
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +46 -0
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +27 -0
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +58 -0
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +10 -0
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +45 -0
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +10 -0
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +41 -0
- package/serialization/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +10 -0
- package/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +41 -0
- package/serialization/resources/organizationProviders/resources/v2/types/index.d.ts +9 -0
- package/serialization/resources/organizationProviders/resources/v2/types/index.js +25 -0
- package/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +20 -0
- package/serialization/resources/organizationProviders/resources/v3/client/create.js +77 -0
- package/serialization/resources/organizationProviders/resources/v3/client/get.d.ts +15 -0
- package/serialization/resources/organizationProviders/resources/v3/client/get.js +71 -0
- package/serialization/resources/organizationProviders/resources/v3/client/index.d.ts +3 -0
- package/serialization/resources/organizationProviders/resources/v3/client/index.js +39 -0
- package/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +25 -0
- package/serialization/resources/organizationProviders/resources/v3/client/update.js +83 -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/v3/types/OrganizationProviderCreateV2.d.ts +29 -0
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +60 -0
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +14 -0
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +47 -0
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +30 -0
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +61 -0
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +31 -0
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +62 -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/serialization/resources/organizationServiceFacilities/index.d.ts +1 -0
- package/serialization/resources/organizationServiceFacilities/index.js +17 -0
- package/serialization/resources/organizationServiceFacilities/resources/index.d.ts +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/index.js +37 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +15 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +71 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +15 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +71 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +15 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +71 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +4 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +40 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +20 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +77 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/index.d.ts +2 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/index.js +18 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +30 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +61 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +28 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +59 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +10 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +45 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +14 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +47 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +28 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +59 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +10 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +41 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +10 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +41 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +10 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +41 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +10 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +41 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +10 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +165 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +10 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/index.js +26 -0
- package/serialization/resources/patientPayments/index.d.ts +1 -0
- package/serialization/resources/patientPayments/index.js +17 -0
- package/serialization/resources/patientPayments/resources/index.d.ts +2 -0
- package/serialization/resources/patientPayments/resources/index.js +38 -0
- package/serialization/resources/patientPayments/resources/v3/index.d.ts +1 -0
- package/serialization/resources/patientPayments/resources/v3/index.js +17 -0
- package/serialization/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +30 -0
- package/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +61 -0
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +10 -0
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +45 -0
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +10 -0
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +51 -0
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +10 -0
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +53 -0
- package/serialization/resources/patientPayments/resources/v3/types/index.d.ts +4 -0
- package/serialization/resources/patientPayments/resources/v3/types/index.js +20 -0
- package/serialization/resources/patientPayments/resources/v4/client/create.d.ts +25 -0
- package/serialization/resources/patientPayments/resources/v4/client/create.js +83 -0
- package/serialization/resources/patientPayments/resources/v4/client/delete.d.ts +25 -0
- package/serialization/resources/patientPayments/resources/v4/client/delete.js +83 -0
- package/serialization/resources/patientPayments/resources/v4/client/get.d.ts +20 -0
- package/serialization/resources/patientPayments/resources/v4/client/get.js +77 -0
- package/serialization/resources/patientPayments/resources/v4/client/getMulti.d.ts +20 -0
- package/serialization/resources/patientPayments/resources/v4/client/getMulti.js +77 -0
- package/serialization/resources/patientPayments/resources/v4/client/index.d.ts +6 -0
- package/serialization/resources/patientPayments/resources/v4/client/index.js +45 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +20 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +51 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +16 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +47 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/index.d.ts +2 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/index.js +7 -0
- package/serialization/resources/patientPayments/resources/v4/client/update.d.ts +25 -0
- package/serialization/resources/patientPayments/resources/v4/client/update.js +83 -0
- package/serialization/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/serialization/resources/patientPayments/resources/v4/index.js +18 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +27 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +58 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +10 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +45 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +10 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +41 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +14 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +47 -0
- package/serialization/resources/patientPayments/resources/v4/types/index.d.ts +4 -0
- package/serialization/resources/patientPayments/resources/v4/types/index.js +20 -0
- package/serialization/resources/patientRefunds/index.d.ts +1 -0
- package/serialization/resources/patientRefunds/index.js +17 -0
- package/serialization/resources/patientRefunds/resources/index.d.ts +1 -0
- package/serialization/resources/patientRefunds/resources/index.js +37 -0
- package/serialization/resources/patientRefunds/resources/v1/client/create.d.ts +25 -0
- package/serialization/resources/patientRefunds/resources/v1/client/create.js +83 -0
- package/serialization/resources/patientRefunds/resources/v1/client/delete.d.ts +25 -0
- package/serialization/resources/patientRefunds/resources/v1/client/delete.js +83 -0
- package/serialization/resources/patientRefunds/resources/v1/client/get.d.ts +20 -0
- package/serialization/resources/patientRefunds/resources/v1/client/get.js +77 -0
- package/serialization/resources/patientRefunds/resources/v1/client/getMulti.d.ts +20 -0
- package/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +77 -0
- package/serialization/resources/patientRefunds/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/patientRefunds/resources/v1/client/index.js +45 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +22 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +53 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +18 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +49 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/index.d.ts +2 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/index.js +7 -0
- package/serialization/resources/patientRefunds/resources/v1/client/update.d.ts +25 -0
- package/serialization/resources/patientRefunds/resources/v1/client/update.js +83 -0
- package/serialization/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/serialization/resources/patientRefunds/resources/v1/index.js +18 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +29 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +60 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +10 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +45 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +10 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +41 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +14 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +47 -0
- package/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +4 -0
- package/serialization/resources/patientRefunds/resources/v1/types/index.js +20 -0
- package/serialization/resources/payerPlanGroups/index.d.ts +1 -0
- package/serialization/resources/payerPlanGroups/index.js +17 -0
- package/serialization/resources/payerPlanGroups/resources/index.d.ts +1 -0
- package/serialization/resources/payerPlanGroups/resources/index.js +37 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/create.js +77 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +20 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.js +77 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/get.d.ts +20 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/get.js +77 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.js +71 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/index.d.ts +5 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/index.js +41 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/update.d.ts +25 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/update.js +83 -0
- package/serialization/resources/payerPlanGroups/resources/v1/index.d.ts +2 -0
- package/serialization/resources/payerPlanGroups/resources/v1/index.js +18 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +16 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +47 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +17 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +50 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +14 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +45 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +14 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +47 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +10 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +41 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/index.js +21 -0
- package/serialization/resources/payers/index.d.ts +1 -0
- package/serialization/resources/payers/index.js +17 -0
- package/serialization/resources/payers/resources/index.d.ts +1 -0
- package/serialization/resources/payers/resources/index.js +37 -0
- package/serialization/resources/payers/resources/v3/index.d.ts +1 -0
- package/serialization/resources/payers/resources/v3/index.js +17 -0
- package/serialization/resources/payers/resources/v3/types/Payer.d.ts +21 -0
- package/serialization/resources/payers/resources/v3/types/Payer.js +52 -0
- package/serialization/resources/payers/resources/v3/types/PayerId.d.ts +10 -0
- package/serialization/resources/payers/resources/v3/types/PayerId.js +45 -0
- package/serialization/resources/payers/resources/v3/types/PayerIdentifier.d.ts +19 -0
- package/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +53 -0
- package/serialization/resources/payers/resources/v3/types/PayerInfo.d.ts +15 -0
- package/serialization/resources/payers/resources/v3/types/PayerInfo.js +46 -0
- package/serialization/resources/payers/resources/v3/types/PayerName.d.ts +10 -0
- package/serialization/resources/payers/resources/v3/types/PayerName.js +45 -0
- package/serialization/resources/payers/resources/v3/types/PayerPage.d.ts +14 -0
- package/serialization/resources/payers/resources/v3/types/PayerPage.js +47 -0
- package/serialization/resources/payers/resources/v3/types/PayerUuid.d.ts +10 -0
- package/serialization/resources/payers/resources/v3/types/PayerUuid.js +45 -0
- package/serialization/resources/payers/resources/v3/types/index.d.ts +7 -0
- package/serialization/resources/payers/resources/v3/types/index.js +23 -0
- package/serialization/resources/paymentAccountConfigs/index.d.ts +1 -0
- package/serialization/resources/paymentAccountConfigs/index.js +17 -0
- package/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +10 -0
- package/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +45 -0
- package/serialization/resources/paymentAccountConfigs/types/index.d.ts +1 -0
- package/serialization/resources/paymentAccountConfigs/types/index.js +17 -0
- package/serialization/resources/pipelineCommons/index.d.ts +1 -0
- package/serialization/resources/pipelineCommons/index.js +17 -0
- package/serialization/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +10 -0
- package/serialization/resources/pipelineCommons/types/ConfigurableRuleId.js +45 -0
- package/serialization/resources/pipelineCommons/types/index.d.ts +1 -0
- package/serialization/resources/pipelineCommons/types/index.js +17 -0
- package/serialization/resources/preEncounter/index.d.ts +1 -0
- package/serialization/resources/preEncounter/index.js +17 -0
- package/serialization/resources/preEncounter/resources/appointments/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/appointments/index.js +17 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/index.js +37 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +77 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +77 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +71 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +73 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +71 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +7 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +43 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +42 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +77 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/index.js +18 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +49 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +41 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +41 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +31 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +62 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +45 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +41 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +18 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +49 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +47 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +8 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +24 -0
- package/serialization/resources/preEncounter/resources/common/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/common/index.js +17 -0
- package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +46 -0
- package/serialization/resources/preEncounter/resources/common/types/Address.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/common/types/Address.js +51 -0
- package/serialization/resources/preEncounter/resources/common/types/AddressUse.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/AddressUse.js +41 -0
- package/serialization/resources/preEncounter/resources/common/types/AppointmentId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +45 -0
- package/serialization/resources/preEncounter/resources/common/types/BaseModel.d.ts +18 -0
- package/serialization/resources/preEncounter/resources/common/types/BaseModel.js +49 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +16 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +47 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +45 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +18 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +49 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +45 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +45 -0
- package/serialization/resources/preEncounter/resources/common/types/ContactPoint.d.ts +16 -0
- package/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +47 -0
- package/serialization/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +41 -0
- package/serialization/resources/preEncounter/resources/common/types/CoverageId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/CoverageId.js +45 -0
- package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +41 -0
- package/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +44 -0
- package/serialization/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +41 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.js +46 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +25 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +56 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +41 -0
- package/serialization/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/FilterQueryString.js +45 -0
- package/serialization/resources/preEncounter/resources/common/types/Gender.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/Gender.js +51 -0
- package/serialization/resources/preEncounter/resources/common/types/HumanName.d.ts +18 -0
- package/serialization/resources/preEncounter/resources/common/types/HumanName.js +49 -0
- package/serialization/resources/preEncounter/resources/common/types/NameUse.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/NameUse.js +41 -0
- package/serialization/resources/preEncounter/resources/common/types/NoteId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/NoteId.js +45 -0
- package/serialization/resources/preEncounter/resources/common/types/OrganizationId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +45 -0
- package/serialization/resources/preEncounter/resources/common/types/PageToken.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/PageToken.js +45 -0
- package/serialization/resources/preEncounter/resources/common/types/PatientId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/PatientId.js +45 -0
- package/serialization/resources/preEncounter/resources/common/types/PayerId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/PayerId.js +45 -0
- package/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +45 -0
- package/serialization/resources/preEncounter/resources/common/types/Period.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/common/types/Period.js +44 -0
- package/serialization/resources/preEncounter/resources/common/types/Race.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/Race.js +51 -0
- package/serialization/resources/preEncounter/resources/common/types/Relationship.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/Relationship.js +41 -0
- package/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +46 -0
- package/serialization/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/Sex.js +41 -0
- package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +41 -0
- package/serialization/resources/preEncounter/resources/common/types/SortDirection.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/SortDirection.js +41 -0
- package/serialization/resources/preEncounter/resources/common/types/TagId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/TagId.js +45 -0
- package/serialization/resources/preEncounter/resources/common/types/UserId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/UserId.js +45 -0
- package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +46 -0
- package/serialization/resources/preEncounter/resources/common/types/index.d.ts +39 -0
- package/serialization/resources/preEncounter/resources/common/types/index.js +55 -0
- package/serialization/resources/preEncounter/resources/coverages/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/coverages/index.js +17 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/index.js +37 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +73 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +42 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +71 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +45 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +46 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +42 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +77 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/index.js +18 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +18 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +49 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +52 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +18 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +49 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +49 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +18 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +49 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +19 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +50 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +46 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +41 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +41 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +46 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +41 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +47 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +51 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +28 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +59 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +112 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +46 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +46 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +28 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +59 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +66 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +18 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +49 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +17 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +48 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +21 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +52 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +45 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +24 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +55 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +44 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +19 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +50 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +17 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +48 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +229 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +18 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +49 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +29 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +45 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/index.js +17 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/index.js +37 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +42 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +38 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +42 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +18 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +44 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +12 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +43 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +21 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +52 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +46 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +17 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +48 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +41 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +19 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +50 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +47 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +41 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +17 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +50 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +51 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +18 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +51 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +51 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +8 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +41 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +44 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +45 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +44 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +45 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +44 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +17 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +48 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +48 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +16 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +47 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +12 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +43 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +45 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +21 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +52 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +45 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +27 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +43 -0
- package/serialization/resources/preEncounter/resources/images/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/images/index.js +17 -0
- package/serialization/resources/preEncounter/resources/images/resources/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/images/resources/index.js +37 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/create.js +71 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +77 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/get.js +71 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +42 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +5 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/index.js +41 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/update.js +77 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/index.js +18 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +46 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +41 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +16 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.js +50 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +45 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +41 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +51 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +45 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +7 -0
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/index.js +23 -0
- package/serialization/resources/preEncounter/resources/index.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/index.js +49 -0
- package/serialization/resources/preEncounter/resources/lists/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/lists/index.js +17 -0
- package/serialization/resources/preEncounter/resources/lists/resources/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/lists/resources/index.js +37 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +71 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/client/index.js +37 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/index.js +18 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +19 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +50 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +47 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +19 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +50 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +47 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +45 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.js +21 -0
- package/serialization/resources/preEncounter/resources/notes/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/notes/index.js +17 -0
- package/serialization/resources/preEncounter/resources/notes/resources/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/notes/resources/index.js +37 -0
- package/serialization/resources/preEncounter/resources/notes/resources/v1/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/notes/resources/v1/index.js +17 -0
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +45 -0
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +16 -0
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +50 -0
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/index.js +18 -0
- package/serialization/resources/preEncounter/resources/patients/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/patients/index.js +17 -0
- package/serialization/resources/preEncounter/resources/patients/resources/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/index.js +37 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +71 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +77 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +77 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +71 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +73 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +46 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +77 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +42 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +42 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +42 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +77 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/index.js +18 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +26 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +57 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +41 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +22 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +53 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +41 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +44 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +44 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +19 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +50 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +54 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +71 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +102 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +46 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +16 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +50 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +47 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +45 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +17 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +48 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +30 -0
- package/serialization/resources/preEncounter/resources/tags/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/tags/index.js +17 -0
- package/serialization/resources/preEncounter/resources/tags/resources/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/tags/resources/index.js +37 -0
- package/serialization/resources/preEncounter/resources/tags/resources/v1/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/tags/resources/v1/index.js +17 -0
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +45 -0
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +49 -0
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +47 -0
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/index.d.ts +3 -0
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/index.js +19 -0
- package/serialization/resources/remitDrafts/index.d.ts +1 -0
- package/serialization/resources/remitDrafts/index.js +17 -0
- package/serialization/resources/remitDrafts/resources/index.d.ts +1 -0
- package/serialization/resources/remitDrafts/resources/index.js +37 -0
- package/serialization/resources/remitDrafts/resources/v1/index.d.ts +1 -0
- package/serialization/resources/remitDrafts/resources/v1/index.js +17 -0
- package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +10 -0
- package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +45 -0
- package/serialization/resources/remitDrafts/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/remitDrafts/resources/v1/types/index.js +17 -0
- package/serialization/resources/remits/index.d.ts +1 -0
- package/serialization/resources/remits/index.js +17 -0
- package/serialization/resources/remits/resources/index.d.ts +1 -0
- package/serialization/resources/remits/resources/index.js +37 -0
- package/serialization/resources/remits/resources/v1/index.d.ts +1 -0
- package/serialization/resources/remits/resources/v1/index.js +17 -0
- package/serialization/resources/remits/resources/v1/types/Payee.d.ts +14 -0
- package/serialization/resources/remits/resources/v1/types/Payee.js +45 -0
- package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +24 -0
- package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +58 -0
- package/serialization/resources/remits/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/remits/resources/v1/types/index.js +18 -0
- package/serialization/resources/serviceFacility/index.d.ts +1 -0
- package/serialization/resources/serviceFacility/index.js +17 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +18 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +49 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +16 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +47 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +16 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +47 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +16 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +47 -0
- package/serialization/resources/serviceFacility/types/ServiceFacilityId.d.ts +10 -0
- package/serialization/resources/serviceFacility/types/ServiceFacilityId.js +45 -0
- package/serialization/resources/serviceFacility/types/index.d.ts +5 -0
- package/serialization/resources/serviceFacility/types/index.js +21 -0
- package/serialization/resources/serviceLines/index.d.ts +1 -0
- package/serialization/resources/serviceLines/index.js +17 -0
- package/serialization/resources/serviceLines/resources/index.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/index.js +37 -0
- package/serialization/resources/serviceLines/resources/v2/client/create.d.ts +15 -0
- package/serialization/resources/serviceLines/resources/v2/client/create.js +71 -0
- package/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +20 -0
- package/serialization/resources/serviceLines/resources/v2/client/delete.js +77 -0
- package/serialization/resources/serviceLines/resources/v2/client/index.d.ts +3 -0
- package/serialization/resources/serviceLines/resources/v2/client/index.js +39 -0
- package/serialization/resources/serviceLines/resources/v2/client/update.d.ts +25 -0
- package/serialization/resources/serviceLines/resources/v2/client/update.js +83 -0
- package/serialization/resources/serviceLines/resources/v2/index.d.ts +2 -0
- package/serialization/resources/serviceLines/resources/v2/index.js +18 -0
- package/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +10 -0
- package/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +74 -0
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +21 -0
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +52 -0
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +21 -0
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +52 -0
- package/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +10 -0
- package/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +41 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +10 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +41 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +68 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +99 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +16 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +47 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +34 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +65 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +34 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +65 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +42 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +73 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +13 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +44 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +14 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +45 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +39 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +70 -0
- package/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +14 -0
- package/serialization/resources/serviceLines/resources/v2/types/TestResult.js +45 -0
- package/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +14 -0
- package/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.js +45 -0
- package/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +10 -0
- package/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +41 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +16 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.js +32 -0
- package/serialization/resources/superbills/index.d.ts +1 -0
- package/serialization/resources/superbills/index.js +17 -0
- package/serialization/resources/superbills/resources/index.d.ts +1 -0
- package/serialization/resources/superbills/resources/index.js +37 -0
- package/serialization/resources/superbills/resources/v1/client/createSuperbill.d.ts +15 -0
- package/serialization/resources/superbills/resources/v1/client/createSuperbill.js +71 -0
- package/serialization/resources/superbills/resources/v1/client/index.d.ts +2 -0
- package/serialization/resources/superbills/resources/v1/client/index.js +41 -0
- package/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +17 -0
- package/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +48 -0
- package/serialization/resources/superbills/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/superbills/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/superbills/resources/v1/index.d.ts +2 -0
- package/serialization/resources/superbills/resources/v1/index.js +18 -0
- package/serialization/resources/superbills/resources/v1/types/Superbill.d.ts +18 -0
- package/serialization/resources/superbills/resources/v1/types/Superbill.js +49 -0
- package/serialization/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +13 -0
- package/serialization/resources/superbills/resources/v1/types/SuperbillResponse.js +44 -0
- package/serialization/resources/superbills/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/superbills/resources/v1/types/index.js +18 -0
- package/serialization/resources/tags/index.d.ts +1 -0
- package/serialization/resources/tags/index.js +17 -0
- package/serialization/resources/tags/types/Tag.d.ts +13 -0
- package/serialization/resources/tags/types/Tag.js +46 -0
- package/serialization/resources/tags/types/TagColorEnum.d.ts +10 -0
- package/serialization/resources/tags/types/TagColorEnum.js +41 -0
- package/serialization/resources/tags/types/TagCreate.d.ts +16 -0
- package/serialization/resources/tags/types/TagCreate.js +47 -0
- package/serialization/resources/tags/types/TagId.d.ts +10 -0
- package/serialization/resources/tags/types/TagId.js +47 -0
- package/serialization/resources/tags/types/index.d.ts +4 -0
- package/serialization/resources/tags/types/index.js +20 -0
- package/serialization/resources/tasks/index.d.ts +1 -0
- package/serialization/resources/tasks/index.js +17 -0
- package/serialization/resources/tasks/resources/commons/index.d.ts +1 -0
- package/serialization/resources/tasks/resources/commons/index.js +17 -0
- package/serialization/resources/tasks/resources/commons/types/TaskCategory.d.ts +10 -0
- package/serialization/resources/tasks/resources/commons/types/TaskCategory.js +84 -0
- package/serialization/resources/tasks/resources/commons/types/TaskStatus.d.ts +10 -0
- package/serialization/resources/tasks/resources/commons/types/TaskStatus.js +49 -0
- package/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +10 -0
- package/serialization/resources/tasks/resources/commons/types/TaskType.js +54 -0
- package/serialization/resources/tasks/resources/commons/types/index.d.ts +3 -0
- package/serialization/resources/tasks/resources/commons/types/index.js +19 -0
- package/serialization/resources/tasks/resources/index.d.ts +3 -0
- package/serialization/resources/tasks/resources/index.js +42 -0
- package/serialization/resources/tasks/resources/v3/client/get.d.ts +20 -0
- package/serialization/resources/tasks/resources/v3/client/get.js +77 -0
- package/serialization/resources/tasks/resources/v3/client/getMulti.d.ts +15 -0
- package/serialization/resources/tasks/resources/v3/client/getMulti.js +71 -0
- package/serialization/resources/tasks/resources/v3/client/index.d.ts +3 -0
- package/serialization/resources/tasks/resources/v3/client/index.js +39 -0
- package/serialization/resources/tasks/resources/v3/client/update.d.ts +25 -0
- package/serialization/resources/tasks/resources/v3/client/update.js +83 -0
- package/serialization/resources/tasks/resources/v3/index.d.ts +2 -0
- package/serialization/resources/tasks/resources/v3/index.js +18 -0
- package/serialization/resources/tasks/resources/v3/types/Task.d.ts +38 -0
- package/serialization/resources/tasks/resources/v3/types/Task.js +69 -0
- package/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +16 -0
- package/serialization/resources/tasks/resources/v3/types/TaskAction.js +47 -0
- package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +13 -0
- package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +48 -0
- package/serialization/resources/tasks/resources/v3/types/TaskActionType.d.ts +10 -0
- package/serialization/resources/tasks/resources/v3/types/TaskActionType.js +41 -0
- package/serialization/resources/tasks/resources/v3/types/TaskActions.d.ts +13 -0
- package/serialization/resources/tasks/resources/v3/types/TaskActions.js +44 -0
- package/serialization/resources/tasks/resources/v3/types/TaskAssignment.d.ts +15 -0
- package/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +46 -0
- package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +23 -0
- package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +54 -0
- package/serialization/resources/tasks/resources/v3/types/TaskNote.d.ts +17 -0
- package/serialization/resources/tasks/resources/v3/types/TaskNote.js +48 -0
- package/serialization/resources/tasks/resources/v3/types/TaskPage.d.ts +14 -0
- package/serialization/resources/tasks/resources/v3/types/TaskPage.js +47 -0
- package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +10 -0
- package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +64 -0
- package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +16 -0
- package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +47 -0
- package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +13 -0
- package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +44 -0
- package/serialization/resources/tasks/resources/v3/types/index.d.ts +12 -0
- package/serialization/resources/tasks/resources/v3/types/index.js +28 -0
- package/serialization/resources/writeOffs/index.d.ts +1 -0
- package/serialization/resources/writeOffs/index.js +17 -0
- package/serialization/resources/writeOffs/resources/index.d.ts +1 -0
- package/serialization/resources/writeOffs/resources/index.js +37 -0
- package/serialization/resources/writeOffs/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/writeOffs/resources/v1/client/index.js +17 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +13 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +44 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/serialization/resources/writeOffs/resources/v1/index.js +18 -0
- package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +13 -0
- package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +44 -0
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +24 -0
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +55 -0
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +20 -0
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +51 -0
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +10 -0
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +59 -0
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +25 -0
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +59 -0
- package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +24 -0
- package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +55 -0
- package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +20 -0
- package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +51 -0
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +26 -0
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +57 -0
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +18 -0
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +49 -0
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +10 -0
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +54 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +22 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +53 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +22 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +53 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +10 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +45 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +10 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +41 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +14 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +47 -0
- package/serialization/resources/writeOffs/resources/v1/types/index.d.ts +15 -0
- package/serialization/resources/writeOffs/resources/v1/types/index.js +31 -0
- package/serialization/resources/x12/index.d.ts +1 -0
- package/serialization/resources/x12/index.js +17 -0
- package/serialization/resources/x12/resources/index.d.ts +1 -0
- package/serialization/resources/x12/resources/index.js +37 -0
- package/serialization/resources/x12/resources/v1/index.d.ts +1 -0
- package/serialization/resources/x12/resources/v1/index.js +17 -0
- package/serialization/resources/x12/resources/v1/types/Carc.d.ts +10 -0
- package/serialization/resources/x12/resources/v1/types/Carc.js +445 -0
- package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +16 -0
- package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +47 -0
- package/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +10 -0
- package/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +82 -0
- package/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +10 -0
- package/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +41 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +10 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.js +1229 -0
- package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +13 -0
- package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +44 -0
- package/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +10 -0
- package/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +41 -0
- package/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +18 -0
- package/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.js +49 -0
- package/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +10 -0
- package/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +69 -0
- package/serialization/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +10 -0
- package/serialization/resources/x12/resources/v1/types/TypeOfCareCode.js +41 -0
- package/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +10 -0
- package/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.js +41 -0
- package/serialization/resources/x12/resources/v1/types/index.d.ts +11 -0
- package/serialization/resources/x12/resources/v1/types/index.js +27 -0
- package/serialization/resources/yesNoIndicator/index.d.ts +1 -0
- package/serialization/resources/yesNoIndicator/index.js +17 -0
- package/serialization/resources/yesNoIndicator/types/YesNoIndicator.d.ts +10 -0
- package/serialization/resources/yesNoIndicator/types/YesNoIndicator.js +41 -0
- package/serialization/resources/yesNoIndicator/types/index.d.ts +1 -0
- package/serialization/resources/yesNoIndicator/types/index.js +17 -0
- package/version.d.ts +1 -0
- package/version.js +4 -0
package/Client.d.ts
ADDED
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "./environments";
|
|
5
|
+
import * as core from "./core";
|
|
6
|
+
import { Auth } from "./api/resources/auth/client/Client";
|
|
7
|
+
import { BillingNotes } from "./api/resources/billingNotes/client/Client";
|
|
8
|
+
import { ChargeCaptureBundles } from "./api/resources/chargeCaptureBundles/client/Client";
|
|
9
|
+
import { ChargeCapture } from "./api/resources/chargeCapture/client/Client";
|
|
10
|
+
import { Contracts } from "./api/resources/contracts/client/Client";
|
|
11
|
+
import { Credentialing } from "./api/resources/credentialing/client/Client";
|
|
12
|
+
import { CustomSchemas } from "./api/resources/customSchemas/client/Client";
|
|
13
|
+
import { Eligibility } from "./api/resources/eligibility/client/Client";
|
|
14
|
+
import { EncounterAttachments } from "./api/resources/encounterAttachments/client/Client";
|
|
15
|
+
import { EncounterProviders } from "./api/resources/encounterProviders/client/Client";
|
|
16
|
+
import { Encounters } from "./api/resources/encounters/client/Client";
|
|
17
|
+
import { ExpectedNetworkStatus } from "./api/resources/expectedNetworkStatus/client/Client";
|
|
18
|
+
import { Exports } from "./api/resources/exports/client/Client";
|
|
19
|
+
import { ExternalPaymentAccountConfig } from "./api/resources/externalPaymentAccountConfig/client/Client";
|
|
20
|
+
import { FeeSchedules } from "./api/resources/feeSchedules/client/Client";
|
|
21
|
+
import { Guarantor } from "./api/resources/guarantor/client/Client";
|
|
22
|
+
import { ImportInvoice } from "./api/resources/importInvoice/client/Client";
|
|
23
|
+
import { InsuranceAdjudications } from "./api/resources/insuranceAdjudications/client/Client";
|
|
24
|
+
import { InsurancePayments } from "./api/resources/insurancePayments/client/Client";
|
|
25
|
+
import { InsuranceRefunds } from "./api/resources/insuranceRefunds/client/Client";
|
|
26
|
+
import { MedicationDispense } from "./api/resources/medicationDispense/client/Client";
|
|
27
|
+
import { NonInsurancePayerPayments } from "./api/resources/nonInsurancePayerPayments/client/Client";
|
|
28
|
+
import { NonInsurancePayerRefunds } from "./api/resources/nonInsurancePayerRefunds/client/Client";
|
|
29
|
+
import { NonInsurancePayers } from "./api/resources/nonInsurancePayers/client/Client";
|
|
30
|
+
import { OrganizationServiceFacilities } from "./api/resources/organizationServiceFacilities/client/Client";
|
|
31
|
+
import { OrganizationProviders } from "./api/resources/organizationProviders/client/Client";
|
|
32
|
+
import { PatientPayments } from "./api/resources/patientPayments/client/Client";
|
|
33
|
+
import { PatientRefunds } from "./api/resources/patientRefunds/client/Client";
|
|
34
|
+
import { PayerPlanGroups } from "./api/resources/payerPlanGroups/client/Client";
|
|
35
|
+
import { Payers } from "./api/resources/payers/client/Client";
|
|
36
|
+
import { ServiceLines } from "./api/resources/serviceLines/client/Client";
|
|
37
|
+
import { Superbills } from "./api/resources/superbills/client/Client";
|
|
38
|
+
import { Tasks } from "./api/resources/tasks/client/Client";
|
|
39
|
+
import { WriteOffs } from "./api/resources/writeOffs/client/Client";
|
|
40
|
+
import { PreEncounter } from "./api/resources/preEncounter/client/Client";
|
|
41
|
+
import { Diagnoses } from "./api/resources/diagnoses/client/Client";
|
|
42
|
+
import { ServiceFacility } from "./api/resources/serviceFacility/client/Client";
|
|
43
|
+
export declare namespace CandidApiClient {
|
|
44
|
+
interface Options {
|
|
45
|
+
environment?: core.Supplier<environments.CandidApiEnvironment | environments.CandidApiEnvironmentUrls>;
|
|
46
|
+
/** Specify a custom URL to connect the client to. */
|
|
47
|
+
baseUrl?: core.Supplier<string>;
|
|
48
|
+
clientId: core.Supplier<string>;
|
|
49
|
+
clientSecret: core.Supplier<string>;
|
|
50
|
+
}
|
|
51
|
+
interface RequestOptions {
|
|
52
|
+
/** The maximum time to wait for a response in seconds. */
|
|
53
|
+
timeoutInSeconds?: number;
|
|
54
|
+
/** The number of times to retry the request. Defaults to 2. */
|
|
55
|
+
maxRetries?: number;
|
|
56
|
+
/** A hook to abort the request. */
|
|
57
|
+
abortSignal?: AbortSignal;
|
|
58
|
+
/** Additional headers to include in the request. */
|
|
59
|
+
headers?: Record<string, string>;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
export declare class CandidApiClient {
|
|
63
|
+
protected readonly _options: CandidApiClient.Options;
|
|
64
|
+
private readonly _oauthTokenProvider;
|
|
65
|
+
protected _auth: Auth | undefined;
|
|
66
|
+
protected _billingNotes: BillingNotes | undefined;
|
|
67
|
+
protected _chargeCaptureBundles: ChargeCaptureBundles | undefined;
|
|
68
|
+
protected _chargeCapture: ChargeCapture | undefined;
|
|
69
|
+
protected _contracts: Contracts | undefined;
|
|
70
|
+
protected _credentialing: Credentialing | undefined;
|
|
71
|
+
protected _customSchemas: CustomSchemas | undefined;
|
|
72
|
+
protected _eligibility: Eligibility | undefined;
|
|
73
|
+
protected _encounterAttachments: EncounterAttachments | undefined;
|
|
74
|
+
protected _encounterProviders: EncounterProviders | undefined;
|
|
75
|
+
protected _encounters: Encounters | undefined;
|
|
76
|
+
protected _expectedNetworkStatus: ExpectedNetworkStatus | undefined;
|
|
77
|
+
protected _exports: Exports | undefined;
|
|
78
|
+
protected _externalPaymentAccountConfig: ExternalPaymentAccountConfig | undefined;
|
|
79
|
+
protected _feeSchedules: FeeSchedules | undefined;
|
|
80
|
+
protected _guarantor: Guarantor | undefined;
|
|
81
|
+
protected _importInvoice: ImportInvoice | undefined;
|
|
82
|
+
protected _insuranceAdjudications: InsuranceAdjudications | undefined;
|
|
83
|
+
protected _insurancePayments: InsurancePayments | undefined;
|
|
84
|
+
protected _insuranceRefunds: InsuranceRefunds | undefined;
|
|
85
|
+
protected _medicationDispense: MedicationDispense | undefined;
|
|
86
|
+
protected _nonInsurancePayerPayments: NonInsurancePayerPayments | undefined;
|
|
87
|
+
protected _nonInsurancePayerRefunds: NonInsurancePayerRefunds | undefined;
|
|
88
|
+
protected _nonInsurancePayers: NonInsurancePayers | undefined;
|
|
89
|
+
protected _organizationServiceFacilities: OrganizationServiceFacilities | undefined;
|
|
90
|
+
protected _organizationProviders: OrganizationProviders | undefined;
|
|
91
|
+
protected _patientPayments: PatientPayments | undefined;
|
|
92
|
+
protected _patientRefunds: PatientRefunds | undefined;
|
|
93
|
+
protected _payerPlanGroups: PayerPlanGroups | undefined;
|
|
94
|
+
protected _payers: Payers | undefined;
|
|
95
|
+
protected _serviceLines: ServiceLines | undefined;
|
|
96
|
+
protected _superbills: Superbills | undefined;
|
|
97
|
+
protected _tasks: Tasks | undefined;
|
|
98
|
+
protected _writeOffs: WriteOffs | undefined;
|
|
99
|
+
protected _preEncounter: PreEncounter | undefined;
|
|
100
|
+
protected _diagnoses: Diagnoses | undefined;
|
|
101
|
+
protected _serviceFacility: ServiceFacility | undefined;
|
|
102
|
+
constructor(_options: CandidApiClient.Options);
|
|
103
|
+
get auth(): Auth;
|
|
104
|
+
get billingNotes(): BillingNotes;
|
|
105
|
+
get chargeCaptureBundles(): ChargeCaptureBundles;
|
|
106
|
+
get chargeCapture(): ChargeCapture;
|
|
107
|
+
get contracts(): Contracts;
|
|
108
|
+
get credentialing(): Credentialing;
|
|
109
|
+
get customSchemas(): CustomSchemas;
|
|
110
|
+
get eligibility(): Eligibility;
|
|
111
|
+
get encounterAttachments(): EncounterAttachments;
|
|
112
|
+
get encounterProviders(): EncounterProviders;
|
|
113
|
+
get encounters(): Encounters;
|
|
114
|
+
get expectedNetworkStatus(): ExpectedNetworkStatus;
|
|
115
|
+
get exports(): Exports;
|
|
116
|
+
get externalPaymentAccountConfig(): ExternalPaymentAccountConfig;
|
|
117
|
+
get feeSchedules(): FeeSchedules;
|
|
118
|
+
get guarantor(): Guarantor;
|
|
119
|
+
get importInvoice(): ImportInvoice;
|
|
120
|
+
get insuranceAdjudications(): InsuranceAdjudications;
|
|
121
|
+
get insurancePayments(): InsurancePayments;
|
|
122
|
+
get insuranceRefunds(): InsuranceRefunds;
|
|
123
|
+
get medicationDispense(): MedicationDispense;
|
|
124
|
+
get nonInsurancePayerPayments(): NonInsurancePayerPayments;
|
|
125
|
+
get nonInsurancePayerRefunds(): NonInsurancePayerRefunds;
|
|
126
|
+
get nonInsurancePayers(): NonInsurancePayers;
|
|
127
|
+
get organizationServiceFacilities(): OrganizationServiceFacilities;
|
|
128
|
+
get organizationProviders(): OrganizationProviders;
|
|
129
|
+
get patientPayments(): PatientPayments;
|
|
130
|
+
get patientRefunds(): PatientRefunds;
|
|
131
|
+
get payerPlanGroups(): PayerPlanGroups;
|
|
132
|
+
get payers(): Payers;
|
|
133
|
+
get serviceLines(): ServiceLines;
|
|
134
|
+
get superbills(): Superbills;
|
|
135
|
+
get tasks(): Tasks;
|
|
136
|
+
get writeOffs(): WriteOffs;
|
|
137
|
+
get preEncounter(): PreEncounter;
|
|
138
|
+
get diagnoses(): Diagnoses;
|
|
139
|
+
get serviceFacility(): ServiceFacility;
|
|
140
|
+
}
|
package/Client.js
ADDED
|
@@ -0,0 +1,248 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
39
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
40
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
41
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
42
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
43
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
44
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
45
|
+
});
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
exports.CandidApiClient = void 0;
|
|
49
|
+
const core = __importStar(require("./core"));
|
|
50
|
+
const Client_1 = require("./api/resources/auth/resources/default/client/Client");
|
|
51
|
+
const Client_2 = require("./api/resources/auth/client/Client");
|
|
52
|
+
const Client_3 = require("./api/resources/billingNotes/client/Client");
|
|
53
|
+
const Client_4 = require("./api/resources/chargeCaptureBundles/client/Client");
|
|
54
|
+
const Client_5 = require("./api/resources/chargeCapture/client/Client");
|
|
55
|
+
const Client_6 = require("./api/resources/contracts/client/Client");
|
|
56
|
+
const Client_7 = require("./api/resources/credentialing/client/Client");
|
|
57
|
+
const Client_8 = require("./api/resources/customSchemas/client/Client");
|
|
58
|
+
const Client_9 = require("./api/resources/eligibility/client/Client");
|
|
59
|
+
const Client_10 = require("./api/resources/encounterAttachments/client/Client");
|
|
60
|
+
const Client_11 = require("./api/resources/encounterProviders/client/Client");
|
|
61
|
+
const Client_12 = require("./api/resources/encounters/client/Client");
|
|
62
|
+
const Client_13 = require("./api/resources/expectedNetworkStatus/client/Client");
|
|
63
|
+
const Client_14 = require("./api/resources/exports/client/Client");
|
|
64
|
+
const Client_15 = require("./api/resources/externalPaymentAccountConfig/client/Client");
|
|
65
|
+
const Client_16 = require("./api/resources/feeSchedules/client/Client");
|
|
66
|
+
const Client_17 = require("./api/resources/guarantor/client/Client");
|
|
67
|
+
const Client_18 = require("./api/resources/importInvoice/client/Client");
|
|
68
|
+
const Client_19 = require("./api/resources/insuranceAdjudications/client/Client");
|
|
69
|
+
const Client_20 = require("./api/resources/insurancePayments/client/Client");
|
|
70
|
+
const Client_21 = require("./api/resources/insuranceRefunds/client/Client");
|
|
71
|
+
const Client_22 = require("./api/resources/medicationDispense/client/Client");
|
|
72
|
+
const Client_23 = require("./api/resources/nonInsurancePayerPayments/client/Client");
|
|
73
|
+
const Client_24 = require("./api/resources/nonInsurancePayerRefunds/client/Client");
|
|
74
|
+
const Client_25 = require("./api/resources/nonInsurancePayers/client/Client");
|
|
75
|
+
const Client_26 = require("./api/resources/organizationServiceFacilities/client/Client");
|
|
76
|
+
const Client_27 = require("./api/resources/organizationProviders/client/Client");
|
|
77
|
+
const Client_28 = require("./api/resources/patientPayments/client/Client");
|
|
78
|
+
const Client_29 = require("./api/resources/patientRefunds/client/Client");
|
|
79
|
+
const Client_30 = require("./api/resources/payerPlanGroups/client/Client");
|
|
80
|
+
const Client_31 = require("./api/resources/payers/client/Client");
|
|
81
|
+
const Client_32 = require("./api/resources/serviceLines/client/Client");
|
|
82
|
+
const Client_33 = require("./api/resources/superbills/client/Client");
|
|
83
|
+
const Client_34 = require("./api/resources/tasks/client/Client");
|
|
84
|
+
const Client_35 = require("./api/resources/writeOffs/client/Client");
|
|
85
|
+
const Client_36 = require("./api/resources/preEncounter/client/Client");
|
|
86
|
+
const Client_37 = require("./api/resources/diagnoses/client/Client");
|
|
87
|
+
const Client_38 = require("./api/resources/serviceFacility/client/Client");
|
|
88
|
+
class CandidApiClient {
|
|
89
|
+
constructor(_options) {
|
|
90
|
+
this._options = _options;
|
|
91
|
+
this._oauthTokenProvider = new core.OAuthTokenProvider({
|
|
92
|
+
clientId: this._options.clientId,
|
|
93
|
+
clientSecret: this._options.clientSecret,
|
|
94
|
+
authClient: new Client_1.Default({
|
|
95
|
+
environment: this._options.environment,
|
|
96
|
+
}),
|
|
97
|
+
});
|
|
98
|
+
}
|
|
99
|
+
get auth() {
|
|
100
|
+
var _a;
|
|
101
|
+
return ((_a = this._auth) !== null && _a !== void 0 ? _a : (this._auth = new Client_2.Auth(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
102
|
+
}
|
|
103
|
+
get billingNotes() {
|
|
104
|
+
var _a;
|
|
105
|
+
return ((_a = this._billingNotes) !== null && _a !== void 0 ? _a : (this._billingNotes = new Client_3.BillingNotes(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
106
|
+
}
|
|
107
|
+
get chargeCaptureBundles() {
|
|
108
|
+
var _a;
|
|
109
|
+
return ((_a = this._chargeCaptureBundles) !== null && _a !== void 0 ? _a : (this._chargeCaptureBundles = new Client_4.ChargeCaptureBundles(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
110
|
+
}
|
|
111
|
+
get chargeCapture() {
|
|
112
|
+
var _a;
|
|
113
|
+
return ((_a = this._chargeCapture) !== null && _a !== void 0 ? _a : (this._chargeCapture = new Client_5.ChargeCapture(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
114
|
+
}
|
|
115
|
+
get contracts() {
|
|
116
|
+
var _a;
|
|
117
|
+
return ((_a = this._contracts) !== null && _a !== void 0 ? _a : (this._contracts = new Client_6.Contracts(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
118
|
+
}
|
|
119
|
+
get credentialing() {
|
|
120
|
+
var _a;
|
|
121
|
+
return ((_a = this._credentialing) !== null && _a !== void 0 ? _a : (this._credentialing = new Client_7.Credentialing(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
122
|
+
}
|
|
123
|
+
get customSchemas() {
|
|
124
|
+
var _a;
|
|
125
|
+
return ((_a = this._customSchemas) !== null && _a !== void 0 ? _a : (this._customSchemas = new Client_8.CustomSchemas(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
126
|
+
}
|
|
127
|
+
get eligibility() {
|
|
128
|
+
var _a;
|
|
129
|
+
return ((_a = this._eligibility) !== null && _a !== void 0 ? _a : (this._eligibility = new Client_9.Eligibility(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
130
|
+
}
|
|
131
|
+
get encounterAttachments() {
|
|
132
|
+
var _a;
|
|
133
|
+
return ((_a = this._encounterAttachments) !== null && _a !== void 0 ? _a : (this._encounterAttachments = new Client_10.EncounterAttachments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
134
|
+
}
|
|
135
|
+
get encounterProviders() {
|
|
136
|
+
var _a;
|
|
137
|
+
return ((_a = this._encounterProviders) !== null && _a !== void 0 ? _a : (this._encounterProviders = new Client_11.EncounterProviders(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
138
|
+
}
|
|
139
|
+
get encounters() {
|
|
140
|
+
var _a;
|
|
141
|
+
return ((_a = this._encounters) !== null && _a !== void 0 ? _a : (this._encounters = new Client_12.Encounters(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
142
|
+
}
|
|
143
|
+
get expectedNetworkStatus() {
|
|
144
|
+
var _a;
|
|
145
|
+
return ((_a = this._expectedNetworkStatus) !== null && _a !== void 0 ? _a : (this._expectedNetworkStatus = new Client_13.ExpectedNetworkStatus(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
146
|
+
}
|
|
147
|
+
get exports() {
|
|
148
|
+
var _a;
|
|
149
|
+
return ((_a = this._exports) !== null && _a !== void 0 ? _a : (this._exports = new Client_14.Exports(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
150
|
+
}
|
|
151
|
+
get externalPaymentAccountConfig() {
|
|
152
|
+
var _a;
|
|
153
|
+
return ((_a = this._externalPaymentAccountConfig) !== null && _a !== void 0 ? _a : (this._externalPaymentAccountConfig = new Client_15.ExternalPaymentAccountConfig(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
154
|
+
}
|
|
155
|
+
get feeSchedules() {
|
|
156
|
+
var _a;
|
|
157
|
+
return ((_a = this._feeSchedules) !== null && _a !== void 0 ? _a : (this._feeSchedules = new Client_16.FeeSchedules(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
158
|
+
}
|
|
159
|
+
get guarantor() {
|
|
160
|
+
var _a;
|
|
161
|
+
return ((_a = this._guarantor) !== null && _a !== void 0 ? _a : (this._guarantor = new Client_17.Guarantor(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
162
|
+
}
|
|
163
|
+
get importInvoice() {
|
|
164
|
+
var _a;
|
|
165
|
+
return ((_a = this._importInvoice) !== null && _a !== void 0 ? _a : (this._importInvoice = new Client_18.ImportInvoice(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
166
|
+
}
|
|
167
|
+
get insuranceAdjudications() {
|
|
168
|
+
var _a;
|
|
169
|
+
return ((_a = this._insuranceAdjudications) !== null && _a !== void 0 ? _a : (this._insuranceAdjudications = new Client_19.InsuranceAdjudications(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
170
|
+
}
|
|
171
|
+
get insurancePayments() {
|
|
172
|
+
var _a;
|
|
173
|
+
return ((_a = this._insurancePayments) !== null && _a !== void 0 ? _a : (this._insurancePayments = new Client_20.InsurancePayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
174
|
+
}
|
|
175
|
+
get insuranceRefunds() {
|
|
176
|
+
var _a;
|
|
177
|
+
return ((_a = this._insuranceRefunds) !== null && _a !== void 0 ? _a : (this._insuranceRefunds = new Client_21.InsuranceRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
178
|
+
}
|
|
179
|
+
get medicationDispense() {
|
|
180
|
+
var _a;
|
|
181
|
+
return ((_a = this._medicationDispense) !== null && _a !== void 0 ? _a : (this._medicationDispense = new Client_22.MedicationDispense(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
182
|
+
}
|
|
183
|
+
get nonInsurancePayerPayments() {
|
|
184
|
+
var _a;
|
|
185
|
+
return ((_a = this._nonInsurancePayerPayments) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerPayments = new Client_23.NonInsurancePayerPayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
186
|
+
}
|
|
187
|
+
get nonInsurancePayerRefunds() {
|
|
188
|
+
var _a;
|
|
189
|
+
return ((_a = this._nonInsurancePayerRefunds) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerRefunds = new Client_24.NonInsurancePayerRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
190
|
+
}
|
|
191
|
+
get nonInsurancePayers() {
|
|
192
|
+
var _a;
|
|
193
|
+
return ((_a = this._nonInsurancePayers) !== null && _a !== void 0 ? _a : (this._nonInsurancePayers = new Client_25.NonInsurancePayers(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
194
|
+
}
|
|
195
|
+
get organizationServiceFacilities() {
|
|
196
|
+
var _a;
|
|
197
|
+
return ((_a = this._organizationServiceFacilities) !== null && _a !== void 0 ? _a : (this._organizationServiceFacilities = new Client_26.OrganizationServiceFacilities(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
198
|
+
}
|
|
199
|
+
get organizationProviders() {
|
|
200
|
+
var _a;
|
|
201
|
+
return ((_a = this._organizationProviders) !== null && _a !== void 0 ? _a : (this._organizationProviders = new Client_27.OrganizationProviders(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
202
|
+
}
|
|
203
|
+
get patientPayments() {
|
|
204
|
+
var _a;
|
|
205
|
+
return ((_a = this._patientPayments) !== null && _a !== void 0 ? _a : (this._patientPayments = new Client_28.PatientPayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
206
|
+
}
|
|
207
|
+
get patientRefunds() {
|
|
208
|
+
var _a;
|
|
209
|
+
return ((_a = this._patientRefunds) !== null && _a !== void 0 ? _a : (this._patientRefunds = new Client_29.PatientRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
210
|
+
}
|
|
211
|
+
get payerPlanGroups() {
|
|
212
|
+
var _a;
|
|
213
|
+
return ((_a = this._payerPlanGroups) !== null && _a !== void 0 ? _a : (this._payerPlanGroups = new Client_30.PayerPlanGroups(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
214
|
+
}
|
|
215
|
+
get payers() {
|
|
216
|
+
var _a;
|
|
217
|
+
return ((_a = this._payers) !== null && _a !== void 0 ? _a : (this._payers = new Client_31.Payers(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
218
|
+
}
|
|
219
|
+
get serviceLines() {
|
|
220
|
+
var _a;
|
|
221
|
+
return ((_a = this._serviceLines) !== null && _a !== void 0 ? _a : (this._serviceLines = new Client_32.ServiceLines(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
222
|
+
}
|
|
223
|
+
get superbills() {
|
|
224
|
+
var _a;
|
|
225
|
+
return ((_a = this._superbills) !== null && _a !== void 0 ? _a : (this._superbills = new Client_33.Superbills(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
226
|
+
}
|
|
227
|
+
get tasks() {
|
|
228
|
+
var _a;
|
|
229
|
+
return ((_a = this._tasks) !== null && _a !== void 0 ? _a : (this._tasks = new Client_34.Tasks(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
230
|
+
}
|
|
231
|
+
get writeOffs() {
|
|
232
|
+
var _a;
|
|
233
|
+
return ((_a = this._writeOffs) !== null && _a !== void 0 ? _a : (this._writeOffs = new Client_35.WriteOffs(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
234
|
+
}
|
|
235
|
+
get preEncounter() {
|
|
236
|
+
var _a;
|
|
237
|
+
return ((_a = this._preEncounter) !== null && _a !== void 0 ? _a : (this._preEncounter = new Client_36.PreEncounter(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
238
|
+
}
|
|
239
|
+
get diagnoses() {
|
|
240
|
+
var _a;
|
|
241
|
+
return ((_a = this._diagnoses) !== null && _a !== void 0 ? _a : (this._diagnoses = new Client_37.Diagnoses(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
242
|
+
}
|
|
243
|
+
get serviceFacility() {
|
|
244
|
+
var _a;
|
|
245
|
+
return ((_a = this._serviceFacility) !== null && _a !== void 0 ? _a : (this._serviceFacility = new Client_38.ServiceFacility(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
exports.CandidApiClient = CandidApiClient;
|
package/README.md
ADDED
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
# Candid TypeScript Library
|
|
2
|
+
|
|
3
|
+
[](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fcandidhealth%2Fcandid-node)
|
|
4
|
+
[](https://www.npmjs.com/package/candidhealth)
|
|
5
|
+
|
|
6
|
+
The Candid TypeScript library provides convenient access to the Candid API from TypeScript.
|
|
7
|
+
|
|
8
|
+
## Installation
|
|
9
|
+
|
|
10
|
+
```sh
|
|
11
|
+
npm i -s candidhealth
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Reference
|
|
15
|
+
|
|
16
|
+
A full reference for this library is available [here](https://github.com/candidhealth/candid-node/blob/HEAD/./reference.md).
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
Instantiate and use the client with the following:
|
|
21
|
+
|
|
22
|
+
```typescript
|
|
23
|
+
import { CandidApiClient } from "candidhealth";
|
|
24
|
+
|
|
25
|
+
const client = new CandidApiClient({ clientId: "YOUR_CLIENT_ID", clientSecret: "YOUR_CLIENT_SECRET" });
|
|
26
|
+
await client.preEncounter.eligibilityChecks.v1.post({
|
|
27
|
+
payerId: "payer_id",
|
|
28
|
+
provider: {
|
|
29
|
+
npi: "npi",
|
|
30
|
+
},
|
|
31
|
+
subscriber: {
|
|
32
|
+
firstName: "first_name",
|
|
33
|
+
lastName: "last_name",
|
|
34
|
+
},
|
|
35
|
+
});
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## Request And Response Types
|
|
39
|
+
|
|
40
|
+
The SDK exports all request and response types as TypeScript interfaces. Simply import them with the
|
|
41
|
+
following namespace:
|
|
42
|
+
|
|
43
|
+
```typescript
|
|
44
|
+
import { CandidApi } from "candidhealth";
|
|
45
|
+
|
|
46
|
+
const request: CandidApi.AuthGetTokenRequest = {
|
|
47
|
+
...
|
|
48
|
+
};
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
## Exception Handling
|
|
52
|
+
|
|
53
|
+
When the API returns a non-success status code (4xx or 5xx response), a subclass of the following error
|
|
54
|
+
will be thrown.
|
|
55
|
+
|
|
56
|
+
```typescript
|
|
57
|
+
import { CandidApiError } from "candidhealth";
|
|
58
|
+
|
|
59
|
+
try {
|
|
60
|
+
await client.preEncounter.eligibilityChecks.v1.post(...);
|
|
61
|
+
} catch (err) {
|
|
62
|
+
if (err instanceof CandidApiError) {
|
|
63
|
+
console.log(err.statusCode);
|
|
64
|
+
console.log(err.message);
|
|
65
|
+
console.log(err.body);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
## Advanced
|
|
71
|
+
|
|
72
|
+
### Additional Headers
|
|
73
|
+
|
|
74
|
+
If you would like to send additional headers as part of the request, use the `headers` request option.
|
|
75
|
+
|
|
76
|
+
```typescript
|
|
77
|
+
const response = await client.preEncounter.eligibilityChecks.v1.post(..., {
|
|
78
|
+
headers: {
|
|
79
|
+
'X-Custom-Header': 'custom value'
|
|
80
|
+
}
|
|
81
|
+
});
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
### Retries
|
|
85
|
+
|
|
86
|
+
The SDK is instrumented with automatic retries with exponential backoff. A request will be retried as long
|
|
87
|
+
as the request is deemed retriable and the number of retry attempts has not grown larger than the configured
|
|
88
|
+
retry limit (default: 2).
|
|
89
|
+
|
|
90
|
+
A request is deemed retriable when any of the following HTTP status codes is returned:
|
|
91
|
+
|
|
92
|
+
- [408](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/408) (Timeout)
|
|
93
|
+
- [429](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429) (Too Many Requests)
|
|
94
|
+
- [5XX](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500) (Internal Server Errors)
|
|
95
|
+
|
|
96
|
+
Use the `maxRetries` request option to configure this behavior.
|
|
97
|
+
|
|
98
|
+
```typescript
|
|
99
|
+
const response = await client.preEncounter.eligibilityChecks.v1.post(..., {
|
|
100
|
+
maxRetries: 0 // override maxRetries at the request level
|
|
101
|
+
});
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
### Timeouts
|
|
105
|
+
|
|
106
|
+
The SDK defaults to a 60 second timeout. Use the `timeoutInSeconds` option to configure this behavior.
|
|
107
|
+
|
|
108
|
+
```typescript
|
|
109
|
+
const response = await client.preEncounter.eligibilityChecks.v1.post(..., {
|
|
110
|
+
timeoutInSeconds: 30 // override timeout to 30s
|
|
111
|
+
});
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
### Aborting Requests
|
|
115
|
+
|
|
116
|
+
The SDK allows users to abort requests at any point by passing in an abort signal.
|
|
117
|
+
|
|
118
|
+
```typescript
|
|
119
|
+
const controller = new AbortController();
|
|
120
|
+
const response = await client.preEncounter.eligibilityChecks.v1.post(..., {
|
|
121
|
+
abortSignal: controller.signal
|
|
122
|
+
});
|
|
123
|
+
controller.abort(); // aborts the request
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
### Runtime Compatibility
|
|
127
|
+
|
|
128
|
+
The SDK defaults to `node-fetch` but will use the global fetch client if present. The SDK works in the following
|
|
129
|
+
runtimes:
|
|
130
|
+
|
|
131
|
+
- Node.js 18+
|
|
132
|
+
- Vercel
|
|
133
|
+
- Cloudflare Workers
|
|
134
|
+
- Deno v1.25+
|
|
135
|
+
- Bun 1.0+
|
|
136
|
+
- React Native
|
|
137
|
+
|
|
138
|
+
### Customizing Fetch Client
|
|
139
|
+
|
|
140
|
+
The SDK provides a way for your to customize the underlying HTTP client / Fetch function. If you're running in an
|
|
141
|
+
unsupported environment, this provides a way for you to break glass and ensure the SDK works.
|
|
142
|
+
|
|
143
|
+
```typescript
|
|
144
|
+
import { CandidApiClient } from "candidhealth";
|
|
145
|
+
|
|
146
|
+
const client = new CandidApiClient({
|
|
147
|
+
...
|
|
148
|
+
fetcher: // provide your implementation here
|
|
149
|
+
});
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
## Contributing
|
|
153
|
+
|
|
154
|
+
While we value open-source contributions to this SDK, this library is generated programmatically.
|
|
155
|
+
Additions made directly to this library would have to be moved over to our generation code,
|
|
156
|
+
otherwise they would be overwritten upon the next generated release. Feel free to open a PR as
|
|
157
|
+
a proof of concept, but know that we will not be able to merge it as-is. We suggest opening
|
|
158
|
+
an issue first to discuss with us!
|
|
159
|
+
|
|
160
|
+
On the other hand, contributions to the README are always very welcome!
|
package/api/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./resources";
|
package/api/index.js
ADDED
|
@@ -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,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "../../../../environments";
|
|
5
|
+
import * as core from "../../../../core";
|
|
6
|
+
import { Default } from "../resources/default/client/Client";
|
|
7
|
+
export declare namespace Auth {
|
|
8
|
+
interface Options {
|
|
9
|
+
environment?: core.Supplier<environments.CandidApiEnvironment | environments.CandidApiEnvironmentUrls>;
|
|
10
|
+
/** Specify a custom URL to connect the client to. */
|
|
11
|
+
baseUrl?: core.Supplier<string>;
|
|
12
|
+
token?: core.Supplier<core.BearerToken | undefined>;
|
|
13
|
+
}
|
|
14
|
+
interface RequestOptions {
|
|
15
|
+
/** The maximum time to wait for a response in seconds. */
|
|
16
|
+
timeoutInSeconds?: number;
|
|
17
|
+
/** The number of times to retry the request. Defaults to 2. */
|
|
18
|
+
maxRetries?: number;
|
|
19
|
+
/** A hook to abort the request. */
|
|
20
|
+
abortSignal?: AbortSignal;
|
|
21
|
+
/** Additional headers to include in the request. */
|
|
22
|
+
headers?: Record<string, string>;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
export declare class Auth {
|
|
26
|
+
protected readonly _options: Auth.Options;
|
|
27
|
+
protected _default: Default | undefined;
|
|
28
|
+
constructor(_options?: Auth.Options);
|
|
29
|
+
get default(): Default;
|
|
30
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.Auth = void 0;
|
|
7
|
+
const Client_1 = require("../resources/default/client/Client");
|
|
8
|
+
class Auth {
|
|
9
|
+
constructor(_options = {}) {
|
|
10
|
+
this._options = _options;
|
|
11
|
+
}
|
|
12
|
+
get default() {
|
|
13
|
+
var _a;
|
|
14
|
+
return ((_a = this._default) !== null && _a !== void 0 ? _a : (this._default = new Client_1.Default(this._options)));
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
exports.Auth = Auth;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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("./resources"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|