candidhealth 1.9.1 → 1.12.1
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/BaseClient.d.ts +25 -0
- package/BaseClient.js +3 -0
- package/Client.d.ts +8 -26
- package/Client.js +77 -79
- package/README.md +7 -4
- package/api/resources/auth/client/Client.d.ts +3 -11
- package/api/resources/auth/client/Client.js +1 -3
- package/api/resources/auth/index.d.ts +1 -1
- package/api/resources/auth/index.js +1 -1
- package/api/resources/auth/resources/default/client/Client.d.ts +3 -21
- package/api/resources/auth/resources/default/client/Client.js +8 -10
- package/api/resources/auth/resources/default/client/getToken.d.ts +1 -4
- package/api/resources/auth/resources/default/client/getToken.js +1 -3
- package/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +0 -3
- package/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +1 -3
- package/api/resources/auth/resources/default/client/requests/index.d.ts +1 -1
- package/api/resources/auth/resources/default/index.d.ts +1 -1
- package/api/resources/auth/resources/default/index.js +1 -1
- package/api/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +0 -3
- package/api/resources/auth/resources/default/types/AuthGetTokenResponse.js +1 -3
- package/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +0 -3
- package/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +1 -3
- package/api/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +0 -3
- package/api/resources/auth/resources/default/types/TooManyRequestsErrorType.js +1 -3
- package/api/resources/auth/resources/default/types/index.d.ts +1 -1
- package/api/resources/auth/resources/default/types/index.js +1 -1
- package/api/resources/billingNotes/client/Client.d.ts +3 -11
- package/api/resources/billingNotes/client/Client.js +1 -3
- package/api/resources/billingNotes/index.d.ts +1 -1
- package/api/resources/billingNotes/index.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/billingNotes/resources/v2/client/Client.js +19 -21
- package/api/resources/billingNotes/resources/v2/client/create.d.ts +1 -4
- package/api/resources/billingNotes/resources/v2/client/create.js +1 -3
- package/api/resources/billingNotes/resources/v2/client/delete.d.ts +1 -4
- package/api/resources/billingNotes/resources/v2/client/delete.js +1 -3
- package/api/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/client/index.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +0 -3
- package/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +1 -3
- package/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +1 -4
- package/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +1 -3
- package/api/resources/billingNotes/resources/v2/client/requests/index.d.ts +2 -2
- package/api/resources/billingNotes/resources/v2/client/update.d.ts +1 -4
- package/api/resources/billingNotes/resources/v2/client/update.js +1 -3
- package/api/resources/billingNotes/resources/v2/index.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/index.js +1 -1
- package/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -4
- package/api/resources/billingNotes/resources/v2/types/BillingNote.js +1 -3
- package/api/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +0 -3
- package/api/resources/billingNotes/resources/v2/types/BillingNoteBase.js +1 -3
- package/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +0 -3
- package/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +1 -3
- package/api/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -4
- package/api/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -3
- package/api/resources/billingNotes/resources/v2/types/index.d.ts +3 -3
- package/api/resources/billingNotes/resources/v2/types/index.js +3 -3
- package/api/resources/chargeCapture/client/Client.d.ts +3 -11
- package/api/resources/chargeCapture/client/Client.js +1 -3
- package/api/resources/chargeCapture/index.d.ts +1 -1
- package/api/resources/chargeCapture/index.js +1 -1
- package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/chargeCapture/resources/v1/client/Client.js +102 -104
- package/api/resources/chargeCapture/resources/v1/client/create.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/create.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/get.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/get.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/getAll.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/index.d.ts +2 -2
- package/api/resources/chargeCapture/resources/v1/client/index.js +3 -3
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +5 -5
- package/api/resources/chargeCapture/resources/v1/client/update.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/update.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +1 -3
- package/api/resources/chargeCapture/resources/v1/index.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/index.js +1 -1
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +0 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/index.d.ts +3 -3
- package/api/resources/chargeCapture/resources/v1/types/index.js +3 -3
- package/api/resources/chargeCaptureBundles/client/Client.d.ts +3 -11
- package/api/resources/chargeCaptureBundles/client/Client.js +1 -3
- package/api/resources/chargeCaptureBundles/index.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/index.js +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +59 -61
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +2 -2
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +3 -3
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +0 -3
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/index.js +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +3 -7
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +3 -3
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +0 -3
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +3 -3
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.js +3 -3
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +1 -4
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +1 -3
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +1 -4
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +1 -3
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +1 -4
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +1 -3
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +1 -4
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +1 -3
- package/api/resources/claimSubmission/resources/v1/types/index.d.ts +2 -2
- package/api/resources/claimSubmission/resources/v1/types/index.js +2 -2
- package/api/resources/claims/types/Claim.d.ts +1 -4
- package/api/resources/claims/types/Claim.js +1 -3
- package/api/resources/claims/types/ClaimStatus.d.ts +1 -4
- package/api/resources/claims/types/ClaimStatus.js +1 -3
- package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +1 -4
- package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +1 -3
- package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +1 -4
- package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +1 -3
- package/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +1 -4
- package/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +1 -3
- package/api/resources/clinicalTrials/resources/v1/types/index.d.ts +1 -1
- package/api/resources/clinicalTrials/resources/v1/types/index.js +1 -1
- package/api/resources/commons/types/AdjustmentId.d.ts +1 -4
- package/api/resources/commons/types/AdjustmentId.js +1 -3
- package/api/resources/commons/types/AppointmentId.d.ts +1 -4
- package/api/resources/commons/types/AppointmentId.js +1 -3
- package/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +1 -4
- package/api/resources/commons/types/BillingProviderCommercialLicenseType.js +1 -3
- package/api/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +1 -4
- package/api/resources/commons/types/ChargeCaptureClaimCreationId.js +1 -3
- package/api/resources/commons/types/ChargeCaptureId.d.ts +1 -4
- package/api/resources/commons/types/ChargeCaptureId.js +1 -3
- package/api/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +1 -4
- package/api/resources/commons/types/ChargeCapturePostBilledChangeId.js +1 -3
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -4
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -3
- package/api/resources/commons/types/ClaimId.d.ts +1 -4
- package/api/resources/commons/types/ClaimId.js +1 -3
- package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +1 -4
- package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +1 -3
- package/api/resources/commons/types/Clearinghouse.d.ts +1 -4
- package/api/resources/commons/types/Clearinghouse.js +1 -3
- package/api/resources/commons/types/ClinicalTrialId.d.ts +1 -4
- package/api/resources/commons/types/ClinicalTrialId.js +1 -3
- package/api/resources/commons/types/DateRangeOptionalEnd.d.ts +1 -4
- package/api/resources/commons/types/DateRangeOptionalEnd.js +1 -3
- package/api/resources/commons/types/Date_.d.ts +1 -4
- package/api/resources/commons/types/Date_.js +1 -3
- package/api/resources/commons/types/Decimal.d.ts +1 -4
- package/api/resources/commons/types/Decimal.js +1 -3
- package/api/resources/commons/types/DelayReasonCode.d.ts +30 -49
- package/api/resources/commons/types/DelayReasonCode.js +30 -3
- package/api/resources/commons/types/Email.d.ts +1 -4
- package/api/resources/commons/types/Email.js +1 -3
- package/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -4
- package/api/resources/commons/types/EmrPayerCrosswalk.js +1 -3
- package/api/resources/commons/types/EncounterExternalId.d.ts +1 -4
- package/api/resources/commons/types/EncounterExternalId.js +1 -3
- package/api/resources/commons/types/EncounterId.d.ts +1 -4
- package/api/resources/commons/types/EncounterId.js +1 -3
- package/api/resources/commons/types/EntityConflictErrorMessage.d.ts +0 -3
- package/api/resources/commons/types/EntityConflictErrorMessage.js +1 -3
- package/api/resources/commons/types/EntityNotFoundErrorMessage.d.ts +0 -3
- package/api/resources/commons/types/EntityNotFoundErrorMessage.js +1 -3
- package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +1 -4
- package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +1 -3
- package/api/resources/commons/types/ErrorMessage.d.ts +1 -4
- package/api/resources/commons/types/ErrorMessage.js +1 -3
- package/api/resources/commons/types/FacilityTypeCode.d.ts +101 -154
- package/api/resources/commons/types/FacilityTypeCode.js +106 -3
- package/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -3
- package/api/resources/commons/types/HttpServiceUnavailableErrorMessage.js +1 -3
- package/api/resources/commons/types/InsuranceTypeCode.d.ts +142 -217
- package/api/resources/commons/types/InsuranceTypeCode.js +142 -3
- package/api/resources/commons/types/IntendedSubmissionMedium.d.ts +2 -7
- package/api/resources/commons/types/IntendedSubmissionMedium.js +2 -3
- package/api/resources/commons/types/InvoiceId.d.ts +1 -4
- package/api/resources/commons/types/InvoiceId.js +1 -3
- package/api/resources/commons/types/LinkUrl.d.ts +1 -4
- package/api/resources/commons/types/LinkUrl.js +1 -3
- package/api/resources/commons/types/NetworkType.d.ts +43 -67
- package/api/resources/commons/types/NetworkType.js +43 -3
- package/api/resources/commons/types/NextResponsibleParty.d.ts +1 -4
- package/api/resources/commons/types/NextResponsibleParty.js +1 -3
- package/api/resources/commons/types/Npi.d.ts +1 -4
- package/api/resources/commons/types/Npi.js +1 -3
- package/api/resources/commons/types/OrganizationId.d.ts +1 -4
- package/api/resources/commons/types/OrganizationId.js +1 -3
- package/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +0 -3
- package/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +1 -3
- package/api/resources/commons/types/PageToken.d.ts +1 -4
- package/api/resources/commons/types/PageToken.js +1 -3
- package/api/resources/commons/types/PatientExternalId.d.ts +1 -4
- package/api/resources/commons/types/PatientExternalId.js +1 -3
- package/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +49 -76
- package/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +49 -3
- package/api/resources/commons/types/PayerPlanGroupId.d.ts +1 -4
- package/api/resources/commons/types/PayerPlanGroupId.js +1 -3
- package/api/resources/commons/types/PhoneNumber.d.ts +1 -4
- package/api/resources/commons/types/PhoneNumber.js +1 -3
- package/api/resources/commons/types/PhoneNumberOptional.d.ts +1 -4
- package/api/resources/commons/types/PhoneNumberOptional.js +1 -3
- package/api/resources/commons/types/PhoneNumberType.d.ts +1 -4
- package/api/resources/commons/types/PhoneNumberType.js +1 -3
- package/api/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -4
- package/api/resources/commons/types/PreEncounterAppointmentId.js +1 -3
- package/api/resources/commons/types/PreEncounterPatientId.d.ts +1 -4
- package/api/resources/commons/types/PreEncounterPatientId.js +1 -3
- package/api/resources/commons/types/Primitive.d.ts +1 -4
- package/api/resources/commons/types/Primitive.js +5 -3
- package/api/resources/commons/types/ProcedureModifier.d.ts +799 -1201
- package/api/resources/commons/types/ProcedureModifier.js +799 -3
- package/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/api/resources/commons/types/ProviderCredentialingSpanId.js +1 -3
- package/api/resources/commons/types/ProviderId.d.ts +1 -4
- package/api/resources/commons/types/ProviderId.js +1 -3
- package/api/resources/commons/types/QualifierCode.d.ts +1 -4
- package/api/resources/commons/types/QualifierCode.js +5 -3
- package/api/resources/commons/types/RateId.d.ts +1 -4
- package/api/resources/commons/types/RateId.js +1 -3
- package/api/resources/commons/types/RegionNational.d.ts +1 -5
- package/api/resources/commons/types/RegionNational.js +1 -3
- package/api/resources/commons/types/RegionStates.d.ts +1 -4
- package/api/resources/commons/types/RegionStates.js +1 -3
- package/api/resources/commons/types/Regions.d.ts +1 -4
- package/api/resources/commons/types/Regions.js +1 -3
- package/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +1 -4
- package/api/resources/commons/types/RemovableDateRangeOptionalEnd.js +1 -3
- package/api/resources/commons/types/RequestValidationError.d.ts +0 -3
- package/api/resources/commons/types/RequestValidationError.js +1 -3
- package/api/resources/commons/types/ResourcePage.d.ts +1 -4
- package/api/resources/commons/types/ResourcePage.js +1 -3
- package/api/resources/commons/types/SchemaId.d.ts +1 -4
- package/api/resources/commons/types/SchemaId.js +1 -3
- package/api/resources/commons/types/ServiceLineId.d.ts +1 -4
- package/api/resources/commons/types/ServiceLineId.js +1 -3
- package/api/resources/commons/types/ServiceLineUnits.d.ts +1 -4
- package/api/resources/commons/types/ServiceLineUnits.js +1 -3
- package/api/resources/commons/types/SortDirection.d.ts +1 -4
- package/api/resources/commons/types/SortDirection.js +5 -3
- package/api/resources/commons/types/SourceOfPaymentCode.d.ts +49 -76
- package/api/resources/commons/types/SourceOfPaymentCode.js +49 -3
- package/api/resources/commons/types/State.d.ts +1 -4
- package/api/resources/commons/types/State.js +1 -3
- package/api/resources/commons/types/StreetAddressBase.d.ts +1 -4
- package/api/resources/commons/types/StreetAddressBase.js +1 -3
- package/api/resources/commons/types/StreetAddressLongZip.d.ts +1 -4
- package/api/resources/commons/types/StreetAddressLongZip.js +1 -3
- package/api/resources/commons/types/StreetAddressLongZipOptional.d.ts +1 -4
- package/api/resources/commons/types/StreetAddressLongZipOptional.js +1 -3
- package/api/resources/commons/types/StreetAddressOptionalBase.d.ts +1 -4
- package/api/resources/commons/types/StreetAddressOptionalBase.js +1 -3
- package/api/resources/commons/types/StreetAddressShortZip.d.ts +1 -4
- package/api/resources/commons/types/StreetAddressShortZip.js +1 -3
- package/api/resources/commons/types/StreetAddressShortZipOptional.d.ts +1 -4
- package/api/resources/commons/types/StreetAddressShortZipOptional.js +1 -3
- package/api/resources/commons/types/TaskAssignmentId.d.ts +1 -4
- package/api/resources/commons/types/TaskAssignmentId.js +1 -3
- package/api/resources/commons/types/TaskId.d.ts +1 -4
- package/api/resources/commons/types/TaskId.js +1 -3
- package/api/resources/commons/types/TaskNoteId.d.ts +1 -4
- package/api/resources/commons/types/TaskNoteId.js +1 -3
- package/api/resources/commons/types/TaxId.d.ts +1 -4
- package/api/resources/commons/types/TaxId.js +1 -3
- package/api/resources/commons/types/UnauthorizedErrorMessage.d.ts +0 -3
- package/api/resources/commons/types/UnauthorizedErrorMessage.js +1 -3
- package/api/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +0 -3
- package/api/resources/commons/types/UnprocessableEntityErrorMessage.js +1 -3
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +0 -3
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +1 -3
- package/api/resources/commons/types/UserId.d.ts +1 -4
- package/api/resources/commons/types/UserId.js +1 -3
- package/api/resources/commons/types/WorkQueueId.d.ts +1 -4
- package/api/resources/commons/types/WorkQueueId.js +1 -3
- package/api/resources/commons/types/index.d.ts +60 -60
- package/api/resources/commons/types/index.js +60 -60
- package/api/resources/contracts/client/Client.d.ts +3 -11
- package/api/resources/contracts/client/Client.js +1 -3
- package/api/resources/contracts/index.d.ts +1 -1
- package/api/resources/contracts/index.js +1 -1
- package/api/resources/contracts/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/contracts/resources/v2/client/Client.js +41 -43
- package/api/resources/contracts/resources/v2/client/create.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/create.js +1 -3
- package/api/resources/contracts/resources/v2/client/delete.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/delete.js +1 -3
- package/api/resources/contracts/resources/v2/client/get.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/get.js +1 -3
- package/api/resources/contracts/resources/v2/client/getMulti.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/getMulti.js +1 -3
- package/api/resources/contracts/resources/v2/client/index.d.ts +3 -3
- package/api/resources/contracts/resources/v2/client/index.js +4 -4
- package/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/requests/ContractCreate.js +1 -3
- package/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/requests/ContractUpdate.js +1 -3
- package/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.js +1 -3
- package/api/resources/contracts/resources/v2/client/requests/index.d.ts +3 -3
- package/api/resources/contracts/resources/v2/client/update.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/update.js +1 -3
- package/api/resources/contracts/resources/v2/index.d.ts +1 -1
- package/api/resources/contracts/resources/v2/index.js +1 -1
- package/api/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +0 -3
- package/api/resources/contracts/resources/v2/types/AuthorizedSignatory.js +1 -3
- package/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +1 -3
- package/api/resources/contracts/resources/v2/types/Contract.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/Contract.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractBase.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/ContractBase.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractId.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/ContractId.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +0 -3
- package/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +0 -3
- package/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractSortField.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/ContractSortField.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +8 -14
- package/api/resources/contracts/resources/v2/types/ContractStatus.js +8 -3
- package/api/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/ContractWithProviders.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractsPage.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/ContractsPage.js +1 -3
- package/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/DateUpdate.js +1 -3
- package/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/InsuranceTypes.js +1 -3
- package/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/RegionsUpdate.js +1 -3
- package/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -3
- package/api/resources/contracts/resources/v2/types/index.d.ts +12 -12
- package/api/resources/contracts/resources/v2/types/index.js +12 -12
- package/api/resources/credentialing/client/Client.d.ts +3 -11
- package/api/resources/credentialing/client/Client.js +1 -3
- package/api/resources/credentialing/index.d.ts +1 -1
- package/api/resources/credentialing/index.js +1 -1
- package/api/resources/credentialing/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/credentialing/resources/v2/client/Client.js +70 -72
- package/api/resources/credentialing/resources/v2/client/create.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/create.js +1 -3
- package/api/resources/credentialing/resources/v2/client/createFacility.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/createFacility.js +1 -3
- package/api/resources/credentialing/resources/v2/client/delete.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/delete.js +1 -3
- package/api/resources/credentialing/resources/v2/client/deleteFacility.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/deleteFacility.js +1 -3
- package/api/resources/credentialing/resources/v2/client/get.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/get.js +1 -3
- package/api/resources/credentialing/resources/v2/client/getAll.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/getAll.js +1 -3
- package/api/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/getAllFacilities.js +1 -3
- package/api/resources/credentialing/resources/v2/client/getFacility.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/getFacility.js +1 -3
- package/api/resources/credentialing/resources/v2/client/index.d.ts +6 -6
- package/api/resources/credentialing/resources/v2/client/index.js +7 -7
- package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +0 -3
- package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +1 -3
- package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +1 -3
- package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.js +1 -3
- package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js +1 -3
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +1 -3
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +1 -3
- package/api/resources/credentialing/resources/v2/client/requests/index.d.ts +6 -6
- package/api/resources/credentialing/resources/v2/client/update.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/update.js +1 -3
- package/api/resources/credentialing/resources/v2/client/updateFacility.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/updateFacility.js +1 -3
- package/api/resources/credentialing/resources/v2/index.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/index.js +1 -1
- package/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +1 -3
- package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +2 -7
- package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +2 -3
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +1 -3
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +1 -3
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +1 -3
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +1 -3
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -3
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +1 -3
- package/api/resources/credentialing/resources/v2/types/index.d.ts +5 -5
- package/api/resources/credentialing/resources/v2/types/index.js +5 -5
- package/api/resources/customSchemas/client/Client.d.ts +3 -11
- package/api/resources/customSchemas/client/Client.js +1 -3
- package/api/resources/customSchemas/index.d.ts +1 -1
- package/api/resources/customSchemas/index.js +1 -1
- package/api/resources/customSchemas/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/customSchemas/resources/v1/client/Client.js +25 -27
- package/api/resources/customSchemas/resources/v1/client/create.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/client/create.js +1 -3
- package/api/resources/customSchemas/resources/v1/client/get.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/client/get.js +1 -3
- package/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/client/getMulti.js +1 -3
- package/api/resources/customSchemas/resources/v1/client/index.d.ts +3 -3
- package/api/resources/customSchemas/resources/v1/client/index.js +4 -4
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +1 -3
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +1 -3
- package/api/resources/customSchemas/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/customSchemas/resources/v1/client/update.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/client/update.js +1 -3
- package/api/resources/customSchemas/resources/v1/index.d.ts +1 -1
- package/api/resources/customSchemas/resources/v1/index.js +1 -1
- package/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/Schema.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/Schema.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/SchemaField.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/SchemaField.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/SchemaInstance.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/SchemaValidationError.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/index.d.ts +5 -5
- package/api/resources/customSchemas/resources/v1/types/index.js +5 -5
- package/api/resources/diagnoses/client/Client.d.ts +3 -21
- package/api/resources/diagnoses/client/Client.js +19 -21
- package/api/resources/diagnoses/client/create.d.ts +1 -4
- package/api/resources/diagnoses/client/create.js +1 -3
- package/api/resources/diagnoses/client/delete.d.ts +1 -4
- package/api/resources/diagnoses/client/delete.js +1 -3
- package/api/resources/diagnoses/client/index.d.ts +1 -1
- package/api/resources/diagnoses/client/index.js +2 -2
- package/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +1 -4
- package/api/resources/diagnoses/client/requests/DiagnosisUpdate.js +1 -3
- package/api/resources/diagnoses/client/requests/index.d.ts +1 -1
- package/api/resources/diagnoses/client/update.d.ts +1 -4
- package/api/resources/diagnoses/client/update.js +1 -3
- package/api/resources/diagnoses/index.d.ts +1 -1
- package/api/resources/diagnoses/index.js +1 -1
- package/api/resources/diagnoses/types/Diagnosis.d.ts +1 -4
- package/api/resources/diagnoses/types/Diagnosis.js +1 -3
- package/api/resources/diagnoses/types/DiagnosisCreate.d.ts +1 -4
- package/api/resources/diagnoses/types/DiagnosisCreate.js +1 -3
- package/api/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +1 -4
- package/api/resources/diagnoses/types/DiagnosisCreateOptional.js +1 -3
- package/api/resources/diagnoses/types/DiagnosisId.d.ts +1 -4
- package/api/resources/diagnoses/types/DiagnosisId.js +1 -3
- package/api/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +1 -4
- package/api/resources/diagnoses/types/DiagnosisNotFoundError.js +1 -3
- package/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +21 -34
- package/api/resources/diagnoses/types/DiagnosisTypeCode.js +21 -3
- package/api/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.d.ts +1 -4
- package/api/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.js +1 -3
- package/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +1 -4
- package/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +1 -3
- package/api/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +1 -4
- package/api/resources/diagnoses/types/StandaloneDiagnosisCreate.js +1 -3
- package/api/resources/diagnoses/types/index.d.ts +6 -6
- package/api/resources/diagnoses/types/index.js +6 -6
- package/api/resources/eligibility/client/Client.d.ts +3 -11
- package/api/resources/eligibility/client/Client.js +1 -3
- package/api/resources/eligibility/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/eligibility/resources/v2/client/Client.js +18 -20
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -4
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +1 -3
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -4
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +1 -3
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -4
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +1 -3
- package/api/resources/encounterAttachments/client/Client.d.ts +3 -11
- package/api/resources/encounterAttachments/client/Client.js +1 -3
- package/api/resources/encounterAttachments/index.d.ts +1 -1
- package/api/resources/encounterAttachments/index.js +1 -1
- package/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +5 -23
- package/api/resources/encounterAttachments/resources/v1/client/Client.js +18 -20
- package/api/resources/encounterAttachments/resources/v1/client/create.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/client/create.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/client/delete.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/client/delete.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/client/get.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/client/get.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -1
- package/api/resources/encounterAttachments/resources/v1/client/index.js +2 -2
- package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/encounterAttachments/resources/v1/index.d.ts +1 -1
- package/api/resources/encounterAttachments/resources/v1/index.js +1 -1
- package/api/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/types/AttachmentId.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +1 -3
- package/api/resources/encounterProviders/client/Client.d.ts +3 -11
- package/api/resources/encounterProviders/client/Client.js +1 -3
- package/api/resources/encounterProviders/index.d.ts +1 -1
- package/api/resources/encounterProviders/index.js +1 -1
- package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/encounterProviders/resources/v2/client/Client.js +75 -77
- package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/index.d.ts +8 -8
- package/api/resources/encounterProviders/resources/v2/client/index.js +9 -9
- package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/index.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/index.js +1 -1
- package/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/BillingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/EncounterProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +0 -3
- package/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/OrderingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/ReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/index.d.ts +13 -13
- package/api/resources/encounterProviders/resources/v2/types/index.js +13 -13
- package/api/resources/encounters/client/Client.d.ts +3 -11
- package/api/resources/encounters/client/Client.js +1 -3
- package/api/resources/encounters/index.d.ts +1 -1
- package/api/resources/encounters/index.js +1 -1
- package/api/resources/encounters/resources/v4/client/Client.d.ts +3 -21
- package/api/resources/encounters/resources/v4/client/Client.js +46 -48
- package/api/resources/encounters/resources/v4/client/create.d.ts +1 -4
- package/api/resources/encounters/resources/v4/client/create.js +1 -3
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -4
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +1 -3
- package/api/resources/encounters/resources/v4/client/get.d.ts +1 -4
- package/api/resources/encounters/resources/v4/client/get.js +1 -3
- package/api/resources/encounters/resources/v4/client/getAll.d.ts +1 -4
- package/api/resources/encounters/resources/v4/client/getAll.js +1 -3
- package/api/resources/encounters/resources/v4/client/index.d.ts +3 -3
- package/api/resources/encounters/resources/v4/client/index.js +4 -4
- package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +1 -4
- package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.js +1 -3
- package/api/resources/encounters/resources/v4/client/requests/index.d.ts +1 -1
- package/api/resources/encounters/resources/v4/client/update.d.ts +1 -4
- package/api/resources/encounters/resources/v4/client/update.js +1 -3
- package/api/resources/encounters/resources/v4/index.d.ts +1 -1
- package/api/resources/encounters/resources/v4/index.js +1 -1
- package/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/BillableStatusType.js +1 -3
- package/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +0 -3
- package/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +1 -3
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +1 -3
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/ClinicalNote.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ClinicalNote.js +1 -3
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +1 -3
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +1 -3
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -3
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/Encounter.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterBase.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterCreate.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterCreate.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterDeepOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +0 -3
- package/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterPage.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +0 -3
- package/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +1 -5
- package/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterSortOptions.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +5 -10
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +11 -3
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterUpdate.js +1 -3
- package/api/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EpsdtReferral.js +1 -3
- package/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/IntakeFollowUp.js +1 -3
- package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -3
- package/api/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/IntakeQuestion.js +1 -3
- package/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -3
- package/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +1 -3
- package/api/resources/encounters/resources/v4/types/Intervention.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/Intervention.js +1 -3
- package/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/InterventionCategory.js +1 -3
- package/api/resources/encounters/resources/v4/types/InterventionOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/InterventionOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +0 -3
- package/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +1 -3
- package/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +1 -3
- package/api/resources/encounters/resources/v4/types/Lab.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/Lab.js +1 -3
- package/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/LabCodeType.js +1 -3
- package/api/resources/encounters/resources/v4/types/LabOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/LabOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/Medication.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/Medication.js +1 -3
- package/api/resources/encounters/resources/v4/types/MedicationOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/MedicationOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +1 -3
- package/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/NoteCategory.js +1 -3
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategory.js +1 -3
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +1 -3
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +1 -3
- package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -3
- package/api/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +8 -10
- package/api/resources/encounters/resources/v4/types/ReportTransmissionCode.js +8 -3
- package/api/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +123 -187
- package/api/resources/encounters/resources/v4/types/ReportTypeCode.js +123 -3
- package/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ResponsiblePartyType.js +1 -3
- package/api/resources/encounters/resources/v4/types/RxCui.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/RxCui.js +1 -3
- package/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +1 -3
- package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +1 -3
- package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +1 -3
- package/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +1 -3
- package/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +15 -25
- package/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +19 -3
- package/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/SynchronicityType.js +1 -3
- package/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +1 -3
- package/api/resources/encounters/resources/v4/types/Vitals.d.ts +0 -3
- package/api/resources/encounters/resources/v4/types/Vitals.js +1 -3
- package/api/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +0 -3
- package/api/resources/encounters/resources/v4/types/VitalsUpdate.js +1 -3
- package/api/resources/encounters/resources/v4/types/index.d.ts +47 -47
- package/api/resources/encounters/resources/v4/types/index.js +47 -47
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +1 -4
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +1 -3
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +1 -4
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +1 -3
- package/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +1 -4
- package/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +1 -3
- package/api/resources/encountersUniversal/types/index.d.ts +1 -1
- package/api/resources/encountersUniversal/types/index.js +1 -1
- package/api/resources/era/types/Era.d.ts +1 -4
- package/api/resources/era/types/Era.js +1 -3
- package/api/resources/era/types/EraBase.d.ts +1 -4
- package/api/resources/era/types/EraBase.js +1 -3
- package/api/resources/era/types/EraId.d.ts +1 -4
- package/api/resources/era/types/EraId.js +1 -3
- package/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +1 -4
- package/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +1 -3
- package/api/resources/era/types/index.d.ts +2 -2
- package/api/resources/era/types/index.js +2 -2
- package/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +2 -7
- package/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +2 -3
- package/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -11
- package/api/resources/expectedNetworkStatus/client/Client.js +1 -3
- package/api/resources/expectedNetworkStatus/index.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/index.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +7 -9
- package/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v1/index.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +14 -16
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/index.js +2 -2
- package/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/index.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +1 -5
- package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +13 -13
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.js +13 -13
- package/api/resources/exports/client/Client.d.ts +3 -11
- package/api/resources/exports/client/Client.js +1 -3
- package/api/resources/exports/index.d.ts +1 -1
- package/api/resources/exports/index.js +1 -1
- package/api/resources/exports/resources/v3/client/Client.d.ts +3 -21
- package/api/resources/exports/resources/v3/client/Client.js +10 -12
- package/api/resources/exports/resources/v3/client/getExports.d.ts +1 -4
- package/api/resources/exports/resources/v3/client/getExports.js +1 -3
- package/api/resources/exports/resources/v3/client/requests/GetExportsRequest.d.ts +0 -3
- package/api/resources/exports/resources/v3/client/requests/GetExportsRequest.js +1 -3
- package/api/resources/exports/resources/v3/client/requests/index.d.ts +1 -1
- package/api/resources/exports/resources/v3/index.d.ts +1 -1
- package/api/resources/exports/resources/v3/index.js +1 -1
- package/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +0 -3
- package/api/resources/exports/resources/v3/types/GetExportsResponse.js +1 -3
- package/api/resources/externalPaymentAccountConfig/client/Client.d.ts +3 -11
- package/api/resources/externalPaymentAccountConfig/client/Client.js +1 -3
- package/api/resources/externalPaymentAccountConfig/index.d.ts +1 -1
- package/api/resources/externalPaymentAccountConfig/index.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +9 -11
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +1 -3
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.d.ts +1 -4
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.js +1 -3
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/index.d.ts +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/index.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +1 -4
- package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +1 -3
- package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +1 -4
- package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +1 -3
- package/api/resources/feeSchedules/client/Client.d.ts +3 -11
- package/api/resources/feeSchedules/client/Client.js +1 -3
- package/api/resources/feeSchedules/index.d.ts +1 -1
- package/api/resources/feeSchedules/index.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +3 -21
- package/api/resources/feeSchedules/resources/v3/client/Client.js +104 -106
- package/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/deleteRate.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/getMatch.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/getMulti.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/hardDeleteRates.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/hardDeleteRates.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/index.d.ts +7 -7
- package/api/resources/feeSchedules/resources/v3/client/index.js +8 -8
- package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/requests/index.d.ts +5 -5
- package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/testMatch.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +1 -3
- package/api/resources/feeSchedules/resources/v3/index.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/index.js +1 -1
- package/api/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/DimensionMatch.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +2 -7
- package/api/resources/feeSchedules/resources/v3/types/DimensionName.js +2 -3
- package/api/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/Dimensions.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/DimensionsPage.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +0 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchCptCode.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +0 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchDate.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchGeo.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchModifiers.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchPayer.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchProvider.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchResult.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchTestResult.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/NewRate.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/NewRate.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/NewRateVersion.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +0 -3
- package/api/resources/feeSchedules/resources/v3/types/PayerThreshold.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/Rate.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/Rate.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +0 -3
- package/api/resources/feeSchedules/resources/v3/types/RateEntry.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/RateUpload.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/RatesPage.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/ValidationError.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/index.d.ts +17 -17
- package/api/resources/feeSchedules/resources/v3/types/index.js +17 -17
- package/api/resources/financials/types/AccountType.d.ts +1 -4
- package/api/resources/financials/types/AccountType.js +1 -3
- package/api/resources/financials/types/Allocation.d.ts +1 -4
- package/api/resources/financials/types/Allocation.js +1 -3
- package/api/resources/financials/types/AllocationCreate.d.ts +1 -4
- package/api/resources/financials/types/AllocationCreate.js +1 -3
- package/api/resources/financials/types/AllocationTarget.d.ts +1 -4
- package/api/resources/financials/types/AllocationTarget.js +1 -3
- package/api/resources/financials/types/AllocationTargetCreate.d.ts +1 -4
- package/api/resources/financials/types/AllocationTargetCreate.js +1 -3
- package/api/resources/financials/types/AppointmentAllocationTarget.d.ts +1 -4
- package/api/resources/financials/types/AppointmentAllocationTarget.js +1 -3
- package/api/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +1 -4
- package/api/resources/financials/types/AppointmentByIdAndPatientExternalId.js +1 -3
- package/api/resources/financials/types/BillingProviderAllocationTarget.d.ts +1 -4
- package/api/resources/financials/types/BillingProviderAllocationTarget.js +1 -3
- package/api/resources/financials/types/ClaimAllocationTarget.d.ts +1 -4
- package/api/resources/financials/types/ClaimAllocationTarget.js +1 -3
- package/api/resources/financials/types/InvoiceUpdate.d.ts +1 -4
- package/api/resources/financials/types/InvoiceUpdate.js +1 -3
- package/api/resources/financials/types/NoteUpdate.d.ts +1 -4
- package/api/resources/financials/types/NoteUpdate.js +1 -3
- package/api/resources/financials/types/PatientTransactionSource.d.ts +1 -4
- package/api/resources/financials/types/PatientTransactionSource.js +1 -3
- package/api/resources/financials/types/RefundReason.d.ts +1 -4
- package/api/resources/financials/types/RefundReason.js +1 -3
- package/api/resources/financials/types/RefundReasonUpdate.d.ts +1 -4
- package/api/resources/financials/types/RefundReasonUpdate.js +1 -3
- package/api/resources/financials/types/ServiceLineAllocationTarget.d.ts +1 -4
- package/api/resources/financials/types/ServiceLineAllocationTarget.js +1 -3
- package/api/resources/financials/types/index.d.ts +9 -9
- package/api/resources/financials/types/index.js +9 -9
- package/api/resources/guarantor/client/Client.d.ts +3 -11
- package/api/resources/guarantor/client/Client.js +1 -3
- package/api/resources/guarantor/index.d.ts +1 -1
- package/api/resources/guarantor/index.js +1 -1
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/guarantor/resources/v1/client/Client.js +19 -21
- package/api/resources/guarantor/resources/v1/client/create.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/client/create.js +1 -3
- package/api/resources/guarantor/resources/v1/client/get.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/client/get.js +1 -3
- package/api/resources/guarantor/resources/v1/client/update.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/client/update.js +1 -3
- package/api/resources/guarantor/resources/v1/index.d.ts +1 -1
- package/api/resources/guarantor/resources/v1/index.js +1 -1
- package/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +0 -3
- package/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +1 -3
- package/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/types/Guarantor.js +1 -3
- package/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -3
- package/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/types/GuarantorCreate.js +1 -3
- package/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/types/GuarantorId.js +1 -3
- package/api/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/types/GuarantorOptional.js +1 -3
- package/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/types/GuarantorUpdate.js +1 -3
- package/api/resources/guarantor/resources/v1/types/index.d.ts +4 -4
- package/api/resources/guarantor/resources/v1/types/index.js +4 -4
- package/api/resources/healthCareCodeInformation/client/Client.d.ts +3 -11
- package/api/resources/healthCareCodeInformation/client/Client.js +1 -3
- package/api/resources/healthCareCodeInformation/index.d.ts +1 -1
- package/api/resources/healthCareCodeInformation/index.js +1 -1
- package/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +15 -17
- package/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +1 -1
- package/api/resources/healthCareCodeInformation/resources/v1/client/index.js +2 -2
- package/api/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/client/update.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/index.d.ts +1 -1
- package/api/resources/healthCareCodeInformation/resources/v1/index.js +1 -1
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +5 -10
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +5 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +316 -473
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +323 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +3 -7
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +3 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +0 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +3 -7
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +3 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +5 -10
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +5 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +1 -5
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +120 -184
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +120 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +3 -7
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +3 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +36 -58
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +36 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +3 -7
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +3 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +5 -10
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +5 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +5 -10
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +5 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +5 -10
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +5 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +11 -19
- package/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +11 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +5 -10
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +5 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +7 -13
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +7 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +0 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +3 -7
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +3 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +322 -432
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +322 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +3 -7
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +3 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +36 -36
- package/api/resources/healthCareCodeInformation/resources/v1/types/index.js +36 -36
- package/api/resources/identifiers/types/Identifier.d.ts +1 -4
- package/api/resources/identifiers/types/Identifier.js +1 -3
- package/api/resources/identifiers/types/IdentifierBase.d.ts +1 -4
- package/api/resources/identifiers/types/IdentifierBase.js +1 -3
- package/api/resources/identifiers/types/IdentifierCode.d.ts +1 -4
- package/api/resources/identifiers/types/IdentifierCode.js +1 -3
- package/api/resources/identifiers/types/IdentifierCreate.d.ts +1 -4
- package/api/resources/identifiers/types/IdentifierCreate.js +1 -3
- package/api/resources/identifiers/types/IdentifierId.d.ts +1 -4
- package/api/resources/identifiers/types/IdentifierId.js +1 -3
- package/api/resources/identifiers/types/IdentifierUpdate.d.ts +1 -4
- package/api/resources/identifiers/types/IdentifierUpdate.js +1 -3
- package/api/resources/identifiers/types/IdentifierValue.d.ts +1 -4
- package/api/resources/identifiers/types/IdentifierValue.js +1 -3
- package/api/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +1 -4
- package/api/resources/identifiers/types/MedicaidProviderIdentifier.js +1 -3
- package/api/resources/identifiers/types/MedicareProviderIdentifier.d.ts +1 -4
- package/api/resources/identifiers/types/MedicareProviderIdentifier.js +1 -3
- package/api/resources/identifiers/types/UpdatableIdentifier.d.ts +1 -4
- package/api/resources/identifiers/types/UpdatableIdentifier.js +1 -3
- package/api/resources/identifiers/types/index.d.ts +6 -6
- package/api/resources/identifiers/types/index.js +6 -6
- package/api/resources/importInvoice/client/Client.d.ts +3 -11
- package/api/resources/importInvoice/client/Client.js +1 -3
- package/api/resources/importInvoice/index.d.ts +1 -1
- package/api/resources/importInvoice/index.js +1 -1
- package/api/resources/importInvoice/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/importInvoice/resources/v1/client/Client.js +35 -37
- package/api/resources/importInvoice/resources/v1/client/get.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/client/get.js +1 -3
- package/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/client/getMulti.js +1 -3
- package/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/client/importInvoice.js +1 -3
- package/api/resources/importInvoice/resources/v1/client/index.d.ts +3 -3
- package/api/resources/importInvoice/resources/v1/client/index.js +4 -4
- package/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.js +1 -3
- package/api/resources/importInvoice/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/importInvoice/resources/v1/client/update.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/client/update.js +1 -3
- package/api/resources/importInvoice/resources/v1/index.d.ts +1 -1
- package/api/resources/importInvoice/resources/v1/index.js +1 -1
- package/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +1 -3
- package/api/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/types/ImportInvoice.js +1 -3
- package/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +1 -3
- package/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +1 -3
- package/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +1 -3
- package/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +1 -3
- package/api/resources/importInvoice/resources/v1/types/index.d.ts +3 -3
- package/api/resources/importInvoice/resources/v1/types/index.js +3 -3
- package/api/resources/index.d.ts +29 -29
- package/api/resources/index.js +31 -31
- package/api/resources/individual/types/Gender.d.ts +1 -4
- package/api/resources/individual/types/Gender.js +1 -3
- package/api/resources/individual/types/IndividualBase.d.ts +1 -4
- package/api/resources/individual/types/IndividualBase.js +1 -3
- package/api/resources/individual/types/IndividualBaseOptional.d.ts +1 -4
- package/api/resources/individual/types/IndividualBaseOptional.js +1 -3
- package/api/resources/individual/types/IndividualId.d.ts +1 -4
- package/api/resources/individual/types/IndividualId.js +1 -3
- package/api/resources/individual/types/Patient.d.ts +1 -4
- package/api/resources/individual/types/Patient.js +1 -3
- package/api/resources/individual/types/PatientBase.d.ts +1 -4
- package/api/resources/individual/types/PatientBase.js +1 -3
- package/api/resources/individual/types/PatientClinicalTrialInfo.d.ts +1 -4
- package/api/resources/individual/types/PatientClinicalTrialInfo.js +1 -3
- package/api/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +1 -4
- package/api/resources/individual/types/PatientClinicalTrialInfoCreate.js +1 -3
- package/api/resources/individual/types/PatientCreate.d.ts +1 -4
- package/api/resources/individual/types/PatientCreate.js +1 -3
- package/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +1 -4
- package/api/resources/individual/types/PatientNonInsurancePayerInfo.js +1 -3
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +1 -4
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +1 -3
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +1 -4
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +1 -3
- package/api/resources/individual/types/PatientUpdate.d.ts +1 -4
- package/api/resources/individual/types/PatientUpdate.js +1 -3
- package/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +1 -4
- package/api/resources/individual/types/PatientUpdateWithOptionalAddress.js +1 -3
- package/api/resources/individual/types/Subscriber.d.ts +1 -4
- package/api/resources/individual/types/Subscriber.js +1 -3
- package/api/resources/individual/types/SubscriberBase.d.ts +1 -4
- package/api/resources/individual/types/SubscriberBase.js +1 -3
- package/api/resources/individual/types/SubscriberBaseOptional.d.ts +1 -4
- package/api/resources/individual/types/SubscriberBaseOptional.js +1 -3
- package/api/resources/individual/types/SubscriberCreate.d.ts +1 -4
- package/api/resources/individual/types/SubscriberCreate.js +1 -3
- package/api/resources/individual/types/SubscriberCreateOptional.d.ts +1 -4
- package/api/resources/individual/types/SubscriberCreateOptional.js +1 -3
- package/api/resources/individual/types/index.d.ts +13 -13
- package/api/resources/individual/types/index.js +13 -13
- package/api/resources/insuranceAdjudications/client/Client.d.ts +3 -11
- package/api/resources/insuranceAdjudications/client/Client.js +1 -3
- package/api/resources/insuranceAdjudications/index.d.ts +1 -1
- package/api/resources/insuranceAdjudications/index.js +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +18 -20
- package/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/client/create.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/client/delete.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/client/get.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/index.js +2 -2
- package/api/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/index.js +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +6 -6
- package/api/resources/insuranceAdjudications/resources/v1/types/index.js +6 -6
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +1 -4
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCard.js +1 -3
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -4
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +1 -3
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +1 -4
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +1 -3
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +1 -4
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +1 -3
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -4
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -3
- package/api/resources/insuranceCards/resources/v2/types/index.d.ts +2 -2
- package/api/resources/insuranceCards/resources/v2/types/index.js +2 -2
- package/api/resources/insurancePayments/client/Client.d.ts +3 -11
- package/api/resources/insurancePayments/client/Client.js +1 -3
- package/api/resources/insurancePayments/index.d.ts +1 -1
- package/api/resources/insurancePayments/index.js +1 -1
- package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/insurancePayments/resources/v1/client/Client.js +23 -25
- package/api/resources/insurancePayments/resources/v1/client/get.d.ts +1 -4
- package/api/resources/insurancePayments/resources/v1/client/get.js +1 -3
- package/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/insurancePayments/resources/v1/client/getMulti.js +1 -3
- package/api/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/client/index.js +2 -2
- package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +1 -4
- package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js +1 -3
- package/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/index.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/index.js +1 -1
- package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +1 -4
- package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.js +1 -3
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -4
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -3
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +1 -4
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +1 -3
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +1 -4
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +1 -3
- package/api/resources/insurancePayments/resources/v1/types/index.d.ts +2 -2
- package/api/resources/insurancePayments/resources/v1/types/index.js +2 -2
- package/api/resources/insuranceRefunds/client/Client.d.ts +3 -11
- package/api/resources/insuranceRefunds/client/Client.js +1 -3
- package/api/resources/insuranceRefunds/index.d.ts +1 -1
- package/api/resources/insuranceRefunds/index.js +1 -1
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +40 -42
- package/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/client/create.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/client/delete.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/client/get.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -3
- package/api/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
- package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/client/update.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/index.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/index.js +1 -1
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -2
- package/api/resources/insuranceRefunds/resources/v1/types/index.js +2 -2
- package/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +1 -3
- package/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +1 -3
- package/api/resources/invoices/resources/v2/types/Invoice.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/Invoice.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceDestination.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceInfo.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceItemCreate.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceItemInfo.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceSortField.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceStatus.js +1 -3
- package/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +1 -3
- package/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +0 -3
- package/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +1 -3
- package/api/resources/invoices/resources/v2/types/index.d.ts +6 -6
- package/api/resources/invoices/resources/v2/types/index.js +6 -6
- package/api/resources/invoices/types/Invoice.d.ts +1 -4
- package/api/resources/invoices/types/Invoice.js +1 -3
- package/api/resources/invoices/types/InvoiceItem.d.ts +1 -4
- package/api/resources/invoices/types/InvoiceItem.js +1 -3
- package/api/resources/invoices/types/InvoiceStatus.d.ts +1 -4
- package/api/resources/invoices/types/InvoiceStatus.js +1 -3
- package/api/resources/medicationDispense/client/Client.d.ts +3 -11
- package/api/resources/medicationDispense/client/Client.js +1 -3
- package/api/resources/medicationDispense/index.d.ts +1 -1
- package/api/resources/medicationDispense/index.js +1 -1
- package/api/resources/medicationDispense/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/medicationDispense/resources/v1/client/Client.js +8 -10
- package/api/resources/medicationDispense/resources/v1/client/create.d.ts +1 -4
- package/api/resources/medicationDispense/resources/v1/client/create.js +1 -3
- package/api/resources/medicationDispense/resources/v1/index.d.ts +1 -1
- package/api/resources/medicationDispense/resources/v1/index.js +1 -1
- package/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +1 -4
- package/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +1 -3
- package/api/resources/nonInsurancePayerPayments/client/Client.d.ts +3 -11
- package/api/resources/nonInsurancePayerPayments/client/Client.js +1 -3
- package/api/resources/nonInsurancePayerPayments/index.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/index.js +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +40 -45
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +3 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/index.js +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +2 -2
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/index.js +2 -2
- package/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +3 -11
- package/api/resources/nonInsurancePayerRefunds/client/Client.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/index.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/index.js +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +40 -42
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +3 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/index.js +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +2 -2
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +2 -2
- package/api/resources/nonInsurancePayers/client/Client.d.ts +3 -11
- package/api/resources/nonInsurancePayers/client/Client.js +1 -3
- package/api/resources/nonInsurancePayers/index.d.ts +1 -1
- package/api/resources/nonInsurancePayers/index.js +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +55 -57
- package/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/create.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/delete.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/get.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/getCategories.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/getCategories.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +5 -5
- package/api/resources/nonInsurancePayers/resources/v1/client/index.js +6 -6
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/update.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/index.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/index.js +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +0 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +7 -7
- package/api/resources/nonInsurancePayers/resources/v1/types/index.js +7 -7
- package/api/resources/organizationProviders/client/Client.d.ts +3 -11
- package/api/resources/organizationProviders/client/Client.js +1 -3
- package/api/resources/organizationProviders/index.d.ts +1 -1
- package/api/resources/organizationProviders/index.js +1 -1
- package/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/AddressType.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/ProviderType.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/index.d.ts +6 -6
- package/api/resources/organizationProviders/resources/v2/types/index.js +6 -6
- package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +3 -21
- package/api/resources/organizationProviders/resources/v3/client/Client.js +35 -35
- package/api/resources/organizationProviders/resources/v3/client/create.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/client/create.js +1 -3
- package/api/resources/organizationProviders/resources/v3/client/get.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/client/get.js +1 -3
- package/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/client/getMulti.js +1 -3
- package/api/resources/organizationProviders/resources/v3/client/index.d.ts +2 -2
- package/api/resources/organizationProviders/resources/v3/client/index.js +3 -3
- package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.js +1 -3
- package/api/resources/organizationProviders/resources/v3/client/requests/index.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/client/update.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/client/update.js +1 -3
- package/api/resources/organizationProviders/resources/v3/index.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/index.js +1 -1
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +1 -3
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +1 -3
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +1 -3
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +1 -3
- package/api/resources/organizationProviders/resources/v3/types/index.d.ts +2 -2
- package/api/resources/organizationProviders/resources/v3/types/index.js +2 -2
- package/api/resources/organizationServiceFacilities/client/Client.d.ts +3 -11
- package/api/resources/organizationServiceFacilities/client/Client.js +1 -3
- package/api/resources/organizationServiceFacilities/index.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/index.js +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +44 -46
- package/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/create.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/get.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/index.js +5 -5
- package/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/update.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/index.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/index.js +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +5 -10
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +9 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +13 -22
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +17 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +29 -46
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +33 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +7 -13
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +11 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +247 -373
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +251 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +7 -7
- package/api/resources/organizationServiceFacilities/resources/v2/types/index.js +7 -7
- package/api/resources/patientAr/client/Client.d.ts +3 -11
- package/api/resources/patientAr/client/Client.js +1 -3
- package/api/resources/patientAr/index.d.ts +1 -1
- package/api/resources/patientAr/index.js +1 -1
- package/api/resources/patientAr/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/patientAr/resources/v1/client/Client.js +17 -19
- package/api/resources/patientAr/resources/v1/client/index.d.ts +1 -1
- package/api/resources/patientAr/resources/v1/client/index.js +2 -2
- package/api/resources/patientAr/resources/v1/client/itemize.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/client/itemize.js +1 -3
- package/api/resources/patientAr/resources/v1/client/listInventory.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/client/listInventory.js +1 -3
- package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.js +1 -3
- package/api/resources/patientAr/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/patientAr/resources/v1/index.d.ts +1 -1
- package/api/resources/patientAr/resources/v1/index.js +1 -1
- package/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +0 -3
- package/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +1 -3
- package/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +0 -3
- package/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +1 -3
- package/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +0 -3
- package/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +1 -3
- package/api/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/types/InventoryRecord.js +1 -3
- package/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +1 -3
- package/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +1 -3
- package/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +0 -3
- package/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +1 -3
- package/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +0 -3
- package/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +1 -3
- package/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +0 -3
- package/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +1 -3
- package/api/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/types/PatientArStatus.js +1 -3
- package/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +0 -3
- package/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +1 -3
- package/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +1 -3
- package/api/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/types/ServiceLineItemization.js +1 -3
- package/api/resources/patientAr/resources/v1/types/index.d.ts +7 -7
- package/api/resources/patientAr/resources/v1/types/index.js +7 -7
- package/api/resources/patientPayments/client/Client.d.ts +3 -11
- package/api/resources/patientPayments/client/Client.js +1 -3
- package/api/resources/patientPayments/index.d.ts +1 -1
- package/api/resources/patientPayments/index.js +1 -1
- package/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -4
- package/api/resources/patientPayments/resources/v3/types/PatientPayment.js +1 -3
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -4
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -3
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +1 -4
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +1 -3
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +1 -4
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +1 -3
- package/api/resources/patientPayments/resources/v3/types/index.d.ts +1 -1
- package/api/resources/patientPayments/resources/v3/types/index.js +1 -1
- package/api/resources/patientPayments/resources/v4/client/Client.d.ts +3 -21
- package/api/resources/patientPayments/resources/v4/client/Client.js +44 -46
- package/api/resources/patientPayments/resources/v4/client/create.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/create.js +1 -3
- package/api/resources/patientPayments/resources/v4/client/delete.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/delete.js +1 -3
- package/api/resources/patientPayments/resources/v4/client/get.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/get.js +1 -3
- package/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/getMulti.js +1 -3
- package/api/resources/patientPayments/resources/v4/client/index.d.ts +3 -3
- package/api/resources/patientPayments/resources/v4/client/index.js +4 -4
- package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.js +1 -3
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +1 -3
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +1 -3
- package/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +3 -3
- package/api/resources/patientPayments/resources/v4/client/update.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/update.js +1 -3
- package/api/resources/patientPayments/resources/v4/index.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/index.js +1 -1
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.js +1 -3
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -3
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +1 -3
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +1 -3
- package/api/resources/patientPayments/resources/v4/types/index.d.ts +2 -2
- package/api/resources/patientPayments/resources/v4/types/index.js +2 -2
- package/api/resources/patientRefunds/client/Client.d.ts +3 -11
- package/api/resources/patientRefunds/client/Client.js +1 -3
- package/api/resources/patientRefunds/index.d.ts +1 -1
- package/api/resources/patientRefunds/index.js +1 -1
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/patientRefunds/resources/v1/client/Client.js +44 -46
- package/api/resources/patientRefunds/resources/v1/client/create.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/create.js +1 -3
- package/api/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/delete.js +1 -3
- package/api/resources/patientRefunds/resources/v1/client/get.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/get.js +1 -3
- package/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/getMulti.js +1 -3
- package/api/resources/patientRefunds/resources/v1/client/index.d.ts +3 -3
- package/api/resources/patientRefunds/resources/v1/client/index.js +4 -4
- package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.js +1 -3
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +1 -3
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +1 -3
- package/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +3 -3
- package/api/resources/patientRefunds/resources/v1/client/update.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/update.js +1 -3
- package/api/resources/patientRefunds/resources/v1/index.d.ts +1 -1
- package/api/resources/patientRefunds/resources/v1/index.js +1 -1
- package/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/types/PatientRefund.js +1 -3
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -3
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +1 -3
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +1 -3
- package/api/resources/patientRefunds/resources/v1/types/index.d.ts +2 -2
- package/api/resources/patientRefunds/resources/v1/types/index.js +2 -2
- package/api/resources/payerPlanGroups/client/Client.d.ts +3 -11
- package/api/resources/payerPlanGroups/client/Client.js +1 -3
- package/api/resources/payerPlanGroups/index.d.ts +1 -1
- package/api/resources/payerPlanGroups/index.js +1 -1
- package/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/payerPlanGroups/resources/v1/client/Client.js +48 -50
- package/api/resources/payerPlanGroups/resources/v1/client/create.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/client/create.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/client/deactivate.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/client/get.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/client/get.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/client/getMulti.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +3 -3
- package/api/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
- package/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/payerPlanGroups/resources/v1/client/update.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/client/update.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/index.d.ts +1 -1
- package/api/resources/payerPlanGroups/resources/v1/index.js +1 -1
- package/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/types/index.d.ts +1 -1
- package/api/resources/payerPlanGroups/resources/v1/types/index.js +1 -1
- package/api/resources/payers/client/Client.d.ts +3 -11
- package/api/resources/payers/client/Client.js +1 -3
- package/api/resources/payers/index.d.ts +1 -1
- package/api/resources/payers/index.js +1 -1
- package/api/resources/payers/resources/v3/client/Client.d.ts +3 -21
- package/api/resources/payers/resources/v3/client/Client.js +15 -17
- package/api/resources/payers/resources/v3/client/get.d.ts +1 -4
- package/api/resources/payers/resources/v3/client/get.js +1 -3
- package/api/resources/payers/resources/v3/client/getAll.d.ts +1 -4
- package/api/resources/payers/resources/v3/client/getAll.js +1 -3
- package/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.d.ts +1 -4
- package/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.js +1 -3
- package/api/resources/payers/resources/v3/client/requests/index.d.ts +1 -1
- package/api/resources/payers/resources/v3/index.d.ts +1 -1
- package/api/resources/payers/resources/v3/index.js +1 -1
- package/api/resources/payers/resources/v3/types/Payer.d.ts +1 -4
- package/api/resources/payers/resources/v3/types/Payer.js +1 -3
- package/api/resources/payers/resources/v3/types/PayerId.d.ts +1 -4
- package/api/resources/payers/resources/v3/types/PayerId.js +1 -3
- package/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +1 -4
- package/api/resources/payers/resources/v3/types/PayerIdentifier.js +1 -3
- package/api/resources/payers/resources/v3/types/PayerInfo.d.ts +1 -4
- package/api/resources/payers/resources/v3/types/PayerInfo.js +1 -3
- package/api/resources/payers/resources/v3/types/PayerName.d.ts +1 -4
- package/api/resources/payers/resources/v3/types/PayerName.js +1 -3
- package/api/resources/payers/resources/v3/types/PayerPage.d.ts +1 -4
- package/api/resources/payers/resources/v3/types/PayerPage.js +1 -3
- package/api/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -4
- package/api/resources/payers/resources/v3/types/PayerUuid.js +1 -3
- package/api/resources/payers/resources/v3/types/index.d.ts +4 -4
- package/api/resources/payers/resources/v3/types/index.js +4 -4
- package/api/resources/payers/resources/v4/client/Client.d.ts +3 -21
- package/api/resources/payers/resources/v4/client/Client.js +15 -17
- package/api/resources/payers/resources/v4/client/get.d.ts +1 -4
- package/api/resources/payers/resources/v4/client/get.js +1 -3
- package/api/resources/payers/resources/v4/client/getAll.d.ts +1 -4
- package/api/resources/payers/resources/v4/client/getAll.js +1 -3
- package/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.d.ts +1 -4
- package/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.js +1 -3
- package/api/resources/payers/resources/v4/client/requests/index.d.ts +1 -1
- package/api/resources/payers/resources/v4/index.d.ts +1 -1
- package/api/resources/payers/resources/v4/index.js +1 -1
- package/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +1 -4
- package/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +1 -3
- package/api/resources/payers/resources/v4/types/Payer.d.ts +1 -4
- package/api/resources/payers/resources/v4/types/Payer.js +1 -3
- package/api/resources/payers/resources/v4/types/PayerIds.d.ts +0 -3
- package/api/resources/payers/resources/v4/types/PayerIds.js +1 -3
- package/api/resources/payers/resources/v4/types/PayerPage.d.ts +1 -4
- package/api/resources/payers/resources/v4/types/PayerPage.js +1 -3
- package/api/resources/payers/resources/v4/types/PayerUuid.d.ts +1 -4
- package/api/resources/payers/resources/v4/types/PayerUuid.js +1 -3
- package/api/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +0 -3
- package/api/resources/payers/resources/v4/types/PrimaryPayerIds.js +1 -3
- package/api/resources/payers/resources/v4/types/SupportState.d.ts +1 -4
- package/api/resources/payers/resources/v4/types/SupportState.js +1 -3
- package/api/resources/payers/resources/v4/types/index.d.ts +5 -5
- package/api/resources/payers/resources/v4/types/index.js +5 -5
- package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -4
- package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -3
- package/api/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +1 -4
- package/api/resources/pipelineCommons/types/ConfigurableRuleId.js +1 -3
- package/api/resources/preEncounter/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/client/Client.js +1 -3
- package/api/resources/preEncounter/index.d.ts +1 -1
- package/api/resources/preEncounter/index.js +1 -1
- package/api/resources/preEncounter/resources/appointments/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/appointments/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/appointments/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/index.js +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +47 -49
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +4 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +5 -5
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +0 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +4 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +4 -4
- package/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +0 -3
- package/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +1 -3
- package/api/resources/preEncounter/resources/common/types/Address.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/Address.js +1 -3
- package/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/AddressUse.js +1 -3
- package/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/AppointmentId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/BaseModel.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/BaseModel.js +1 -3
- package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +1 -3
- package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +1 -3
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/ContactPoint.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/ContactPoint.js +1 -3
- package/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/ContactPointUse.js +1 -3
- package/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/CoverageId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/DisabilityStatus.js +1 -3
- package/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +0 -3
- package/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +1 -3
- package/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/Ethnicity.js +1 -3
- package/api/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/ExternalIdentifier.js +1 -3
- package/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +3 -4
- package/api/resources/preEncounter/resources/common/types/ExternalProvider.js +1 -3
- package/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -3
- package/api/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/FilterQueryString.js +1 -3
- package/api/resources/preEncounter/resources/common/types/Gender.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/Gender.js +1 -3
- package/api/resources/preEncounter/resources/common/types/HumanName.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/HumanName.js +1 -3
- package/api/resources/preEncounter/resources/common/types/NameUse.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/NameUse.js +1 -3
- package/api/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/NoteId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/OrganizationId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/PageToken.js +1 -3
- package/api/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/PatientId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/PatientServiceFacility.d.ts +7 -0
- package/api/resources/preEncounter/resources/{patients/resources/v1 → common}/types/PatientServiceFacility.js +1 -3
- package/api/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/PayerId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/Period.d.ts +0 -3
- package/api/resources/preEncounter/resources/common/types/Period.js +1 -3
- package/api/resources/preEncounter/resources/common/types/Race.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/Race.js +1 -3
- package/api/resources/preEncounter/resources/common/types/Relationship.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/Relationship.js +1 -3
- package/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/ResourcePage.js +1 -3
- package/api/resources/preEncounter/resources/common/types/Sex.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/Sex.js +1 -3
- package/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/SexualOrientation.js +1 -3
- package/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/SortDirection.js +1 -3
- package/api/resources/preEncounter/resources/common/types/TagId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/TagId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/UserId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/UserId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +1 -3
- package/api/resources/preEncounter/resources/common/types/index.d.ts +32 -31
- package/api/resources/preEncounter/resources/common/types/index.js +32 -31
- package/api/resources/preEncounter/resources/coverages/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/coverages/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/coverages/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/index.js +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +17 -22
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +72 -61
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +6 -6
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +7 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.d.ts +0 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +0 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +4 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +0 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +2 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +2 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +0 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +142 -217
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +142 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +0 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +3 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +49 -76
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +49 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +0 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +0 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +376 -568
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +376 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +19 -19
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +19 -19
- package/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/eligibilityChecks/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/eligibilityChecks/index.js +1 -1
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +33 -35
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +3 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +4 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/index.d.ts +3 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +2 -7
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +2 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +2 -7
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +2 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +2 -7
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +2 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +20 -20
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +20 -20
- package/api/resources/preEncounter/resources/images/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/images/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/images/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/images/index.js +1 -1
- package/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +32 -34
- package/api/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/client/create.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/client/get.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +2 -2
- package/api/resources/preEncounter/resources/images/resources/v1/client/index.js +3 -3
- package/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.d.ts +0 -3
- package/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/client/update.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/images/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/Image.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +4 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/index.js +4 -4
- package/api/resources/preEncounter/resources/index.d.ts +2 -2
- package/api/resources/preEncounter/resources/index.js +3 -3
- package/api/resources/preEncounter/resources/lists/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/lists/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/lists/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/index.js +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +23 -25
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/client/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +2 -2
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/preEncounter/resources/lists/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +3 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/types/index.js +3 -3
- package/api/resources/preEncounter/resources/notes/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/notes/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/notes/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/notes/index.js +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +22 -24
- package/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +1 -4
- package/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +1 -3
- package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +1 -4
- package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +1 -3
- package/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +1 -4
- package/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +1 -3
- package/api/resources/preEncounter/resources/notes/resources/v1/client/index.d.ts +2 -2
- package/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +3 -3
- package/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +1 -4
- package/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +1 -3
- package/api/resources/preEncounter/resources/notes/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +0 -3
- package/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +1 -3
- package/api/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +1 -4
- package/api/resources/preEncounter/resources/notes/resources/v1/types/Note.js +1 -3
- package/api/resources/preEncounter/resources/patients/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/patients/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/patients/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/index.js +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +17 -22
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +90 -79
- package/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +6 -6
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +7 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +0 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +0 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.d.ts +0 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +6 -6
- package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +4 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +4 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +0 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +0 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -5
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +2 -5
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +6 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.d.ts +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +8 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +10 -10
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +10 -10
- package/api/resources/preEncounter/resources/tags/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/tags/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/tags/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/index.js +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +28 -30
- package/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/client/index.d.ts +3 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +4 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +0 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +1 -3
- package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -4
- package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -3
- package/api/resources/remits/resources/v1/types/Payee.d.ts +1 -4
- package/api/resources/remits/resources/v1/types/Payee.js +1 -3
- package/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +1 -4
- package/api/resources/remits/resources/v1/types/PayeeIdentifier.js +1 -3
- package/api/resources/remits/resources/v1/types/index.d.ts +1 -1
- package/api/resources/remits/resources/v1/types/index.js +1 -1
- package/api/resources/serviceFacility/client/Client.d.ts +3 -21
- package/api/resources/serviceFacility/client/Client.js +8 -10
- package/api/resources/serviceFacility/client/update.d.ts +1 -4
- package/api/resources/serviceFacility/client/update.js +1 -3
- package/api/resources/serviceFacility/index.d.ts +1 -1
- package/api/resources/serviceFacility/index.js +1 -1
- package/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -4
- package/api/resources/serviceFacility/types/EncounterServiceFacility.js +1 -3
- package/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -4
- package/api/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -3
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +1 -4
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -3
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +1 -4
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +1 -3
- package/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -4
- package/api/resources/serviceFacility/types/ServiceFacilityId.js +1 -3
- package/api/resources/serviceFacility/types/index.d.ts +3 -3
- package/api/resources/serviceFacility/types/index.js +3 -3
- package/api/resources/serviceLines/client/Client.d.ts +3 -11
- package/api/resources/serviceLines/client/Client.js +1 -3
- package/api/resources/serviceLines/index.d.ts +1 -1
- package/api/resources/serviceLines/index.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/serviceLines/resources/v2/client/Client.js +31 -33
- package/api/resources/serviceLines/resources/v2/client/create.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/client/create.js +1 -3
- package/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/client/createUniversal.js +1 -3
- package/api/resources/serviceLines/resources/v2/client/delete.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/client/delete.js +1 -3
- package/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -2
- package/api/resources/serviceLines/resources/v2/client/index.js +3 -3
- package/api/resources/serviceLines/resources/v2/client/update.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/client/update.js +1 -3
- package/api/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/client/updateUniversal.js +1 -3
- package/api/resources/serviceLines/resources/v2/index.d.ts +1 -1
- package/api/resources/serviceLines/resources/v2/index.js +1 -1
- package/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/DrugIdentification.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +15 -25
- package/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +15 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +0 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/TestResult.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/TestResultOptional.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/index.d.ts +13 -13
- package/api/resources/serviceLines/resources/v2/types/index.js +13 -13
- package/api/resources/superbills/client/Client.d.ts +3 -11
- package/api/resources/superbills/client/Client.js +1 -3
- package/api/resources/superbills/index.d.ts +1 -1
- package/api/resources/superbills/index.js +1 -1
- package/api/resources/superbills/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/superbills/resources/v1/client/Client.js +8 -10
- package/api/resources/superbills/resources/v1/client/createSuperbill.d.ts +1 -4
- package/api/resources/superbills/resources/v1/client/createSuperbill.js +1 -3
- package/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +1 -4
- package/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +1 -3
- package/api/resources/superbills/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/superbills/resources/v1/index.d.ts +1 -1
- package/api/resources/superbills/resources/v1/index.js +1 -1
- package/api/resources/superbills/resources/v1/types/Superbill.d.ts +1 -4
- package/api/resources/superbills/resources/v1/types/Superbill.js +1 -3
- package/api/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +1 -4
- package/api/resources/superbills/resources/v1/types/SuperbillResponse.js +1 -3
- package/api/resources/tags/types/Tag.d.ts +1 -4
- package/api/resources/tags/types/Tag.js +1 -3
- package/api/resources/tags/types/TagColorEnum.d.ts +1 -4
- package/api/resources/tags/types/TagColorEnum.js +1 -3
- package/api/resources/tags/types/TagCreate.d.ts +1 -4
- package/api/resources/tags/types/TagCreate.js +1 -3
- package/api/resources/tags/types/TagId.d.ts +1 -4
- package/api/resources/tags/types/TagId.js +1 -3
- package/api/resources/tags/types/index.d.ts +2 -2
- package/api/resources/tags/types/index.js +2 -2
- package/api/resources/tasks/client/Client.d.ts +3 -11
- package/api/resources/tasks/client/Client.js +1 -3
- package/api/resources/tasks/index.d.ts +1 -1
- package/api/resources/tasks/index.js +1 -1
- package/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -4
- package/api/resources/tasks/resources/commons/types/TaskCategory.js +1 -3
- package/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +1 -4
- package/api/resources/tasks/resources/commons/types/TaskStatus.js +1 -3
- package/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -4
- package/api/resources/tasks/resources/commons/types/TaskType.js +1 -3
- package/api/resources/tasks/resources/commons/types/index.d.ts +1 -1
- package/api/resources/tasks/resources/commons/types/index.js +1 -1
- package/api/resources/tasks/resources/index.d.ts +1 -1
- package/api/resources/tasks/resources/index.js +2 -2
- package/api/resources/tasks/resources/v3/client/Client.d.ts +3 -21
- package/api/resources/tasks/resources/v3/client/Client.js +42 -46
- package/api/resources/tasks/resources/v3/client/create.d.ts +1 -4
- package/api/resources/tasks/resources/v3/client/create.js +1 -3
- package/api/resources/tasks/resources/v3/client/get.d.ts +1 -4
- package/api/resources/tasks/resources/v3/client/get.js +1 -3
- package/api/resources/tasks/resources/v3/client/getActions.d.ts +1 -4
- package/api/resources/tasks/resources/v3/client/getActions.js +1 -3
- package/api/resources/tasks/resources/v3/client/getMulti.d.ts +1 -4
- package/api/resources/tasks/resources/v3/client/getMulti.js +1 -3
- package/api/resources/tasks/resources/v3/client/index.d.ts +3 -3
- package/api/resources/tasks/resources/v3/client/index.js +4 -4
- package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +1 -4
- package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.js +1 -3
- package/api/resources/tasks/resources/v3/client/requests/index.d.ts +1 -1
- package/api/resources/tasks/resources/v3/client/update.d.ts +1 -4
- package/api/resources/tasks/resources/v3/client/update.js +1 -3
- package/api/resources/tasks/resources/v3/index.d.ts +1 -1
- package/api/resources/tasks/resources/v3/index.js +1 -1
- package/api/resources/tasks/resources/v3/types/Task.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/Task.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskAction.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskAction.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskActionType.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskActions.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskActions.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskAssignment.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskAssignment.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskCreateV3.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskNote.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskNote.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskPage.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskPage.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskSortOptions.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskUpdateV3.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +1 -3
- package/api/resources/tasks/resources/v3/types/index.d.ts +6 -6
- package/api/resources/tasks/resources/v3/types/index.js +6 -6
- package/api/resources/writeOffs/client/Client.d.ts +3 -11
- package/api/resources/writeOffs/client/Client.js +1 -3
- package/api/resources/writeOffs/index.d.ts +1 -1
- package/api/resources/writeOffs/index.js +1 -1
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/writeOffs/resources/v1/client/Client.js +43 -45
- package/api/resources/writeOffs/resources/v1/client/create.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/create.js +1 -3
- package/api/resources/writeOffs/resources/v1/client/get.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/get.js +1 -3
- package/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/getMulti.js +1 -3
- package/api/resources/writeOffs/resources/v1/client/index.d.ts +4 -4
- package/api/resources/writeOffs/resources/v1/client/index.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +1 -3
- package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.js +1 -3
- package/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/writeOffs/resources/v1/client/revert.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/revert.js +1 -3
- package/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.js +1 -3
- package/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.js +1 -3
- package/api/resources/writeOffs/resources/v1/index.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/index.js +1 -1
- package/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOff.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/WriteOff.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/WriteOffSortField.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/WriteOffsPage.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/index.d.ts +10 -10
- package/api/resources/writeOffs/resources/v1/types/index.js +10 -10
- package/api/resources/x12/resources/v1/types/Carc.d.ts +1 -4
- package/api/resources/x12/resources/v1/types/Carc.js +1 -3
- package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +1 -4
- package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +1 -3
- package/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +81 -124
- package/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +81 -3
- package/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +23 -37
- package/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +23 -3
- package/api/resources/x12/resources/v1/types/Rarc.d.ts +1 -4
- package/api/resources/x12/resources/v1/types/Rarc.js +1 -3
- package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +1 -4
- package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +1 -3
- package/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +13 -22
- package/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +13 -3
- package/api/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +1 -4
- package/api/resources/x12/resources/v1/types/TypeOfBillComposite.js +1 -3
- package/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +1 -4
- package/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +1 -3
- package/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +55 -85
- package/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +55 -3
- package/api/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +19 -31
- package/api/resources/x12/resources/v1/types/TypeOfCareCode.js +19 -3
- package/api/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +15 -25
- package/api/resources/x12/resources/v1/types/TypeOfFacilityCode.js +15 -3
- package/api/resources/x12/resources/v1/types/index.d.ts +8 -8
- package/api/resources/x12/resources/v1/types/index.js +8 -8
- package/api/resources/yesNoIndicator/types/YesNoIndicator.d.ts +1 -4
- package/api/resources/yesNoIndicator/types/YesNoIndicator.js +1 -3
- package/core/auth/AuthProvider.d.ts +1 -1
- package/core/auth/BasicAuth.js +2 -1
- package/core/auth/OAuthTokenProvider.d.ts +1 -4
- package/core/auth/OAuthTokenProvider.js +1 -3
- package/core/exports.d.ts +1 -0
- package/core/exports.js +17 -0
- package/core/fetcher/APIResponse.d.ts +1 -1
- package/core/fetcher/BinaryResponse.d.ts +1 -1
- package/core/fetcher/EndpointMetadata.d.ts +13 -0
- package/core/fetcher/EndpointMetadata.js +2 -0
- package/core/fetcher/EndpointSupplier.d.ts +12 -0
- package/core/fetcher/EndpointSupplier.js +22 -0
- package/core/fetcher/Fetcher.d.ts +5 -3
- package/core/fetcher/Fetcher.js +5 -3
- package/core/fetcher/HttpResponsePromise.d.ts +1 -1
- package/core/fetcher/getErrorResponseBody.js +2 -1
- package/core/fetcher/getFetchFn.js +1 -1
- package/core/fetcher/getResponseBody.js +3 -3
- package/core/fetcher/index.d.ts +2 -0
- package/core/fetcher/index.js +3 -1
- package/core/fetcher/makeRequest.js +2 -2
- package/core/fetcher/requestWithRetries.js +3 -3
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +1 -1
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +1 -1
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +1 -1
- package/core/file/exports.d.ts +1 -0
- package/core/file/exports.js +2 -0
- package/core/file/file.d.ts +10 -0
- package/core/file/file.js +221 -0
- package/core/file/index.d.ts +2 -0
- package/core/file/index.js +18 -0
- package/core/file/types.d.ts +66 -0
- package/core/file/types.js +2 -0
- package/core/form-data-utils/FormDataWrapper.d.ts +7 -9
- package/core/form-data-utils/FormDataWrapper.js +126 -72
- package/core/headers.d.ts +2 -3
- package/core/index.d.ts +4 -3
- package/core/index.js +5 -4
- package/core/schemas/Schema.d.ts +1 -1
- package/core/schemas/builders/bigint/bigint.d.ts +1 -1
- package/core/schemas/builders/bigint/bigint.js +2 -2
- package/core/schemas/builders/date/date.d.ts +1 -1
- package/core/schemas/builders/date/date.js +2 -2
- package/core/schemas/builders/enum/enum.d.ts +1 -1
- package/core/schemas/builders/index.d.ts +14 -14
- package/core/schemas/builders/index.js +14 -14
- package/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/core/schemas/builders/lazy/lazy.js +2 -2
- package/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
- package/core/schemas/builders/lazy/lazyObject.js +4 -4
- package/core/schemas/builders/list/list.d.ts +1 -1
- package/core/schemas/builders/list/list.js +2 -2
- package/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
- package/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
- package/core/schemas/builders/object/object.d.ts +1 -1
- package/core/schemas/builders/object/object.js +5 -5
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
- package/core/schemas/builders/object/property.d.ts +1 -1
- package/core/schemas/builders/object/types.d.ts +5 -5
- package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
- package/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
- package/core/schemas/builders/object-like/types.d.ts +1 -1
- package/core/schemas/builders/primitives/any.d.ts +2 -1
- package/core/schemas/builders/primitives/any.js +4 -1
- package/core/schemas/builders/primitives/boolean.d.ts +2 -1
- package/core/schemas/builders/primitives/number.d.ts +2 -1
- package/core/schemas/builders/primitives/string.d.ts +2 -1
- package/core/schemas/builders/primitives/unknown.d.ts +2 -1
- package/core/schemas/builders/record/record.d.ts +2 -2
- package/core/schemas/builders/record/record.js +3 -3
- package/core/schemas/builders/record/types.d.ts +2 -2
- package/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
- package/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
- package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
- package/core/schemas/builders/set/set.d.ts +1 -1
- package/core/schemas/builders/set/set.js +4 -4
- package/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +2 -2
- package/core/schemas/builders/union/types.d.ts +2 -2
- package/core/schemas/builders/union/union.d.ts +3 -3
- package/core/schemas/builders/union/union.js +4 -4
- package/core/schemas/index.d.ts +1 -1
- package/core/schemas/index.js +1 -1
- package/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
- package/core/schemas/utils/createIdentitySchemaCreator.js +2 -2
- package/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
- package/core/url/encodePathParam.d.ts +1 -0
- package/core/url/encodePathParam.js +21 -0
- package/core/url/index.d.ts +1 -0
- package/core/url/index.js +3 -1
- package/core/url/join.js +3 -3
- package/dist/BaseClient.d.ts +25 -0
- package/dist/BaseClient.js +3 -0
- package/dist/Client.d.ts +8 -26
- package/dist/Client.js +77 -79
- package/dist/api/resources/auth/client/Client.d.ts +3 -11
- package/dist/api/resources/auth/client/Client.js +1 -3
- package/dist/api/resources/auth/index.d.ts +1 -1
- package/dist/api/resources/auth/index.js +1 -1
- package/dist/api/resources/auth/resources/default/client/Client.d.ts +3 -21
- package/dist/api/resources/auth/resources/default/client/Client.js +8 -10
- package/dist/api/resources/auth/resources/default/client/getToken.d.ts +1 -4
- package/dist/api/resources/auth/resources/default/client/getToken.js +1 -3
- package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +0 -3
- package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +1 -3
- package/dist/api/resources/auth/resources/default/client/requests/index.d.ts +1 -1
- package/dist/api/resources/auth/resources/default/index.d.ts +1 -1
- package/dist/api/resources/auth/resources/default/index.js +1 -1
- package/dist/api/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +0 -3
- package/dist/api/resources/auth/resources/default/types/AuthGetTokenResponse.js +1 -3
- package/dist/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +0 -3
- package/dist/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +1 -3
- package/dist/api/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +0 -3
- package/dist/api/resources/auth/resources/default/types/TooManyRequestsErrorType.js +1 -3
- package/dist/api/resources/auth/resources/default/types/index.d.ts +1 -1
- package/dist/api/resources/auth/resources/default/types/index.js +1 -1
- package/dist/api/resources/billingNotes/client/Client.d.ts +3 -11
- package/dist/api/resources/billingNotes/client/Client.js +1 -3
- package/dist/api/resources/billingNotes/index.d.ts +1 -1
- package/dist/api/resources/billingNotes/index.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +19 -21
- package/dist/api/resources/billingNotes/resources/v2/client/create.d.ts +1 -4
- package/dist/api/resources/billingNotes/resources/v2/client/create.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/client/delete.d.ts +1 -4
- package/dist/api/resources/billingNotes/resources/v2/client/delete.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/index.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +0 -3
- package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +1 -4
- package/dist/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/client/requests/index.d.ts +2 -2
- package/dist/api/resources/billingNotes/resources/v2/client/update.d.ts +1 -4
- package/dist/api/resources/billingNotes/resources/v2/client/update.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/index.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/index.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -4
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +0 -3
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBase.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +0 -3
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -4
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/types/index.d.ts +3 -3
- package/dist/api/resources/billingNotes/resources/v2/types/index.js +3 -3
- package/dist/api/resources/chargeCapture/client/Client.d.ts +3 -11
- package/dist/api/resources/chargeCapture/client/Client.js +1 -3
- package/dist/api/resources/chargeCapture/index.d.ts +1 -1
- package/dist/api/resources/chargeCapture/index.js +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +102 -104
- package/dist/api/resources/chargeCapture/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/create.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/get.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/getAll.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/index.d.ts +2 -2
- package/dist/api/resources/chargeCapture/resources/v1/client/index.js +3 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +5 -5
- package/dist/api/resources/chargeCapture/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/update.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/index.js +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +0 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/index.d.ts +3 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/index.js +3 -3
- package/dist/api/resources/chargeCaptureBundles/client/Client.d.ts +3 -11
- package/dist/api/resources/chargeCaptureBundles/client/Client.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/index.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/index.js +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +59 -61
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +2 -2
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +3 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +0 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/index.js +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +3 -7
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +3 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +0 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +3 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.js +3 -3
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +1 -4
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +1 -3
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +1 -4
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +1 -3
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +1 -4
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +1 -3
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +1 -4
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +1 -3
- package/dist/api/resources/claimSubmission/resources/v1/types/index.d.ts +2 -2
- package/dist/api/resources/claimSubmission/resources/v1/types/index.js +2 -2
- package/dist/api/resources/claims/types/Claim.d.ts +1 -4
- package/dist/api/resources/claims/types/Claim.js +1 -3
- package/dist/api/resources/claims/types/ClaimStatus.d.ts +1 -4
- package/dist/api/resources/claims/types/ClaimStatus.js +1 -3
- package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +1 -4
- package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +1 -3
- package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +1 -4
- package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +1 -3
- package/dist/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +1 -4
- package/dist/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +1 -3
- package/dist/api/resources/clinicalTrials/resources/v1/types/index.d.ts +1 -1
- package/dist/api/resources/clinicalTrials/resources/v1/types/index.js +1 -1
- package/dist/api/resources/commons/types/AdjustmentId.d.ts +1 -4
- package/dist/api/resources/commons/types/AdjustmentId.js +1 -3
- package/dist/api/resources/commons/types/AppointmentId.d.ts +1 -4
- package/dist/api/resources/commons/types/AppointmentId.js +1 -3
- package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +1 -4
- package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.js +1 -3
- package/dist/api/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +1 -4
- package/dist/api/resources/commons/types/ChargeCaptureClaimCreationId.js +1 -3
- package/dist/api/resources/commons/types/ChargeCaptureId.d.ts +1 -4
- package/dist/api/resources/commons/types/ChargeCaptureId.js +1 -3
- package/dist/api/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +1 -4
- package/dist/api/resources/commons/types/ChargeCapturePostBilledChangeId.js +1 -3
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -4
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -3
- package/dist/api/resources/commons/types/ClaimId.d.ts +1 -4
- package/dist/api/resources/commons/types/ClaimId.js +1 -3
- package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +1 -4
- package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +1 -3
- package/dist/api/resources/commons/types/Clearinghouse.d.ts +1 -4
- package/dist/api/resources/commons/types/Clearinghouse.js +1 -3
- package/dist/api/resources/commons/types/ClinicalTrialId.d.ts +1 -4
- package/dist/api/resources/commons/types/ClinicalTrialId.js +1 -3
- package/dist/api/resources/commons/types/DateRangeOptionalEnd.d.ts +1 -4
- package/dist/api/resources/commons/types/DateRangeOptionalEnd.js +1 -3
- package/dist/api/resources/commons/types/Date_.d.ts +1 -4
- package/dist/api/resources/commons/types/Date_.js +1 -3
- package/dist/api/resources/commons/types/Decimal.d.ts +1 -4
- package/dist/api/resources/commons/types/Decimal.js +1 -3
- package/dist/api/resources/commons/types/DelayReasonCode.d.ts +30 -49
- package/dist/api/resources/commons/types/DelayReasonCode.js +30 -3
- package/dist/api/resources/commons/types/Email.d.ts +1 -4
- package/dist/api/resources/commons/types/Email.js +1 -3
- package/dist/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -4
- package/dist/api/resources/commons/types/EmrPayerCrosswalk.js +1 -3
- package/dist/api/resources/commons/types/EncounterExternalId.d.ts +1 -4
- package/dist/api/resources/commons/types/EncounterExternalId.js +1 -3
- package/dist/api/resources/commons/types/EncounterId.d.ts +1 -4
- package/dist/api/resources/commons/types/EncounterId.js +1 -3
- package/dist/api/resources/commons/types/EntityConflictErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/EntityConflictErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/EntityNotFoundErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/EntityNotFoundErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +1 -4
- package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +1 -3
- package/dist/api/resources/commons/types/ErrorMessage.d.ts +1 -4
- package/dist/api/resources/commons/types/ErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/FacilityTypeCode.d.ts +101 -154
- package/dist/api/resources/commons/types/FacilityTypeCode.js +106 -3
- package/dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/InsuranceTypeCode.d.ts +142 -217
- package/dist/api/resources/commons/types/InsuranceTypeCode.js +142 -3
- package/dist/api/resources/commons/types/IntendedSubmissionMedium.d.ts +2 -7
- package/dist/api/resources/commons/types/IntendedSubmissionMedium.js +2 -3
- package/dist/api/resources/commons/types/InvoiceId.d.ts +1 -4
- package/dist/api/resources/commons/types/InvoiceId.js +1 -3
- package/dist/api/resources/commons/types/LinkUrl.d.ts +1 -4
- package/dist/api/resources/commons/types/LinkUrl.js +1 -3
- package/dist/api/resources/commons/types/NetworkType.d.ts +43 -67
- package/dist/api/resources/commons/types/NetworkType.js +43 -3
- package/dist/api/resources/commons/types/NextResponsibleParty.d.ts +1 -4
- package/dist/api/resources/commons/types/NextResponsibleParty.js +1 -3
- package/dist/api/resources/commons/types/Npi.d.ts +1 -4
- package/dist/api/resources/commons/types/Npi.js +1 -3
- package/dist/api/resources/commons/types/OrganizationId.d.ts +1 -4
- package/dist/api/resources/commons/types/OrganizationId.js +1 -3
- package/dist/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/PageToken.d.ts +1 -4
- package/dist/api/resources/commons/types/PageToken.js +1 -3
- package/dist/api/resources/commons/types/PatientExternalId.d.ts +1 -4
- package/dist/api/resources/commons/types/PatientExternalId.js +1 -3
- package/dist/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +49 -76
- package/dist/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +49 -3
- package/dist/api/resources/commons/types/PayerPlanGroupId.d.ts +1 -4
- package/dist/api/resources/commons/types/PayerPlanGroupId.js +1 -3
- package/dist/api/resources/commons/types/PhoneNumber.d.ts +1 -4
- package/dist/api/resources/commons/types/PhoneNumber.js +1 -3
- package/dist/api/resources/commons/types/PhoneNumberOptional.d.ts +1 -4
- package/dist/api/resources/commons/types/PhoneNumberOptional.js +1 -3
- package/dist/api/resources/commons/types/PhoneNumberType.d.ts +1 -4
- package/dist/api/resources/commons/types/PhoneNumberType.js +1 -3
- package/dist/api/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -4
- package/dist/api/resources/commons/types/PreEncounterAppointmentId.js +1 -3
- package/dist/api/resources/commons/types/PreEncounterPatientId.d.ts +1 -4
- package/dist/api/resources/commons/types/PreEncounterPatientId.js +1 -3
- package/dist/api/resources/commons/types/Primitive.d.ts +1 -4
- package/dist/api/resources/commons/types/Primitive.js +5 -3
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +799 -1201
- package/dist/api/resources/commons/types/ProcedureModifier.js +799 -3
- package/dist/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/dist/api/resources/commons/types/ProviderCredentialingSpanId.js +1 -3
- package/dist/api/resources/commons/types/ProviderId.d.ts +1 -4
- package/dist/api/resources/commons/types/ProviderId.js +1 -3
- package/dist/api/resources/commons/types/QualifierCode.d.ts +1 -4
- package/dist/api/resources/commons/types/QualifierCode.js +5 -3
- package/dist/api/resources/commons/types/RateId.d.ts +1 -4
- package/dist/api/resources/commons/types/RateId.js +1 -3
- package/dist/api/resources/commons/types/RegionNational.d.ts +1 -5
- package/dist/api/resources/commons/types/RegionNational.js +1 -3
- package/dist/api/resources/commons/types/RegionStates.d.ts +1 -4
- package/dist/api/resources/commons/types/RegionStates.js +1 -3
- package/dist/api/resources/commons/types/Regions.d.ts +1 -4
- package/dist/api/resources/commons/types/Regions.js +1 -3
- package/dist/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +1 -4
- package/dist/api/resources/commons/types/RemovableDateRangeOptionalEnd.js +1 -3
- package/dist/api/resources/commons/types/RequestValidationError.d.ts +0 -3
- package/dist/api/resources/commons/types/RequestValidationError.js +1 -3
- package/dist/api/resources/commons/types/ResourcePage.d.ts +1 -4
- package/dist/api/resources/commons/types/ResourcePage.js +1 -3
- package/dist/api/resources/commons/types/SchemaId.d.ts +1 -4
- package/dist/api/resources/commons/types/SchemaId.js +1 -3
- package/dist/api/resources/commons/types/ServiceLineId.d.ts +1 -4
- package/dist/api/resources/commons/types/ServiceLineId.js +1 -3
- package/dist/api/resources/commons/types/ServiceLineUnits.d.ts +1 -4
- package/dist/api/resources/commons/types/ServiceLineUnits.js +1 -3
- package/dist/api/resources/commons/types/SortDirection.d.ts +1 -4
- package/dist/api/resources/commons/types/SortDirection.js +5 -3
- package/dist/api/resources/commons/types/SourceOfPaymentCode.d.ts +49 -76
- package/dist/api/resources/commons/types/SourceOfPaymentCode.js +49 -3
- package/dist/api/resources/commons/types/State.d.ts +1 -4
- package/dist/api/resources/commons/types/State.js +1 -3
- package/dist/api/resources/commons/types/StreetAddressBase.d.ts +1 -4
- package/dist/api/resources/commons/types/StreetAddressBase.js +1 -3
- package/dist/api/resources/commons/types/StreetAddressLongZip.d.ts +1 -4
- package/dist/api/resources/commons/types/StreetAddressLongZip.js +1 -3
- package/dist/api/resources/commons/types/StreetAddressLongZipOptional.d.ts +1 -4
- package/dist/api/resources/commons/types/StreetAddressLongZipOptional.js +1 -3
- package/dist/api/resources/commons/types/StreetAddressOptionalBase.d.ts +1 -4
- package/dist/api/resources/commons/types/StreetAddressOptionalBase.js +1 -3
- package/dist/api/resources/commons/types/StreetAddressShortZip.d.ts +1 -4
- package/dist/api/resources/commons/types/StreetAddressShortZip.js +1 -3
- package/dist/api/resources/commons/types/StreetAddressShortZipOptional.d.ts +1 -4
- package/dist/api/resources/commons/types/StreetAddressShortZipOptional.js +1 -3
- package/dist/api/resources/commons/types/TaskAssignmentId.d.ts +1 -4
- package/dist/api/resources/commons/types/TaskAssignmentId.js +1 -3
- package/dist/api/resources/commons/types/TaskId.d.ts +1 -4
- package/dist/api/resources/commons/types/TaskId.js +1 -3
- package/dist/api/resources/commons/types/TaskNoteId.d.ts +1 -4
- package/dist/api/resources/commons/types/TaskNoteId.js +1 -3
- package/dist/api/resources/commons/types/TaxId.d.ts +1 -4
- package/dist/api/resources/commons/types/TaxId.js +1 -3
- package/dist/api/resources/commons/types/UnauthorizedErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/UnauthorizedErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/UnprocessableEntityErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/UserId.d.ts +1 -4
- package/dist/api/resources/commons/types/UserId.js +1 -3
- package/dist/api/resources/commons/types/WorkQueueId.d.ts +1 -4
- package/dist/api/resources/commons/types/WorkQueueId.js +1 -3
- package/dist/api/resources/commons/types/index.d.ts +60 -60
- package/dist/api/resources/commons/types/index.js +60 -60
- package/dist/api/resources/contracts/client/Client.d.ts +3 -11
- package/dist/api/resources/contracts/client/Client.js +1 -3
- package/dist/api/resources/contracts/index.d.ts +1 -1
- package/dist/api/resources/contracts/index.js +1 -1
- package/dist/api/resources/contracts/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/contracts/resources/v2/client/Client.js +41 -43
- package/dist/api/resources/contracts/resources/v2/client/create.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/create.js +1 -3
- package/dist/api/resources/contracts/resources/v2/client/delete.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/delete.js +1 -3
- package/dist/api/resources/contracts/resources/v2/client/get.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/get.js +1 -3
- package/dist/api/resources/contracts/resources/v2/client/getMulti.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/getMulti.js +1 -3
- package/dist/api/resources/contracts/resources/v2/client/index.d.ts +3 -3
- package/dist/api/resources/contracts/resources/v2/client/index.js +4 -4
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractCreate.js +1 -3
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractUpdate.js +1 -3
- package/dist/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.js +1 -3
- package/dist/api/resources/contracts/resources/v2/client/requests/index.d.ts +3 -3
- package/dist/api/resources/contracts/resources/v2/client/update.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/update.js +1 -3
- package/dist/api/resources/contracts/resources/v2/index.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/index.js +1 -1
- package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +0 -3
- package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatory.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/Contract.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/Contract.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractBase.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/ContractBase.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractId.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/ContractId.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +0 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +0 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractSortField.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/ContractSortField.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +8 -14
- package/dist/api/resources/contracts/resources/v2/types/ContractStatus.js +8 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/ContractWithProviders.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractsPage.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/ContractsPage.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/DateUpdate.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/InsuranceTypes.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/RegionsUpdate.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/index.d.ts +12 -12
- package/dist/api/resources/contracts/resources/v2/types/index.js +12 -12
- package/dist/api/resources/credentialing/client/Client.d.ts +3 -11
- package/dist/api/resources/credentialing/client/Client.js +1 -3
- package/dist/api/resources/credentialing/index.d.ts +1 -1
- package/dist/api/resources/credentialing/index.js +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +70 -72
- package/dist/api/resources/credentialing/resources/v2/client/create.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/create.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/createFacility.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/createFacility.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/delete.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/delete.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/deleteFacility.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/deleteFacility.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/get.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/get.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/getAll.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/getAll.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/getAllFacilities.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/getFacility.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/getFacility.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/index.d.ts +6 -6
- package/dist/api/resources/credentialing/resources/v2/client/index.js +7 -7
- package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +0 -3
- package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/requests/index.d.ts +6 -6
- package/dist/api/resources/credentialing/resources/v2/client/update.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/update.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/updateFacility.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/updateFacility.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/index.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/index.js +1 -1
- package/dist/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +2 -7
- package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +2 -3
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/types/index.d.ts +5 -5
- package/dist/api/resources/credentialing/resources/v2/types/index.js +5 -5
- package/dist/api/resources/customSchemas/client/Client.d.ts +3 -11
- package/dist/api/resources/customSchemas/client/Client.js +1 -3
- package/dist/api/resources/customSchemas/index.d.ts +1 -1
- package/dist/api/resources/customSchemas/index.js +1 -1
- package/dist/api/resources/customSchemas/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +25 -27
- package/dist/api/resources/customSchemas/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/client/create.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/client/get.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/customSchemas/resources/v1/client/index.js +4 -4
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/customSchemas/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/client/update.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/customSchemas/resources/v1/index.js +1 -1
- package/dist/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/Schema.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/Schema.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaField.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaField.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstance.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationError.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/index.d.ts +5 -5
- package/dist/api/resources/customSchemas/resources/v1/types/index.js +5 -5
- package/dist/api/resources/diagnoses/client/Client.d.ts +3 -21
- package/dist/api/resources/diagnoses/client/Client.js +19 -21
- package/dist/api/resources/diagnoses/client/create.d.ts +1 -4
- package/dist/api/resources/diagnoses/client/create.js +1 -3
- package/dist/api/resources/diagnoses/client/delete.d.ts +1 -4
- package/dist/api/resources/diagnoses/client/delete.js +1 -3
- package/dist/api/resources/diagnoses/client/index.d.ts +1 -1
- package/dist/api/resources/diagnoses/client/index.js +2 -2
- package/dist/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +1 -4
- package/dist/api/resources/diagnoses/client/requests/DiagnosisUpdate.js +1 -3
- package/dist/api/resources/diagnoses/client/requests/index.d.ts +1 -1
- package/dist/api/resources/diagnoses/client/update.d.ts +1 -4
- package/dist/api/resources/diagnoses/client/update.js +1 -3
- package/dist/api/resources/diagnoses/index.d.ts +1 -1
- package/dist/api/resources/diagnoses/index.js +1 -1
- package/dist/api/resources/diagnoses/types/Diagnosis.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/Diagnosis.js +1 -3
- package/dist/api/resources/diagnoses/types/DiagnosisCreate.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/DiagnosisCreate.js +1 -3
- package/dist/api/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/DiagnosisCreateOptional.js +1 -3
- package/dist/api/resources/diagnoses/types/DiagnosisId.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/DiagnosisId.js +1 -3
- package/dist/api/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/DiagnosisNotFoundError.js +1 -3
- package/dist/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +21 -34
- package/dist/api/resources/diagnoses/types/DiagnosisTypeCode.js +21 -3
- package/dist/api/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.js +1 -3
- package/dist/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +1 -3
- package/dist/api/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/StandaloneDiagnosisCreate.js +1 -3
- package/dist/api/resources/diagnoses/types/index.d.ts +6 -6
- package/dist/api/resources/diagnoses/types/index.js +6 -6
- package/dist/api/resources/eligibility/client/Client.d.ts +3 -11
- package/dist/api/resources/eligibility/client/Client.js +1 -3
- package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +18 -20
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -4
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +1 -3
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -4
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +1 -3
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -4
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +1 -3
- package/dist/api/resources/encounterAttachments/client/Client.d.ts +3 -11
- package/dist/api/resources/encounterAttachments/client/Client.js +1 -3
- package/dist/api/resources/encounterAttachments/index.d.ts +1 -1
- package/dist/api/resources/encounterAttachments/index.js +1 -1
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +5 -23
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +18 -20
- package/dist/api/resources/encounterAttachments/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/client/create.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/client/delete.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/client/delete.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/client/get.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/encounterAttachments/resources/v1/client/index.js +2 -2
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/encounterAttachments/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/encounterAttachments/resources/v1/index.js +1 -1
- package/dist/api/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/types/AttachmentId.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +1 -3
- package/dist/api/resources/encounterProviders/client/Client.d.ts +3 -11
- package/dist/api/resources/encounterProviders/client/Client.js +1 -3
- package/dist/api/resources/encounterProviders/index.d.ts +1 -1
- package/dist/api/resources/encounterProviders/index.js +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +75 -77
- package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/index.d.ts +8 -8
- package/dist/api/resources/encounterProviders/resources/v2/client/index.js +9 -9
- package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/index.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/index.js +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +0 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +13 -13
- package/dist/api/resources/encounterProviders/resources/v2/types/index.js +13 -13
- package/dist/api/resources/encounters/client/Client.d.ts +3 -11
- package/dist/api/resources/encounters/client/Client.js +1 -3
- package/dist/api/resources/encounters/index.d.ts +1 -1
- package/dist/api/resources/encounters/index.js +1 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +3 -21
- package/dist/api/resources/encounters/resources/v4/client/Client.js +46 -48
- package/dist/api/resources/encounters/resources/v4/client/create.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/client/create.js +1 -3
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +1 -3
- package/dist/api/resources/encounters/resources/v4/client/get.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/client/get.js +1 -3
- package/dist/api/resources/encounters/resources/v4/client/getAll.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/client/getAll.js +1 -3
- package/dist/api/resources/encounters/resources/v4/client/index.d.ts +3 -3
- package/dist/api/resources/encounters/resources/v4/client/index.js +4 -4
- package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.js +1 -3
- package/dist/api/resources/encounters/resources/v4/client/requests/index.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/client/update.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/client/update.js +1 -3
- package/dist/api/resources/encounters/resources/v4/index.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/index.js +1 -1
- package/dist/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/BillableStatusType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +0 -3
- package/dist/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNote.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNote.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/Encounter.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterCreate.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterCreate.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterDeepOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +0 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +0 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +1 -5
- package/dist/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterSortOptions.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +5 -10
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +11 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterUpdate.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUp.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestion.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/Intervention.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/Intervention.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/InterventionCategory.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/InterventionOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/InterventionOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +0 -3
- package/dist/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/Lab.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/Lab.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/LabCodeType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/LabOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/LabOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/Medication.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/Medication.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/MedicationOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/MedicationOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/NoteCategory.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategory.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +8 -10
- package/dist/api/resources/encounters/resources/v4/types/ReportTransmissionCode.js +8 -3
- package/dist/api/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +123 -187
- package/dist/api/resources/encounters/resources/v4/types/ReportTypeCode.js +123 -3
- package/dist/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ResponsiblePartyType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/RxCui.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/RxCui.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +15 -25
- package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +19 -3
- package/dist/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/SynchronicityType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/Vitals.d.ts +0 -3
- package/dist/api/resources/encounters/resources/v4/types/Vitals.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +0 -3
- package/dist/api/resources/encounters/resources/v4/types/VitalsUpdate.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +47 -47
- package/dist/api/resources/encounters/resources/v4/types/index.js +47 -47
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +1 -4
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +1 -3
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +1 -4
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +1 -3
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +1 -4
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +1 -3
- package/dist/api/resources/encountersUniversal/types/index.d.ts +1 -1
- package/dist/api/resources/encountersUniversal/types/index.js +1 -1
- package/dist/api/resources/era/types/Era.d.ts +1 -4
- package/dist/api/resources/era/types/Era.js +1 -3
- package/dist/api/resources/era/types/EraBase.d.ts +1 -4
- package/dist/api/resources/era/types/EraBase.js +1 -3
- package/dist/api/resources/era/types/EraId.d.ts +1 -4
- package/dist/api/resources/era/types/EraId.js +1 -3
- package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +1 -4
- package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +1 -3
- package/dist/api/resources/era/types/index.d.ts +2 -2
- package/dist/api/resources/era/types/index.js +2 -2
- package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +2 -7
- package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +2 -3
- package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -11
- package/dist/api/resources/expectedNetworkStatus/client/Client.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/index.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/index.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +7 -9
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/index.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +14 -16
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.js +2 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/index.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +1 -5
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +13 -13
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.js +13 -13
- package/dist/api/resources/exports/client/Client.d.ts +3 -11
- package/dist/api/resources/exports/client/Client.js +1 -3
- package/dist/api/resources/exports/index.d.ts +1 -1
- package/dist/api/resources/exports/index.js +1 -1
- package/dist/api/resources/exports/resources/v3/client/Client.d.ts +3 -21
- package/dist/api/resources/exports/resources/v3/client/Client.js +10 -12
- package/dist/api/resources/exports/resources/v3/client/getExports.d.ts +1 -4
- package/dist/api/resources/exports/resources/v3/client/getExports.js +1 -3
- package/dist/api/resources/exports/resources/v3/client/requests/GetExportsRequest.d.ts +0 -3
- package/dist/api/resources/exports/resources/v3/client/requests/GetExportsRequest.js +1 -3
- package/dist/api/resources/exports/resources/v3/client/requests/index.d.ts +1 -1
- package/dist/api/resources/exports/resources/v3/index.d.ts +1 -1
- package/dist/api/resources/exports/resources/v3/index.js +1 -1
- package/dist/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +0 -3
- package/dist/api/resources/exports/resources/v3/types/GetExportsResponse.js +1 -3
- package/dist/api/resources/externalPaymentAccountConfig/client/Client.d.ts +3 -11
- package/dist/api/resources/externalPaymentAccountConfig/client/Client.js +1 -3
- package/dist/api/resources/externalPaymentAccountConfig/index.d.ts +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/index.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +9 -11
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.d.ts +1 -4
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.js +1 -3
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/index.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +1 -4
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +1 -3
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +1 -4
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +1 -3
- package/dist/api/resources/feeSchedules/client/Client.d.ts +3 -11
- package/dist/api/resources/feeSchedules/client/Client.js +1 -3
- package/dist/api/resources/feeSchedules/index.d.ts +1 -1
- package/dist/api/resources/feeSchedules/index.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +3 -21
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +104 -106
- package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRates.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRates.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/index.d.ts +7 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/index.js +8 -8
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/index.d.ts +5 -5
- package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/index.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/index.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionMatch.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +2 -7
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionName.js +2 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/Dimensions.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionsPage.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +0 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchCptCode.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +0 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchDate.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchGeo.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchModifiers.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayer.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchProvider.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchResult.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchTestResult.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/NewRate.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/NewRate.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/NewRateVersion.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +0 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerThreshold.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/Rate.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/Rate.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +0 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/RateEntry.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/RateUpload.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/RatesPage.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/ValidationError.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/index.d.ts +17 -17
- package/dist/api/resources/feeSchedules/resources/v3/types/index.js +17 -17
- package/dist/api/resources/financials/types/AccountType.d.ts +1 -4
- package/dist/api/resources/financials/types/AccountType.js +1 -3
- package/dist/api/resources/financials/types/Allocation.d.ts +1 -4
- package/dist/api/resources/financials/types/Allocation.js +1 -3
- package/dist/api/resources/financials/types/AllocationCreate.d.ts +1 -4
- package/dist/api/resources/financials/types/AllocationCreate.js +1 -3
- package/dist/api/resources/financials/types/AllocationTarget.d.ts +1 -4
- package/dist/api/resources/financials/types/AllocationTarget.js +1 -3
- package/dist/api/resources/financials/types/AllocationTargetCreate.d.ts +1 -4
- package/dist/api/resources/financials/types/AllocationTargetCreate.js +1 -3
- package/dist/api/resources/financials/types/AppointmentAllocationTarget.d.ts +1 -4
- package/dist/api/resources/financials/types/AppointmentAllocationTarget.js +1 -3
- package/dist/api/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +1 -4
- package/dist/api/resources/financials/types/AppointmentByIdAndPatientExternalId.js +1 -3
- package/dist/api/resources/financials/types/BillingProviderAllocationTarget.d.ts +1 -4
- package/dist/api/resources/financials/types/BillingProviderAllocationTarget.js +1 -3
- package/dist/api/resources/financials/types/ClaimAllocationTarget.d.ts +1 -4
- package/dist/api/resources/financials/types/ClaimAllocationTarget.js +1 -3
- package/dist/api/resources/financials/types/InvoiceUpdate.d.ts +1 -4
- package/dist/api/resources/financials/types/InvoiceUpdate.js +1 -3
- package/dist/api/resources/financials/types/NoteUpdate.d.ts +1 -4
- package/dist/api/resources/financials/types/NoteUpdate.js +1 -3
- package/dist/api/resources/financials/types/PatientTransactionSource.d.ts +1 -4
- package/dist/api/resources/financials/types/PatientTransactionSource.js +1 -3
- package/dist/api/resources/financials/types/RefundReason.d.ts +1 -4
- package/dist/api/resources/financials/types/RefundReason.js +1 -3
- package/dist/api/resources/financials/types/RefundReasonUpdate.d.ts +1 -4
- package/dist/api/resources/financials/types/RefundReasonUpdate.js +1 -3
- package/dist/api/resources/financials/types/ServiceLineAllocationTarget.d.ts +1 -4
- package/dist/api/resources/financials/types/ServiceLineAllocationTarget.js +1 -3
- package/dist/api/resources/financials/types/index.d.ts +9 -9
- package/dist/api/resources/financials/types/index.js +9 -9
- package/dist/api/resources/guarantor/client/Client.d.ts +3 -11
- package/dist/api/resources/guarantor/client/Client.js +1 -3
- package/dist/api/resources/guarantor/index.d.ts +1 -1
- package/dist/api/resources/guarantor/index.js +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +19 -21
- package/dist/api/resources/guarantor/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/client/create.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/client/get.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/client/update.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/guarantor/resources/v1/index.js +1 -1
- package/dist/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +0 -3
- package/dist/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/types/Guarantor.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorCreate.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorOptional.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/types/index.d.ts +4 -4
- package/dist/api/resources/guarantor/resources/v1/types/index.js +4 -4
- package/dist/api/resources/healthCareCodeInformation/client/Client.d.ts +3 -11
- package/dist/api/resources/healthCareCodeInformation/client/Client.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/index.d.ts +1 -1
- package/dist/api/resources/healthCareCodeInformation/index.js +1 -1
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +15 -17
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/index.js +2 -2
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/update.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/healthCareCodeInformation/resources/v1/index.js +1 -1
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +5 -10
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +5 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +316 -473
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +323 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +3 -7
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +3 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +0 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +3 -7
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +3 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +5 -10
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +5 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +1 -5
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +120 -184
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +120 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +3 -7
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +3 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +36 -58
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +36 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +3 -7
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +3 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +5 -10
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +5 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +5 -10
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +5 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +5 -10
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +5 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +11 -19
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +11 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +5 -10
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +5 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +7 -13
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +7 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +0 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +3 -7
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +3 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +322 -432
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +322 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +3 -7
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +3 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +36 -36
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.js +36 -36
- package/dist/api/resources/identifiers/types/Identifier.d.ts +1 -4
- package/dist/api/resources/identifiers/types/Identifier.js +1 -3
- package/dist/api/resources/identifiers/types/IdentifierBase.d.ts +1 -4
- package/dist/api/resources/identifiers/types/IdentifierBase.js +1 -3
- package/dist/api/resources/identifiers/types/IdentifierCode.d.ts +1 -4
- package/dist/api/resources/identifiers/types/IdentifierCode.js +1 -3
- package/dist/api/resources/identifiers/types/IdentifierCreate.d.ts +1 -4
- package/dist/api/resources/identifiers/types/IdentifierCreate.js +1 -3
- package/dist/api/resources/identifiers/types/IdentifierId.d.ts +1 -4
- package/dist/api/resources/identifiers/types/IdentifierId.js +1 -3
- package/dist/api/resources/identifiers/types/IdentifierUpdate.d.ts +1 -4
- package/dist/api/resources/identifiers/types/IdentifierUpdate.js +1 -3
- package/dist/api/resources/identifiers/types/IdentifierValue.d.ts +1 -4
- package/dist/api/resources/identifiers/types/IdentifierValue.js +1 -3
- package/dist/api/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +1 -4
- package/dist/api/resources/identifiers/types/MedicaidProviderIdentifier.js +1 -3
- package/dist/api/resources/identifiers/types/MedicareProviderIdentifier.d.ts +1 -4
- package/dist/api/resources/identifiers/types/MedicareProviderIdentifier.js +1 -3
- package/dist/api/resources/identifiers/types/UpdatableIdentifier.d.ts +1 -4
- package/dist/api/resources/identifiers/types/UpdatableIdentifier.js +1 -3
- package/dist/api/resources/identifiers/types/index.d.ts +6 -6
- package/dist/api/resources/identifiers/types/index.js +6 -6
- package/dist/api/resources/importInvoice/client/Client.d.ts +3 -11
- package/dist/api/resources/importInvoice/client/Client.js +1 -3
- package/dist/api/resources/importInvoice/index.d.ts +1 -1
- package/dist/api/resources/importInvoice/index.js +1 -1
- package/dist/api/resources/importInvoice/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +35 -37
- package/dist/api/resources/importInvoice/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/client/get.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/importInvoice/resources/v1/client/index.js +4 -4
- package/dist/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/importInvoice/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/client/update.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/importInvoice/resources/v1/index.js +1 -1
- package/dist/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoice.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/types/index.d.ts +3 -3
- package/dist/api/resources/importInvoice/resources/v1/types/index.js +3 -3
- package/dist/api/resources/index.d.ts +29 -29
- package/dist/api/resources/index.js +31 -31
- package/dist/api/resources/individual/types/Gender.d.ts +1 -4
- package/dist/api/resources/individual/types/Gender.js +1 -3
- package/dist/api/resources/individual/types/IndividualBase.d.ts +1 -4
- package/dist/api/resources/individual/types/IndividualBase.js +1 -3
- package/dist/api/resources/individual/types/IndividualBaseOptional.d.ts +1 -4
- package/dist/api/resources/individual/types/IndividualBaseOptional.js +1 -3
- package/dist/api/resources/individual/types/IndividualId.d.ts +1 -4
- package/dist/api/resources/individual/types/IndividualId.js +1 -3
- package/dist/api/resources/individual/types/Patient.d.ts +1 -4
- package/dist/api/resources/individual/types/Patient.js +1 -3
- package/dist/api/resources/individual/types/PatientBase.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientBase.js +1 -3
- package/dist/api/resources/individual/types/PatientClinicalTrialInfo.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientClinicalTrialInfo.js +1 -3
- package/dist/api/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientClinicalTrialInfoCreate.js +1 -3
- package/dist/api/resources/individual/types/PatientCreate.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientCreate.js +1 -3
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.js +1 -3
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +1 -3
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +1 -3
- package/dist/api/resources/individual/types/PatientUpdate.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientUpdate.js +1 -3
- package/dist/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientUpdateWithOptionalAddress.js +1 -3
- package/dist/api/resources/individual/types/Subscriber.d.ts +1 -4
- package/dist/api/resources/individual/types/Subscriber.js +1 -3
- package/dist/api/resources/individual/types/SubscriberBase.d.ts +1 -4
- package/dist/api/resources/individual/types/SubscriberBase.js +1 -3
- package/dist/api/resources/individual/types/SubscriberBaseOptional.d.ts +1 -4
- package/dist/api/resources/individual/types/SubscriberBaseOptional.js +1 -3
- package/dist/api/resources/individual/types/SubscriberCreate.d.ts +1 -4
- package/dist/api/resources/individual/types/SubscriberCreate.js +1 -3
- package/dist/api/resources/individual/types/SubscriberCreateOptional.d.ts +1 -4
- package/dist/api/resources/individual/types/SubscriberCreateOptional.js +1 -3
- package/dist/api/resources/individual/types/index.d.ts +13 -13
- package/dist/api/resources/individual/types/index.js +13 -13
- package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +3 -11
- package/dist/api/resources/insuranceAdjudications/client/Client.js +1 -3
- package/dist/api/resources/insuranceAdjudications/index.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/index.js +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +18 -20
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.js +2 -2
- package/dist/api/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/index.js +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +6 -6
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.js +6 -6
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +1 -4
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCard.js +1 -3
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -4
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +1 -3
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +1 -4
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +1 -3
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +1 -4
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +1 -3
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -4
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -3
- package/dist/api/resources/insuranceCards/resources/v2/types/index.d.ts +2 -2
- package/dist/api/resources/insuranceCards/resources/v2/types/index.js +2 -2
- package/dist/api/resources/insurancePayments/client/Client.d.ts +3 -11
- package/dist/api/resources/insurancePayments/client/Client.js +1 -3
- package/dist/api/resources/insurancePayments/index.d.ts +1 -1
- package/dist/api/resources/insurancePayments/index.js +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +23 -25
- package/dist/api/resources/insurancePayments/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/client/get.js +1 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/index.js +2 -2
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js +1 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/index.js +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.js +1 -3
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -3
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +1 -3
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +1 -3
- package/dist/api/resources/insurancePayments/resources/v1/types/index.d.ts +2 -2
- package/dist/api/resources/insurancePayments/resources/v1/types/index.js +2 -2
- package/dist/api/resources/insuranceRefunds/client/Client.d.ts +3 -11
- package/dist/api/resources/insuranceRefunds/client/Client.js +1 -3
- package/dist/api/resources/insuranceRefunds/index.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/index.js +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +40 -42
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/update.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/index.js +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/types/index.js +2 -2
- package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/Invoice.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/Invoice.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceDestination.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceInfo.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemCreate.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemInfo.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceSortField.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceStatus.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +0 -3
- package/dist/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/index.d.ts +6 -6
- package/dist/api/resources/invoices/resources/v2/types/index.js +6 -6
- package/dist/api/resources/invoices/types/Invoice.d.ts +1 -4
- package/dist/api/resources/invoices/types/Invoice.js +1 -3
- package/dist/api/resources/invoices/types/InvoiceItem.d.ts +1 -4
- package/dist/api/resources/invoices/types/InvoiceItem.js +1 -3
- package/dist/api/resources/invoices/types/InvoiceStatus.d.ts +1 -4
- package/dist/api/resources/invoices/types/InvoiceStatus.js +1 -3
- package/dist/api/resources/medicationDispense/client/Client.d.ts +3 -11
- package/dist/api/resources/medicationDispense/client/Client.js +1 -3
- package/dist/api/resources/medicationDispense/index.d.ts +1 -1
- package/dist/api/resources/medicationDispense/index.js +1 -1
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +8 -10
- package/dist/api/resources/medicationDispense/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/medicationDispense/resources/v1/client/create.js +1 -3
- package/dist/api/resources/medicationDispense/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/medicationDispense/resources/v1/index.js +1 -1
- package/dist/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +1 -4
- package/dist/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/client/Client.d.ts +3 -11
- package/dist/api/resources/nonInsurancePayerPayments/client/Client.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/index.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/index.js +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +40 -45
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/index.js +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/index.js +2 -2
- package/dist/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +3 -11
- package/dist/api/resources/nonInsurancePayerRefunds/client/Client.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/index.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/index.js +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +40 -42
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/index.js +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +2 -2
- package/dist/api/resources/nonInsurancePayers/client/Client.d.ts +3 -11
- package/dist/api/resources/nonInsurancePayers/client/Client.js +1 -3
- package/dist/api/resources/nonInsurancePayers/index.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/index.js +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +55 -57
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getCategories.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getCategories.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +5 -5
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.js +6 -6
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/index.js +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +0 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +7 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.js +7 -7
- package/dist/api/resources/organizationProviders/client/Client.d.ts +3 -11
- package/dist/api/resources/organizationProviders/client/Client.js +1 -3
- package/dist/api/resources/organizationProviders/index.d.ts +1 -1
- package/dist/api/resources/organizationProviders/index.js +1 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/AddressType.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/ProviderType.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/index.d.ts +6 -6
- package/dist/api/resources/organizationProviders/resources/v2/types/index.js +6 -6
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +3 -21
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +35 -35
- package/dist/api/resources/organizationProviders/resources/v3/client/create.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/create.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/client/get.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/get.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/client/index.d.ts +2 -2
- package/dist/api/resources/organizationProviders/resources/v3/client/index.js +3 -3
- package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/client/requests/index.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/update.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/update.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/index.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/index.js +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/types/index.d.ts +2 -2
- package/dist/api/resources/organizationProviders/resources/v3/types/index.js +2 -2
- package/dist/api/resources/organizationServiceFacilities/client/Client.d.ts +3 -11
- package/dist/api/resources/organizationServiceFacilities/client/Client.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/index.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/index.js +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +44 -46
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.js +5 -5
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/index.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/index.js +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +5 -10
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +9 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +13 -22
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +17 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +29 -46
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +33 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +7 -13
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +11 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +247 -373
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +251 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +7 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/index.js +7 -7
- package/dist/api/resources/patientAr/client/Client.d.ts +3 -11
- package/dist/api/resources/patientAr/client/Client.js +1 -3
- package/dist/api/resources/patientAr/index.d.ts +1 -1
- package/dist/api/resources/patientAr/index.js +1 -1
- package/dist/api/resources/patientAr/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/patientAr/resources/v1/client/Client.js +17 -19
- package/dist/api/resources/patientAr/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/patientAr/resources/v1/client/index.js +2 -2
- package/dist/api/resources/patientAr/resources/v1/client/itemize.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/client/itemize.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/client/listInventory.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/client/listInventory.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/patientAr/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/patientAr/resources/v1/index.js +1 -1
- package/dist/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +0 -3
- package/dist/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +0 -3
- package/dist/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +0 -3
- package/dist/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/types/InventoryRecord.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +0 -3
- package/dist/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +0 -3
- package/dist/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +0 -3
- package/dist/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/types/PatientArStatus.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +0 -3
- package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/types/ServiceLineItemization.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/index.d.ts +7 -7
- package/dist/api/resources/patientAr/resources/v1/types/index.js +7 -7
- package/dist/api/resources/patientPayments/client/Client.d.ts +3 -11
- package/dist/api/resources/patientPayments/client/Client.js +1 -3
- package/dist/api/resources/patientPayments/index.d.ts +1 -1
- package/dist/api/resources/patientPayments/index.js +1 -1
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPayment.js +1 -3
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -3
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +1 -3
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +1 -3
- package/dist/api/resources/patientPayments/resources/v3/types/index.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v3/types/index.js +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +3 -21
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +44 -46
- package/dist/api/resources/patientPayments/resources/v4/client/create.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/create.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/client/delete.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/delete.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/client/get.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/get.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/getMulti.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/client/index.d.ts +3 -3
- package/dist/api/resources/patientPayments/resources/v4/client/index.js +4 -4
- package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +3 -3
- package/dist/api/resources/patientPayments/resources/v4/client/update.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/update.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/index.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/index.js +1 -1
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/types/index.d.ts +2 -2
- package/dist/api/resources/patientPayments/resources/v4/types/index.js +2 -2
- package/dist/api/resources/patientRefunds/client/Client.d.ts +3 -11
- package/dist/api/resources/patientRefunds/client/Client.js +1 -3
- package/dist/api/resources/patientRefunds/index.d.ts +1 -1
- package/dist/api/resources/patientRefunds/index.js +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +44 -46
- package/dist/api/resources/patientRefunds/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/create.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/get.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/index.js +4 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +3 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/update.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/index.js +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/types/index.d.ts +2 -2
- package/dist/api/resources/patientRefunds/resources/v1/types/index.js +2 -2
- package/dist/api/resources/payerPlanGroups/client/Client.d.ts +3 -11
- package/dist/api/resources/payerPlanGroups/client/Client.js +1 -3
- package/dist/api/resources/payerPlanGroups/index.d.ts +1 -1
- package/dist/api/resources/payerPlanGroups/index.js +1 -1
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.js +48 -50
- package/dist/api/resources/payerPlanGroups/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/client/create.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/client/deactivate.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/client/get.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/payerPlanGroups/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/client/update.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/payerPlanGroups/resources/v1/index.js +1 -1
- package/dist/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/types/index.d.ts +1 -1
- package/dist/api/resources/payerPlanGroups/resources/v1/types/index.js +1 -1
- package/dist/api/resources/payers/client/Client.d.ts +3 -11
- package/dist/api/resources/payers/client/Client.js +1 -3
- package/dist/api/resources/payers/index.d.ts +1 -1
- package/dist/api/resources/payers/index.js +1 -1
- package/dist/api/resources/payers/resources/v3/client/Client.d.ts +3 -21
- package/dist/api/resources/payers/resources/v3/client/Client.js +15 -17
- package/dist/api/resources/payers/resources/v3/client/get.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/client/get.js +1 -3
- package/dist/api/resources/payers/resources/v3/client/getAll.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/client/getAll.js +1 -3
- package/dist/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.js +1 -3
- package/dist/api/resources/payers/resources/v3/client/requests/index.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/index.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/index.js +1 -1
- package/dist/api/resources/payers/resources/v3/types/Payer.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/types/Payer.js +1 -3
- package/dist/api/resources/payers/resources/v3/types/PayerId.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/types/PayerId.js +1 -3
- package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.js +1 -3
- package/dist/api/resources/payers/resources/v3/types/PayerInfo.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/types/PayerInfo.js +1 -3
- package/dist/api/resources/payers/resources/v3/types/PayerName.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/types/PayerName.js +1 -3
- package/dist/api/resources/payers/resources/v3/types/PayerPage.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/types/PayerPage.js +1 -3
- package/dist/api/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/types/PayerUuid.js +1 -3
- package/dist/api/resources/payers/resources/v3/types/index.d.ts +4 -4
- package/dist/api/resources/payers/resources/v3/types/index.js +4 -4
- package/dist/api/resources/payers/resources/v4/client/Client.d.ts +3 -21
- package/dist/api/resources/payers/resources/v4/client/Client.js +15 -17
- package/dist/api/resources/payers/resources/v4/client/get.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/client/get.js +1 -3
- package/dist/api/resources/payers/resources/v4/client/getAll.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/client/getAll.js +1 -3
- package/dist/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.js +1 -3
- package/dist/api/resources/payers/resources/v4/client/requests/index.d.ts +1 -1
- package/dist/api/resources/payers/resources/v4/index.d.ts +1 -1
- package/dist/api/resources/payers/resources/v4/index.js +1 -1
- package/dist/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +1 -3
- package/dist/api/resources/payers/resources/v4/types/Payer.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/types/Payer.js +1 -3
- package/dist/api/resources/payers/resources/v4/types/PayerIds.d.ts +0 -3
- package/dist/api/resources/payers/resources/v4/types/PayerIds.js +1 -3
- package/dist/api/resources/payers/resources/v4/types/PayerPage.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/types/PayerPage.js +1 -3
- package/dist/api/resources/payers/resources/v4/types/PayerUuid.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/types/PayerUuid.js +1 -3
- package/dist/api/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +0 -3
- package/dist/api/resources/payers/resources/v4/types/PrimaryPayerIds.js +1 -3
- package/dist/api/resources/payers/resources/v4/types/SupportState.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/types/SupportState.js +1 -3
- package/dist/api/resources/payers/resources/v4/types/index.d.ts +5 -5
- package/dist/api/resources/payers/resources/v4/types/index.js +5 -5
- package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -4
- package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -3
- package/dist/api/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +1 -4
- package/dist/api/resources/pipelineCommons/types/ConfigurableRuleId.js +1 -3
- package/dist/api/resources/preEncounter/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/appointments/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +47 -49
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +4 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +5 -5
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +4 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +4 -4
- package/dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/Address.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/Address.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/AddressUse.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/BaseModel.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/BaseModel.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/ContactPoint.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/ContactPoint.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/ContactPointUse.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/CoverageId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/DisabilityStatus.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/ExternalIdentifier.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +3 -4
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/FilterQueryString.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/Gender.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/Gender.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/HumanName.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/HumanName.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/NameUse.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/NameUse.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/NoteId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/PageToken.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/PatientId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/PatientServiceFacility.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/{patients/resources/v1 → common}/types/PatientServiceFacility.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/PayerId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/Period.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/common/types/Period.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/Race.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/Race.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/Relationship.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/Relationship.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/Sex.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/Sex.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/SortDirection.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/TagId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/TagId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/UserId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/UserId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +32 -31
- package/dist/api/resources/preEncounter/resources/common/types/index.js +32 -31
- package/dist/api/resources/preEncounter/resources/coverages/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/coverages/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +17 -22
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +72 -61
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +6 -6
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +7 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +4 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +2 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +2 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +142 -217
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +142 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +3 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +49 -76
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +49 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +376 -568
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +376 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +19 -19
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +19 -19
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +33 -35
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +4 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/index.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +2 -7
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +2 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +2 -7
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +2 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +2 -7
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +2 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +20 -20
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +20 -20
- package/dist/api/resources/preEncounter/resources/images/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/images/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/images/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +32 -34
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/create.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/get.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.js +3 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/update.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/images/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/Image.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +4 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/index.js +4 -4
- package/dist/api/resources/preEncounter/resources/index.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/index.js +3 -3
- package/dist/api/resources/preEncounter/resources/lists/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/lists/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +23 -25
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +2 -2
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/index.js +3 -3
- package/dist/api/resources/preEncounter/resources/notes/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/notes/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/notes/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/notes/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +22 -24
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +1 -3
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +1 -3
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +1 -3
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/index.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +3 -3
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +1 -3
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +1 -3
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/Note.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/patients/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +17 -22
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +90 -79
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +6 -6
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +7 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +6 -6
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +4 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +4 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -5
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +2 -5
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +6 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.d.ts +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +8 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +10 -10
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +10 -10
- package/dist/api/resources/preEncounter/resources/tags/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/tags/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +28 -30
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +4 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +1 -3
- package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -4
- package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -3
- package/dist/api/resources/remits/resources/v1/types/Payee.d.ts +1 -4
- package/dist/api/resources/remits/resources/v1/types/Payee.js +1 -3
- package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +1 -4
- package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.js +1 -3
- package/dist/api/resources/remits/resources/v1/types/index.d.ts +1 -1
- package/dist/api/resources/remits/resources/v1/types/index.js +1 -1
- package/dist/api/resources/serviceFacility/client/Client.d.ts +3 -21
- package/dist/api/resources/serviceFacility/client/Client.js +8 -10
- package/dist/api/resources/serviceFacility/client/update.d.ts +1 -4
- package/dist/api/resources/serviceFacility/client/update.js +1 -3
- package/dist/api/resources/serviceFacility/index.d.ts +1 -1
- package/dist/api/resources/serviceFacility/index.js +1 -1
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -4
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacility.js +1 -3
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -4
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -3
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +1 -4
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -3
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +1 -4
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +1 -3
- package/dist/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -4
- package/dist/api/resources/serviceFacility/types/ServiceFacilityId.js +1 -3
- package/dist/api/resources/serviceFacility/types/index.d.ts +3 -3
- package/dist/api/resources/serviceFacility/types/index.js +3 -3
- package/dist/api/resources/serviceLines/client/Client.d.ts +3 -11
- package/dist/api/resources/serviceLines/client/Client.js +1 -3
- package/dist/api/resources/serviceLines/index.d.ts +1 -1
- package/dist/api/resources/serviceLines/index.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +31 -33
- package/dist/api/resources/serviceLines/resources/v2/client/create.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/client/create.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/client/delete.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/client/delete.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -2
- package/dist/api/resources/serviceLines/resources/v2/client/index.js +3 -3
- package/dist/api/resources/serviceLines/resources/v2/client/update.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/client/update.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/client/updateUniversal.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/index.d.ts +1 -1
- package/dist/api/resources/serviceLines/resources/v2/index.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentification.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +15 -25
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +15 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +0 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/TestResult.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultOptional.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +13 -13
- package/dist/api/resources/serviceLines/resources/v2/types/index.js +13 -13
- package/dist/api/resources/superbills/client/Client.d.ts +3 -11
- package/dist/api/resources/superbills/client/Client.js +1 -3
- package/dist/api/resources/superbills/index.d.ts +1 -1
- package/dist/api/resources/superbills/index.js +1 -1
- package/dist/api/resources/superbills/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/superbills/resources/v1/client/Client.js +8 -10
- package/dist/api/resources/superbills/resources/v1/client/createSuperbill.d.ts +1 -4
- package/dist/api/resources/superbills/resources/v1/client/createSuperbill.js +1 -3
- package/dist/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +1 -4
- package/dist/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +1 -3
- package/dist/api/resources/superbills/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/superbills/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/superbills/resources/v1/index.js +1 -1
- package/dist/api/resources/superbills/resources/v1/types/Superbill.d.ts +1 -4
- package/dist/api/resources/superbills/resources/v1/types/Superbill.js +1 -3
- package/dist/api/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +1 -4
- package/dist/api/resources/superbills/resources/v1/types/SuperbillResponse.js +1 -3
- package/dist/api/resources/tags/types/Tag.d.ts +1 -4
- package/dist/api/resources/tags/types/Tag.js +1 -3
- package/dist/api/resources/tags/types/TagColorEnum.d.ts +1 -4
- package/dist/api/resources/tags/types/TagColorEnum.js +1 -3
- package/dist/api/resources/tags/types/TagCreate.d.ts +1 -4
- package/dist/api/resources/tags/types/TagCreate.js +1 -3
- package/dist/api/resources/tags/types/TagId.d.ts +1 -4
- package/dist/api/resources/tags/types/TagId.js +1 -3
- package/dist/api/resources/tags/types/index.d.ts +2 -2
- package/dist/api/resources/tags/types/index.js +2 -2
- package/dist/api/resources/tasks/client/Client.d.ts +3 -11
- package/dist/api/resources/tasks/client/Client.js +1 -3
- package/dist/api/resources/tasks/index.d.ts +1 -1
- package/dist/api/resources/tasks/index.js +1 -1
- package/dist/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -4
- package/dist/api/resources/tasks/resources/commons/types/TaskCategory.js +1 -3
- package/dist/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +1 -4
- package/dist/api/resources/tasks/resources/commons/types/TaskStatus.js +1 -3
- package/dist/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -4
- package/dist/api/resources/tasks/resources/commons/types/TaskType.js +1 -3
- package/dist/api/resources/tasks/resources/commons/types/index.d.ts +1 -1
- package/dist/api/resources/tasks/resources/commons/types/index.js +1 -1
- package/dist/api/resources/tasks/resources/index.d.ts +1 -1
- package/dist/api/resources/tasks/resources/index.js +2 -2
- package/dist/api/resources/tasks/resources/v3/client/Client.d.ts +3 -21
- package/dist/api/resources/tasks/resources/v3/client/Client.js +42 -46
- package/dist/api/resources/tasks/resources/v3/client/create.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/client/create.js +1 -3
- package/dist/api/resources/tasks/resources/v3/client/get.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/client/get.js +1 -3
- package/dist/api/resources/tasks/resources/v3/client/getActions.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/client/getActions.js +1 -3
- package/dist/api/resources/tasks/resources/v3/client/getMulti.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/client/getMulti.js +1 -3
- package/dist/api/resources/tasks/resources/v3/client/index.d.ts +3 -3
- package/dist/api/resources/tasks/resources/v3/client/index.js +4 -4
- package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.js +1 -3
- package/dist/api/resources/tasks/resources/v3/client/requests/index.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/client/update.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/client/update.js +1 -3
- package/dist/api/resources/tasks/resources/v3/index.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/index.js +1 -1
- package/dist/api/resources/tasks/resources/v3/types/Task.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/Task.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskAction.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskAction.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskActionType.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskActions.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskActions.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskAssignment.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskAssignment.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskCreateV3.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskNote.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskNote.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskPage.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskPage.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdateV3.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/index.d.ts +6 -6
- package/dist/api/resources/tasks/resources/v3/types/index.js +6 -6
- package/dist/api/resources/writeOffs/client/Client.d.ts +3 -11
- package/dist/api/resources/writeOffs/client/Client.js +1 -3
- package/dist/api/resources/writeOffs/index.d.ts +1 -1
- package/dist/api/resources/writeOffs/index.js +1 -1
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +43 -45
- package/dist/api/resources/writeOffs/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/create.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/get.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/client/index.d.ts +4 -4
- package/dist/api/resources/writeOffs/resources/v1/client/index.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/writeOffs/resources/v1/client/revert.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/revert.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/index.js +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOff.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffSortField.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffsPage.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/index.d.ts +10 -10
- package/dist/api/resources/writeOffs/resources/v1/types/index.js +10 -10
- package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +1 -4
- package/dist/api/resources/x12/resources/v1/types/Carc.js +1 -3
- package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +1 -4
- package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +1 -3
- package/dist/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +81 -124
- package/dist/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +81 -3
- package/dist/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +23 -37
- package/dist/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +23 -3
- package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +1 -4
- package/dist/api/resources/x12/resources/v1/types/Rarc.js +1 -3
- package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +1 -4
- package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +1 -3
- package/dist/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +13 -22
- package/dist/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +13 -3
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +1 -4
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillComposite.js +1 -3
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +1 -4
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +1 -3
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +55 -85
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +55 -3
- package/dist/api/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +19 -31
- package/dist/api/resources/x12/resources/v1/types/TypeOfCareCode.js +19 -3
- package/dist/api/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +15 -25
- package/dist/api/resources/x12/resources/v1/types/TypeOfFacilityCode.js +15 -3
- package/dist/api/resources/x12/resources/v1/types/index.d.ts +8 -8
- package/dist/api/resources/x12/resources/v1/types/index.js +8 -8
- package/dist/api/resources/yesNoIndicator/types/YesNoIndicator.d.ts +1 -4
- package/dist/api/resources/yesNoIndicator/types/YesNoIndicator.js +1 -3
- package/dist/core/auth/AuthProvider.d.ts +1 -1
- package/dist/core/auth/BasicAuth.js +2 -1
- package/dist/core/auth/OAuthTokenProvider.d.ts +1 -4
- package/dist/core/auth/OAuthTokenProvider.js +1 -3
- package/dist/core/exports.d.ts +1 -0
- package/dist/core/exports.js +17 -0
- package/dist/core/fetcher/APIResponse.d.ts +1 -1
- package/dist/core/fetcher/BinaryResponse.d.ts +1 -1
- package/dist/core/fetcher/EndpointMetadata.d.ts +13 -0
- package/dist/core/fetcher/EndpointMetadata.js +2 -0
- package/dist/core/fetcher/EndpointSupplier.d.ts +12 -0
- package/dist/core/fetcher/EndpointSupplier.js +22 -0
- package/dist/core/fetcher/Fetcher.d.ts +5 -3
- package/dist/core/fetcher/Fetcher.js +5 -3
- package/dist/core/fetcher/HttpResponsePromise.d.ts +1 -1
- package/dist/core/fetcher/getErrorResponseBody.js +2 -1
- package/dist/core/fetcher/getFetchFn.js +1 -1
- package/dist/core/fetcher/getResponseBody.js +3 -3
- package/dist/core/fetcher/index.d.ts +2 -0
- package/dist/core/fetcher/index.js +3 -1
- package/dist/core/fetcher/makeRequest.js +2 -2
- package/dist/core/fetcher/requestWithRetries.js +3 -3
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +1 -1
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +1 -1
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +1 -1
- package/dist/core/file/exports.d.ts +1 -0
- package/dist/core/file/exports.js +2 -0
- package/dist/core/file/file.d.ts +10 -0
- package/dist/core/file/file.js +221 -0
- package/dist/core/file/index.d.ts +2 -0
- package/dist/core/file/index.js +18 -0
- package/dist/core/file/types.d.ts +66 -0
- package/dist/core/file/types.js +2 -0
- package/dist/core/form-data-utils/FormDataWrapper.d.ts +7 -9
- package/dist/core/form-data-utils/FormDataWrapper.js +126 -72
- package/dist/core/headers.d.ts +2 -3
- package/dist/core/index.d.ts +4 -3
- package/dist/core/index.js +5 -4
- package/dist/core/schemas/Schema.d.ts +1 -1
- package/dist/core/schemas/builders/bigint/bigint.d.ts +1 -1
- package/dist/core/schemas/builders/bigint/bigint.js +2 -2
- package/dist/core/schemas/builders/date/date.d.ts +1 -1
- package/dist/core/schemas/builders/date/date.js +2 -2
- package/dist/core/schemas/builders/enum/enum.d.ts +1 -1
- package/dist/core/schemas/builders/index.d.ts +14 -14
- package/dist/core/schemas/builders/index.js +14 -14
- package/dist/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/dist/core/schemas/builders/lazy/lazy.js +2 -2
- package/dist/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
- package/dist/core/schemas/builders/lazy/lazyObject.js +4 -4
- package/dist/core/schemas/builders/list/list.d.ts +1 -1
- package/dist/core/schemas/builders/list/list.js +2 -2
- package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
- package/dist/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
- package/dist/core/schemas/builders/object/object.d.ts +1 -1
- package/dist/core/schemas/builders/object/object.js +5 -5
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
- package/dist/core/schemas/builders/object/property.d.ts +1 -1
- package/dist/core/schemas/builders/object/types.d.ts +5 -5
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
- package/dist/core/schemas/builders/object-like/types.d.ts +1 -1
- package/dist/core/schemas/builders/primitives/any.d.ts +2 -1
- package/dist/core/schemas/builders/primitives/any.js +4 -1
- package/dist/core/schemas/builders/primitives/boolean.d.ts +2 -1
- package/dist/core/schemas/builders/primitives/number.d.ts +2 -1
- package/dist/core/schemas/builders/primitives/string.d.ts +2 -1
- package/dist/core/schemas/builders/primitives/unknown.d.ts +2 -1
- package/dist/core/schemas/builders/record/record.d.ts +2 -2
- package/dist/core/schemas/builders/record/record.js +3 -3
- package/dist/core/schemas/builders/record/types.d.ts +2 -2
- package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
- package/dist/core/schemas/builders/set/set.d.ts +1 -1
- package/dist/core/schemas/builders/set/set.js +4 -4
- package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +2 -2
- package/dist/core/schemas/builders/union/types.d.ts +2 -2
- package/dist/core/schemas/builders/union/union.d.ts +3 -3
- package/dist/core/schemas/builders/union/union.js +4 -4
- package/dist/core/schemas/index.d.ts +1 -1
- package/dist/core/schemas/index.js +1 -1
- package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
- package/dist/core/schemas/utils/createIdentitySchemaCreator.js +2 -2
- package/dist/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
- package/dist/core/url/encodePathParam.d.ts +1 -0
- package/dist/core/url/encodePathParam.js +21 -0
- package/dist/core/url/index.d.ts +1 -0
- package/dist/core/url/index.js +3 -1
- package/dist/core/url/join.js +3 -3
- package/dist/environments.d.ts +0 -3
- package/dist/environments.js +1 -3
- package/dist/errors/CandidApiError.d.ts +1 -4
- package/dist/errors/CandidApiError.js +2 -4
- package/dist/errors/CandidApiTimeoutError.d.ts +0 -3
- package/dist/errors/CandidApiTimeoutError.js +1 -3
- package/dist/exports.d.ts +1 -0
- package/dist/exports.js +17 -0
- package/dist/index.d.ts +4 -2
- package/dist/index.js +9 -5
- package/dist/serialization/resources/auth/resources/default/client/getToken.d.ts +2 -5
- package/dist/serialization/resources/auth/resources/default/client/getToken.js +2 -4
- package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +2 -5
- package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +1 -3
- package/dist/serialization/resources/auth/resources/default/index.d.ts +1 -1
- package/dist/serialization/resources/auth/resources/default/index.js +1 -1
- package/dist/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +2 -5
- package/dist/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.js +1 -3
- package/dist/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +2 -5
- package/dist/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +1 -3
- package/dist/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +2 -5
- package/dist/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.js +1 -3
- package/dist/serialization/resources/auth/resources/default/types/index.d.ts +1 -1
- package/dist/serialization/resources/auth/resources/default/types/index.js +1 -1
- package/dist/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +1 -4
- package/dist/serialization/resources/billingNotes/resources/v2/client/delete.js +1 -3
- package/dist/serialization/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
- package/dist/serialization/resources/billingNotes/resources/v2/client/index.js +1 -1
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +2 -5
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +1 -3
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +2 -5
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +1 -3
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.js +3 -3
- package/dist/serialization/resources/billingNotes/resources/v2/client/update.d.ts +1 -4
- package/dist/serialization/resources/billingNotes/resources/v2/client/update.js +1 -3
- package/dist/serialization/resources/billingNotes/resources/v2/index.d.ts +1 -1
- package/dist/serialization/resources/billingNotes/resources/v2/index.js +1 -1
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNote.d.ts +3 -6
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +2 -4
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +2 -5
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +1 -3
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +2 -5
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +1 -3
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -4
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -3
- package/dist/serialization/resources/billingNotes/resources/v2/types/index.d.ts +3 -3
- package/dist/serialization/resources/billingNotes/resources/v2/types/index.js +3 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +3 -6
- package/dist/serialization/resources/chargeCapture/resources/v1/client/create.js +3 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.d.ts +3 -6
- package/dist/serialization/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.js +3 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +1 -1
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +1 -1
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.d.ts +4 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.js +3 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +3 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +7 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +3 -6
- package/dist/serialization/resources/chargeCapture/resources/v1/client/update.js +3 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +2 -4
- package/dist/serialization/resources/chargeCapture/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/chargeCapture/resources/v1/index.js +1 -1
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +5 -8
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +4 -6
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +3 -6
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +2 -4
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +3 -6
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +2 -4
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +3 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/types/index.js +3 -3
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -1
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +2 -5
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +1 -3
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +1 -4
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +1 -3
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.js +1 -1
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +4 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +3 -5
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +3 -6
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +2 -4
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +2 -5
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +1 -3
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +2 -5
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +1 -3
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +2 -5
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +1 -3
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +3 -3
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +3 -3
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +3 -6
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +2 -4
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +3 -6
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +2 -4
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +2 -5
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +1 -3
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +2 -5
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +1 -3
- package/dist/serialization/resources/claimSubmission/resources/v1/types/index.d.ts +2 -2
- package/dist/serialization/resources/claimSubmission/resources/v1/types/index.js +2 -2
- package/dist/serialization/resources/claims/types/Claim.d.ts +4 -7
- package/dist/serialization/resources/claims/types/Claim.js +3 -5
- package/dist/serialization/resources/claims/types/ClaimStatus.d.ts +2 -5
- package/dist/serialization/resources/claims/types/ClaimStatus.js +1 -3
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +2 -5
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +1 -3
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +2 -5
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +1 -3
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +2 -5
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +1 -3
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/index.d.ts +1 -1
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/index.js +1 -1
- package/dist/serialization/resources/commons/errors/HttpRequestValidationsError.d.ts +2 -5
- package/dist/serialization/resources/commons/errors/HttpRequestValidationsError.js +1 -3
- package/dist/serialization/resources/commons/types/AdjustmentId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/AdjustmentId.js +1 -3
- package/dist/serialization/resources/commons/types/AppointmentId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/AppointmentId.js +1 -3
- package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +2 -5
- package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +1 -3
- package/dist/serialization/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ChargeCaptureClaimCreationId.js +1 -3
- package/dist/serialization/resources/commons/types/ChargeCaptureId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ChargeCaptureId.js +1 -3
- package/dist/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.js +1 -3
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +2 -5
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -3
- package/dist/serialization/resources/commons/types/ClaimId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ClaimId.js +1 -3
- package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +2 -5
- package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +1 -3
- package/dist/serialization/resources/commons/types/Clearinghouse.d.ts +2 -5
- package/dist/serialization/resources/commons/types/Clearinghouse.js +1 -3
- package/dist/serialization/resources/commons/types/ClinicalTrialId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ClinicalTrialId.js +1 -3
- package/dist/serialization/resources/commons/types/DateRangeOptionalEnd.d.ts +2 -5
- package/dist/serialization/resources/commons/types/DateRangeOptionalEnd.js +1 -3
- package/dist/serialization/resources/commons/types/Date_.d.ts +1 -4
- package/dist/serialization/resources/commons/types/Date_.js +1 -3
- package/dist/serialization/resources/commons/types/Decimal.d.ts +1 -4
- package/dist/serialization/resources/commons/types/Decimal.js +1 -3
- package/dist/serialization/resources/commons/types/DelayReasonCode.d.ts +2 -5
- package/dist/serialization/resources/commons/types/DelayReasonCode.js +1 -3
- package/dist/serialization/resources/commons/types/Email.d.ts +1 -4
- package/dist/serialization/resources/commons/types/Email.js +1 -3
- package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.d.ts +2 -5
- package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.js +1 -3
- package/dist/serialization/resources/commons/types/EncounterExternalId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/EncounterExternalId.js +1 -3
- package/dist/serialization/resources/commons/types/EncounterId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/EncounterId.js +1 -3
- package/dist/serialization/resources/commons/types/EntityConflictErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/EntityConflictErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +2 -5
- package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +1 -3
- package/dist/serialization/resources/commons/types/ErrorMessage.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/FacilityTypeCode.d.ts +2 -5
- package/dist/serialization/resources/commons/types/FacilityTypeCode.js +1 -3
- package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/InsuranceTypeCode.d.ts +2 -5
- package/dist/serialization/resources/commons/types/InsuranceTypeCode.js +1 -3
- package/dist/serialization/resources/commons/types/IntendedSubmissionMedium.d.ts +2 -5
- package/dist/serialization/resources/commons/types/IntendedSubmissionMedium.js +1 -3
- package/dist/serialization/resources/commons/types/InvoiceId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/InvoiceId.js +1 -3
- package/dist/serialization/resources/commons/types/LinkUrl.d.ts +1 -4
- package/dist/serialization/resources/commons/types/LinkUrl.js +1 -3
- package/dist/serialization/resources/commons/types/NetworkType.d.ts +2 -5
- package/dist/serialization/resources/commons/types/NetworkType.js +1 -3
- package/dist/serialization/resources/commons/types/NextResponsibleParty.d.ts +2 -5
- package/dist/serialization/resources/commons/types/NextResponsibleParty.js +1 -3
- package/dist/serialization/resources/commons/types/Npi.d.ts +1 -4
- package/dist/serialization/resources/commons/types/Npi.js +1 -3
- package/dist/serialization/resources/commons/types/OrganizationId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/OrganizationId.js +1 -3
- package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/PageToken.d.ts +1 -4
- package/dist/serialization/resources/commons/types/PageToken.js +1 -3
- package/dist/serialization/resources/commons/types/PatientExternalId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/PatientExternalId.js +1 -3
- package/dist/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +2 -5
- package/dist/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +1 -3
- package/dist/serialization/resources/commons/types/PayerPlanGroupId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/PayerPlanGroupId.js +1 -3
- package/dist/serialization/resources/commons/types/PhoneNumber.d.ts +2 -5
- package/dist/serialization/resources/commons/types/PhoneNumber.js +1 -3
- package/dist/serialization/resources/commons/types/PhoneNumberOptional.d.ts +2 -5
- package/dist/serialization/resources/commons/types/PhoneNumberOptional.js +1 -3
- package/dist/serialization/resources/commons/types/PhoneNumberType.d.ts +2 -5
- package/dist/serialization/resources/commons/types/PhoneNumberType.js +1 -3
- package/dist/serialization/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/PreEncounterAppointmentId.js +1 -3
- package/dist/serialization/resources/commons/types/PreEncounterPatientId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/PreEncounterPatientId.js +1 -3
- package/dist/serialization/resources/commons/types/Primitive.d.ts +2 -5
- package/dist/serialization/resources/commons/types/Primitive.js +1 -3
- package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +2 -5
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -3
- package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.js +1 -3
- package/dist/serialization/resources/commons/types/ProviderId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ProviderId.js +1 -3
- package/dist/serialization/resources/commons/types/QualifierCode.d.ts +2 -5
- package/dist/serialization/resources/commons/types/QualifierCode.js +1 -3
- package/dist/serialization/resources/commons/types/RateId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/RateId.js +1 -3
- package/dist/serialization/resources/commons/types/RegionNational.d.ts +3 -7
- package/dist/serialization/resources/commons/types/RegionNational.js +1 -3
- package/dist/serialization/resources/commons/types/RegionStates.d.ts +2 -5
- package/dist/serialization/resources/commons/types/RegionStates.js +1 -3
- package/dist/serialization/resources/commons/types/Regions.d.ts +3 -6
- package/dist/serialization/resources/commons/types/Regions.js +2 -4
- package/dist/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +2 -5
- package/dist/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +1 -3
- package/dist/serialization/resources/commons/types/RequestValidationError.d.ts +2 -5
- package/dist/serialization/resources/commons/types/RequestValidationError.js +1 -3
- package/dist/serialization/resources/commons/types/ResourcePage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/ResourcePage.js +1 -3
- package/dist/serialization/resources/commons/types/SchemaId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/SchemaId.js +1 -3
- package/dist/serialization/resources/commons/types/ServiceLineId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ServiceLineId.js +1 -3
- package/dist/serialization/resources/commons/types/ServiceLineUnits.d.ts +2 -5
- package/dist/serialization/resources/commons/types/ServiceLineUnits.js +1 -3
- package/dist/serialization/resources/commons/types/SortDirection.d.ts +2 -5
- package/dist/serialization/resources/commons/types/SortDirection.js +1 -3
- package/dist/serialization/resources/commons/types/SourceOfPaymentCode.d.ts +2 -5
- package/dist/serialization/resources/commons/types/SourceOfPaymentCode.js +1 -3
- package/dist/serialization/resources/commons/types/State.d.ts +2 -5
- package/dist/serialization/resources/commons/types/State.js +1 -3
- package/dist/serialization/resources/commons/types/StreetAddressBase.d.ts +2 -5
- package/dist/serialization/resources/commons/types/StreetAddressBase.js +1 -3
- package/dist/serialization/resources/commons/types/StreetAddressLongZip.d.ts +2 -5
- package/dist/serialization/resources/commons/types/StreetAddressLongZip.js +1 -3
- package/dist/serialization/resources/commons/types/StreetAddressLongZipOptional.d.ts +2 -5
- package/dist/serialization/resources/commons/types/StreetAddressLongZipOptional.js +1 -3
- package/dist/serialization/resources/commons/types/StreetAddressOptionalBase.d.ts +2 -5
- package/dist/serialization/resources/commons/types/StreetAddressOptionalBase.js +1 -3
- package/dist/serialization/resources/commons/types/StreetAddressShortZip.d.ts +2 -5
- package/dist/serialization/resources/commons/types/StreetAddressShortZip.js +1 -3
- package/dist/serialization/resources/commons/types/StreetAddressShortZipOptional.d.ts +2 -5
- package/dist/serialization/resources/commons/types/StreetAddressShortZipOptional.js +1 -3
- package/dist/serialization/resources/commons/types/TaskAssignmentId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/TaskAssignmentId.js +1 -3
- package/dist/serialization/resources/commons/types/TaskId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/TaskId.js +1 -3
- package/dist/serialization/resources/commons/types/TaskNoteId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/TaskNoteId.js +1 -3
- package/dist/serialization/resources/commons/types/TaxId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/TaxId.js +1 -3
- package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/UserId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/UserId.js +1 -3
- package/dist/serialization/resources/commons/types/WorkQueueId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/WorkQueueId.js +1 -3
- package/dist/serialization/resources/commons/types/index.d.ts +60 -60
- package/dist/serialization/resources/commons/types/index.js +60 -60
- package/dist/serialization/resources/contracts/resources/v2/client/delete.d.ts +1 -4
- package/dist/serialization/resources/contracts/resources/v2/client/delete.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/client/get.d.ts +1 -4
- package/dist/serialization/resources/contracts/resources/v2/client/get.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/client/index.d.ts +2 -2
- package/dist/serialization/resources/contracts/resources/v2/client/index.js +3 -3
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +3 -6
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +2 -4
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +6 -9
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +5 -7
- package/dist/serialization/resources/contracts/resources/v2/client/update.d.ts +1 -4
- package/dist/serialization/resources/contracts/resources/v2/client/update.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/index.d.ts +1 -1
- package/dist/serialization/resources/contracts/resources/v2/index.js +1 -1
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/Contract.d.ts +3 -6
- package/dist/serialization/resources/contracts/resources/v2/types/Contract.js +2 -4
- package/dist/serialization/resources/contracts/resources/v2/types/ContractBase.d.ts +3 -6
- package/dist/serialization/resources/contracts/resources/v2/types/ContractBase.js +2 -4
- package/dist/serialization/resources/contracts/resources/v2/types/ContractId.d.ts +1 -4
- package/dist/serialization/resources/contracts/resources/v2/types/ContractId.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/ContractSortField.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/ContractSortField.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/ContractStatus.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/ContractStatus.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -4
- package/dist/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/ContractsPage.d.ts +3 -6
- package/dist/serialization/resources/contracts/resources/v2/types/ContractsPage.js +2 -4
- package/dist/serialization/resources/contracts/resources/v2/types/DateUpdate.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/DateUpdate.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -4
- package/dist/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/index.d.ts +12 -12
- package/dist/serialization/resources/contracts/resources/v2/types/index.js +12 -12
- package/dist/serialization/resources/credentialing/resources/v2/client/create.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/create.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/createFacility.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/createFacility.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/delete.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/delete.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/deleteFacility.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/deleteFacility.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/get.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/get.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/getAll.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/getAllFacilities.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/getFacility.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/getFacility.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -6
- package/dist/serialization/resources/credentialing/resources/v2/client/index.js +7 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +2 -5
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +2 -5
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +2 -5
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +2 -5
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/update.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/update.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/updateFacility.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/updateFacility.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/index.d.ts +1 -1
- package/dist/serialization/resources/credentialing/resources/v2/index.js +1 -1
- package/dist/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +2 -5
- package/dist/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +2 -5
- package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +3 -6
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +2 -4
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +3 -6
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +2 -4
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +4 -7
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +3 -5
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +3 -6
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +2 -4
- package/dist/serialization/resources/credentialing/resources/v2/types/index.d.ts +5 -5
- package/dist/serialization/resources/credentialing/resources/v2/types/index.js +5 -5
- package/dist/serialization/resources/customSchemas/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/customSchemas/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/customSchemas/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/customSchemas/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/customSchemas/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/customSchemas/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/customSchemas/resources/v1/index.js +1 -1
- package/dist/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/Schema.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/Schema.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaField.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +3 -6
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +2 -4
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/index.d.ts +5 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/index.js +5 -5
- package/dist/serialization/resources/diagnoses/client/delete.d.ts +1 -4
- package/dist/serialization/resources/diagnoses/client/delete.js +1 -3
- package/dist/serialization/resources/diagnoses/client/index.d.ts +1 -1
- package/dist/serialization/resources/diagnoses/client/index.js +2 -2
- package/dist/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +3 -6
- package/dist/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +2 -4
- package/dist/serialization/resources/diagnoses/client/update.d.ts +1 -4
- package/dist/serialization/resources/diagnoses/client/update.js +1 -3
- package/dist/serialization/resources/diagnoses/index.d.ts +1 -1
- package/dist/serialization/resources/diagnoses/index.js +1 -1
- package/dist/serialization/resources/diagnoses/types/Diagnosis.d.ts +2 -5
- package/dist/serialization/resources/diagnoses/types/Diagnosis.js +1 -3
- package/dist/serialization/resources/diagnoses/types/DiagnosisCreate.d.ts +3 -6
- package/dist/serialization/resources/diagnoses/types/DiagnosisCreate.js +2 -4
- package/dist/serialization/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +3 -6
- package/dist/serialization/resources/diagnoses/types/DiagnosisCreateOptional.js +2 -4
- package/dist/serialization/resources/diagnoses/types/DiagnosisId.d.ts +1 -4
- package/dist/serialization/resources/diagnoses/types/DiagnosisId.js +1 -3
- package/dist/serialization/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +2 -5
- package/dist/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +1 -3
- package/dist/serialization/resources/diagnoses/types/DiagnosisTypeCode.d.ts +2 -5
- package/dist/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +1 -3
- package/dist/serialization/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.d.ts +2 -5
- package/dist/serialization/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.js +1 -3
- package/dist/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +3 -6
- package/dist/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +2 -4
- package/dist/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +2 -5
- package/dist/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +1 -3
- package/dist/serialization/resources/diagnoses/types/index.d.ts +6 -6
- package/dist/serialization/resources/diagnoses/types/index.js +6 -6
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -4
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +1 -3
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -4
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +1 -3
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -4
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +1 -3
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/get.d.ts +2 -5
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +2 -5
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +1 -3
- package/dist/serialization/resources/encounterAttachments/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/encounterAttachments/resources/v1/index.js +1 -1
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +1 -4
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.js +1 -3
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +3 -6
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +2 -4
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +3 -6
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +2 -4
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +2 -5
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +3 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +3 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/client/index.d.ts +8 -8
- package/dist/serialization/resources/encounterProviders/resources/v2/client/index.js +9 -9
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/index.d.ts +1 -1
- package/dist/serialization/resources/encounterProviders/resources/v2/index.js +1 -1
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +3 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +3 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +3 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +5 -8
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +4 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +3 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +3 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +3 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +13 -13
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +13 -13
- package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +7 -10
- package/dist/serialization/resources/encounters/resources/v4/client/create.js +7 -9
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +5 -8
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +5 -7
- package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +4 -7
- package/dist/serialization/resources/encounters/resources/v4/client/update.js +4 -6
- package/dist/serialization/resources/encounters/resources/v4/index.d.ts +1 -1
- package/dist/serialization/resources/encounters/resources/v4/index.js +1 -1
- package/dist/serialization/resources/encounters/resources/v4/types/BillableStatusType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNote.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +25 -28
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +24 -26
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +7 -10
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +6 -8
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreate.d.ts +5 -8
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreate.js +4 -6
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +4 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +3 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +20 -23
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +19 -21
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +6 -9
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +5 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPage.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPage.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +3 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterUpdate.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -4
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -4
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/Intervention.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/Intervention.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/InterventionCategory.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/InterventionOptional.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/InterventionOptional.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/Lab.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/Lab.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/LabCodeType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/LabCodeType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/LabOptional.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/LabOptional.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/Medication.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/Medication.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/MedicationOptional.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/MedicationOptional.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/NoteCategory.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/NoteCategory.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -4
- package/dist/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/ReportTypeCode.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/RxCui.d.ts +1 -4
- package/dist/serialization/resources/encounters/resources/v4/types/RxCui.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +4 -7
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +3 -5
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/SynchronicityType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/Vitals.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +47 -47
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +47 -47
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +14 -17
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +13 -15
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +8 -11
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +7 -9
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +13 -16
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +12 -14
- package/dist/serialization/resources/encountersUniversal/types/index.d.ts +1 -1
- package/dist/serialization/resources/encountersUniversal/types/index.js +1 -1
- package/dist/serialization/resources/era/types/Era.d.ts +3 -6
- package/dist/serialization/resources/era/types/Era.js +2 -4
- package/dist/serialization/resources/era/types/EraBase.d.ts +2 -5
- package/dist/serialization/resources/era/types/EraBase.js +1 -3
- package/dist/serialization/resources/era/types/EraId.d.ts +1 -4
- package/dist/serialization/resources/era/types/EraId.js +1 -3
- package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +1 -3
- package/dist/serialization/resources/era/types/index.d.ts +2 -2
- package/dist/serialization/resources/era/types/index.js +2 -2
- package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +2 -5
- package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +3 -6
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.js +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +3 -6
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +2 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.js +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +4 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +3 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +3 -6
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +3 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +4 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +3 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +3 -6
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +3 -6
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +3 -6
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +4 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +3 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +3 -6
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +4 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +3 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +13 -13
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +13 -13
- package/dist/serialization/resources/exports/resources/v3/client/getExports.d.ts +2 -5
- package/dist/serialization/resources/exports/resources/v3/client/getExports.js +2 -4
- package/dist/serialization/resources/exports/resources/v3/index.d.ts +1 -1
- package/dist/serialization/resources/exports/resources/v3/index.js +1 -1
- package/dist/serialization/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -5
- package/dist/serialization/resources/exports/resources/v3/types/GetExportsResponse.js +1 -3
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +2 -5
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +1 -3
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +3 -6
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getMatch.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRates.d.ts +1 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRates.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +1 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/client/index.d.ts +4 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/index.js +5 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/index.d.ts +1 -1
- package/dist/serialization/resources/feeSchedules/resources/v3/index.js +1 -1
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +8 -11
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +7 -9
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +6 -9
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +5 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +3 -6
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +3 -6
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRate.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +6 -9
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +5 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +3 -6
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Rate.d.ts +3 -6
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Rate.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +3 -6
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +3 -6
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +3 -6
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/types/index.d.ts +17 -17
- package/dist/serialization/resources/feeSchedules/resources/v3/types/index.js +17 -17
- package/dist/serialization/resources/financials/types/AccountType.d.ts +2 -5
- package/dist/serialization/resources/financials/types/AccountType.js +1 -3
- package/dist/serialization/resources/financials/types/Allocation.d.ts +2 -5
- package/dist/serialization/resources/financials/types/Allocation.js +1 -3
- package/dist/serialization/resources/financials/types/AllocationCreate.d.ts +2 -5
- package/dist/serialization/resources/financials/types/AllocationCreate.js +1 -3
- package/dist/serialization/resources/financials/types/AllocationTarget.d.ts +5 -8
- package/dist/serialization/resources/financials/types/AllocationTarget.js +4 -6
- package/dist/serialization/resources/financials/types/AllocationTargetCreate.d.ts +3 -6
- package/dist/serialization/resources/financials/types/AllocationTargetCreate.js +2 -4
- package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.d.ts +2 -5
- package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.js +1 -3
- package/dist/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +2 -5
- package/dist/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +1 -3
- package/dist/serialization/resources/financials/types/BillingProviderAllocationTarget.d.ts +2 -5
- package/dist/serialization/resources/financials/types/BillingProviderAllocationTarget.js +1 -3
- package/dist/serialization/resources/financials/types/ClaimAllocationTarget.d.ts +2 -5
- package/dist/serialization/resources/financials/types/ClaimAllocationTarget.js +1 -3
- package/dist/serialization/resources/financials/types/InvoiceUpdate.d.ts +2 -5
- package/dist/serialization/resources/financials/types/InvoiceUpdate.js +1 -3
- package/dist/serialization/resources/financials/types/NoteUpdate.d.ts +2 -5
- package/dist/serialization/resources/financials/types/NoteUpdate.js +1 -3
- package/dist/serialization/resources/financials/types/PatientTransactionSource.d.ts +2 -5
- package/dist/serialization/resources/financials/types/PatientTransactionSource.js +1 -3
- package/dist/serialization/resources/financials/types/RefundReason.d.ts +2 -5
- package/dist/serialization/resources/financials/types/RefundReason.js +1 -3
- package/dist/serialization/resources/financials/types/RefundReasonUpdate.d.ts +2 -5
- package/dist/serialization/resources/financials/types/RefundReasonUpdate.js +1 -3
- package/dist/serialization/resources/financials/types/ServiceLineAllocationTarget.d.ts +3 -6
- package/dist/serialization/resources/financials/types/ServiceLineAllocationTarget.js +2 -4
- package/dist/serialization/resources/financials/types/index.d.ts +9 -9
- package/dist/serialization/resources/financials/types/index.js +9 -9
- package/dist/serialization/resources/guarantor/resources/v1/client/create.d.ts +2 -5
- package/dist/serialization/resources/guarantor/resources/v1/client/create.js +2 -4
- package/dist/serialization/resources/guarantor/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/guarantor/resources/v1/index.js +1 -1
- package/dist/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +2 -5
- package/dist/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +1 -3
- package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +4 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.js +3 -5
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +2 -5
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -3
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +3 -6
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +2 -4
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -4
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +1 -3
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +4 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.js +3 -5
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +4 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +3 -5
- package/dist/serialization/resources/guarantor/resources/v1/types/index.d.ts +4 -4
- package/dist/serialization/resources/guarantor/resources/v1/types/index.js +4 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +1 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +1 -1
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/index.js +2 -2
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/index.js +1 -1
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +3 -6
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +2 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +3 -6
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +2 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +3 -6
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +2 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +3 -6
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +2 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +10 -13
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +9 -11
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +3 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +9 -12
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +8 -10
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +1 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +1 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +1 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +36 -36
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +36 -36
- package/dist/serialization/resources/identifiers/types/Identifier.d.ts +3 -6
- package/dist/serialization/resources/identifiers/types/Identifier.js +2 -4
- package/dist/serialization/resources/identifiers/types/IdentifierBase.d.ts +2 -5
- package/dist/serialization/resources/identifiers/types/IdentifierBase.js +1 -3
- package/dist/serialization/resources/identifiers/types/IdentifierCode.d.ts +2 -5
- package/dist/serialization/resources/identifiers/types/IdentifierCode.js +1 -3
- package/dist/serialization/resources/identifiers/types/IdentifierCreate.d.ts +2 -5
- package/dist/serialization/resources/identifiers/types/IdentifierCreate.js +1 -3
- package/dist/serialization/resources/identifiers/types/IdentifierId.d.ts +1 -4
- package/dist/serialization/resources/identifiers/types/IdentifierId.js +1 -3
- package/dist/serialization/resources/identifiers/types/IdentifierUpdate.d.ts +4 -7
- package/dist/serialization/resources/identifiers/types/IdentifierUpdate.js +3 -5
- package/dist/serialization/resources/identifiers/types/IdentifierValue.d.ts +3 -6
- package/dist/serialization/resources/identifiers/types/IdentifierValue.js +2 -4
- package/dist/serialization/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +2 -5
- package/dist/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +1 -3
- package/dist/serialization/resources/identifiers/types/MedicareProviderIdentifier.d.ts +2 -5
- package/dist/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +1 -3
- package/dist/serialization/resources/identifiers/types/UpdatableIdentifier.d.ts +3 -6
- package/dist/serialization/resources/identifiers/types/UpdatableIdentifier.js +2 -4
- package/dist/serialization/resources/identifiers/types/index.d.ts +6 -6
- package/dist/serialization/resources/identifiers/types/index.js +6 -6
- package/dist/serialization/resources/importInvoice/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/importInvoice/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/importInvoice/resources/v1/client/importInvoice.d.ts +2 -5
- package/dist/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +2 -4
- package/dist/serialization/resources/importInvoice/resources/v1/client/index.d.ts +1 -1
- package/dist/serialization/resources/importInvoice/resources/v1/client/index.js +2 -2
- package/dist/serialization/resources/importInvoice/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/importInvoice/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/importInvoice/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/importInvoice/resources/v1/index.js +1 -1
- package/dist/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +3 -6
- package/dist/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +2 -4
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +3 -6
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +2 -4
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +2 -5
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +1 -3
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +3 -6
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +2 -4
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +3 -6
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +2 -4
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +2 -5
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +1 -3
- package/dist/serialization/resources/importInvoice/resources/v1/types/index.d.ts +3 -3
- package/dist/serialization/resources/importInvoice/resources/v1/types/index.js +3 -3
- package/dist/serialization/resources/index.d.ts +31 -31
- package/dist/serialization/resources/index.js +33 -33
- package/dist/serialization/resources/individual/types/Gender.d.ts +2 -5
- package/dist/serialization/resources/individual/types/Gender.js +1 -3
- package/dist/serialization/resources/individual/types/IndividualBase.d.ts +2 -5
- package/dist/serialization/resources/individual/types/IndividualBase.js +1 -3
- package/dist/serialization/resources/individual/types/IndividualBaseOptional.d.ts +2 -5
- package/dist/serialization/resources/individual/types/IndividualBaseOptional.js +1 -3
- package/dist/serialization/resources/individual/types/IndividualId.d.ts +1 -4
- package/dist/serialization/resources/individual/types/IndividualId.js +1 -3
- package/dist/serialization/resources/individual/types/Patient.d.ts +5 -8
- package/dist/serialization/resources/individual/types/Patient.js +4 -6
- package/dist/serialization/resources/individual/types/PatientBase.d.ts +2 -5
- package/dist/serialization/resources/individual/types/PatientBase.js +1 -3
- package/dist/serialization/resources/individual/types/PatientClinicalTrialInfo.d.ts +2 -5
- package/dist/serialization/resources/individual/types/PatientClinicalTrialInfo.js +1 -3
- package/dist/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +2 -5
- package/dist/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.js +1 -3
- package/dist/serialization/resources/individual/types/PatientCreate.d.ts +4 -7
- package/dist/serialization/resources/individual/types/PatientCreate.js +3 -5
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +2 -5
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +1 -3
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +2 -5
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +1 -3
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +2 -5
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +1 -3
- package/dist/serialization/resources/individual/types/PatientUpdate.d.ts +5 -8
- package/dist/serialization/resources/individual/types/PatientUpdate.js +4 -6
- package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +5 -8
- package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +4 -6
- package/dist/serialization/resources/individual/types/Subscriber.d.ts +3 -6
- package/dist/serialization/resources/individual/types/Subscriber.js +2 -4
- package/dist/serialization/resources/individual/types/SubscriberBase.d.ts +2 -5
- package/dist/serialization/resources/individual/types/SubscriberBase.js +1 -3
- package/dist/serialization/resources/individual/types/SubscriberBaseOptional.d.ts +2 -5
- package/dist/serialization/resources/individual/types/SubscriberBaseOptional.js +1 -3
- package/dist/serialization/resources/individual/types/SubscriberCreate.d.ts +2 -5
- package/dist/serialization/resources/individual/types/SubscriberCreate.js +1 -3
- package/dist/serialization/resources/individual/types/SubscriberCreateOptional.d.ts +2 -5
- package/dist/serialization/resources/individual/types/SubscriberCreateOptional.js +1 -3
- package/dist/serialization/resources/individual/types/index.d.ts +13 -13
- package/dist/serialization/resources/individual/types/index.js +13 -13
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.js +1 -1
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +3 -6
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +2 -4
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +4 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +3 -5
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +4 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +3 -5
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +4 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +3 -5
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -4
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -3
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +3 -6
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +2 -4
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -5
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +1 -3
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -4
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -3
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +6 -6
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +6 -6
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +3 -6
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +2 -4
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +3 -6
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +2 -4
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +2 -5
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +1 -3
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +2 -5
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +1 -3
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -4
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -3
- package/dist/serialization/resources/insuranceCards/resources/v2/types/index.d.ts +2 -2
- package/dist/serialization/resources/insuranceCards/resources/v2/types/index.js +2 -2
- package/dist/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/insurancePayments/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.js +2 -2
- package/dist/serialization/resources/insurancePayments/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/insurancePayments/resources/v1/index.js +1 -1
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +4 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +3 -5
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -4
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -3
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +2 -5
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +1 -3
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +3 -6
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +2 -4
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +2 -2
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.js +2 -2
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +2 -5
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/index.js +1 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +4 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +3 -5
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +3 -6
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +2 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +2 -5
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +3 -6
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +2 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -2
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.js +2 -2
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +3 -6
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +2 -4
- package/dist/serialization/resources/invoices/resources/v2/types/Invoice.d.ts +4 -7
- package/dist/serialization/resources/invoices/resources/v2/types/Invoice.js +3 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +3 -6
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +2 -4
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/index.d.ts +6 -6
- package/dist/serialization/resources/invoices/resources/v2/types/index.js +6 -6
- package/dist/serialization/resources/invoices/types/Invoice.d.ts +4 -7
- package/dist/serialization/resources/invoices/types/Invoice.js +3 -5
- package/dist/serialization/resources/invoices/types/InvoiceItem.d.ts +2 -5
- package/dist/serialization/resources/invoices/types/InvoiceItem.js +1 -3
- package/dist/serialization/resources/invoices/types/InvoiceStatus.d.ts +2 -5
- package/dist/serialization/resources/invoices/types/InvoiceStatus.js +1 -3
- package/dist/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +3 -6
- package/dist/serialization/resources/medicationDispense/resources/v1/client/create.js +3 -5
- package/dist/serialization/resources/medicationDispense/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/medicationDispense/resources/v1/index.js +1 -1
- package/dist/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +3 -6
- package/dist/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +2 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +3 -6
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +2 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/index.js +1 -1
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +5 -8
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +4 -6
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +4 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +3 -5
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +3 -6
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +2 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +2 -2
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.js +2 -2
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +3 -6
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +2 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.js +1 -1
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +5 -8
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +4 -6
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +3 -6
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +2 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +3 -6
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +2 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +2 -2
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +2 -2
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +2 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +2 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/index.js +1 -1
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +3 -6
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +4 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +3 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +3 -6
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +2 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +4 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +3 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +7 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +7 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/AddressType.d.ts +2 -5
- package/dist/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +2 -5
- package/dist/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +2 -5
- package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +4 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +3 -5
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +2 -5
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +3 -6
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +2 -4
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -4
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +2 -5
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +2 -5
- package/dist/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v2/types/index.d.ts +6 -6
- package/dist/serialization/resources/organizationProviders/resources/v2/types/index.js +6 -6
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +1 -4
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v3/client/get.d.ts +1 -4
- package/dist/serialization/resources/organizationProviders/resources/v3/client/get.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v3/client/index.d.ts +1 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/index.js +2 -2
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +2 -5
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.js +2 -4
- package/dist/serialization/resources/organizationProviders/resources/v3/index.d.ts +1 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/index.js +1 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.d.ts +4 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +3 -5
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +3 -6
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +2 -4
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +5 -8
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +4 -6
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +4 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +3 -5
- package/dist/serialization/resources/organizationProviders/resources/v3/types/index.d.ts +2 -2
- package/dist/serialization/resources/organizationProviders/resources/v3/types/index.js +2 -2
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -4
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -4
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -4
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +1 -4
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +2 -2
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +3 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +2 -5
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +2 -4
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/index.d.ts +1 -1
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/index.js +1 -1
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +7 -10
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +6 -8
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +6 -9
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +5 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -4
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +3 -6
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +2 -4
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +6 -9
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +5 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +2 -5
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +2 -5
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +2 -5
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +2 -5
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +2 -5
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +7 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/index.js +7 -7
- package/dist/serialization/resources/patientAr/resources/v1/client/index.d.ts +1 -1
- package/dist/serialization/resources/patientAr/resources/v1/client/index.js +2 -2
- package/dist/serialization/resources/patientAr/resources/v1/client/itemize.d.ts +1 -4
- package/dist/serialization/resources/patientAr/resources/v1/client/itemize.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/client/listInventory.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/client/listInventory.js +2 -4
- package/dist/serialization/resources/patientAr/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/patientAr/resources/v1/index.js +1 -1
- package/dist/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/InventoryRecord.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +3 -6
- package/dist/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +2 -4
- package/dist/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientArStatus.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/index.d.ts +7 -7
- package/dist/serialization/resources/patientAr/resources/v1/types/index.js +7 -7
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +6 -9
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +5 -7
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -4
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +2 -5
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +2 -5
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v3/types/index.d.ts +1 -1
- package/dist/serialization/resources/patientPayments/resources/v3/types/index.js +1 -1
- package/dist/serialization/resources/patientPayments/resources/v4/client/create.d.ts +1 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/create.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v4/client/delete.d.ts +1 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/delete.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v4/client/get.d.ts +1 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/get.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/getMulti.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v4/client/index.d.ts +3 -3
- package/dist/serialization/resources/patientPayments/resources/v4/client/index.js +4 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +3 -6
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +2 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +3 -6
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +2 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/update.d.ts +1 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/update.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v4/index.d.ts +1 -1
- package/dist/serialization/resources/patientPayments/resources/v4/index.js +1 -1
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +5 -8
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +4 -6
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -4
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +2 -5
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +3 -6
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +2 -4
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.d.ts +2 -2
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.js +2 -2
- package/dist/serialization/resources/patientRefunds/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/delete.js +1 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -6
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +2 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +3 -6
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +2 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/patientRefunds/resources/v1/index.js +1 -1
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +5 -8
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +4 -6
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +2 -5
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +1 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +3 -6
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +2 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +2 -2
- package/dist/serialization/resources/patientRefunds/resources/v1/types/index.js +2 -2
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/payerPlanGroups/resources/v1/index.js +1 -1
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +3 -6
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +2 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +2 -5
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +2 -5
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +3 -6
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +2 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +2 -5
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/index.d.ts +1 -1
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/index.js +1 -1
- package/dist/serialization/resources/payers/resources/v3/types/Payer.d.ts +3 -6
- package/dist/serialization/resources/payers/resources/v3/types/Payer.js +2 -4
- package/dist/serialization/resources/payers/resources/v3/types/PayerId.d.ts +1 -4
- package/dist/serialization/resources/payers/resources/v3/types/PayerId.js +1 -3
- package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.d.ts +2 -5
- package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +1 -3
- package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.d.ts +2 -5
- package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.js +1 -3
- package/dist/serialization/resources/payers/resources/v3/types/PayerName.d.ts +1 -4
- package/dist/serialization/resources/payers/resources/v3/types/PayerName.js +1 -3
- package/dist/serialization/resources/payers/resources/v3/types/PayerPage.d.ts +3 -6
- package/dist/serialization/resources/payers/resources/v3/types/PayerPage.js +2 -4
- package/dist/serialization/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -4
- package/dist/serialization/resources/payers/resources/v3/types/PayerUuid.js +1 -3
- package/dist/serialization/resources/payers/resources/v3/types/index.d.ts +4 -4
- package/dist/serialization/resources/payers/resources/v3/types/index.js +4 -4
- package/dist/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +2 -5
- package/dist/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +1 -3
- package/dist/serialization/resources/payers/resources/v4/types/Payer.d.ts +5 -8
- package/dist/serialization/resources/payers/resources/v4/types/Payer.js +4 -6
- package/dist/serialization/resources/payers/resources/v4/types/PayerIds.d.ts +2 -5
- package/dist/serialization/resources/payers/resources/v4/types/PayerIds.js +1 -3
- package/dist/serialization/resources/payers/resources/v4/types/PayerPage.d.ts +3 -6
- package/dist/serialization/resources/payers/resources/v4/types/PayerPage.js +2 -4
- package/dist/serialization/resources/payers/resources/v4/types/PayerUuid.d.ts +1 -4
- package/dist/serialization/resources/payers/resources/v4/types/PayerUuid.js +1 -3
- package/dist/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +2 -5
- package/dist/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.js +1 -3
- package/dist/serialization/resources/payers/resources/v4/types/SupportState.d.ts +2 -5
- package/dist/serialization/resources/payers/resources/v4/types/SupportState.js +1 -3
- package/dist/serialization/resources/payers/resources/v4/types/index.d.ts +5 -5
- package/dist/serialization/resources/payers/resources/v4/types/index.js +5 -5
- package/dist/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -4
- package/dist/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -3
- package/dist/serialization/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +1 -4
- package/dist/serialization/resources/pipelineCommons/types/ConfigurableRuleId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/index.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +4 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +4 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/Address.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/Address.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/AddressUse.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/AddressUse.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/BaseModel.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/BaseModel.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPoint.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/CoverageId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +8 -9
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +7 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/FilterQueryString.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/Gender.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/Gender.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/NameUse.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/NameUse.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/NoteId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/PatientId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/PatientServiceFacility.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/{patients/resources/v1 → common}/types/PatientServiceFacility.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/Period.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/Period.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/Race.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/Race.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/Relationship.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/Relationship.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/Sex.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/Sex.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/TagId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/TagId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/UserId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/UserId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +32 -31
- package/dist/serialization/resources/preEncounter/resources/common/types/index.js +32 -31
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +6 -9
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +5 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +8 -10
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +7 -8
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +19 -19
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +19 -19
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +20 -20
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +20 -20
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/index.js +3 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/index.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +4 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/index.js +4 -4
- package/dist/serialization/resources/preEncounter/resources/index.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/index.js +3 -3
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/index.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +3 -3
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.js +3 -3
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +4 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +5 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +5 -8
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +4 -6
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +10 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +21 -23
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +20 -21
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +9 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +8 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.d.ts +7 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +39 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +10 -10
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +10 -10
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +2 -4
- package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -4
- package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -3
- package/dist/serialization/resources/remits/resources/v1/types/Payee.d.ts +2 -5
- package/dist/serialization/resources/remits/resources/v1/types/Payee.js +1 -3
- package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +2 -5
- package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +1 -3
- package/dist/serialization/resources/remits/resources/v1/types/index.d.ts +1 -1
- package/dist/serialization/resources/remits/resources/v1/types/index.js +1 -1
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +3 -6
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +2 -4
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +2 -5
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -3
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +2 -5
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -3
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +2 -5
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +1 -3
- package/dist/serialization/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -4
- package/dist/serialization/resources/serviceFacility/types/ServiceFacilityId.js +1 -3
- package/dist/serialization/resources/serviceFacility/types/index.d.ts +3 -3
- package/dist/serialization/resources/serviceFacility/types/index.js +3 -3
- package/dist/serialization/resources/serviceLines/resources/v2/client/create.d.ts +1 -4
- package/dist/serialization/resources/serviceLines/resources/v2/client/create.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +1 -4
- package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +1 -4
- package/dist/serialization/resources/serviceLines/resources/v2/client/delete.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -2
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.js +3 -3
- package/dist/serialization/resources/serviceLines/resources/v2/client/update.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/client/update.js +2 -4
- package/dist/serialization/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/client/updateUniversal.js +2 -4
- package/dist/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -1
- package/dist/serialization/resources/serviceLines/resources/v2/index.js +1 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +3 -6
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +2 -4
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +3 -6
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +2 -4
- package/dist/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +12 -15
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +11 -13
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +5 -8
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +4 -6
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +5 -8
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +4 -6
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +7 -10
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +6 -8
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +5 -8
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +4 -6
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +13 -13
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +13 -13
- package/dist/serialization/resources/superbills/resources/v1/client/createSuperbill.d.ts +1 -4
- package/dist/serialization/resources/superbills/resources/v1/client/createSuperbill.js +1 -3
- package/dist/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +2 -5
- package/dist/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +1 -3
- package/dist/serialization/resources/superbills/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/superbills/resources/v1/index.js +1 -1
- package/dist/serialization/resources/superbills/resources/v1/types/Superbill.d.ts +2 -5
- package/dist/serialization/resources/superbills/resources/v1/types/Superbill.js +1 -3
- package/dist/serialization/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +2 -5
- package/dist/serialization/resources/superbills/resources/v1/types/SuperbillResponse.js +1 -3
- package/dist/serialization/resources/tags/types/Tag.d.ts +2 -5
- package/dist/serialization/resources/tags/types/Tag.js +1 -3
- package/dist/serialization/resources/tags/types/TagColorEnum.d.ts +2 -5
- package/dist/serialization/resources/tags/types/TagColorEnum.js +1 -3
- package/dist/serialization/resources/tags/types/TagCreate.d.ts +3 -6
- package/dist/serialization/resources/tags/types/TagCreate.js +2 -4
- package/dist/serialization/resources/tags/types/TagId.d.ts +1 -4
- package/dist/serialization/resources/tags/types/TagId.js +1 -3
- package/dist/serialization/resources/tags/types/index.d.ts +2 -2
- package/dist/serialization/resources/tags/types/index.js +2 -2
- package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.js +1 -3
- package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.js +1 -3
- package/dist/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/commons/types/TaskType.js +1 -3
- package/dist/serialization/resources/tasks/resources/commons/types/index.d.ts +1 -1
- package/dist/serialization/resources/tasks/resources/commons/types/index.js +1 -1
- package/dist/serialization/resources/tasks/resources/index.d.ts +1 -1
- package/dist/serialization/resources/tasks/resources/index.js +2 -2
- package/dist/serialization/resources/tasks/resources/v3/client/get.d.ts +1 -4
- package/dist/serialization/resources/tasks/resources/v3/client/get.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/tasks/resources/v3/client/getMulti.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/client/index.d.ts +1 -1
- package/dist/serialization/resources/tasks/resources/v3/client/index.js +2 -2
- package/dist/serialization/resources/tasks/resources/v3/client/update.d.ts +1 -4
- package/dist/serialization/resources/tasks/resources/v3/client/update.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/index.d.ts +1 -1
- package/dist/serialization/resources/tasks/resources/v3/index.js +1 -1
- package/dist/serialization/resources/tasks/resources/v3/types/Task.d.ts +7 -10
- package/dist/serialization/resources/tasks/resources/v3/types/Task.js +6 -8
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionType.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionType.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +4 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +3 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.d.ts +3 -6
- package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.js +2 -4
- package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +3 -6
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +2 -4
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/index.d.ts +6 -6
- package/dist/serialization/resources/tasks/resources/v3/types/index.js +6 -6
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -5
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +1 -3
- package/dist/serialization/resources/writeOffs/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/writeOffs/resources/v1/index.js +1 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +2 -5
- package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +1 -3
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +4 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +3 -5
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +3 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +2 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +2 -5
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +1 -3
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +3 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +2 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +4 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +3 -5
- package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +3 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +2 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +5 -8
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +4 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +3 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +2 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +2 -5
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -3
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +3 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +2 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +3 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +2 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -3
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +2 -5
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +1 -3
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +3 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +2 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.d.ts +10 -10
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.js +10 -10
- package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/Carc.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +4 -7
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +3 -5
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfCareCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +8 -8
- package/dist/serialization/resources/x12/resources/v1/types/index.js +8 -8
- package/dist/serialization/resources/yesNoIndicator/types/YesNoIndicator.d.ts +2 -5
- package/dist/serialization/resources/yesNoIndicator/types/YesNoIndicator.js +1 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/environments.d.ts +0 -3
- package/environments.js +1 -3
- package/errors/CandidApiError.d.ts +1 -4
- package/errors/CandidApiError.js +2 -4
- package/errors/CandidApiTimeoutError.d.ts +0 -3
- package/errors/CandidApiTimeoutError.js +1 -3
- package/exports.d.ts +1 -0
- package/exports.js +17 -0
- package/index.d.ts +4 -2
- package/index.js +9 -5
- package/jest.config.mjs +1 -13
- package/package.json +6 -5
- package/reference.md +1978 -2220
- package/serialization/resources/auth/resources/default/client/getToken.d.ts +2 -5
- package/serialization/resources/auth/resources/default/client/getToken.js +2 -4
- package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +2 -5
- package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +1 -3
- package/serialization/resources/auth/resources/default/index.d.ts +1 -1
- package/serialization/resources/auth/resources/default/index.js +1 -1
- package/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +2 -5
- package/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.js +1 -3
- package/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +2 -5
- package/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +1 -3
- package/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +2 -5
- package/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.js +1 -3
- package/serialization/resources/auth/resources/default/types/index.d.ts +1 -1
- package/serialization/resources/auth/resources/default/types/index.js +1 -1
- package/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +1 -4
- package/serialization/resources/billingNotes/resources/v2/client/delete.js +1 -3
- package/serialization/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
- package/serialization/resources/billingNotes/resources/v2/client/index.js +1 -1
- package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +2 -5
- package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +1 -3
- package/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +2 -5
- package/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +1 -3
- package/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -1
- package/serialization/resources/billingNotes/resources/v2/client/requests/index.js +3 -3
- package/serialization/resources/billingNotes/resources/v2/client/update.d.ts +1 -4
- package/serialization/resources/billingNotes/resources/v2/client/update.js +1 -3
- package/serialization/resources/billingNotes/resources/v2/index.d.ts +1 -1
- package/serialization/resources/billingNotes/resources/v2/index.js +1 -1
- package/serialization/resources/billingNotes/resources/v2/types/BillingNote.d.ts +3 -6
- package/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +2 -4
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +2 -5
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +1 -3
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +2 -5
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +1 -3
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -4
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -3
- package/serialization/resources/billingNotes/resources/v2/types/index.d.ts +3 -3
- package/serialization/resources/billingNotes/resources/v2/types/index.js +3 -3
- package/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +3 -6
- package/serialization/resources/chargeCapture/resources/v1/client/create.js +3 -5
- package/serialization/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.d.ts +3 -6
- package/serialization/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.js +3 -5
- package/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +1 -1
- package/serialization/resources/chargeCapture/resources/v1/client/index.js +1 -1
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.d.ts +4 -7
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.js +3 -5
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +3 -3
- package/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +7 -7
- package/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +3 -6
- package/serialization/resources/chargeCapture/resources/v1/client/update.js +3 -5
- package/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +2 -4
- package/serialization/resources/chargeCapture/resources/v1/index.d.ts +1 -1
- package/serialization/resources/chargeCapture/resources/v1/index.js +1 -1
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +5 -8
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +4 -6
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +3 -6
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +2 -4
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +3 -6
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +2 -4
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +3 -3
- package/serialization/resources/chargeCapture/resources/v1/types/index.js +3 -3
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -1
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +4 -4
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +2 -5
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +1 -3
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +1 -4
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +1 -3
- package/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +1 -1
- package/serialization/resources/chargeCaptureBundles/resources/v1/index.js +1 -1
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +4 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +3 -5
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +3 -6
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +2 -4
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +2 -5
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +1 -3
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +2 -5
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +1 -3
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +2 -5
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +1 -3
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +3 -3
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +3 -3
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +3 -6
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +2 -4
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +3 -6
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +2 -4
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +2 -5
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +1 -3
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +2 -5
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +1 -3
- package/serialization/resources/claimSubmission/resources/v1/types/index.d.ts +2 -2
- package/serialization/resources/claimSubmission/resources/v1/types/index.js +2 -2
- package/serialization/resources/claims/types/Claim.d.ts +4 -7
- package/serialization/resources/claims/types/Claim.js +3 -5
- package/serialization/resources/claims/types/ClaimStatus.d.ts +2 -5
- package/serialization/resources/claims/types/ClaimStatus.js +1 -3
- package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +2 -5
- package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +1 -3
- package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +2 -5
- package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +1 -3
- package/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +2 -5
- package/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +1 -3
- package/serialization/resources/clinicalTrials/resources/v1/types/index.d.ts +1 -1
- package/serialization/resources/clinicalTrials/resources/v1/types/index.js +1 -1
- package/serialization/resources/commons/errors/HttpRequestValidationsError.d.ts +2 -5
- package/serialization/resources/commons/errors/HttpRequestValidationsError.js +1 -3
- package/serialization/resources/commons/types/AdjustmentId.d.ts +1 -4
- package/serialization/resources/commons/types/AdjustmentId.js +1 -3
- package/serialization/resources/commons/types/AppointmentId.d.ts +1 -4
- package/serialization/resources/commons/types/AppointmentId.js +1 -3
- package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +2 -5
- package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +1 -3
- package/serialization/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +1 -4
- package/serialization/resources/commons/types/ChargeCaptureClaimCreationId.js +1 -3
- package/serialization/resources/commons/types/ChargeCaptureId.d.ts +1 -4
- package/serialization/resources/commons/types/ChargeCaptureId.js +1 -3
- package/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +1 -4
- package/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.js +1 -3
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +2 -5
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -3
- package/serialization/resources/commons/types/ClaimId.d.ts +1 -4
- package/serialization/resources/commons/types/ClaimId.js +1 -3
- package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +2 -5
- package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +1 -3
- package/serialization/resources/commons/types/Clearinghouse.d.ts +2 -5
- package/serialization/resources/commons/types/Clearinghouse.js +1 -3
- package/serialization/resources/commons/types/ClinicalTrialId.d.ts +1 -4
- package/serialization/resources/commons/types/ClinicalTrialId.js +1 -3
- package/serialization/resources/commons/types/DateRangeOptionalEnd.d.ts +2 -5
- package/serialization/resources/commons/types/DateRangeOptionalEnd.js +1 -3
- package/serialization/resources/commons/types/Date_.d.ts +1 -4
- package/serialization/resources/commons/types/Date_.js +1 -3
- package/serialization/resources/commons/types/Decimal.d.ts +1 -4
- package/serialization/resources/commons/types/Decimal.js +1 -3
- package/serialization/resources/commons/types/DelayReasonCode.d.ts +2 -5
- package/serialization/resources/commons/types/DelayReasonCode.js +1 -3
- package/serialization/resources/commons/types/Email.d.ts +1 -4
- package/serialization/resources/commons/types/Email.js +1 -3
- package/serialization/resources/commons/types/EmrPayerCrosswalk.d.ts +2 -5
- package/serialization/resources/commons/types/EmrPayerCrosswalk.js +1 -3
- package/serialization/resources/commons/types/EncounterExternalId.d.ts +1 -4
- package/serialization/resources/commons/types/EncounterExternalId.js +1 -3
- package/serialization/resources/commons/types/EncounterId.d.ts +1 -4
- package/serialization/resources/commons/types/EncounterId.js +1 -3
- package/serialization/resources/commons/types/EntityConflictErrorMessage.d.ts +2 -5
- package/serialization/resources/commons/types/EntityConflictErrorMessage.js +1 -3
- package/serialization/resources/commons/types/EntityNotFoundErrorMessage.d.ts +2 -5
- package/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +1 -3
- package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +2 -5
- package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +1 -3
- package/serialization/resources/commons/types/ErrorMessage.d.ts +1 -4
- package/serialization/resources/commons/types/ErrorMessage.js +1 -3
- package/serialization/resources/commons/types/FacilityTypeCode.d.ts +2 -5
- package/serialization/resources/commons/types/FacilityTypeCode.js +1 -3
- package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +2 -5
- package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +1 -3
- package/serialization/resources/commons/types/InsuranceTypeCode.d.ts +2 -5
- package/serialization/resources/commons/types/InsuranceTypeCode.js +1 -3
- package/serialization/resources/commons/types/IntendedSubmissionMedium.d.ts +2 -5
- package/serialization/resources/commons/types/IntendedSubmissionMedium.js +1 -3
- package/serialization/resources/commons/types/InvoiceId.d.ts +1 -4
- package/serialization/resources/commons/types/InvoiceId.js +1 -3
- package/serialization/resources/commons/types/LinkUrl.d.ts +1 -4
- package/serialization/resources/commons/types/LinkUrl.js +1 -3
- package/serialization/resources/commons/types/NetworkType.d.ts +2 -5
- package/serialization/resources/commons/types/NetworkType.js +1 -3
- package/serialization/resources/commons/types/NextResponsibleParty.d.ts +2 -5
- package/serialization/resources/commons/types/NextResponsibleParty.js +1 -3
- package/serialization/resources/commons/types/Npi.d.ts +1 -4
- package/serialization/resources/commons/types/Npi.js +1 -3
- package/serialization/resources/commons/types/OrganizationId.d.ts +1 -4
- package/serialization/resources/commons/types/OrganizationId.js +1 -3
- package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +2 -5
- package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +1 -3
- package/serialization/resources/commons/types/PageToken.d.ts +1 -4
- package/serialization/resources/commons/types/PageToken.js +1 -3
- package/serialization/resources/commons/types/PatientExternalId.d.ts +1 -4
- package/serialization/resources/commons/types/PatientExternalId.js +1 -3
- package/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +2 -5
- package/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +1 -3
- package/serialization/resources/commons/types/PayerPlanGroupId.d.ts +1 -4
- package/serialization/resources/commons/types/PayerPlanGroupId.js +1 -3
- package/serialization/resources/commons/types/PhoneNumber.d.ts +2 -5
- package/serialization/resources/commons/types/PhoneNumber.js +1 -3
- package/serialization/resources/commons/types/PhoneNumberOptional.d.ts +2 -5
- package/serialization/resources/commons/types/PhoneNumberOptional.js +1 -3
- package/serialization/resources/commons/types/PhoneNumberType.d.ts +2 -5
- package/serialization/resources/commons/types/PhoneNumberType.js +1 -3
- package/serialization/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -4
- package/serialization/resources/commons/types/PreEncounterAppointmentId.js +1 -3
- package/serialization/resources/commons/types/PreEncounterPatientId.d.ts +1 -4
- package/serialization/resources/commons/types/PreEncounterPatientId.js +1 -3
- package/serialization/resources/commons/types/Primitive.d.ts +2 -5
- package/serialization/resources/commons/types/Primitive.js +1 -3
- package/serialization/resources/commons/types/ProcedureModifier.d.ts +2 -5
- package/serialization/resources/commons/types/ProcedureModifier.js +1 -3
- package/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/serialization/resources/commons/types/ProviderCredentialingSpanId.js +1 -3
- package/serialization/resources/commons/types/ProviderId.d.ts +1 -4
- package/serialization/resources/commons/types/ProviderId.js +1 -3
- package/serialization/resources/commons/types/QualifierCode.d.ts +2 -5
- package/serialization/resources/commons/types/QualifierCode.js +1 -3
- package/serialization/resources/commons/types/RateId.d.ts +1 -4
- package/serialization/resources/commons/types/RateId.js +1 -3
- package/serialization/resources/commons/types/RegionNational.d.ts +3 -7
- package/serialization/resources/commons/types/RegionNational.js +1 -3
- package/serialization/resources/commons/types/RegionStates.d.ts +2 -5
- package/serialization/resources/commons/types/RegionStates.js +1 -3
- package/serialization/resources/commons/types/Regions.d.ts +3 -6
- package/serialization/resources/commons/types/Regions.js +2 -4
- package/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +2 -5
- package/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +1 -3
- package/serialization/resources/commons/types/RequestValidationError.d.ts +2 -5
- package/serialization/resources/commons/types/RequestValidationError.js +1 -3
- package/serialization/resources/commons/types/ResourcePage.d.ts +2 -5
- package/serialization/resources/commons/types/ResourcePage.js +1 -3
- package/serialization/resources/commons/types/SchemaId.d.ts +1 -4
- package/serialization/resources/commons/types/SchemaId.js +1 -3
- package/serialization/resources/commons/types/ServiceLineId.d.ts +1 -4
- package/serialization/resources/commons/types/ServiceLineId.js +1 -3
- package/serialization/resources/commons/types/ServiceLineUnits.d.ts +2 -5
- package/serialization/resources/commons/types/ServiceLineUnits.js +1 -3
- package/serialization/resources/commons/types/SortDirection.d.ts +2 -5
- package/serialization/resources/commons/types/SortDirection.js +1 -3
- package/serialization/resources/commons/types/SourceOfPaymentCode.d.ts +2 -5
- package/serialization/resources/commons/types/SourceOfPaymentCode.js +1 -3
- package/serialization/resources/commons/types/State.d.ts +2 -5
- package/serialization/resources/commons/types/State.js +1 -3
- package/serialization/resources/commons/types/StreetAddressBase.d.ts +2 -5
- package/serialization/resources/commons/types/StreetAddressBase.js +1 -3
- package/serialization/resources/commons/types/StreetAddressLongZip.d.ts +2 -5
- package/serialization/resources/commons/types/StreetAddressLongZip.js +1 -3
- package/serialization/resources/commons/types/StreetAddressLongZipOptional.d.ts +2 -5
- package/serialization/resources/commons/types/StreetAddressLongZipOptional.js +1 -3
- package/serialization/resources/commons/types/StreetAddressOptionalBase.d.ts +2 -5
- package/serialization/resources/commons/types/StreetAddressOptionalBase.js +1 -3
- package/serialization/resources/commons/types/StreetAddressShortZip.d.ts +2 -5
- package/serialization/resources/commons/types/StreetAddressShortZip.js +1 -3
- package/serialization/resources/commons/types/StreetAddressShortZipOptional.d.ts +2 -5
- package/serialization/resources/commons/types/StreetAddressShortZipOptional.js +1 -3
- package/serialization/resources/commons/types/TaskAssignmentId.d.ts +1 -4
- package/serialization/resources/commons/types/TaskAssignmentId.js +1 -3
- package/serialization/resources/commons/types/TaskId.d.ts +1 -4
- package/serialization/resources/commons/types/TaskId.js +1 -3
- package/serialization/resources/commons/types/TaskNoteId.d.ts +1 -4
- package/serialization/resources/commons/types/TaskNoteId.js +1 -3
- package/serialization/resources/commons/types/TaxId.d.ts +1 -4
- package/serialization/resources/commons/types/TaxId.js +1 -3
- package/serialization/resources/commons/types/UnauthorizedErrorMessage.d.ts +2 -5
- package/serialization/resources/commons/types/UnauthorizedErrorMessage.js +1 -3
- package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +2 -5
- package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +1 -3
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +2 -5
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +1 -3
- package/serialization/resources/commons/types/UserId.d.ts +1 -4
- package/serialization/resources/commons/types/UserId.js +1 -3
- package/serialization/resources/commons/types/WorkQueueId.d.ts +1 -4
- package/serialization/resources/commons/types/WorkQueueId.js +1 -3
- package/serialization/resources/commons/types/index.d.ts +60 -60
- package/serialization/resources/commons/types/index.js +60 -60
- package/serialization/resources/contracts/resources/v2/client/delete.d.ts +1 -4
- package/serialization/resources/contracts/resources/v2/client/delete.js +1 -3
- package/serialization/resources/contracts/resources/v2/client/get.d.ts +1 -4
- package/serialization/resources/contracts/resources/v2/client/get.js +1 -3
- package/serialization/resources/contracts/resources/v2/client/index.d.ts +2 -2
- package/serialization/resources/contracts/resources/v2/client/index.js +3 -3
- package/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +3 -6
- package/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +2 -4
- package/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +6 -9
- package/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +5 -7
- package/serialization/resources/contracts/resources/v2/client/update.d.ts +1 -4
- package/serialization/resources/contracts/resources/v2/client/update.js +1 -3
- package/serialization/resources/contracts/resources/v2/index.d.ts +1 -1
- package/serialization/resources/contracts/resources/v2/index.js +1 -1
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/Contract.d.ts +3 -6
- package/serialization/resources/contracts/resources/v2/types/Contract.js +2 -4
- package/serialization/resources/contracts/resources/v2/types/ContractBase.d.ts +3 -6
- package/serialization/resources/contracts/resources/v2/types/ContractBase.js +2 -4
- package/serialization/resources/contracts/resources/v2/types/ContractId.d.ts +1 -4
- package/serialization/resources/contracts/resources/v2/types/ContractId.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/ContractSortField.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/ContractSortField.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/ContractStatus.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/ContractStatus.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -4
- package/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/ContractsPage.d.ts +3 -6
- package/serialization/resources/contracts/resources/v2/types/ContractsPage.js +2 -4
- package/serialization/resources/contracts/resources/v2/types/DateUpdate.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/DateUpdate.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -4
- package/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/index.d.ts +12 -12
- package/serialization/resources/contracts/resources/v2/types/index.js +12 -12
- package/serialization/resources/credentialing/resources/v2/client/create.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/create.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/createFacility.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/createFacility.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/delete.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/delete.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/deleteFacility.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/deleteFacility.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/get.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/get.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/getAll.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/getAllFacilities.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/getFacility.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/getFacility.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -6
- package/serialization/resources/credentialing/resources/v2/client/index.js +7 -7
- package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +2 -5
- package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +2 -5
- package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +2 -5
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +2 -5
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/update.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/update.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/updateFacility.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/updateFacility.js +1 -3
- package/serialization/resources/credentialing/resources/v2/index.d.ts +1 -1
- package/serialization/resources/credentialing/resources/v2/index.js +1 -1
- package/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +2 -5
- package/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +1 -3
- package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +2 -5
- package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +1 -3
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +3 -6
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +2 -4
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +1 -3
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +3 -6
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +2 -4
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +4 -7
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +3 -5
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -3
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +3 -6
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +2 -4
- package/serialization/resources/credentialing/resources/v2/types/index.d.ts +5 -5
- package/serialization/resources/credentialing/resources/v2/types/index.js +5 -5
- package/serialization/resources/customSchemas/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/customSchemas/resources/v1/client/create.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/customSchemas/resources/v1/client/get.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/customSchemas/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/customSchemas/resources/v1/client/index.js +4 -4
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/customSchemas/resources/v1/client/update.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/index.d.ts +1 -1
- package/serialization/resources/customSchemas/resources/v1/index.js +1 -1
- package/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/Schema.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/Schema.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/SchemaField.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +3 -6
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +2 -4
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/index.d.ts +5 -5
- package/serialization/resources/customSchemas/resources/v1/types/index.js +5 -5
- package/serialization/resources/diagnoses/client/delete.d.ts +1 -4
- package/serialization/resources/diagnoses/client/delete.js +1 -3
- package/serialization/resources/diagnoses/client/index.d.ts +1 -1
- package/serialization/resources/diagnoses/client/index.js +2 -2
- package/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +3 -6
- package/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +2 -4
- package/serialization/resources/diagnoses/client/update.d.ts +1 -4
- package/serialization/resources/diagnoses/client/update.js +1 -3
- package/serialization/resources/diagnoses/index.d.ts +1 -1
- package/serialization/resources/diagnoses/index.js +1 -1
- package/serialization/resources/diagnoses/types/Diagnosis.d.ts +2 -5
- package/serialization/resources/diagnoses/types/Diagnosis.js +1 -3
- package/serialization/resources/diagnoses/types/DiagnosisCreate.d.ts +3 -6
- package/serialization/resources/diagnoses/types/DiagnosisCreate.js +2 -4
- package/serialization/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +3 -6
- package/serialization/resources/diagnoses/types/DiagnosisCreateOptional.js +2 -4
- package/serialization/resources/diagnoses/types/DiagnosisId.d.ts +1 -4
- package/serialization/resources/diagnoses/types/DiagnosisId.js +1 -3
- package/serialization/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +2 -5
- package/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +1 -3
- package/serialization/resources/diagnoses/types/DiagnosisTypeCode.d.ts +2 -5
- package/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +1 -3
- package/serialization/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.d.ts +2 -5
- package/serialization/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.js +1 -3
- package/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +3 -6
- package/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +2 -4
- package/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +2 -5
- package/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +1 -3
- package/serialization/resources/diagnoses/types/index.d.ts +6 -6
- package/serialization/resources/diagnoses/types/index.js +6 -6
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -4
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +1 -3
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -4
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +1 -3
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -4
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +1 -3
- package/serialization/resources/encounterAttachments/resources/v1/client/get.d.ts +2 -5
- package/serialization/resources/encounterAttachments/resources/v1/client/get.js +1 -3
- package/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +2 -5
- package/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +1 -3
- package/serialization/resources/encounterAttachments/resources/v1/index.d.ts +1 -1
- package/serialization/resources/encounterAttachments/resources/v1/index.js +1 -1
- package/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +1 -4
- package/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.js +1 -3
- package/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +3 -6
- package/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +2 -4
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +3 -6
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +2 -4
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +2 -5
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +3 -6
- package/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +3 -5
- package/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -4
- package/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -4
- package/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -4
- package/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/client/index.d.ts +8 -8
- package/serialization/resources/encounterProviders/resources/v2/client/index.js +9 -9
- package/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/index.d.ts +1 -1
- package/serialization/resources/encounterProviders/resources/v2/index.js +1 -1
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +3 -6
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +3 -6
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +3 -6
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +5 -8
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +4 -6
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +3 -6
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +3 -6
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +3 -6
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -4
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +13 -13
- package/serialization/resources/encounterProviders/resources/v2/types/index.js +13 -13
- package/serialization/resources/encounters/resources/v4/client/create.d.ts +7 -10
- package/serialization/resources/encounters/resources/v4/client/create.js +7 -9
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +5 -8
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +5 -7
- package/serialization/resources/encounters/resources/v4/client/update.d.ts +4 -7
- package/serialization/resources/encounters/resources/v4/client/update.js +4 -6
- package/serialization/resources/encounters/resources/v4/index.d.ts +1 -1
- package/serialization/resources/encounters/resources/v4/index.js +1 -1
- package/serialization/resources/encounters/resources/v4/types/BillableStatusType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/ClinicalNote.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +25 -28
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +24 -26
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +7 -10
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +6 -8
- package/serialization/resources/encounters/resources/v4/types/EncounterCreate.d.ts +5 -8
- package/serialization/resources/encounters/resources/v4/types/EncounterCreate.js +4 -6
- package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +4 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +3 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +20 -23
- package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +19 -21
- package/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +6 -9
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +5 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterPage.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/EncounterPage.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +3 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/EncounterUpdate.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -4
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -4
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/Intervention.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/Intervention.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/InterventionCategory.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/InterventionOptional.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/InterventionOptional.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/Lab.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/Lab.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/LabCodeType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/LabCodeType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/LabOptional.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/LabOptional.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/Medication.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/Medication.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/MedicationOptional.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/MedicationOptional.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/NoteCategory.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/NoteCategory.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -4
- package/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/ReportTypeCode.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/RxCui.d.ts +1 -4
- package/serialization/resources/encounters/resources/v4/types/RxCui.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +4 -7
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +3 -5
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/SynchronicityType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/Vitals.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +47 -47
- package/serialization/resources/encounters/resources/v4/types/index.js +47 -47
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +14 -17
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +13 -15
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +8 -11
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +7 -9
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +13 -16
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +12 -14
- package/serialization/resources/encountersUniversal/types/index.d.ts +1 -1
- package/serialization/resources/encountersUniversal/types/index.js +1 -1
- package/serialization/resources/era/types/Era.d.ts +3 -6
- package/serialization/resources/era/types/Era.js +2 -4
- package/serialization/resources/era/types/EraBase.d.ts +2 -5
- package/serialization/resources/era/types/EraBase.js +1 -3
- package/serialization/resources/era/types/EraId.d.ts +1 -4
- package/serialization/resources/era/types/EraId.js +1 -3
- package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +2 -5
- package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +1 -3
- package/serialization/resources/era/types/index.d.ts +2 -2
- package/serialization/resources/era/types/index.js +2 -2
- package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +2 -5
- package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +3 -6
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v1/index.js +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +3 -6
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +2 -2
- package/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/index.js +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +4 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +3 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +3 -6
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +3 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +4 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +3 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +3 -6
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +3 -6
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +3 -6
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +4 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +3 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +3 -6
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +4 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +3 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +13 -13
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +13 -13
- package/serialization/resources/exports/resources/v3/client/getExports.d.ts +2 -5
- package/serialization/resources/exports/resources/v3/client/getExports.js +2 -4
- package/serialization/resources/exports/resources/v3/index.d.ts +1 -1
- package/serialization/resources/exports/resources/v3/index.js +1 -1
- package/serialization/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -5
- package/serialization/resources/exports/resources/v3/types/GetExportsResponse.js +1 -3
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +2 -5
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +1 -3
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +3 -6
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/client/getMatch.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRates.d.ts +1 -4
- package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRates.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +1 -4
- package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/client/index.d.ts +4 -4
- package/serialization/resources/feeSchedules/resources/v3/client/index.js +5 -5
- package/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -4
- package/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -4
- package/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -4
- package/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/index.d.ts +1 -1
- package/serialization/resources/feeSchedules/resources/v3/index.js +1 -1
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +8 -11
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +7 -9
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +6 -9
- package/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +5 -7
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +3 -6
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +3 -6
- package/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/NewRate.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +6 -9
- package/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +5 -7
- package/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +3 -6
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/types/Rate.d.ts +3 -6
- package/serialization/resources/feeSchedules/resources/v3/types/Rate.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +3 -6
- package/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +3 -6
- package/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +3 -6
- package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/types/index.d.ts +17 -17
- package/serialization/resources/feeSchedules/resources/v3/types/index.js +17 -17
- package/serialization/resources/financials/types/AccountType.d.ts +2 -5
- package/serialization/resources/financials/types/AccountType.js +1 -3
- package/serialization/resources/financials/types/Allocation.d.ts +2 -5
- package/serialization/resources/financials/types/Allocation.js +1 -3
- package/serialization/resources/financials/types/AllocationCreate.d.ts +2 -5
- package/serialization/resources/financials/types/AllocationCreate.js +1 -3
- package/serialization/resources/financials/types/AllocationTarget.d.ts +5 -8
- package/serialization/resources/financials/types/AllocationTarget.js +4 -6
- package/serialization/resources/financials/types/AllocationTargetCreate.d.ts +3 -6
- package/serialization/resources/financials/types/AllocationTargetCreate.js +2 -4
- package/serialization/resources/financials/types/AppointmentAllocationTarget.d.ts +2 -5
- package/serialization/resources/financials/types/AppointmentAllocationTarget.js +1 -3
- package/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +2 -5
- package/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +1 -3
- package/serialization/resources/financials/types/BillingProviderAllocationTarget.d.ts +2 -5
- package/serialization/resources/financials/types/BillingProviderAllocationTarget.js +1 -3
- package/serialization/resources/financials/types/ClaimAllocationTarget.d.ts +2 -5
- package/serialization/resources/financials/types/ClaimAllocationTarget.js +1 -3
- package/serialization/resources/financials/types/InvoiceUpdate.d.ts +2 -5
- package/serialization/resources/financials/types/InvoiceUpdate.js +1 -3
- package/serialization/resources/financials/types/NoteUpdate.d.ts +2 -5
- package/serialization/resources/financials/types/NoteUpdate.js +1 -3
- package/serialization/resources/financials/types/PatientTransactionSource.d.ts +2 -5
- package/serialization/resources/financials/types/PatientTransactionSource.js +1 -3
- package/serialization/resources/financials/types/RefundReason.d.ts +2 -5
- package/serialization/resources/financials/types/RefundReason.js +1 -3
- package/serialization/resources/financials/types/RefundReasonUpdate.d.ts +2 -5
- package/serialization/resources/financials/types/RefundReasonUpdate.js +1 -3
- package/serialization/resources/financials/types/ServiceLineAllocationTarget.d.ts +3 -6
- package/serialization/resources/financials/types/ServiceLineAllocationTarget.js +2 -4
- package/serialization/resources/financials/types/index.d.ts +9 -9
- package/serialization/resources/financials/types/index.js +9 -9
- package/serialization/resources/guarantor/resources/v1/client/create.d.ts +2 -5
- package/serialization/resources/guarantor/resources/v1/client/create.js +2 -4
- package/serialization/resources/guarantor/resources/v1/index.d.ts +1 -1
- package/serialization/resources/guarantor/resources/v1/index.js +1 -1
- package/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +2 -5
- package/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +1 -3
- package/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +4 -7
- package/serialization/resources/guarantor/resources/v1/types/Guarantor.js +3 -5
- package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +2 -5
- package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -3
- package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +3 -6
- package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +2 -4
- package/serialization/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -4
- package/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +1 -3
- package/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +4 -7
- package/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.js +3 -5
- package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +4 -7
- package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +3 -5
- package/serialization/resources/guarantor/resources/v1/types/index.d.ts +4 -4
- package/serialization/resources/guarantor/resources/v1/types/index.js +4 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +1 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +1 -1
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/index.js +2 -2
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/update.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/index.d.ts +1 -1
- package/serialization/resources/healthCareCodeInformation/resources/v1/index.js +1 -1
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +3 -6
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +2 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +3 -6
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +2 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +3 -6
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +2 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +3 -6
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +2 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +10 -13
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +9 -11
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +3 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +9 -12
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +8 -10
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +1 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +1 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +1 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +36 -36
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +36 -36
- package/serialization/resources/identifiers/types/Identifier.d.ts +3 -6
- package/serialization/resources/identifiers/types/Identifier.js +2 -4
- package/serialization/resources/identifiers/types/IdentifierBase.d.ts +2 -5
- package/serialization/resources/identifiers/types/IdentifierBase.js +1 -3
- package/serialization/resources/identifiers/types/IdentifierCode.d.ts +2 -5
- package/serialization/resources/identifiers/types/IdentifierCode.js +1 -3
- package/serialization/resources/identifiers/types/IdentifierCreate.d.ts +2 -5
- package/serialization/resources/identifiers/types/IdentifierCreate.js +1 -3
- package/serialization/resources/identifiers/types/IdentifierId.d.ts +1 -4
- package/serialization/resources/identifiers/types/IdentifierId.js +1 -3
- package/serialization/resources/identifiers/types/IdentifierUpdate.d.ts +4 -7
- package/serialization/resources/identifiers/types/IdentifierUpdate.js +3 -5
- package/serialization/resources/identifiers/types/IdentifierValue.d.ts +3 -6
- package/serialization/resources/identifiers/types/IdentifierValue.js +2 -4
- package/serialization/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +2 -5
- package/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +1 -3
- package/serialization/resources/identifiers/types/MedicareProviderIdentifier.d.ts +2 -5
- package/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +1 -3
- package/serialization/resources/identifiers/types/UpdatableIdentifier.d.ts +3 -6
- package/serialization/resources/identifiers/types/UpdatableIdentifier.js +2 -4
- package/serialization/resources/identifiers/types/index.d.ts +6 -6
- package/serialization/resources/identifiers/types/index.js +6 -6
- package/serialization/resources/importInvoice/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/importInvoice/resources/v1/client/get.js +1 -3
- package/serialization/resources/importInvoice/resources/v1/client/importInvoice.d.ts +2 -5
- package/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +2 -4
- package/serialization/resources/importInvoice/resources/v1/client/index.d.ts +1 -1
- package/serialization/resources/importInvoice/resources/v1/client/index.js +2 -2
- package/serialization/resources/importInvoice/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/importInvoice/resources/v1/client/update.js +1 -3
- package/serialization/resources/importInvoice/resources/v1/index.d.ts +1 -1
- package/serialization/resources/importInvoice/resources/v1/index.js +1 -1
- package/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +3 -6
- package/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +2 -4
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +3 -6
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +2 -4
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +2 -5
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +1 -3
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +3 -6
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +2 -4
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +3 -6
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +2 -4
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +2 -5
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +1 -3
- package/serialization/resources/importInvoice/resources/v1/types/index.d.ts +3 -3
- package/serialization/resources/importInvoice/resources/v1/types/index.js +3 -3
- package/serialization/resources/index.d.ts +31 -31
- package/serialization/resources/index.js +33 -33
- package/serialization/resources/individual/types/Gender.d.ts +2 -5
- package/serialization/resources/individual/types/Gender.js +1 -3
- package/serialization/resources/individual/types/IndividualBase.d.ts +2 -5
- package/serialization/resources/individual/types/IndividualBase.js +1 -3
- package/serialization/resources/individual/types/IndividualBaseOptional.d.ts +2 -5
- package/serialization/resources/individual/types/IndividualBaseOptional.js +1 -3
- package/serialization/resources/individual/types/IndividualId.d.ts +1 -4
- package/serialization/resources/individual/types/IndividualId.js +1 -3
- package/serialization/resources/individual/types/Patient.d.ts +5 -8
- package/serialization/resources/individual/types/Patient.js +4 -6
- package/serialization/resources/individual/types/PatientBase.d.ts +2 -5
- package/serialization/resources/individual/types/PatientBase.js +1 -3
- package/serialization/resources/individual/types/PatientClinicalTrialInfo.d.ts +2 -5
- package/serialization/resources/individual/types/PatientClinicalTrialInfo.js +1 -3
- package/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +2 -5
- package/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.js +1 -3
- package/serialization/resources/individual/types/PatientCreate.d.ts +4 -7
- package/serialization/resources/individual/types/PatientCreate.js +3 -5
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +2 -5
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +1 -3
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +2 -5
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +1 -3
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +2 -5
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +1 -3
- package/serialization/resources/individual/types/PatientUpdate.d.ts +5 -8
- package/serialization/resources/individual/types/PatientUpdate.js +4 -6
- package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +5 -8
- package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +4 -6
- package/serialization/resources/individual/types/Subscriber.d.ts +3 -6
- package/serialization/resources/individual/types/Subscriber.js +2 -4
- package/serialization/resources/individual/types/SubscriberBase.d.ts +2 -5
- package/serialization/resources/individual/types/SubscriberBase.js +1 -3
- package/serialization/resources/individual/types/SubscriberBaseOptional.d.ts +2 -5
- package/serialization/resources/individual/types/SubscriberBaseOptional.js +1 -3
- package/serialization/resources/individual/types/SubscriberCreate.d.ts +2 -5
- package/serialization/resources/individual/types/SubscriberCreate.js +1 -3
- package/serialization/resources/individual/types/SubscriberCreateOptional.d.ts +2 -5
- package/serialization/resources/individual/types/SubscriberCreateOptional.js +1 -3
- package/serialization/resources/individual/types/index.d.ts +13 -13
- package/serialization/resources/individual/types/index.js +13 -13
- package/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +1 -3
- package/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -1
- package/serialization/resources/insuranceAdjudications/resources/v1/index.js +1 -1
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +3 -6
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +2 -4
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +4 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +3 -5
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +4 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +3 -5
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +4 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +3 -5
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -4
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -3
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +3 -6
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +2 -4
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -5
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +1 -3
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -4
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -3
- package/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +6 -6
- package/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +6 -6
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +3 -6
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +2 -4
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +3 -6
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +2 -4
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +2 -5
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +1 -3
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +2 -5
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +1 -3
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -4
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -3
- package/serialization/resources/insuranceCards/resources/v2/types/index.d.ts +2 -2
- package/serialization/resources/insuranceCards/resources/v2/types/index.js +2 -2
- package/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/insurancePayments/resources/v1/client/get.js +1 -3
- package/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
- package/serialization/resources/insurancePayments/resources/v1/client/index.js +2 -2
- package/serialization/resources/insurancePayments/resources/v1/index.d.ts +1 -1
- package/serialization/resources/insurancePayments/resources/v1/index.js +1 -1
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +4 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +3 -5
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -4
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -3
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +2 -5
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +1 -3
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +3 -6
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +2 -4
- package/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +2 -2
- package/serialization/resources/insurancePayments/resources/v1/types/index.js +2 -2
- package/serialization/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/insuranceRefunds/resources/v1/client/create.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -4
- package/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/insuranceRefunds/resources/v1/client/get.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
- package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +2 -5
- package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/insuranceRefunds/resources/v1/client/update.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/index.d.ts +1 -1
- package/serialization/resources/insuranceRefunds/resources/v1/index.js +1 -1
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +4 -7
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +3 -5
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +3 -6
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +2 -4
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -4
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +2 -5
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +3 -6
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +2 -4
- package/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -2
- package/serialization/resources/insuranceRefunds/resources/v1/types/index.js +2 -2
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +3 -6
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +2 -4
- package/serialization/resources/invoices/resources/v2/types/Invoice.d.ts +4 -7
- package/serialization/resources/invoices/resources/v2/types/Invoice.js +3 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +3 -6
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +2 -4
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/index.d.ts +6 -6
- package/serialization/resources/invoices/resources/v2/types/index.js +6 -6
- package/serialization/resources/invoices/types/Invoice.d.ts +4 -7
- package/serialization/resources/invoices/types/Invoice.js +3 -5
- package/serialization/resources/invoices/types/InvoiceItem.d.ts +2 -5
- package/serialization/resources/invoices/types/InvoiceItem.js +1 -3
- package/serialization/resources/invoices/types/InvoiceStatus.d.ts +2 -5
- package/serialization/resources/invoices/types/InvoiceStatus.js +1 -3
- package/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +3 -6
- package/serialization/resources/medicationDispense/resources/v1/client/create.js +3 -5
- package/serialization/resources/medicationDispense/resources/v1/index.d.ts +1 -1
- package/serialization/resources/medicationDispense/resources/v1/index.js +1 -1
- package/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +3 -6
- package/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +2 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +1 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +1 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +1 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +3 -6
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +2 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +1 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +1 -1
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/index.js +1 -1
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +5 -8
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +4 -6
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +4 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +3 -5
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +2 -5
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +1 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +3 -6
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +2 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +2 -2
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.js +2 -2
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +1 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +1 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +1 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +3 -6
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +2 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +1 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +1 -1
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.js +1 -1
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +5 -8
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +4 -6
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +3 -6
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +2 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +2 -5
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +1 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +3 -6
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +2 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +2 -2
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +2 -2
- package/serialization/resources/nonInsurancePayers/resources/v1/client/create.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +2 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +4 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/client/update.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +2 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/index.d.ts +1 -1
- package/serialization/resources/nonInsurancePayers/resources/v1/index.js +1 -1
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +3 -6
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +4 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +3 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +3 -6
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +2 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +4 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +3 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +7 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +7 -7
- package/serialization/resources/organizationProviders/resources/v2/types/AddressType.d.ts +2 -5
- package/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +1 -3
- package/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +2 -5
- package/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +1 -3
- package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +2 -5
- package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +1 -3
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +4 -7
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +3 -5
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +2 -5
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +1 -3
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +3 -6
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +2 -4
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -4
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -3
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +2 -5
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +1 -3
- package/serialization/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +2 -5
- package/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +1 -3
- package/serialization/resources/organizationProviders/resources/v2/types/index.d.ts +6 -6
- package/serialization/resources/organizationProviders/resources/v2/types/index.js +6 -6
- package/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +1 -4
- package/serialization/resources/organizationProviders/resources/v3/client/create.js +1 -3
- package/serialization/resources/organizationProviders/resources/v3/client/get.d.ts +1 -4
- package/serialization/resources/organizationProviders/resources/v3/client/get.js +1 -3
- package/serialization/resources/organizationProviders/resources/v3/client/index.d.ts +1 -1
- package/serialization/resources/organizationProviders/resources/v3/client/index.js +2 -2
- package/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +2 -5
- package/serialization/resources/organizationProviders/resources/v3/client/update.js +2 -4
- package/serialization/resources/organizationProviders/resources/v3/index.d.ts +1 -1
- package/serialization/resources/organizationProviders/resources/v3/index.js +1 -1
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.d.ts +4 -7
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +3 -5
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +3 -6
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +2 -4
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +5 -8
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +4 -6
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +4 -7
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +3 -5
- package/serialization/resources/organizationProviders/resources/v3/types/index.d.ts +2 -2
- package/serialization/resources/organizationProviders/resources/v3/types/index.js +2 -2
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -4
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -4
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -4
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +1 -4
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +2 -2
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +3 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +2 -5
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +2 -4
- package/serialization/resources/organizationServiceFacilities/resources/v2/index.d.ts +1 -1
- package/serialization/resources/organizationServiceFacilities/resources/v2/index.js +1 -1
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +7 -10
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +6 -8
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +6 -9
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +5 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -4
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +3 -6
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +2 -4
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +6 -9
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +5 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +2 -5
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +2 -5
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +2 -5
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +2 -5
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +2 -5
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +7 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/index.js +7 -7
- package/serialization/resources/patientAr/resources/v1/client/index.d.ts +1 -1
- package/serialization/resources/patientAr/resources/v1/client/index.js +2 -2
- package/serialization/resources/patientAr/resources/v1/client/itemize.d.ts +1 -4
- package/serialization/resources/patientAr/resources/v1/client/itemize.js +1 -3
- package/serialization/resources/patientAr/resources/v1/client/listInventory.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/client/listInventory.js +2 -4
- package/serialization/resources/patientAr/resources/v1/index.d.ts +1 -1
- package/serialization/resources/patientAr/resources/v1/index.js +1 -1
- package/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/InventoryRecord.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +3 -6
- package/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +2 -4
- package/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/PatientArStatus.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/index.d.ts +7 -7
- package/serialization/resources/patientAr/resources/v1/types/index.js +7 -7
- package/serialization/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +6 -9
- package/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +5 -7
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -4
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -3
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +2 -5
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +1 -3
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +2 -5
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +1 -3
- package/serialization/resources/patientPayments/resources/v3/types/index.d.ts +1 -1
- package/serialization/resources/patientPayments/resources/v3/types/index.js +1 -1
- package/serialization/resources/patientPayments/resources/v4/client/create.d.ts +1 -4
- package/serialization/resources/patientPayments/resources/v4/client/create.js +1 -3
- package/serialization/resources/patientPayments/resources/v4/client/delete.d.ts +1 -4
- package/serialization/resources/patientPayments/resources/v4/client/delete.js +1 -3
- package/serialization/resources/patientPayments/resources/v4/client/get.d.ts +1 -4
- package/serialization/resources/patientPayments/resources/v4/client/get.js +1 -3
- package/serialization/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -4
- package/serialization/resources/patientPayments/resources/v4/client/getMulti.js +1 -3
- package/serialization/resources/patientPayments/resources/v4/client/index.d.ts +3 -3
- package/serialization/resources/patientPayments/resources/v4/client/index.js +4 -4
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +3 -6
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +2 -4
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +3 -6
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +2 -4
- package/serialization/resources/patientPayments/resources/v4/client/update.d.ts +1 -4
- package/serialization/resources/patientPayments/resources/v4/client/update.js +1 -3
- package/serialization/resources/patientPayments/resources/v4/index.d.ts +1 -1
- package/serialization/resources/patientPayments/resources/v4/index.js +1 -1
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +5 -8
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +4 -6
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -4
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -3
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +2 -5
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +1 -3
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +3 -6
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +2 -4
- package/serialization/resources/patientPayments/resources/v4/types/index.d.ts +2 -2
- package/serialization/resources/patientPayments/resources/v4/types/index.js +2 -2
- package/serialization/resources/patientRefunds/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/patientRefunds/resources/v1/client/create.js +1 -3
- package/serialization/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -4
- package/serialization/resources/patientRefunds/resources/v1/client/delete.js +1 -3
- package/serialization/resources/patientRefunds/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/patientRefunds/resources/v1/client/get.js +1 -3
- package/serialization/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/patientRefunds/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/patientRefunds/resources/v1/client/index.js +4 -4
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -6
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +2 -4
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +3 -6
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +2 -4
- package/serialization/resources/patientRefunds/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/patientRefunds/resources/v1/client/update.js +1 -3
- package/serialization/resources/patientRefunds/resources/v1/index.d.ts +1 -1
- package/serialization/resources/patientRefunds/resources/v1/index.js +1 -1
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +5 -8
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +4 -6
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -4
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -3
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +2 -5
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +1 -3
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +3 -6
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +2 -4
- package/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +2 -2
- package/serialization/resources/patientRefunds/resources/v1/types/index.js +2 -2
- package/serialization/resources/payerPlanGroups/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/payerPlanGroups/resources/v1/client/create.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +1 -4
- package/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/payerPlanGroups/resources/v1/client/get.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
- package/serialization/resources/payerPlanGroups/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/payerPlanGroups/resources/v1/client/update.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/index.d.ts +1 -1
- package/serialization/resources/payerPlanGroups/resources/v1/index.js +1 -1
- package/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +3 -6
- package/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +2 -4
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +2 -5
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +2 -5
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +3 -6
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +2 -4
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +2 -5
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/types/index.d.ts +1 -1
- package/serialization/resources/payerPlanGroups/resources/v1/types/index.js +1 -1
- package/serialization/resources/payers/resources/v3/types/Payer.d.ts +3 -6
- package/serialization/resources/payers/resources/v3/types/Payer.js +2 -4
- package/serialization/resources/payers/resources/v3/types/PayerId.d.ts +1 -4
- package/serialization/resources/payers/resources/v3/types/PayerId.js +1 -3
- package/serialization/resources/payers/resources/v3/types/PayerIdentifier.d.ts +2 -5
- package/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +1 -3
- package/serialization/resources/payers/resources/v3/types/PayerInfo.d.ts +2 -5
- package/serialization/resources/payers/resources/v3/types/PayerInfo.js +1 -3
- package/serialization/resources/payers/resources/v3/types/PayerName.d.ts +1 -4
- package/serialization/resources/payers/resources/v3/types/PayerName.js +1 -3
- package/serialization/resources/payers/resources/v3/types/PayerPage.d.ts +3 -6
- package/serialization/resources/payers/resources/v3/types/PayerPage.js +2 -4
- package/serialization/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -4
- package/serialization/resources/payers/resources/v3/types/PayerUuid.js +1 -3
- package/serialization/resources/payers/resources/v3/types/index.d.ts +4 -4
- package/serialization/resources/payers/resources/v3/types/index.js +4 -4
- package/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +2 -5
- package/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +1 -3
- package/serialization/resources/payers/resources/v4/types/Payer.d.ts +5 -8
- package/serialization/resources/payers/resources/v4/types/Payer.js +4 -6
- package/serialization/resources/payers/resources/v4/types/PayerIds.d.ts +2 -5
- package/serialization/resources/payers/resources/v4/types/PayerIds.js +1 -3
- package/serialization/resources/payers/resources/v4/types/PayerPage.d.ts +3 -6
- package/serialization/resources/payers/resources/v4/types/PayerPage.js +2 -4
- package/serialization/resources/payers/resources/v4/types/PayerUuid.d.ts +1 -4
- package/serialization/resources/payers/resources/v4/types/PayerUuid.js +1 -3
- package/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +2 -5
- package/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.js +1 -3
- package/serialization/resources/payers/resources/v4/types/SupportState.d.ts +2 -5
- package/serialization/resources/payers/resources/v4/types/SupportState.js +1 -3
- package/serialization/resources/payers/resources/v4/types/index.d.ts +5 -5
- package/serialization/resources/payers/resources/v4/types/index.js +5 -5
- package/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -4
- package/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -3
- package/serialization/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +1 -4
- package/serialization/resources/pipelineCommons/types/ConfigurableRuleId.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +2 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +2 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +4 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/index.js +1 -1
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +3 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +2 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +2 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +4 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +4 -4
- package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/Address.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/Address.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/AddressUse.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/AddressUse.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/BaseModel.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/BaseModel.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +2 -4
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/ContactPoint.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/CoverageId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/Ethnicity.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +8 -9
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +7 -7
- package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/FilterQueryString.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/Gender.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/Gender.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/HumanName.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/HumanName.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/NameUse.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/NameUse.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/NoteId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/PageToken.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/PatientId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/PatientServiceFacility.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/{patients/resources/v1 → common}/types/PatientServiceFacility.js +3 -5
- package/serialization/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/PayerId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/Period.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/Period.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/Race.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/Race.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/Relationship.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/Relationship.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/Sex.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/Sex.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/SortDirection.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/SortDirection.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/TagId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/TagId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/UserId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/UserId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/index.d.ts +32 -31
- package/serialization/resources/preEncounter/resources/common/types/index.js +32 -31
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +4 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +6 -9
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +5 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +8 -10
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +7 -8
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +19 -19
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +19 -19
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +1 -1
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +2 -4
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +2 -4
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +2 -4
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +3 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +2 -4
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +2 -4
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +2 -4
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +3 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +2 -4
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +20 -20
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +20 -20
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/create.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/get.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/index.js +3 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/update.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/index.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/images/resources/v1/index.js +1 -1
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.js +2 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +2 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +4 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/index.js +4 -4
- package/serialization/resources/preEncounter/resources/index.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/index.js +3 -3
- package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +1 -3
- package/serialization/resources/preEncounter/resources/lists/resources/v1/index.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/lists/resources/v1/index.js +1 -1
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +3 -5
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +2 -4
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +3 -5
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +2 -4
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -3
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +3 -3
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.js +3 -3
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +1 -3
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +2 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +2 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +2 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +4 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +5 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +3 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +5 -8
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +4 -6
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +10 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +3 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +21 -23
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +20 -21
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +3 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +2 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +2 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +9 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +8 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.d.ts +7 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +39 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +10 -10
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +10 -10
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +1 -3
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +2 -4
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +2 -4
- package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -4
- package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -3
- package/serialization/resources/remits/resources/v1/types/Payee.d.ts +2 -5
- package/serialization/resources/remits/resources/v1/types/Payee.js +1 -3
- package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +2 -5
- package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +1 -3
- package/serialization/resources/remits/resources/v1/types/index.d.ts +1 -1
- package/serialization/resources/remits/resources/v1/types/index.js +1 -1
- package/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +3 -6
- package/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +2 -4
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +2 -5
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -3
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +2 -5
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -3
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +2 -5
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +1 -3
- package/serialization/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -4
- package/serialization/resources/serviceFacility/types/ServiceFacilityId.js +1 -3
- package/serialization/resources/serviceFacility/types/index.d.ts +3 -3
- package/serialization/resources/serviceFacility/types/index.js +3 -3
- package/serialization/resources/serviceLines/resources/v2/client/create.d.ts +1 -4
- package/serialization/resources/serviceLines/resources/v2/client/create.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +1 -4
- package/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +1 -4
- package/serialization/resources/serviceLines/resources/v2/client/delete.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -2
- package/serialization/resources/serviceLines/resources/v2/client/index.js +3 -3
- package/serialization/resources/serviceLines/resources/v2/client/update.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/client/update.js +2 -4
- package/serialization/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/client/updateUniversal.js +2 -4
- package/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -1
- package/serialization/resources/serviceLines/resources/v2/index.js +1 -1
- package/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +3 -6
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +2 -4
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +3 -6
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +2 -4
- package/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +12 -15
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +11 -13
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +5 -8
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +4 -6
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +5 -8
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +4 -6
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +7 -10
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +6 -8
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +5 -8
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +4 -6
- package/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/TestResult.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +13 -13
- package/serialization/resources/serviceLines/resources/v2/types/index.js +13 -13
- package/serialization/resources/superbills/resources/v1/client/createSuperbill.d.ts +1 -4
- package/serialization/resources/superbills/resources/v1/client/createSuperbill.js +1 -3
- package/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +2 -5
- package/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +1 -3
- package/serialization/resources/superbills/resources/v1/index.d.ts +1 -1
- package/serialization/resources/superbills/resources/v1/index.js +1 -1
- package/serialization/resources/superbills/resources/v1/types/Superbill.d.ts +2 -5
- package/serialization/resources/superbills/resources/v1/types/Superbill.js +1 -3
- package/serialization/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +2 -5
- package/serialization/resources/superbills/resources/v1/types/SuperbillResponse.js +1 -3
- package/serialization/resources/tags/types/Tag.d.ts +2 -5
- package/serialization/resources/tags/types/Tag.js +1 -3
- package/serialization/resources/tags/types/TagColorEnum.d.ts +2 -5
- package/serialization/resources/tags/types/TagColorEnum.js +1 -3
- package/serialization/resources/tags/types/TagCreate.d.ts +3 -6
- package/serialization/resources/tags/types/TagCreate.js +2 -4
- package/serialization/resources/tags/types/TagId.d.ts +1 -4
- package/serialization/resources/tags/types/TagId.js +1 -3
- package/serialization/resources/tags/types/index.d.ts +2 -2
- package/serialization/resources/tags/types/index.js +2 -2
- package/serialization/resources/tasks/resources/commons/types/TaskCategory.d.ts +2 -5
- package/serialization/resources/tasks/resources/commons/types/TaskCategory.js +1 -3
- package/serialization/resources/tasks/resources/commons/types/TaskStatus.d.ts +2 -5
- package/serialization/resources/tasks/resources/commons/types/TaskStatus.js +1 -3
- package/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +2 -5
- package/serialization/resources/tasks/resources/commons/types/TaskType.js +1 -3
- package/serialization/resources/tasks/resources/commons/types/index.d.ts +1 -1
- package/serialization/resources/tasks/resources/commons/types/index.js +1 -1
- package/serialization/resources/tasks/resources/index.d.ts +1 -1
- package/serialization/resources/tasks/resources/index.js +2 -2
- package/serialization/resources/tasks/resources/v3/client/get.d.ts +1 -4
- package/serialization/resources/tasks/resources/v3/client/get.js +1 -3
- package/serialization/resources/tasks/resources/v3/client/getMulti.d.ts +1 -4
- package/serialization/resources/tasks/resources/v3/client/getMulti.js +1 -3
- package/serialization/resources/tasks/resources/v3/client/index.d.ts +1 -1
- package/serialization/resources/tasks/resources/v3/client/index.js +2 -2
- package/serialization/resources/tasks/resources/v3/client/update.d.ts +1 -4
- package/serialization/resources/tasks/resources/v3/client/update.js +1 -3
- package/serialization/resources/tasks/resources/v3/index.d.ts +1 -1
- package/serialization/resources/tasks/resources/v3/index.js +1 -1
- package/serialization/resources/tasks/resources/v3/types/Task.d.ts +7 -10
- package/serialization/resources/tasks/resources/v3/types/Task.js +6 -8
- package/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskAction.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/TaskActionType.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskActionType.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/TaskActions.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskActions.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/TaskAssignment.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +4 -7
- package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +3 -5
- package/serialization/resources/tasks/resources/v3/types/TaskNote.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskNote.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/TaskPage.d.ts +3 -6
- package/serialization/resources/tasks/resources/v3/types/TaskPage.js +2 -4
- package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +3 -6
- package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +2 -4
- package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/index.d.ts +6 -6
- package/serialization/resources/tasks/resources/v3/types/index.js +6 -6
- package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -5
- package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +1 -3
- package/serialization/resources/writeOffs/resources/v1/index.d.ts +1 -1
- package/serialization/resources/writeOffs/resources/v1/index.js +1 -1
- package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +2 -5
- package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +1 -3
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +4 -7
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +3 -5
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +3 -6
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +2 -4
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +2 -5
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +1 -3
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +3 -6
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +2 -4
- package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +4 -7
- package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +3 -5
- package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +3 -6
- package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +2 -4
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +5 -8
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +4 -6
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +3 -6
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +2 -4
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +2 -5
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -3
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +3 -6
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +2 -4
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +3 -6
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +2 -4
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -4
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -3
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +2 -5
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +1 -3
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +3 -6
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +2 -4
- package/serialization/resources/writeOffs/resources/v1/types/index.d.ts +10 -10
- package/serialization/resources/writeOffs/resources/v1/types/index.js +10 -10
- package/serialization/resources/x12/resources/v1/types/Carc.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/Carc.js +1 -3
- package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/Rarc.js +1 -3
- package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.js +1 -3
- package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +4 -7
- package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +3 -5
- package/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/TypeOfCareCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/index.d.ts +8 -8
- package/serialization/resources/x12/resources/v1/types/index.js +8 -8
- package/serialization/resources/yesNoIndicator/types/YesNoIndicator.d.ts +2 -5
- package/serialization/resources/yesNoIndicator/types/YesNoIndicator.js +1 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +0 -10
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +0 -10
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +0 -13
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +0 -13
package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js
CHANGED
|
@@ -1,195 +1,568 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
5
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
4
|
exports.ServiceTypeCode = void 0;
|
|
5
|
+
/** Code identifying the type of service or benefit within a specific insurance policy (X12 008010 Element 1365) */
|
|
7
6
|
exports.ServiceTypeCode = {
|
|
7
|
+
/**
|
|
8
|
+
* Medical Care */
|
|
8
9
|
MedicalCare: "1",
|
|
10
|
+
/**
|
|
11
|
+
* Surgical */
|
|
9
12
|
Surgical: "2",
|
|
13
|
+
/**
|
|
14
|
+
* Consultation */
|
|
10
15
|
Consultation: "3",
|
|
16
|
+
/**
|
|
17
|
+
* Diagnostic X-Ray */
|
|
11
18
|
DiagnosticXRay: "4",
|
|
19
|
+
/**
|
|
20
|
+
* Diagnostic Lab */
|
|
12
21
|
DiagnosticLab: "5",
|
|
22
|
+
/**
|
|
23
|
+
* Radiation Therapy */
|
|
13
24
|
RadiationTherapy: "6",
|
|
25
|
+
/**
|
|
26
|
+
* Anesthesia */
|
|
14
27
|
Anesthesia: "7",
|
|
28
|
+
/**
|
|
29
|
+
* Surgical Assistance */
|
|
15
30
|
SurgicalAssistance: "8",
|
|
31
|
+
/**
|
|
32
|
+
* Other Medical */
|
|
16
33
|
OtherMedical: "9",
|
|
34
|
+
/**
|
|
35
|
+
* Blood Charges */
|
|
17
36
|
BloodCharges: "10",
|
|
37
|
+
/**
|
|
38
|
+
* Used Durable Medical Equipment */
|
|
18
39
|
UsedDurableMedicalEquipment: "11",
|
|
40
|
+
/**
|
|
41
|
+
* Durable Medical Equipment Purchase */
|
|
19
42
|
DurableMedicalEquipmentPurchase: "12",
|
|
43
|
+
/**
|
|
44
|
+
* Ambulatory Service Center Facility */
|
|
20
45
|
AmbulatorySurgicalCenterFacility: "13",
|
|
46
|
+
/**
|
|
47
|
+
* Renal Supplies in the Home */
|
|
21
48
|
RenalSuppliesInHome: "14",
|
|
49
|
+
/**
|
|
50
|
+
* Alternate Method Dialysis */
|
|
22
51
|
AlternateMethodDialysis: "15",
|
|
52
|
+
/**
|
|
53
|
+
* Chronic Renal Disease (CRD) Equipment */
|
|
23
54
|
ChronicRenalDiseaseEquipment: "16",
|
|
55
|
+
/**
|
|
56
|
+
* Pre-Admission Testing */
|
|
24
57
|
PreAdmissionTesting: "17",
|
|
58
|
+
/**
|
|
59
|
+
* Durable Medical Equipment Rental */
|
|
25
60
|
DurableMedicalEquipmentRental: "18",
|
|
61
|
+
/**
|
|
62
|
+
* Pneumonia Vaccine */
|
|
26
63
|
PneumoniaVaccine: "19",
|
|
64
|
+
/**
|
|
65
|
+
* Second Surgical Opinion */
|
|
27
66
|
SecondSurgicalOpinion: "20",
|
|
67
|
+
/**
|
|
68
|
+
* Third Surgical Opinion */
|
|
28
69
|
ThirdSurgicalOpinion: "21",
|
|
70
|
+
/**
|
|
71
|
+
* Social Work */
|
|
29
72
|
SocialWork: "22",
|
|
73
|
+
/**
|
|
74
|
+
* Diagnostic Dental */
|
|
30
75
|
DiagnosticDental: "23",
|
|
76
|
+
/**
|
|
77
|
+
* Periodontics */
|
|
31
78
|
Periodontics: "24",
|
|
79
|
+
/**
|
|
80
|
+
* Restorative */
|
|
32
81
|
Restorative: "25",
|
|
82
|
+
/**
|
|
83
|
+
* Endodontics */
|
|
33
84
|
Endodontics: "26",
|
|
85
|
+
/**
|
|
86
|
+
* Maxillofacial Prosthetics */
|
|
34
87
|
MaxillofacialProsthetics: "27",
|
|
88
|
+
/**
|
|
89
|
+
* Adjunctive Dental Services */
|
|
35
90
|
AdjunctiveDentalServices: "28",
|
|
91
|
+
/**
|
|
92
|
+
* Health Benefit Plan Coverage */
|
|
36
93
|
HealthBenefitPlanCoverage: "30",
|
|
94
|
+
/**
|
|
95
|
+
* Plan Waiting Period */
|
|
37
96
|
PlanWaitingPeriod: "32",
|
|
97
|
+
/**
|
|
98
|
+
* Chiropractic */
|
|
38
99
|
Chiropractic: "33",
|
|
100
|
+
/**
|
|
101
|
+
* Chiropractic Office Visits */
|
|
39
102
|
ChiropracticOfficeVisits: "34",
|
|
103
|
+
/**
|
|
104
|
+
* Dental Care */
|
|
40
105
|
DentalCare: "35",
|
|
106
|
+
/**
|
|
107
|
+
* Dental Crowns */
|
|
41
108
|
DentalCrowns: "36",
|
|
109
|
+
/**
|
|
110
|
+
* Dental Accident */
|
|
42
111
|
DentalAccident: "37",
|
|
112
|
+
/**
|
|
113
|
+
* Orthodontics */
|
|
43
114
|
Orthodontics: "38",
|
|
115
|
+
/**
|
|
116
|
+
* Prosthodontics */
|
|
44
117
|
Prosthodontics: "39",
|
|
118
|
+
/**
|
|
119
|
+
* Oral Surgery */
|
|
45
120
|
OralSurgery: "40",
|
|
121
|
+
/**
|
|
122
|
+
* Routine (Preventive) Dental */
|
|
46
123
|
RoutinePreventiveDental: "41",
|
|
124
|
+
/**
|
|
125
|
+
* Home Health Care */
|
|
47
126
|
HomeHealthCare: "42",
|
|
127
|
+
/**
|
|
128
|
+
* Home Health Prescriptions */
|
|
48
129
|
HomeHealthPrescriptions: "43",
|
|
130
|
+
/**
|
|
131
|
+
* Home Health Visits */
|
|
49
132
|
HomeHealthVisits: "44",
|
|
133
|
+
/**
|
|
134
|
+
* Hospice */
|
|
50
135
|
Hospice: "45",
|
|
136
|
+
/**
|
|
137
|
+
* Respite Care */
|
|
51
138
|
RespiteCare: "46",
|
|
139
|
+
/**
|
|
140
|
+
* Hospital */
|
|
52
141
|
Hospital: "47",
|
|
142
|
+
/**
|
|
143
|
+
* Hospital - Inpatient */
|
|
53
144
|
HospitalInpatient: "48",
|
|
145
|
+
/**
|
|
146
|
+
* Hospital - Room and Board */
|
|
54
147
|
HospitalRoomAndBoard: "49",
|
|
148
|
+
/**
|
|
149
|
+
* Hospital - Outpatient */
|
|
55
150
|
HospitalOutpatient: "50",
|
|
151
|
+
/**
|
|
152
|
+
* Hospital - Emergency Accident */
|
|
56
153
|
HospitalEmergencyAccident: "51",
|
|
154
|
+
/**
|
|
155
|
+
* Hospital - Emergency Medical */
|
|
57
156
|
HospitalEmergencyMedical: "52",
|
|
157
|
+
/**
|
|
158
|
+
* Hospital - Ambulatory Surgical */
|
|
58
159
|
HospitalAmbulatorySurgical: "53",
|
|
160
|
+
/**
|
|
161
|
+
* Long Term Care */
|
|
59
162
|
LongTermCare: "54",
|
|
163
|
+
/**
|
|
164
|
+
* Major Medical */
|
|
60
165
|
MajorMedical: "55",
|
|
166
|
+
/**
|
|
167
|
+
* Medically Related Transportation */
|
|
61
168
|
MedicallyRelatedTransportation: "56",
|
|
169
|
+
/**
|
|
170
|
+
* Air Transportation */
|
|
62
171
|
AirTransportation: "57",
|
|
172
|
+
/**
|
|
173
|
+
* Cabulance */
|
|
63
174
|
Cabulance: "58",
|
|
175
|
+
/**
|
|
176
|
+
* Licensed Ambulance */
|
|
64
177
|
LicensedAmbulance: "59",
|
|
178
|
+
/**
|
|
179
|
+
* General Benefits */
|
|
65
180
|
GeneralBenefits: "60",
|
|
181
|
+
/**
|
|
182
|
+
* In-vitro Fertilization */
|
|
66
183
|
InVitroFertilization: "61",
|
|
184
|
+
/**
|
|
185
|
+
* MRI/CAT Scan */
|
|
67
186
|
MricatScan: "62",
|
|
187
|
+
/**
|
|
188
|
+
* Donor Procedures */
|
|
68
189
|
DonorProcedures: "63",
|
|
190
|
+
/**
|
|
191
|
+
* Acupuncture */
|
|
69
192
|
Acupuncture: "64",
|
|
193
|
+
/**
|
|
194
|
+
* Newborn Care */
|
|
70
195
|
NewbornCare: "65",
|
|
196
|
+
/**
|
|
197
|
+
* Pathology */
|
|
71
198
|
Pathology: "66",
|
|
199
|
+
/**
|
|
200
|
+
* Smoking Cessation */
|
|
72
201
|
SmokingCessation: "67",
|
|
202
|
+
/**
|
|
203
|
+
* Well Baby Care */
|
|
73
204
|
WellBabyCare: "68",
|
|
205
|
+
/**
|
|
206
|
+
* Maternity */
|
|
74
207
|
Maternity: "69",
|
|
208
|
+
/**
|
|
209
|
+
* Transplants */
|
|
75
210
|
Transplants: "70",
|
|
211
|
+
/**
|
|
212
|
+
* Audiology Exam */
|
|
76
213
|
AudiologyExam: "71",
|
|
214
|
+
/**
|
|
215
|
+
* Inhalation Therapy */
|
|
77
216
|
InhalationTherapy: "72",
|
|
217
|
+
/**
|
|
218
|
+
* Diagnostic Medical */
|
|
78
219
|
DiagnosticMedical: "73",
|
|
220
|
+
/**
|
|
221
|
+
* Private Duty Nursing */
|
|
79
222
|
PrivateDutyNursing: "74",
|
|
223
|
+
/**
|
|
224
|
+
* Prosthetic Device */
|
|
80
225
|
ProstheticDevice: "75",
|
|
226
|
+
/**
|
|
227
|
+
* Dialysis */
|
|
81
228
|
Dialysis: "76",
|
|
229
|
+
/**
|
|
230
|
+
* Otological Exam */
|
|
82
231
|
OtologicalExam: "77",
|
|
232
|
+
/**
|
|
233
|
+
* Chemotherapy */
|
|
83
234
|
Chemotherapy: "78",
|
|
235
|
+
/**
|
|
236
|
+
* Allergy Testing */
|
|
84
237
|
AllergyTesting: "79",
|
|
238
|
+
/**
|
|
239
|
+
* Immunizations */
|
|
85
240
|
Immunizations: "80",
|
|
241
|
+
/**
|
|
242
|
+
* Routine Physical */
|
|
86
243
|
RoutinePhysical: "81",
|
|
244
|
+
/**
|
|
245
|
+
* Family Planning */
|
|
87
246
|
FamilyPlanning: "82",
|
|
247
|
+
/**
|
|
248
|
+
* Infertility */
|
|
88
249
|
Infertility: "83",
|
|
250
|
+
/**
|
|
251
|
+
* Abortion */
|
|
89
252
|
Abortion: "84",
|
|
253
|
+
/**
|
|
254
|
+
* AIDS */
|
|
90
255
|
Aids: "85",
|
|
256
|
+
/**
|
|
257
|
+
* Emergency Services */
|
|
91
258
|
EmergencyServices: "86",
|
|
259
|
+
/**
|
|
260
|
+
* Cancer */
|
|
92
261
|
Cancer: "87",
|
|
262
|
+
/**
|
|
263
|
+
* Pharmacy */
|
|
93
264
|
Pharmacy: "88",
|
|
265
|
+
/**
|
|
266
|
+
* Free Standing Prescription Drug */
|
|
94
267
|
FreeStandingPrescriptionDrug: "89",
|
|
268
|
+
/**
|
|
269
|
+
* Mail Order Prescription Drug */
|
|
95
270
|
MailOrderPrescriptionDrug: "90",
|
|
271
|
+
/**
|
|
272
|
+
* Brand Name Prescription Drug */
|
|
96
273
|
BrandNamePrescriptionDrug: "91",
|
|
274
|
+
/**
|
|
275
|
+
* Generic Prescription Drug */
|
|
97
276
|
GenericPrescriptionDrug: "92",
|
|
277
|
+
/**
|
|
278
|
+
* Podiatry */
|
|
98
279
|
Podiatry: "93",
|
|
280
|
+
/**
|
|
281
|
+
* Podiatry - Office Visits */
|
|
99
282
|
PodiatryOfficeVisits: "94",
|
|
283
|
+
/**
|
|
284
|
+
* Podiatry - Nursing Home Visits */
|
|
100
285
|
PodiatryNursingHomeVisits: "95",
|
|
286
|
+
/**
|
|
287
|
+
* Professional (Physician) */
|
|
101
288
|
ProfessionalPhysician: "96",
|
|
289
|
+
/**
|
|
290
|
+
* Anesthesiologist */
|
|
102
291
|
Anesthesiologist: "97",
|
|
292
|
+
/**
|
|
293
|
+
* Professional (Physician) Visit - Office */
|
|
103
294
|
ProfessionalPhysicianVisitOffice: "98",
|
|
295
|
+
/**
|
|
296
|
+
* Professional (Physician) Visit - Inpatient */
|
|
104
297
|
ProfessionalPhysicianVisitInpatient: "99",
|
|
298
|
+
/**
|
|
299
|
+
* Professional (Physician) Visit - Outpatient */
|
|
105
300
|
ProfessionalPhysicianVisitOutpatient: "A0",
|
|
301
|
+
/**
|
|
302
|
+
* Professional (Physician) Visit - Nursing Home */
|
|
106
303
|
ProfessionalPhysicianVisitNursingHome: "A1",
|
|
304
|
+
/**
|
|
305
|
+
* Professional (Physician) Visit - Skilled Nursing Facility */
|
|
107
306
|
ProfessionalPhysicianVisitSkilledNursingFacility: "A2",
|
|
307
|
+
/**
|
|
308
|
+
* Professional (Physician) Visit - Home */
|
|
108
309
|
ProfessionalPhysicianVisitHome: "A3",
|
|
310
|
+
/**
|
|
311
|
+
* Psychiatric */
|
|
109
312
|
Psychiatric: "A4",
|
|
313
|
+
/**
|
|
314
|
+
* Psychiatric - Room and Board */
|
|
110
315
|
PsychiatricRoomAndBoard: "A5",
|
|
316
|
+
/**
|
|
317
|
+
* Psychotherapy */
|
|
111
318
|
Psychotherapy: "A6",
|
|
319
|
+
/**
|
|
320
|
+
* Psychiatric - Inpatient */
|
|
112
321
|
PsychiatricInpatient: "A7",
|
|
322
|
+
/**
|
|
323
|
+
* Psychiatric - Outpatient */
|
|
113
324
|
PsychiatricOutpatient: "A8",
|
|
325
|
+
/**
|
|
326
|
+
* Rehabilitation */
|
|
114
327
|
Rehabilitation: "A9",
|
|
328
|
+
/**
|
|
329
|
+
* Rehabilitation - Room and Board */
|
|
115
330
|
RehabilitationRoomAndBoard: "AA",
|
|
331
|
+
/**
|
|
332
|
+
* Rehabilitation - Inpatient */
|
|
116
333
|
RehabilitationInpatient: "AB",
|
|
334
|
+
/**
|
|
335
|
+
* Rehabilitation - Outpatient */
|
|
117
336
|
RehabilitationOutpatient: "AC",
|
|
337
|
+
/**
|
|
338
|
+
* Occupational Therapy */
|
|
118
339
|
OccupationalTherapy: "AD",
|
|
340
|
+
/**
|
|
341
|
+
* Physical Medicine */
|
|
119
342
|
PhysicalMedicine: "AE",
|
|
343
|
+
/**
|
|
344
|
+
* Speech Therapy */
|
|
120
345
|
SpeechTherapy: "AF",
|
|
346
|
+
/**
|
|
347
|
+
* Skilled Nursing Care */
|
|
121
348
|
SkilledNursingCare: "AG",
|
|
349
|
+
/**
|
|
350
|
+
* Skilled Nursing Care - Room and Board */
|
|
122
351
|
SkilledNursingCareRoomAndBoard: "AH",
|
|
352
|
+
/**
|
|
353
|
+
* Substance Abuse */
|
|
123
354
|
SubstanceAbuse: "AI",
|
|
355
|
+
/**
|
|
356
|
+
* Alcoholism */
|
|
124
357
|
Alcoholism: "AJ",
|
|
358
|
+
/**
|
|
359
|
+
* Drug Addiction */
|
|
125
360
|
DrugAddiction: "AK",
|
|
361
|
+
/**
|
|
362
|
+
* Vision (Optometry) */
|
|
126
363
|
VisionOptometry: "AL",
|
|
364
|
+
/**
|
|
365
|
+
* Frames */
|
|
127
366
|
Frames: "AM",
|
|
367
|
+
/**
|
|
368
|
+
* Routine Exam */
|
|
128
369
|
RoutineExam: "AN",
|
|
370
|
+
/**
|
|
371
|
+
* Lenses */
|
|
129
372
|
Lenses: "AO",
|
|
373
|
+
/**
|
|
374
|
+
* Nonmedically Necessary Physical */
|
|
130
375
|
NonmedicallyNecessaryPhysical: "AQ",
|
|
376
|
+
/**
|
|
377
|
+
* Experimental Drug Therapy */
|
|
131
378
|
ExperimentalDrugTherapy: "AR",
|
|
379
|
+
/**
|
|
380
|
+
* Burn Care */
|
|
132
381
|
BurnCare: "B1",
|
|
382
|
+
/**
|
|
383
|
+
* Brand Name Prescription Drug - Formulary */
|
|
133
384
|
BrandNamePrescriptionDrugFormulary: "B2",
|
|
385
|
+
/**
|
|
386
|
+
* Brand Name Prescription Drug - Non-Formulary */
|
|
134
387
|
BrandNamePrescriptionDrugNonFormulary: "B3",
|
|
388
|
+
/**
|
|
389
|
+
* Independent Medical Evaluation */
|
|
135
390
|
IndependentMedicalEvaluation: "BA",
|
|
391
|
+
/**
|
|
392
|
+
* Partial Hospitalization (Psychiatric) */
|
|
136
393
|
PartialHospitalizationPsychiatric: "BB",
|
|
394
|
+
/**
|
|
395
|
+
* Day Care (Psychiatric) */
|
|
137
396
|
DayCarePsychiatric: "BC",
|
|
397
|
+
/**
|
|
398
|
+
* Cognitive Therapy */
|
|
138
399
|
CognitiveTherapy: "BD",
|
|
400
|
+
/**
|
|
401
|
+
* Massage Therapy */
|
|
139
402
|
MassageTherapy: "BE",
|
|
403
|
+
/**
|
|
404
|
+
* Pulmonary Rehabilitation */
|
|
140
405
|
PulmonaryRehabilitation: "BF",
|
|
406
|
+
/**
|
|
407
|
+
* Cardiac Rehabilitation */
|
|
141
408
|
CardiacRehabilitation: "BG",
|
|
409
|
+
/**
|
|
410
|
+
* Pediatric */
|
|
142
411
|
Pediatric: "BH",
|
|
412
|
+
/**
|
|
413
|
+
* Nursery */
|
|
143
414
|
Nursery: "BI",
|
|
415
|
+
/**
|
|
416
|
+
* Skin */
|
|
144
417
|
Skin: "BJ",
|
|
418
|
+
/**
|
|
419
|
+
* Orthopedic */
|
|
145
420
|
Orthopedic: "BK",
|
|
421
|
+
/**
|
|
422
|
+
* Cardiac */
|
|
146
423
|
Cardiac: "BL",
|
|
424
|
+
/**
|
|
425
|
+
* Lymphatic */
|
|
147
426
|
Lymphatic: "BM",
|
|
427
|
+
/**
|
|
428
|
+
* Gastrointestinal */
|
|
148
429
|
Gastrointestinal: "BN",
|
|
430
|
+
/**
|
|
431
|
+
* Endocrine */
|
|
149
432
|
Endocrine: "BP",
|
|
433
|
+
/**
|
|
434
|
+
* Neurology */
|
|
150
435
|
Neurology: "BQ",
|
|
436
|
+
/**
|
|
437
|
+
* Eye */
|
|
151
438
|
Eye: "BR",
|
|
439
|
+
/**
|
|
440
|
+
* Invasive Procedures */
|
|
152
441
|
InvasiveProcedures: "BS",
|
|
442
|
+
/**
|
|
443
|
+
* Gynecological */
|
|
153
444
|
Gynecological: "BT",
|
|
445
|
+
/**
|
|
446
|
+
* Obstetrical */
|
|
154
447
|
Obstetrical: "BU",
|
|
448
|
+
/**
|
|
449
|
+
* Obstetrical/Gynecological */
|
|
155
450
|
ObstetricalGynecological: "BV",
|
|
451
|
+
/**
|
|
452
|
+
* Mail Order Prescription Drug - Brand Name */
|
|
156
453
|
MailOrderPrescriptionDrugBrandName: "BW",
|
|
454
|
+
/**
|
|
455
|
+
* Mail Order Prescription Drug - Generic */
|
|
157
456
|
MailOrderPrescriptionDrugGeneric: "BX",
|
|
457
|
+
/**
|
|
458
|
+
* Physician Visit - Office - Sick */
|
|
158
459
|
PhysicianVisitOfficeSick: "BY",
|
|
460
|
+
/**
|
|
461
|
+
* Physician Visit - Office - Well */
|
|
159
462
|
PhysicianVisitOfficeWell: "BZ",
|
|
463
|
+
/**
|
|
464
|
+
* Coronary Care */
|
|
160
465
|
CoronaryCare: "C1",
|
|
466
|
+
/**
|
|
467
|
+
* Private Duty Nursing - Inpatient */
|
|
161
468
|
PrivateDutyNursingInpatient: "CA",
|
|
469
|
+
/**
|
|
470
|
+
* Private Duty Nursing - Home */
|
|
162
471
|
PrivateDutyNursingHome: "CB",
|
|
472
|
+
/**
|
|
473
|
+
* Surgical Benefits - Professional (Physician) */
|
|
163
474
|
SurgicalBenefitsProfessionalPhysician: "CC",
|
|
475
|
+
/**
|
|
476
|
+
* Surgical Benefits - Facility */
|
|
164
477
|
SurgicalBenefitsFacility: "CD",
|
|
478
|
+
/**
|
|
479
|
+
* Mental Health Provider - Inpatient */
|
|
165
480
|
MentalHealthProviderInpatient: "CE",
|
|
481
|
+
/**
|
|
482
|
+
* Mental Health Provider - Outpatient */
|
|
166
483
|
MentalHealthProviderOutpatient: "CF",
|
|
484
|
+
/**
|
|
485
|
+
* Mental Health Facility - Inpatient */
|
|
167
486
|
MentalHealthFacilityInpatient: "CG",
|
|
487
|
+
/**
|
|
488
|
+
* Mental Health Facility - Outpatient */
|
|
168
489
|
MentalHealthFacilityOutpatient: "CH",
|
|
490
|
+
/**
|
|
491
|
+
* Substance Abuse Facility - Inpatient */
|
|
169
492
|
SubstanceAbuseFacilityInpatient: "CI",
|
|
493
|
+
/**
|
|
494
|
+
* Substance Abuse Facility - Outpatient */
|
|
170
495
|
SubstanceAbuseFacilityOutpatient: "CJ",
|
|
496
|
+
/**
|
|
497
|
+
* Screening X-ray */
|
|
171
498
|
ScreeningXRay: "CK",
|
|
499
|
+
/**
|
|
500
|
+
* Screening laboratory */
|
|
172
501
|
ScreeningLaboratory: "CL",
|
|
502
|
+
/**
|
|
503
|
+
* Mammogram, High Risk Patient */
|
|
173
504
|
MammogramHighRiskPatient: "CM",
|
|
505
|
+
/**
|
|
506
|
+
* Mammogram, Low Risk Patient */
|
|
174
507
|
MammogramLowRiskPatient: "CN",
|
|
508
|
+
/**
|
|
509
|
+
* Flu Vaccination */
|
|
175
510
|
FluVaccination: "CO",
|
|
511
|
+
/**
|
|
512
|
+
* Eyewear and Eyewear Accessories */
|
|
176
513
|
EyewearAndEyewearAccessories: "CP",
|
|
514
|
+
/**
|
|
515
|
+
* Case Management */
|
|
177
516
|
CaseManagement: "CQ",
|
|
517
|
+
/**
|
|
518
|
+
* Dermatology */
|
|
178
519
|
Dermatology: "DG",
|
|
520
|
+
/**
|
|
521
|
+
* Durable Medical Equipment */
|
|
179
522
|
DurableMedicalEquipment: "DM",
|
|
523
|
+
/**
|
|
524
|
+
* Diabetic Supplies */
|
|
180
525
|
DiabeticSupplies: "DS",
|
|
526
|
+
/**
|
|
527
|
+
* Generic Prescription Drug - Formulary */
|
|
181
528
|
GenericPrescriptionDrugFormulary: "GF",
|
|
529
|
+
/**
|
|
530
|
+
* Generic Prescription Drug - Non-Formulary */
|
|
182
531
|
GenericPrescriptionDrugNonFormulary: "GN",
|
|
532
|
+
/**
|
|
533
|
+
* Allergy */
|
|
183
534
|
Allergy: "GY",
|
|
535
|
+
/**
|
|
536
|
+
* Intensive Care */
|
|
184
537
|
IntensiveCare: "IC",
|
|
538
|
+
/**
|
|
539
|
+
* Mental Health */
|
|
185
540
|
MentalHealth: "MH",
|
|
541
|
+
/**
|
|
542
|
+
* Neonatal Intensive Care */
|
|
186
543
|
NeonatalIntensiveCare: "NI",
|
|
544
|
+
/**
|
|
545
|
+
* Oncology */
|
|
187
546
|
Oncology: "ON",
|
|
547
|
+
/**
|
|
548
|
+
* Physical Therapy */
|
|
188
549
|
PhysicalTherapy: "PT",
|
|
550
|
+
/**
|
|
551
|
+
* Pulmonary */
|
|
189
552
|
Pulmonary: "PU",
|
|
553
|
+
/**
|
|
554
|
+
* Renal */
|
|
190
555
|
Renal: "RN",
|
|
556
|
+
/**
|
|
557
|
+
* Residential Psychiatric Treatment */
|
|
191
558
|
ResidentialPsychiatricTreatment: "RT",
|
|
559
|
+
/**
|
|
560
|
+
* Transitional Care */
|
|
192
561
|
TransitionalCare: "TC",
|
|
562
|
+
/**
|
|
563
|
+
* Transitional Nursery Care */
|
|
193
564
|
TransitionalNurseryCare: "TN",
|
|
565
|
+
/**
|
|
566
|
+
* Urgent Care */
|
|
194
567
|
UrgentCare: "UC",
|
|
195
568
|
};
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as CandidApi from "../../../../../../../index";
|
|
1
|
+
import type * as CandidApi from "../../../../../../../index";
|
|
5
2
|
export interface Subscriber {
|
|
6
3
|
name: CandidApi.preEncounter.HumanName;
|
|
7
4
|
dateOfBirth?: string;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./
|
|
3
|
-
export * from "./LatestEligibilityCheck";
|
|
1
|
+
export * from "./Address";
|
|
2
|
+
export * from "./BenefitsRelatedEntity";
|
|
4
3
|
export * from "./BenefitType";
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./CoverageValue";
|
|
4
|
+
export * from "./Coverage";
|
|
7
5
|
export * from "./CoverageBenefits";
|
|
8
6
|
export * from "./CoverageDetails";
|
|
9
|
-
export * from "./
|
|
10
|
-
export * from "./PlanCoverageDetails";
|
|
11
|
-
export * from "./ServiceCoverage";
|
|
12
|
-
export * from "./ServiceCoverageDetails";
|
|
13
|
-
export * from "./PlanMetadata";
|
|
14
|
-
export * from "./PlanDate";
|
|
7
|
+
export * from "./CoverageEligibilityCheckResponse";
|
|
15
8
|
export * from "./CoverageLevel";
|
|
9
|
+
export * from "./CoverageStatus";
|
|
10
|
+
export * from "./CoveragesPage";
|
|
11
|
+
export * from "./CoverageValue";
|
|
16
12
|
export * from "./CoverageValueUnit";
|
|
17
|
-
export * from "./Subscriber";
|
|
18
|
-
export * from "./MemberInfo";
|
|
19
|
-
export * from "./Address";
|
|
20
13
|
export * from "./ExpandedMemberInfo";
|
|
21
|
-
export * from "./CoverageStatus";
|
|
22
|
-
export * from "./NetworkType";
|
|
23
14
|
export * from "./InsurancePlan";
|
|
15
|
+
export * from "./InsuranceTypeCode";
|
|
16
|
+
export * from "./LatestEligibilityCheck";
|
|
17
|
+
export * from "./MemberInfo";
|
|
24
18
|
export * from "./MutableCoverage";
|
|
25
|
-
export * from "./
|
|
26
|
-
export * from "./
|
|
19
|
+
export * from "./NetworkType";
|
|
20
|
+
export * from "./PayerPlanGroupFields";
|
|
21
|
+
export * from "./PlanCoverage";
|
|
22
|
+
export * from "./PlanCoverageDetails";
|
|
23
|
+
export * from "./PlanDate";
|
|
24
|
+
export * from "./PlanMetadata";
|
|
27
25
|
export * from "./RelatedEntityContact";
|
|
28
|
-
export * from "./
|
|
26
|
+
export * from "./ServiceCoverage";
|
|
27
|
+
export * from "./ServiceCoverageDetails";
|
|
29
28
|
export * from "./ServiceTypeCode";
|
|
29
|
+
export * from "./Subscriber";
|
|
@@ -14,32 +14,32 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./
|
|
19
|
-
__exportStar(require("./LatestEligibilityCheck"), exports);
|
|
17
|
+
__exportStar(require("./Address"), exports);
|
|
18
|
+
__exportStar(require("./BenefitsRelatedEntity"), exports);
|
|
20
19
|
__exportStar(require("./BenefitType"), exports);
|
|
21
|
-
__exportStar(require("./
|
|
22
|
-
__exportStar(require("./CoverageValue"), exports);
|
|
20
|
+
__exportStar(require("./Coverage"), exports);
|
|
23
21
|
__exportStar(require("./CoverageBenefits"), exports);
|
|
24
22
|
__exportStar(require("./CoverageDetails"), exports);
|
|
25
|
-
__exportStar(require("./
|
|
26
|
-
__exportStar(require("./PlanCoverageDetails"), exports);
|
|
27
|
-
__exportStar(require("./ServiceCoverage"), exports);
|
|
28
|
-
__exportStar(require("./ServiceCoverageDetails"), exports);
|
|
29
|
-
__exportStar(require("./PlanMetadata"), exports);
|
|
30
|
-
__exportStar(require("./PlanDate"), exports);
|
|
23
|
+
__exportStar(require("./CoverageEligibilityCheckResponse"), exports);
|
|
31
24
|
__exportStar(require("./CoverageLevel"), exports);
|
|
25
|
+
__exportStar(require("./CoverageStatus"), exports);
|
|
26
|
+
__exportStar(require("./CoveragesPage"), exports);
|
|
27
|
+
__exportStar(require("./CoverageValue"), exports);
|
|
32
28
|
__exportStar(require("./CoverageValueUnit"), exports);
|
|
33
|
-
__exportStar(require("./Subscriber"), exports);
|
|
34
|
-
__exportStar(require("./MemberInfo"), exports);
|
|
35
|
-
__exportStar(require("./Address"), exports);
|
|
36
29
|
__exportStar(require("./ExpandedMemberInfo"), exports);
|
|
37
|
-
__exportStar(require("./CoverageStatus"), exports);
|
|
38
|
-
__exportStar(require("./NetworkType"), exports);
|
|
39
30
|
__exportStar(require("./InsurancePlan"), exports);
|
|
31
|
+
__exportStar(require("./InsuranceTypeCode"), exports);
|
|
32
|
+
__exportStar(require("./LatestEligibilityCheck"), exports);
|
|
33
|
+
__exportStar(require("./MemberInfo"), exports);
|
|
40
34
|
__exportStar(require("./MutableCoverage"), exports);
|
|
41
|
-
__exportStar(require("./
|
|
42
|
-
__exportStar(require("./
|
|
35
|
+
__exportStar(require("./NetworkType"), exports);
|
|
36
|
+
__exportStar(require("./PayerPlanGroupFields"), exports);
|
|
37
|
+
__exportStar(require("./PlanCoverage"), exports);
|
|
38
|
+
__exportStar(require("./PlanCoverageDetails"), exports);
|
|
39
|
+
__exportStar(require("./PlanDate"), exports);
|
|
40
|
+
__exportStar(require("./PlanMetadata"), exports);
|
|
43
41
|
__exportStar(require("./RelatedEntityContact"), exports);
|
|
44
|
-
__exportStar(require("./
|
|
42
|
+
__exportStar(require("./ServiceCoverage"), exports);
|
|
43
|
+
__exportStar(require("./ServiceCoverageDetails"), exports);
|
|
45
44
|
__exportStar(require("./ServiceTypeCode"), exports);
|
|
45
|
+
__exportStar(require("./Subscriber"), exports);
|