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
|
@@ -1,7 +1,5 @@
|
|
|
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
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
4
|
if (k2 === undefined) k2 = k;
|
|
7
5
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -46,11 +44,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
46
44
|
};
|
|
47
45
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
46
|
exports.V1 = void 0;
|
|
49
|
-
const environments = __importStar(require("../../../../../../environments"));
|
|
50
47
|
const core = __importStar(require("../../../../../../core"));
|
|
51
|
-
const CandidApi = __importStar(require("../../../../../index"));
|
|
52
48
|
const headers_1 = require("../../../../../../core/headers");
|
|
49
|
+
const environments = __importStar(require("../../../../../../environments"));
|
|
53
50
|
const serializers = __importStar(require("../../../../../../serialization/index"));
|
|
51
|
+
const CandidApi = __importStar(require("../../../../../index"));
|
|
54
52
|
class V1 {
|
|
55
53
|
constructor(_options = {}) {
|
|
56
54
|
this._options = _options;
|
|
@@ -72,8 +70,8 @@ class V1 {
|
|
|
72
70
|
}
|
|
73
71
|
__create(request, requestOptions) {
|
|
74
72
|
return __awaiter(this, void 0, void 0, function* () {
|
|
75
|
-
var _a, _b, _c, _d;
|
|
76
|
-
|
|
73
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
74
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
77
75
|
const _response = yield core.fetcher({
|
|
78
76
|
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, "/api/charge_captures/v1"),
|
|
79
77
|
method: "POST",
|
|
@@ -84,8 +82,8 @@ class V1 {
|
|
|
84
82
|
body: serializers.chargeCapture.v1.CreateChargeCaptureRequest.jsonOrThrow(request, {
|
|
85
83
|
unrecognizedObjectKeys: "strip",
|
|
86
84
|
}),
|
|
87
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds)
|
|
88
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
85
|
+
timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
|
|
86
|
+
maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
|
|
89
87
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
90
88
|
});
|
|
91
89
|
if (_response.ok) {
|
|
@@ -105,7 +103,7 @@ class V1 {
|
|
|
105
103
|
};
|
|
106
104
|
}
|
|
107
105
|
if (_response.error.reason === "status-code") {
|
|
108
|
-
switch ((
|
|
106
|
+
switch ((_j = _response.error.body) === null || _j === void 0 ? void 0 : _j.errorName) {
|
|
109
107
|
case "EntityNotFoundError":
|
|
110
108
|
case "UnauthorizedError":
|
|
111
109
|
case "HttpRequestValidationsError":
|
|
@@ -174,8 +172,8 @@ class V1 {
|
|
|
174
172
|
}
|
|
175
173
|
__createFromPreEncounterPatient(request, requestOptions) {
|
|
176
174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
177
|
-
var _a, _b, _c, _d;
|
|
178
|
-
|
|
175
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
176
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
179
177
|
const _response = yield core.fetcher({
|
|
180
178
|
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, "/api/charge_captures/v1/create-from-pre-encounter"),
|
|
181
179
|
method: "POST",
|
|
@@ -186,8 +184,8 @@ class V1 {
|
|
|
186
184
|
body: serializers.chargeCapture.v1.CreateChargeCaptureFromPreEncounterRequest.jsonOrThrow(request, {
|
|
187
185
|
unrecognizedObjectKeys: "strip",
|
|
188
186
|
}),
|
|
189
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds)
|
|
190
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
187
|
+
timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
|
|
188
|
+
maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
|
|
191
189
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
192
190
|
});
|
|
193
191
|
if (_response.ok) {
|
|
@@ -207,7 +205,7 @@ class V1 {
|
|
|
207
205
|
};
|
|
208
206
|
}
|
|
209
207
|
if (_response.error.reason === "status-code") {
|
|
210
|
-
switch ((
|
|
208
|
+
switch ((_j = _response.error.body) === null || _j === void 0 ? void 0 : _j.errorName) {
|
|
211
209
|
case "EntityNotFoundError":
|
|
212
210
|
case "UnauthorizedError":
|
|
213
211
|
case "HttpRequestValidationsError":
|
|
@@ -253,10 +251,10 @@ class V1 {
|
|
|
253
251
|
}
|
|
254
252
|
__update(chargeCaptureId_1) {
|
|
255
253
|
return __awaiter(this, arguments, void 0, function* (chargeCaptureId, request = {}, requestOptions) {
|
|
256
|
-
var _a, _b, _c, _d;
|
|
257
|
-
|
|
254
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
255
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
258
256
|
const _response = yield core.fetcher({
|
|
259
|
-
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, `/api/charge_captures/v1/${
|
|
257
|
+
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, `/api/charge_captures/v1/${core.url.encodePathParam(serializers.ChargeCaptureId.jsonOrThrow(chargeCaptureId))}`),
|
|
260
258
|
method: "PATCH",
|
|
261
259
|
headers: _headers,
|
|
262
260
|
contentType: "application/json",
|
|
@@ -265,8 +263,8 @@ class V1 {
|
|
|
265
263
|
body: serializers.chargeCapture.v1.ChargeCaptureUpdate.jsonOrThrow(request, {
|
|
266
264
|
unrecognizedObjectKeys: "strip",
|
|
267
265
|
}),
|
|
268
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds)
|
|
269
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
266
|
+
timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
|
|
267
|
+
maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
|
|
270
268
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
271
269
|
});
|
|
272
270
|
if (_response.ok) {
|
|
@@ -286,7 +284,7 @@ class V1 {
|
|
|
286
284
|
};
|
|
287
285
|
}
|
|
288
286
|
if (_response.error.reason === "status-code") {
|
|
289
|
-
switch ((
|
|
287
|
+
switch ((_j = _response.error.body) === null || _j === void 0 ? void 0 : _j.errorName) {
|
|
290
288
|
case "EntityNotFoundError":
|
|
291
289
|
case "UnauthorizedError":
|
|
292
290
|
case "HttpRequestValidationsError":
|
|
@@ -329,15 +327,15 @@ class V1 {
|
|
|
329
327
|
}
|
|
330
328
|
__get(chargeCaptureId, requestOptions) {
|
|
331
329
|
return __awaiter(this, void 0, void 0, function* () {
|
|
332
|
-
var _a, _b, _c;
|
|
333
|
-
|
|
330
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
331
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
334
332
|
const _response = yield core.fetcher({
|
|
335
|
-
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, `/api/charge_captures/v1/${
|
|
333
|
+
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, `/api/charge_captures/v1/${core.url.encodePathParam(serializers.ChargeCaptureId.jsonOrThrow(chargeCaptureId))}`),
|
|
336
334
|
method: "GET",
|
|
337
335
|
headers: _headers,
|
|
338
336
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
339
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds)
|
|
340
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
337
|
+
timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
|
|
338
|
+
maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
|
|
341
339
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
342
340
|
});
|
|
343
341
|
if (_response.ok) {
|
|
@@ -378,282 +376,282 @@ class V1 {
|
|
|
378
376
|
}
|
|
379
377
|
__getAll() {
|
|
380
378
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
381
|
-
var _a, _b, _c;
|
|
379
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
382
380
|
const { limit, sort, sortDirection, pageToken, patientExternalId, status, chargeExternalId, dateOfServiceMin, dateOfServiceMax, claimIds, claimCreationIds, billingProviderNpis, serviceFacilityName, primaryPayerIds, renderingProviderNpis, renderingProviderNames, supervisingProviderNpis, supervisingProviderNames, claimCreationCategory, tags, primaryPayerNames, patientNames, excludeChargesLinkedToClaims, patientExternalIdRankedSort, statusRankedSort, chargeExternalIdRankedSort, dateOfServiceMinRankedSort, dateOfServiceMaxRankedSort, searchTerm, billableStatus, responsibleParty, claimIdsRankedSort, claimCreationIdsRankedSort, billingProviderNpisRankedSort, serviceFacilityNameRankedSort, primaryPayerIdsRankedSort, renderingProviderNpisRankedSort, renderingProviderNamesRankedSort, supervisingProviderNpisRankedSort, supervisingProviderNamesRankedSort, claimStatus, claimCreationCategoryRankedSort, tagsRankedSort, primaryPayerNamesRankedSort, patientNamesRankedSort, } = request;
|
|
383
381
|
const _queryParams = {};
|
|
384
382
|
if (limit != null) {
|
|
385
|
-
_queryParams
|
|
383
|
+
_queryParams.limit = limit.toString();
|
|
386
384
|
}
|
|
387
385
|
if (sort != null) {
|
|
388
|
-
_queryParams
|
|
386
|
+
_queryParams.sort = serializers.chargeCapture.v1.ChargeCaptureSortField.jsonOrThrow(sort, {
|
|
389
387
|
unrecognizedObjectKeys: "strip",
|
|
390
388
|
});
|
|
391
389
|
}
|
|
392
390
|
if (sortDirection != null) {
|
|
393
|
-
_queryParams
|
|
391
|
+
_queryParams.sort_direction = serializers.SortDirection.jsonOrThrow(sortDirection, {
|
|
394
392
|
unrecognizedObjectKeys: "strip",
|
|
395
393
|
});
|
|
396
394
|
}
|
|
397
395
|
if (pageToken != null) {
|
|
398
|
-
_queryParams
|
|
396
|
+
_queryParams.page_token = pageToken;
|
|
399
397
|
}
|
|
400
398
|
if (patientExternalId != null) {
|
|
401
|
-
_queryParams
|
|
399
|
+
_queryParams.patient_external_id = patientExternalId;
|
|
402
400
|
}
|
|
403
401
|
if (status != null) {
|
|
404
|
-
_queryParams
|
|
402
|
+
_queryParams.status = serializers.chargeCapture.v1.ChargeCaptureStatus.jsonOrThrow(status, {
|
|
405
403
|
unrecognizedObjectKeys: "strip",
|
|
406
404
|
});
|
|
407
405
|
}
|
|
408
406
|
if (chargeExternalId != null) {
|
|
409
|
-
_queryParams
|
|
407
|
+
_queryParams.charge_external_id = chargeExternalId;
|
|
410
408
|
}
|
|
411
409
|
if (dateOfServiceMin != null) {
|
|
412
|
-
_queryParams
|
|
410
|
+
_queryParams.date_of_service_min = dateOfServiceMin;
|
|
413
411
|
}
|
|
414
412
|
if (dateOfServiceMax != null) {
|
|
415
|
-
_queryParams
|
|
413
|
+
_queryParams.date_of_service_max = dateOfServiceMax;
|
|
416
414
|
}
|
|
417
415
|
if (claimIds != null) {
|
|
418
416
|
if (Array.isArray(claimIds)) {
|
|
419
|
-
_queryParams
|
|
417
|
+
_queryParams.claim_ids = claimIds.map((item) => serializers.EncounterId.jsonOrThrow(item, { unrecognizedObjectKeys: "strip" }));
|
|
420
418
|
}
|
|
421
419
|
else {
|
|
422
|
-
_queryParams
|
|
420
|
+
_queryParams.claim_ids = claimIds;
|
|
423
421
|
}
|
|
424
422
|
}
|
|
425
423
|
if (claimCreationIds != null) {
|
|
426
424
|
if (Array.isArray(claimCreationIds)) {
|
|
427
|
-
_queryParams
|
|
425
|
+
_queryParams.claim_creation_ids = claimCreationIds.map((item) => serializers.ChargeCaptureClaimCreationId.jsonOrThrow(item, { unrecognizedObjectKeys: "strip" }));
|
|
428
426
|
}
|
|
429
427
|
else {
|
|
430
|
-
_queryParams
|
|
428
|
+
_queryParams.claim_creation_ids = claimCreationIds;
|
|
431
429
|
}
|
|
432
430
|
}
|
|
433
431
|
if (billingProviderNpis != null) {
|
|
434
432
|
if (Array.isArray(billingProviderNpis)) {
|
|
435
|
-
_queryParams
|
|
433
|
+
_queryParams.billing_provider_npis = billingProviderNpis.map((item) => item);
|
|
436
434
|
}
|
|
437
435
|
else {
|
|
438
|
-
_queryParams
|
|
436
|
+
_queryParams.billing_provider_npis = billingProviderNpis;
|
|
439
437
|
}
|
|
440
438
|
}
|
|
441
439
|
if (serviceFacilityName != null) {
|
|
442
|
-
_queryParams
|
|
440
|
+
_queryParams.service_facility_name = serviceFacilityName;
|
|
443
441
|
}
|
|
444
442
|
if (primaryPayerIds != null) {
|
|
445
443
|
if (Array.isArray(primaryPayerIds)) {
|
|
446
|
-
_queryParams
|
|
444
|
+
_queryParams.primary_payer_ids = primaryPayerIds.map((item) => item);
|
|
447
445
|
}
|
|
448
446
|
else {
|
|
449
|
-
_queryParams
|
|
447
|
+
_queryParams.primary_payer_ids = primaryPayerIds;
|
|
450
448
|
}
|
|
451
449
|
}
|
|
452
450
|
if (renderingProviderNpis != null) {
|
|
453
451
|
if (Array.isArray(renderingProviderNpis)) {
|
|
454
|
-
_queryParams
|
|
452
|
+
_queryParams.rendering_provider_npis = renderingProviderNpis.map((item) => item);
|
|
455
453
|
}
|
|
456
454
|
else {
|
|
457
|
-
_queryParams
|
|
455
|
+
_queryParams.rendering_provider_npis = renderingProviderNpis;
|
|
458
456
|
}
|
|
459
457
|
}
|
|
460
458
|
if (renderingProviderNames != null) {
|
|
461
459
|
if (Array.isArray(renderingProviderNames)) {
|
|
462
|
-
_queryParams
|
|
460
|
+
_queryParams.rendering_provider_names = renderingProviderNames.map((item) => item);
|
|
463
461
|
}
|
|
464
462
|
else {
|
|
465
|
-
_queryParams
|
|
463
|
+
_queryParams.rendering_provider_names = renderingProviderNames;
|
|
466
464
|
}
|
|
467
465
|
}
|
|
468
466
|
if (supervisingProviderNpis != null) {
|
|
469
467
|
if (Array.isArray(supervisingProviderNpis)) {
|
|
470
|
-
_queryParams
|
|
468
|
+
_queryParams.supervising_provider_npis = supervisingProviderNpis.map((item) => item);
|
|
471
469
|
}
|
|
472
470
|
else {
|
|
473
|
-
_queryParams
|
|
471
|
+
_queryParams.supervising_provider_npis = supervisingProviderNpis;
|
|
474
472
|
}
|
|
475
473
|
}
|
|
476
474
|
if (supervisingProviderNames != null) {
|
|
477
475
|
if (Array.isArray(supervisingProviderNames)) {
|
|
478
|
-
_queryParams
|
|
476
|
+
_queryParams.supervising_provider_names = supervisingProviderNames.map((item) => item);
|
|
479
477
|
}
|
|
480
478
|
else {
|
|
481
|
-
_queryParams
|
|
479
|
+
_queryParams.supervising_provider_names = supervisingProviderNames;
|
|
482
480
|
}
|
|
483
481
|
}
|
|
484
482
|
if (claimCreationCategory != null) {
|
|
485
483
|
if (Array.isArray(claimCreationCategory)) {
|
|
486
|
-
_queryParams
|
|
484
|
+
_queryParams.claim_creation_category = claimCreationCategory.map((item) => item);
|
|
487
485
|
}
|
|
488
486
|
else {
|
|
489
|
-
_queryParams
|
|
487
|
+
_queryParams.claim_creation_category = claimCreationCategory;
|
|
490
488
|
}
|
|
491
489
|
}
|
|
492
490
|
if (tags != null) {
|
|
493
491
|
if (Array.isArray(tags)) {
|
|
494
|
-
_queryParams
|
|
492
|
+
_queryParams.tags = tags.map((item) => item);
|
|
495
493
|
}
|
|
496
494
|
else {
|
|
497
|
-
_queryParams
|
|
495
|
+
_queryParams.tags = tags;
|
|
498
496
|
}
|
|
499
497
|
}
|
|
500
498
|
if (primaryPayerNames != null) {
|
|
501
499
|
if (Array.isArray(primaryPayerNames)) {
|
|
502
|
-
_queryParams
|
|
500
|
+
_queryParams.primary_payer_names = primaryPayerNames.map((item) => item);
|
|
503
501
|
}
|
|
504
502
|
else {
|
|
505
|
-
_queryParams
|
|
503
|
+
_queryParams.primary_payer_names = primaryPayerNames;
|
|
506
504
|
}
|
|
507
505
|
}
|
|
508
506
|
if (patientNames != null) {
|
|
509
507
|
if (Array.isArray(patientNames)) {
|
|
510
|
-
_queryParams
|
|
508
|
+
_queryParams.patient_names = patientNames.map((item) => item);
|
|
511
509
|
}
|
|
512
510
|
else {
|
|
513
|
-
_queryParams
|
|
511
|
+
_queryParams.patient_names = patientNames;
|
|
514
512
|
}
|
|
515
513
|
}
|
|
516
514
|
if (excludeChargesLinkedToClaims != null) {
|
|
517
|
-
_queryParams
|
|
515
|
+
_queryParams.exclude_charges_linked_to_claims = excludeChargesLinkedToClaims.toString();
|
|
518
516
|
}
|
|
519
517
|
if (patientExternalIdRankedSort != null) {
|
|
520
|
-
_queryParams
|
|
518
|
+
_queryParams.patient_external_id_ranked_sort = patientExternalIdRankedSort;
|
|
521
519
|
}
|
|
522
520
|
if (statusRankedSort != null) {
|
|
523
|
-
_queryParams
|
|
521
|
+
_queryParams.status_ranked_sort = serializers.chargeCapture.v1.ChargeCaptureStatus.jsonOrThrow(statusRankedSort, { unrecognizedObjectKeys: "strip" });
|
|
524
522
|
}
|
|
525
523
|
if (chargeExternalIdRankedSort != null) {
|
|
526
|
-
_queryParams
|
|
524
|
+
_queryParams.charge_external_id_ranked_sort = chargeExternalIdRankedSort;
|
|
527
525
|
}
|
|
528
526
|
if (dateOfServiceMinRankedSort != null) {
|
|
529
|
-
_queryParams
|
|
527
|
+
_queryParams.date_of_service_min_ranked_sort = dateOfServiceMinRankedSort;
|
|
530
528
|
}
|
|
531
529
|
if (dateOfServiceMaxRankedSort != null) {
|
|
532
|
-
_queryParams
|
|
530
|
+
_queryParams.date_of_service_max_ranked_sort = dateOfServiceMaxRankedSort;
|
|
533
531
|
}
|
|
534
532
|
if (searchTerm != null) {
|
|
535
|
-
_queryParams
|
|
533
|
+
_queryParams.search_term = searchTerm;
|
|
536
534
|
}
|
|
537
535
|
if (billableStatus != null) {
|
|
538
|
-
_queryParams
|
|
536
|
+
_queryParams.billable_status = serializers.encounters.v4.BillableStatusType.jsonOrThrow(billableStatus, {
|
|
539
537
|
unrecognizedObjectKeys: "strip",
|
|
540
538
|
});
|
|
541
539
|
}
|
|
542
540
|
if (responsibleParty != null) {
|
|
543
|
-
_queryParams
|
|
541
|
+
_queryParams.responsible_party = serializers.encounters.v4.ResponsiblePartyType.jsonOrThrow(responsibleParty, { unrecognizedObjectKeys: "strip" });
|
|
544
542
|
}
|
|
545
543
|
if (claimIdsRankedSort != null) {
|
|
546
544
|
if (Array.isArray(claimIdsRankedSort)) {
|
|
547
|
-
_queryParams
|
|
545
|
+
_queryParams.claim_ids_ranked_sort = claimIdsRankedSort.map((item) => serializers.EncounterId.jsonOrThrow(item, { unrecognizedObjectKeys: "strip" }));
|
|
548
546
|
}
|
|
549
547
|
else {
|
|
550
|
-
_queryParams
|
|
548
|
+
_queryParams.claim_ids_ranked_sort = claimIdsRankedSort;
|
|
551
549
|
}
|
|
552
550
|
}
|
|
553
551
|
if (claimCreationIdsRankedSort != null) {
|
|
554
552
|
if (Array.isArray(claimCreationIdsRankedSort)) {
|
|
555
|
-
_queryParams
|
|
553
|
+
_queryParams.claim_creation_ids_ranked_sort = claimCreationIdsRankedSort.map((item) => serializers.ChargeCaptureClaimCreationId.jsonOrThrow(item, { unrecognizedObjectKeys: "strip" }));
|
|
556
554
|
}
|
|
557
555
|
else {
|
|
558
|
-
_queryParams
|
|
556
|
+
_queryParams.claim_creation_ids_ranked_sort = claimCreationIdsRankedSort;
|
|
559
557
|
}
|
|
560
558
|
}
|
|
561
559
|
if (billingProviderNpisRankedSort != null) {
|
|
562
560
|
if (Array.isArray(billingProviderNpisRankedSort)) {
|
|
563
|
-
_queryParams
|
|
561
|
+
_queryParams.billing_provider_npis_ranked_sort = billingProviderNpisRankedSort.map((item) => item);
|
|
564
562
|
}
|
|
565
563
|
else {
|
|
566
|
-
_queryParams
|
|
564
|
+
_queryParams.billing_provider_npis_ranked_sort = billingProviderNpisRankedSort;
|
|
567
565
|
}
|
|
568
566
|
}
|
|
569
567
|
if (serviceFacilityNameRankedSort != null) {
|
|
570
|
-
_queryParams
|
|
568
|
+
_queryParams.service_facility_name_ranked_sort = serviceFacilityNameRankedSort;
|
|
571
569
|
}
|
|
572
570
|
if (primaryPayerIdsRankedSort != null) {
|
|
573
571
|
if (Array.isArray(primaryPayerIdsRankedSort)) {
|
|
574
|
-
_queryParams
|
|
572
|
+
_queryParams.primary_payer_ids_ranked_sort = primaryPayerIdsRankedSort.map((item) => item);
|
|
575
573
|
}
|
|
576
574
|
else {
|
|
577
|
-
_queryParams
|
|
575
|
+
_queryParams.primary_payer_ids_ranked_sort = primaryPayerIdsRankedSort;
|
|
578
576
|
}
|
|
579
577
|
}
|
|
580
578
|
if (renderingProviderNpisRankedSort != null) {
|
|
581
579
|
if (Array.isArray(renderingProviderNpisRankedSort)) {
|
|
582
|
-
_queryParams
|
|
580
|
+
_queryParams.rendering_provider_npis_ranked_sort = renderingProviderNpisRankedSort.map((item) => item);
|
|
583
581
|
}
|
|
584
582
|
else {
|
|
585
|
-
_queryParams
|
|
583
|
+
_queryParams.rendering_provider_npis_ranked_sort = renderingProviderNpisRankedSort;
|
|
586
584
|
}
|
|
587
585
|
}
|
|
588
586
|
if (renderingProviderNamesRankedSort != null) {
|
|
589
587
|
if (Array.isArray(renderingProviderNamesRankedSort)) {
|
|
590
|
-
_queryParams
|
|
588
|
+
_queryParams.rendering_provider_names_ranked_sort = renderingProviderNamesRankedSort.map((item) => item);
|
|
591
589
|
}
|
|
592
590
|
else {
|
|
593
|
-
_queryParams
|
|
591
|
+
_queryParams.rendering_provider_names_ranked_sort = renderingProviderNamesRankedSort;
|
|
594
592
|
}
|
|
595
593
|
}
|
|
596
594
|
if (supervisingProviderNpisRankedSort != null) {
|
|
597
595
|
if (Array.isArray(supervisingProviderNpisRankedSort)) {
|
|
598
|
-
_queryParams
|
|
596
|
+
_queryParams.supervising_provider_npis_ranked_sort = supervisingProviderNpisRankedSort.map((item) => item);
|
|
599
597
|
}
|
|
600
598
|
else {
|
|
601
|
-
_queryParams
|
|
599
|
+
_queryParams.supervising_provider_npis_ranked_sort = supervisingProviderNpisRankedSort;
|
|
602
600
|
}
|
|
603
601
|
}
|
|
604
602
|
if (supervisingProviderNamesRankedSort != null) {
|
|
605
603
|
if (Array.isArray(supervisingProviderNamesRankedSort)) {
|
|
606
|
-
_queryParams
|
|
604
|
+
_queryParams.supervising_provider_names_ranked_sort = supervisingProviderNamesRankedSort.map((item) => item);
|
|
607
605
|
}
|
|
608
606
|
else {
|
|
609
|
-
_queryParams
|
|
607
|
+
_queryParams.supervising_provider_names_ranked_sort = supervisingProviderNamesRankedSort;
|
|
610
608
|
}
|
|
611
609
|
}
|
|
612
610
|
if (claimStatus != null) {
|
|
613
|
-
_queryParams
|
|
611
|
+
_queryParams.claim_status = serializers.ClaimStatus.jsonOrThrow(claimStatus, {
|
|
614
612
|
unrecognizedObjectKeys: "strip",
|
|
615
613
|
});
|
|
616
614
|
}
|
|
617
615
|
if (claimCreationCategoryRankedSort != null) {
|
|
618
616
|
if (Array.isArray(claimCreationCategoryRankedSort)) {
|
|
619
|
-
_queryParams
|
|
617
|
+
_queryParams.claim_creation_category_ranked_sort = claimCreationCategoryRankedSort.map((item) => item);
|
|
620
618
|
}
|
|
621
619
|
else {
|
|
622
|
-
_queryParams
|
|
620
|
+
_queryParams.claim_creation_category_ranked_sort = claimCreationCategoryRankedSort;
|
|
623
621
|
}
|
|
624
622
|
}
|
|
625
623
|
if (tagsRankedSort != null) {
|
|
626
624
|
if (Array.isArray(tagsRankedSort)) {
|
|
627
|
-
_queryParams
|
|
625
|
+
_queryParams.tags_ranked_sort = tagsRankedSort.map((item) => item);
|
|
628
626
|
}
|
|
629
627
|
else {
|
|
630
|
-
_queryParams
|
|
628
|
+
_queryParams.tags_ranked_sort = tagsRankedSort;
|
|
631
629
|
}
|
|
632
630
|
}
|
|
633
631
|
if (primaryPayerNamesRankedSort != null) {
|
|
634
632
|
if (Array.isArray(primaryPayerNamesRankedSort)) {
|
|
635
|
-
_queryParams
|
|
633
|
+
_queryParams.primary_payer_names_ranked_sort = primaryPayerNamesRankedSort.map((item) => item);
|
|
636
634
|
}
|
|
637
635
|
else {
|
|
638
|
-
_queryParams
|
|
636
|
+
_queryParams.primary_payer_names_ranked_sort = primaryPayerNamesRankedSort;
|
|
639
637
|
}
|
|
640
638
|
}
|
|
641
639
|
if (patientNamesRankedSort != null) {
|
|
642
640
|
if (Array.isArray(patientNamesRankedSort)) {
|
|
643
|
-
_queryParams
|
|
641
|
+
_queryParams.patient_names_ranked_sort = patientNamesRankedSort.map((item) => item);
|
|
644
642
|
}
|
|
645
643
|
else {
|
|
646
|
-
_queryParams
|
|
644
|
+
_queryParams.patient_names_ranked_sort = patientNamesRankedSort;
|
|
647
645
|
}
|
|
648
646
|
}
|
|
649
|
-
|
|
647
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
650
648
|
const _response = yield core.fetcher({
|
|
651
649
|
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, "/api/charge_captures/v1"),
|
|
652
650
|
method: "GET",
|
|
653
651
|
headers: _headers,
|
|
654
652
|
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
655
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds)
|
|
656
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
653
|
+
timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
|
|
654
|
+
maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
|
|
657
655
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
658
656
|
});
|
|
659
657
|
if (_response.ok) {
|
|
@@ -697,8 +695,8 @@ class V1 {
|
|
|
697
695
|
}
|
|
698
696
|
__updatePostBilledChanges(request, requestOptions) {
|
|
699
697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
700
|
-
var _a, _b, _c, _d;
|
|
701
|
-
|
|
698
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
699
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
702
700
|
const _response = yield core.fetcher({
|
|
703
701
|
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, "/api/charge_captures/v1/changes/"),
|
|
704
702
|
method: "PATCH",
|
|
@@ -709,8 +707,8 @@ class V1 {
|
|
|
709
707
|
body: serializers.chargeCapture.v1.ChargeCapturePostBilledChangeUpdate.jsonOrThrow(request, {
|
|
710
708
|
unrecognizedObjectKeys: "strip",
|
|
711
709
|
}),
|
|
712
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds)
|
|
713
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
710
|
+
timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
|
|
711
|
+
maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
|
|
714
712
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
715
713
|
});
|
|
716
714
|
if (_response.ok) {
|
|
@@ -730,7 +728,7 @@ class V1 {
|
|
|
730
728
|
};
|
|
731
729
|
}
|
|
732
730
|
if (_response.error.reason === "status-code") {
|
|
733
|
-
switch ((
|
|
731
|
+
switch ((_j = _response.error.body) === null || _j === void 0 ? void 0 : _j.errorName) {
|
|
734
732
|
case "EntityNotFoundError":
|
|
735
733
|
case "UnauthorizedError":
|
|
736
734
|
return {
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
1
|
+
import type * as core from "../../../../../../core";
|
|
4
2
|
import * as CandidApi from "../../../../../index";
|
|
5
|
-
import * as core from "../../../../../../core";
|
|
6
3
|
export type Error = CandidApi.chargeCapture.v1.create.Error.EntityNotFoundError | CandidApi.chargeCapture.v1.create.Error.UnauthorizedError | CandidApi.chargeCapture.v1.create.Error.HttpRequestValidationsError | CandidApi.chargeCapture.v1.create.Error.SchemaInstanceValidationHttpFailure | CandidApi.chargeCapture.v1.create.Error.UnprocessableEntityError | CandidApi.chargeCapture.v1.create.Error.ChargeExternalIdConflictError | CandidApi.chargeCapture.v1.create.Error._Unknown;
|
|
7
4
|
export declare namespace Error {
|
|
8
5
|
interface EntityNotFoundError extends _Utils {
|
|
@@ -1,7 +1,5 @@
|
|
|
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
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
4
|
if (k2 === undefined) k2 = k;
|
|
7
5
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
package/dist/api/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.d.ts
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
1
|
+
import type * as core from "../../../../../../core";
|
|
4
2
|
import * as CandidApi from "../../../../../index";
|
|
5
|
-
import * as core from "../../../../../../core";
|
|
6
3
|
export type Error = CandidApi.chargeCapture.v1.createFromPreEncounterPatient.Error.EntityNotFoundError | CandidApi.chargeCapture.v1.createFromPreEncounterPatient.Error.UnauthorizedError | CandidApi.chargeCapture.v1.createFromPreEncounterPatient.Error.HttpRequestValidationsError | CandidApi.chargeCapture.v1.createFromPreEncounterPatient.Error.SchemaInstanceValidationHttpFailure | CandidApi.chargeCapture.v1.createFromPreEncounterPatient.Error.UnprocessableEntityError | CandidApi.chargeCapture.v1.createFromPreEncounterPatient.Error.ChargeExternalIdConflictError | CandidApi.chargeCapture.v1.createFromPreEncounterPatient.Error._Unknown;
|
|
7
4
|
export declare namespace Error {
|
|
8
5
|
interface EntityNotFoundError extends _Utils {
|
package/dist/api/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
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
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
4
|
if (k2 === undefined) k2 = k;
|
|
7
5
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
1
|
+
import type * as core from "../../../../../../core";
|
|
4
2
|
import * as CandidApi from "../../../../../index";
|
|
5
|
-
import * as core from "../../../../../../core";
|
|
6
3
|
export type Error = CandidApi.chargeCapture.v1.get.Error._Unknown;
|
|
7
4
|
export declare namespace Error {
|
|
8
5
|
interface _Unknown extends _Utils {
|
|
@@ -1,7 +1,5 @@
|
|
|
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
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
4
|
if (k2 === undefined) k2 = k;
|
|
7
5
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
1
|
+
import type * as core from "../../../../../../core";
|
|
4
2
|
import * as CandidApi from "../../../../../index";
|
|
5
|
-
import * as core from "../../../../../../core";
|
|
6
3
|
export type Error = CandidApi.chargeCapture.v1.getAll.Error._Unknown;
|
|
7
4
|
export declare namespace Error {
|
|
8
5
|
interface _Unknown extends _Utils {
|
|
@@ -1,7 +1,5 @@
|
|
|
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
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
4
|
if (k2 === undefined) k2 = k;
|
|
7
5
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|