candidhealth 1.11.0 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BaseClient.d.ts +25 -0
- package/BaseClient.js +3 -0
- package/Client.d.ts +11 -26
- package/Client.js +82 -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/ReportTransmissionCode.d.ts +12 -0
- package/api/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.js +7 -3
- package/api/resources/commons/types/ReportTypeCode.d.ts +186 -0
- package/api/resources/commons/types/ReportTypeCode.js +189 -0
- 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 +62 -60
- package/api/resources/commons/types/index.js +62 -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 +17 -24
- package/api/resources/encounterAttachments/resources/v1/client/Client.js +82 -21
- 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/createWithDescription.d.ts +19 -0
- package/api/resources/encounterAttachments/resources/v1/client/createWithDescription.js +55 -0
- 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 +2 -1
- package/api/resources/encounterAttachments/resources/v1/client/index.js +3 -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/CreateAttachmentV2Request.d.ts +5 -0
- package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentV2Request.js +3 -0
- 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 +3 -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 +3 -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/encounterSupplementalInformation/client/Client.d.ts +14 -0
- package/api/resources/encounterSupplementalInformation/client/Client.js +15 -0
- package/api/resources/encounterSupplementalInformation/client/index.d.ts +1 -0
- package/api/resources/encounterSupplementalInformation/client/index.js +2 -0
- package/api/resources/encounterSupplementalInformation/index.d.ts +2 -0
- package/api/resources/encounterSupplementalInformation/index.js +18 -0
- package/api/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
- package/api/resources/encounterSupplementalInformation/resources/index.js +37 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/Client.d.ts +59 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/Client.js +328 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +25 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/create.js +66 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +25 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/delete.js +66 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +19 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/get.js +55 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +25 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/client/update.js +66 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +6 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +9 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +8 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +3 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +10 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +3 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +5 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +7 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +8 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +3 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
- package/api/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
- 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 +3 -6
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +1 -3
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +3 -6
- 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/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 +45 -47
- package/api/resources/encounters/resources/v4/types/index.js +45 -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 +31 -29
- package/api/resources/index.js +33 -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 +3 -4
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +3 -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 +3 -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 +2 -5
- 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 +1 -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 +1 -4
- package/api/resources/preEncounter/resources/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 -32
- package/api/resources/preEncounter/resources/common/types/index.js +32 -32
- 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 +94 -80
- 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 +1 -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 +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +1 -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 +3 -4
- 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 +1 -4
- 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 +1 -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 +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +1 -3
- 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/users/index.d.ts +1 -0
- package/api/resources/users/index.js +17 -0
- package/api/resources/users/resources/index.d.ts +1 -0
- package/api/resources/users/resources/index.js +37 -0
- package/api/resources/users/resources/v2/index.d.ts +1 -0
- package/api/resources/users/resources/v2/index.js +17 -0
- package/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
- package/api/resources/users/resources/v2/types/AuthZeroMetadata.js +3 -0
- package/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +3 -0
- package/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +3 -0
- package/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +13 -0
- package/api/resources/users/resources/v2/types/HumanUserMetadata.js +3 -0
- package/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +20 -0
- package/api/resources/users/resources/v2/types/IdpUserMetadata.js +3 -0
- package/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +3 -0
- package/api/resources/users/resources/v2/types/MachineUserMetadata.js +3 -0
- package/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +3 -0
- package/api/resources/users/resources/v2/types/OtherIdpMetadata.js +3 -0
- package/api/resources/users/resources/v2/types/UserMetadata.d.ts +19 -0
- package/api/resources/users/resources/v2/types/UserMetadata.js +3 -0
- package/api/resources/users/resources/v2/types/UserV2.d.ts +24 -0
- package/api/resources/users/resources/v2/types/UserV2.js +3 -0
- package/api/resources/users/resources/v2/types/index.d.ts +8 -0
- package/api/resources/users/resources/v2/types/index.js +24 -0
- 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 +2 -4
- package/api/resources/x12/resources/v1/types/Carc.js +2 -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 +11 -26
- package/dist/Client.js +82 -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/ReportTransmissionCode.d.ts +12 -0
- package/dist/api/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.js +7 -3
- package/dist/api/resources/commons/types/ReportTypeCode.d.ts +186 -0
- package/dist/api/resources/commons/types/ReportTypeCode.js +189 -0
- 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 +62 -60
- package/dist/api/resources/commons/types/index.js +62 -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 +17 -24
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +82 -21
- 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/createWithDescription.d.ts +19 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/createWithDescription.js +55 -0
- 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 +2 -1
- package/dist/api/resources/encounterAttachments/resources/v1/client/index.js +3 -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/CreateAttachmentV2Request.d.ts +5 -0
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentV2Request.js +3 -0
- 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 +3 -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 +3 -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/encounterSupplementalInformation/client/Client.d.ts +14 -0
- package/dist/api/resources/encounterSupplementalInformation/client/Client.js +15 -0
- package/dist/api/resources/encounterSupplementalInformation/client/index.d.ts +1 -0
- package/dist/api/resources/encounterSupplementalInformation/client/index.js +2 -0
- package/dist/api/resources/encounterSupplementalInformation/index.d.ts +2 -0
- package/dist/api/resources/encounterSupplementalInformation/index.js +18 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/index.js +37 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/Client.d.ts +59 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/Client.js +328 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +25 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/create.js +66 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +25 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/delete.js +66 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +19 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/get.js +55 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +25 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/update.js +66 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +6 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +9 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +8 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +3 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +10 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +3 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +5 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +7 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +8 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +3 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
- 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 +3 -6
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +3 -6
- 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/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 +45 -47
- package/dist/api/resources/encounters/resources/v4/types/index.js +45 -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 +31 -29
- package/dist/api/resources/index.js +33 -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 +3 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +3 -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 +3 -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 +2 -5
- 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 +1 -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 +1 -4
- package/dist/api/resources/preEncounter/resources/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 -32
- package/dist/api/resources/preEncounter/resources/common/types/index.js +32 -32
- 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 +94 -80
- 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 +1 -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 +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +1 -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 +3 -4
- 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 +1 -4
- 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 +1 -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 +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +1 -3
- 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/users/index.d.ts +1 -0
- package/dist/api/resources/users/index.js +17 -0
- package/dist/api/resources/users/resources/index.d.ts +1 -0
- package/dist/api/resources/users/resources/index.js +37 -0
- package/dist/api/resources/users/resources/v2/index.d.ts +1 -0
- package/dist/api/resources/users/resources/v2/index.js +17 -0
- package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
- package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.js +3 -0
- package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +3 -0
- package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +3 -0
- package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +13 -0
- package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.js +3 -0
- package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +20 -0
- package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.js +3 -0
- package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +3 -0
- package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.js +3 -0
- package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +3 -0
- package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.js +3 -0
- package/dist/api/resources/users/resources/v2/types/UserMetadata.d.ts +19 -0
- package/dist/api/resources/users/resources/v2/types/UserMetadata.js +3 -0
- package/dist/api/resources/users/resources/v2/types/UserV2.d.ts +24 -0
- package/dist/api/resources/users/resources/v2/types/UserV2.js +3 -0
- package/dist/api/resources/users/resources/v2/types/index.d.ts +8 -0
- package/dist/api/resources/users/resources/v2/types/index.js +24 -0
- 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 +2 -4
- package/dist/api/resources/x12/resources/v1/types/Carc.js +2 -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/ReportTransmissionCode.d.ts +7 -0
- package/dist/serialization/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.js +2 -4
- package/{serialization/resources/encounters/resources/v4 → dist/serialization/resources/commons}/types/ReportTypeCode.d.ts +4 -7
- package/dist/serialization/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.js +2 -4
- 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 +62 -60
- package/dist/serialization/resources/commons/types/index.js +62 -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 +6 -6
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +5 -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/encounterSupplementalInformation/index.d.ts +1 -0
- package/dist/serialization/resources/encounterSupplementalInformation/index.js +17 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/index.js +37 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +12 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.js +69 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +12 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.js +69 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +8 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.js +40 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +12 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.js +69 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +7 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +39 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +17 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +49 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +21 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +53 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +7 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +43 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +17 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +49 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
- 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 +4 -7
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +3 -5
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +4 -7
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +3 -5
- 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/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 +45 -47
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +45 -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 +33 -31
- package/dist/serialization/resources/index.js +35 -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 +8 -10
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +7 -8
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +7 -9
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +6 -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 +7 -9
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +6 -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 +4 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +3 -5
- 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 +6 -9
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +5 -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 +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/PatientServiceFacility.js +1 -3
- 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 -32
- package/dist/serialization/resources/preEncounter/resources/common/types/index.js +32 -32
- 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 +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +1 -3
- 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 +3 -6
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +2 -4
- 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 +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +1 -3
- 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/users/index.d.ts +1 -0
- package/dist/serialization/resources/users/index.js +17 -0
- package/dist/serialization/resources/users/resources/index.d.ts +1 -0
- package/dist/serialization/resources/users/resources/index.js +37 -0
- package/dist/serialization/resources/users/resources/v2/index.d.ts +1 -0
- package/dist/serialization/resources/users/resources/v2/index.js +17 -0
- package/dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
- package/dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js +41 -0
- package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +9 -0
- package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +41 -0
- package/dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +11 -0
- package/dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.js +43 -0
- package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +19 -0
- package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +51 -0
- package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +9 -0
- package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.js +41 -0
- package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +9 -0
- package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +41 -0
- package/dist/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +15 -0
- package/dist/serialization/resources/users/resources/v2/types/UserMetadata.js +49 -0
- package/dist/serialization/resources/users/resources/v2/types/UserV2.d.ts +16 -0
- package/dist/serialization/resources/users/resources/v2/types/UserV2.js +48 -0
- package/dist/serialization/resources/users/resources/v2/types/index.d.ts +8 -0
- package/dist/serialization/resources/users/resources/v2/types/index.js +24 -0
- 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 +3 -6
- package/dist/serialization/resources/x12/resources/v1/types/Carc.js +2 -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 +2203 -2212
- 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/ReportTransmissionCode.d.ts +7 -0
- package/serialization/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.js +2 -4
- package/{dist/serialization/resources/encounters/resources/v4 → serialization/resources/commons}/types/ReportTypeCode.d.ts +4 -7
- package/serialization/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.js +2 -4
- 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 +62 -60
- package/serialization/resources/commons/types/index.js +62 -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 +6 -6
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +5 -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/encounterSupplementalInformation/index.d.ts +1 -0
- package/serialization/resources/encounterSupplementalInformation/index.js +17 -0
- package/serialization/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
- package/serialization/resources/encounterSupplementalInformation/resources/index.js +37 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +12 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.js +69 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +12 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.js +69 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +8 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.js +40 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +12 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.js +69 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +7 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +39 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +17 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +49 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +21 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +53 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +7 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +43 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +17 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +49 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
- 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 +4 -7
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +3 -5
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +4 -7
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +3 -5
- 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/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 +45 -47
- package/serialization/resources/encounters/resources/v4/types/index.js +45 -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 +33 -31
- package/serialization/resources/index.js +35 -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 +8 -10
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +7 -8
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +7 -9
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +6 -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 +7 -9
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +6 -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 +4 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +3 -5
- 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 +6 -9
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +5 -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 +2 -5
- package/serialization/resources/preEncounter/resources/common/types/PatientServiceFacility.js +1 -3
- 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 -32
- package/serialization/resources/preEncounter/resources/common/types/index.js +32 -32
- 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 +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +1 -3
- 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 +3 -6
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +2 -4
- 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 +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +1 -3
- 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/users/index.d.ts +1 -0
- package/serialization/resources/users/index.js +17 -0
- package/serialization/resources/users/resources/index.d.ts +1 -0
- package/serialization/resources/users/resources/index.js +37 -0
- package/serialization/resources/users/resources/v2/index.d.ts +1 -0
- package/serialization/resources/users/resources/v2/index.js +17 -0
- package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
- package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js +41 -0
- package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +9 -0
- package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +41 -0
- package/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +11 -0
- package/serialization/resources/users/resources/v2/types/HumanUserMetadata.js +43 -0
- package/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +19 -0
- package/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +51 -0
- package/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +9 -0
- package/serialization/resources/users/resources/v2/types/MachineUserMetadata.js +41 -0
- package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +9 -0
- package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +41 -0
- package/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +15 -0
- package/serialization/resources/users/resources/v2/types/UserMetadata.js +49 -0
- package/serialization/resources/users/resources/v2/types/UserV2.d.ts +16 -0
- package/serialization/resources/users/resources/v2/types/UserV2.js +48 -0
- package/serialization/resources/users/resources/v2/types/index.d.ts +8 -0
- package/serialization/resources/users/resources/v2/types/index.js +24 -0
- 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 +3 -6
- package/serialization/resources/x12/resources/v1/types/Carc.js +2 -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/encounters/resources/v4/types/ReportTransmissionCode.d.ts +0 -18
- package/api/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +0 -250
- package/api/resources/encounters/resources/v4/types/ReportTypeCode.js +0 -69
- package/dist/api/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +0 -18
- package/dist/api/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +0 -250
- package/dist/api/resources/encounters/resources/v4/types/ReportTypeCode.js +0 -69
- package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +0 -10
- package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +0 -10
|
@@ -1,289 +1,214 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Code identifying the type of insurance policy within a specific insurance program (X12 008020 Element 1336)
|
|
6
|
-
*/
|
|
7
|
-
export type InsuranceTypeCode =
|
|
8
|
-
/**
|
|
9
|
-
* Short Term Insurance */
|
|
10
|
-
"01"
|
|
11
|
-
/**
|
|
12
|
-
* Medicare Secondary Working Aged Beneficiary or Spouse with Employer Group Health Plan */
|
|
13
|
-
| "12"
|
|
14
|
-
/**
|
|
15
|
-
* Medicare Secondary End-Stage Renal Disease Beneficiary in the Mandated Coordination Period with an Employer's Group Health Plan */
|
|
16
|
-
| "13"
|
|
17
|
-
/**
|
|
18
|
-
* Medicare Secondary, No-fault Insurance including Auto is Primary */
|
|
19
|
-
| "14"
|
|
20
|
-
/**
|
|
21
|
-
* Medicare Secondary Worker's Compensation */
|
|
22
|
-
| "15"
|
|
23
|
-
/**
|
|
24
|
-
* Medicare Secondary Public Health Service (PHS) or Other Federal Agency */
|
|
25
|
-
| "16"
|
|
26
|
-
/**
|
|
27
|
-
* Dental */
|
|
28
|
-
| "17"
|
|
29
|
-
/**
|
|
30
|
-
* Vision */
|
|
31
|
-
| "18"
|
|
32
|
-
/**
|
|
33
|
-
* Prescription Drugs */
|
|
34
|
-
| "19"
|
|
35
|
-
/**
|
|
36
|
-
* Medicare Secondary Black Lung */
|
|
37
|
-
| "41"
|
|
38
|
-
/**
|
|
39
|
-
* Medicare Secondary Veteran's Administration */
|
|
40
|
-
| "42"
|
|
41
|
-
/**
|
|
42
|
-
* Medicare Secondary Disabled Beneficiary Under Age 65 with Large Group Health Plan (LGHP) */
|
|
43
|
-
| "43"
|
|
44
|
-
/**
|
|
45
|
-
* Medicare Secondary, Other Liability Insurance is Primary */
|
|
46
|
-
| "47"
|
|
47
|
-
/**
|
|
48
|
-
* Auto Insurance Policy */
|
|
49
|
-
| "AP"
|
|
50
|
-
/**
|
|
51
|
-
* Commercial */
|
|
52
|
-
| "C1"
|
|
53
|
-
/**
|
|
54
|
-
* Consolidated Omnibus Budget Reconciliation Act (COBRA) */
|
|
55
|
-
| "CO"
|
|
56
|
-
/**
|
|
57
|
-
* Medicare Conditionally Primary */
|
|
58
|
-
| "CP"
|
|
59
|
-
/**
|
|
60
|
-
* Disability - Provides periodic payments to replace income when an insured person is unable to work as a result of illness, injury or disease */
|
|
61
|
-
| "D"
|
|
62
|
-
/**
|
|
63
|
-
* Disability Benefits */
|
|
64
|
-
| "DB"
|
|
65
|
-
/**
|
|
66
|
-
* Medicare - Point of Service (POS) */
|
|
67
|
-
| "E"
|
|
68
|
-
/**
|
|
69
|
-
* Exclusive Provider Organization - Gives subscriber a choice of providers from an approved/contracted payer list; there are fixed dollar co-payments for most covered services in return for using plan providers */
|
|
70
|
-
| "EP"
|
|
71
|
-
/**
|
|
72
|
-
* Family or Friends */
|
|
73
|
-
| "FF"
|
|
74
|
-
/**
|
|
75
|
-
* Group Policy - Two or more people who are part of complete unit who enter into an insurance contract with an insurance company */
|
|
76
|
-
| "GP"
|
|
77
|
-
/**
|
|
78
|
-
* Health Insurance Exchange (HIX) Silver */
|
|
79
|
-
| "HA"
|
|
80
|
-
/**
|
|
81
|
-
* Health Insurance Exchange (HIX) Bronze */
|
|
82
|
-
| "HB"
|
|
83
|
-
/**
|
|
84
|
-
* High Deductible Health Plan */
|
|
85
|
-
| "HD"
|
|
86
|
-
/**
|
|
87
|
-
* Health Insurance Exchange (HIX) Gold */
|
|
88
|
-
| "HG"
|
|
89
|
-
/**
|
|
90
|
-
* Health Maintenance Organization (HMO) */
|
|
91
|
-
| "HM"
|
|
92
|
-
/**
|
|
93
|
-
* Health Maintenance Organization (HMO) - Medicare Risk */
|
|
94
|
-
| "HN"
|
|
95
|
-
/**
|
|
96
|
-
* Health Insurance Exchange (HIX) Platinum */
|
|
97
|
-
| "HP"
|
|
98
|
-
/**
|
|
99
|
-
* Special Low Income Medicare Beneficiary - An individual eligible for Medicare for whom Medicaid pays only Medicare premiums */
|
|
100
|
-
| "HS"
|
|
101
|
-
/**
|
|
102
|
-
* Indemnity - Gives a subscriber the choice to select any provider. Payment is fixed percentage of the cost for covered care after satisfying an annual deductible */
|
|
103
|
-
| "IN"
|
|
104
|
-
/**
|
|
105
|
-
* Individual Policy */
|
|
106
|
-
| "IP"
|
|
107
|
-
/**
|
|
108
|
-
* Long Term Care - Coverage designed to help pay for some or all long term care costs, reducing the risk that a policy-holder would need to deplete all of his or her assets to pay for long term care */
|
|
109
|
-
| "LC"
|
|
110
|
-
/**
|
|
111
|
-
* Long Term Policy */
|
|
112
|
-
| "LD"
|
|
113
|
-
/**
|
|
114
|
-
* Life Insurance */
|
|
115
|
-
| "LI"
|
|
116
|
-
/**
|
|
117
|
-
* Litigation */
|
|
118
|
-
| "LT"
|
|
119
|
-
/**
|
|
120
|
-
* Medicare Advantage Point of Service (POS) Plan that excludes Part D coverage */
|
|
121
|
-
| "M"
|
|
122
|
-
/**
|
|
123
|
-
* Medicare Part A */
|
|
124
|
-
| "MA"
|
|
125
|
-
/**
|
|
126
|
-
* Medicare Part B */
|
|
127
|
-
| "MB"
|
|
128
|
-
/**
|
|
129
|
-
* Medicaid - Program of health care services made available to medically indigent and other needy persons, regardless of age, under terms of a 1965 amendment to the U.S. Social Security Act */
|
|
130
|
-
| "MC"
|
|
131
|
-
/**
|
|
132
|
-
* Medicare Part D */
|
|
133
|
-
| "MD"
|
|
134
|
-
/**
|
|
135
|
-
* Medicare Advantage Preferred Provider Organization (PPO) Plan that excludes Part D Coverage */
|
|
136
|
-
| "ME"
|
|
137
|
-
/**
|
|
138
|
-
* Medicare Advantage Private Fee for Service */
|
|
139
|
-
| "MF"
|
|
140
|
-
/**
|
|
141
|
-
* Medigap Part A - Health insurance policy intended to cover the non-covered portion of expenses eligible for Medicare Part A reimbursement which must be paid by a Medicare beneficiary for health care services and/or supplies received */
|
|
142
|
-
| "MH"
|
|
143
|
-
/**
|
|
144
|
-
* Medigap Part B - Health insurance policy intended to cover the non-covered portion of expenses eligible for Medicare Part B reimbursement which must be paid by a Medicare beneficiary for health care services and/or supplies received */
|
|
145
|
-
| "MI"
|
|
146
|
-
/**
|
|
147
|
-
* Medicare Advantage Health Maintenance Organization (HMO) Plan that includes Part D Coverage */
|
|
148
|
-
| "MJ"
|
|
149
|
-
/**
|
|
150
|
-
* Medicare Advantage Health Maintenance Organization (HMO) Risk Plan that includes Part D Coverage */
|
|
151
|
-
| "MK"
|
|
152
|
-
/**
|
|
153
|
-
* Medicare Advantage Indemnity Plan that includes Part D Coverage */
|
|
154
|
-
| "ML"
|
|
155
|
-
/**
|
|
156
|
-
* Medicare Advantage Preferred Provider Organization (PPO) Plan that includes Part D Coverage */
|
|
157
|
-
| "MM"
|
|
158
|
-
/**
|
|
159
|
-
* Medicare Advantage Indemnity Plan that excludes Part D coverage */
|
|
160
|
-
| "MN"
|
|
161
|
-
/**
|
|
162
|
-
* Medicare Advantage Point of Service (POS) Plan that includes Part D Coverage */
|
|
163
|
-
| "MO"
|
|
164
|
-
/**
|
|
165
|
-
* Medicare Primary - Medicare has the primary responsibility to pay for health care services and/or supplies received by a covered beneficiary (a person entitled to Medicare benefits) */
|
|
166
|
-
| "MP"
|
|
167
|
-
/**
|
|
168
|
-
* Medicare Advantage Health Maintenance Organization (HMO) Risk Plan that excludes Part D coverage */
|
|
169
|
-
| "MR"
|
|
170
|
-
/**
|
|
171
|
-
* Medicare Advantage Health Maintenance Organization (HMO) Plan that excludes Part D coverage */
|
|
172
|
-
| "MT"
|
|
173
|
-
/**
|
|
174
|
-
* Medicare Advantage */
|
|
175
|
-
| "MV"
|
|
176
|
-
/**
|
|
177
|
-
* Open Access Point of Service Plan */
|
|
178
|
-
| "OA"
|
|
179
|
-
/**
|
|
180
|
-
* Other */
|
|
181
|
-
| "OT"
|
|
182
|
-
/**
|
|
183
|
-
* Property Insurance - Personal */
|
|
184
|
-
| "PE"
|
|
185
|
-
/**
|
|
186
|
-
* Personal */
|
|
187
|
-
| "PL"
|
|
188
|
-
/**
|
|
189
|
-
* Personal Payment (Cash - No Insurance) */
|
|
190
|
-
| "PP"
|
|
191
|
-
/**
|
|
192
|
-
* Preferred Provider Organization (PPO) */
|
|
193
|
-
| "PR"
|
|
194
|
-
/**
|
|
195
|
-
* Point of Service (POS) */
|
|
196
|
-
| "PS"
|
|
197
|
-
/**
|
|
198
|
-
* Qualified Medicare Beneficiary - Coverage for a Medicare eligible individual for whom Medicaid pays only for Medicare premiums, co-insurance, and deductibles */
|
|
199
|
-
| "QM"
|
|
200
|
-
/**
|
|
201
|
-
* Property Insurance - Real */
|
|
202
|
-
| "RP"
|
|
203
|
-
/**
|
|
204
|
-
* Supplemental Policy - An insurance policy intended to cover non-covered charges of another insurance policy */
|
|
205
|
-
| "SP"
|
|
206
|
-
/**
|
|
207
|
-
* Tax Equity Fiscal Responsibility Act (TEFRA) */
|
|
208
|
-
| "TF"
|
|
209
|
-
/**
|
|
210
|
-
* Multiple Options Health Plan */
|
|
211
|
-
| "U"
|
|
212
|
-
/**
|
|
213
|
-
* Workers Compensation - Coverage provides medical treatment, rehabilitation, lost wages and related expenses arising from a job related injury or disease */
|
|
214
|
-
| "WC"
|
|
215
|
-
/**
|
|
216
|
-
* Wrap Up Policy - A Workers Compensation Policy written for a specific job site, which will include or cover more than one insured */
|
|
217
|
-
| "WU";
|
|
1
|
+
/** Code identifying the type of insurance policy within a specific insurance program (X12 008020 Element 1336) */
|
|
218
2
|
export declare const InsuranceTypeCode: {
|
|
3
|
+
/**
|
|
4
|
+
* Short Term Insurance */
|
|
219
5
|
readonly C01: "01";
|
|
6
|
+
/**
|
|
7
|
+
* Medicare Secondary Working Aged Beneficiary or Spouse with Employer Group Health Plan */
|
|
220
8
|
readonly C12: "12";
|
|
9
|
+
/**
|
|
10
|
+
* Medicare Secondary End-Stage Renal Disease Beneficiary in the Mandated Coordination Period with an Employer's Group Health Plan */
|
|
221
11
|
readonly C13: "13";
|
|
12
|
+
/**
|
|
13
|
+
* Medicare Secondary, No-fault Insurance including Auto is Primary */
|
|
222
14
|
readonly C14: "14";
|
|
15
|
+
/**
|
|
16
|
+
* Medicare Secondary Worker's Compensation */
|
|
223
17
|
readonly C15: "15";
|
|
18
|
+
/**
|
|
19
|
+
* Medicare Secondary Public Health Service (PHS) or Other Federal Agency */
|
|
224
20
|
readonly C16: "16";
|
|
21
|
+
/**
|
|
22
|
+
* Dental */
|
|
225
23
|
readonly C17: "17";
|
|
24
|
+
/**
|
|
25
|
+
* Vision */
|
|
226
26
|
readonly C18: "18";
|
|
27
|
+
/**
|
|
28
|
+
* Prescription Drugs */
|
|
227
29
|
readonly C19: "19";
|
|
30
|
+
/**
|
|
31
|
+
* Medicare Secondary Black Lung */
|
|
228
32
|
readonly C41: "41";
|
|
33
|
+
/**
|
|
34
|
+
* Medicare Secondary Veteran's Administration */
|
|
229
35
|
readonly C42: "42";
|
|
36
|
+
/**
|
|
37
|
+
* Medicare Secondary Disabled Beneficiary Under Age 65 with Large Group Health Plan (LGHP) */
|
|
230
38
|
readonly C43: "43";
|
|
39
|
+
/**
|
|
40
|
+
* Medicare Secondary, Other Liability Insurance is Primary */
|
|
231
41
|
readonly C47: "47";
|
|
42
|
+
/**
|
|
43
|
+
* Auto Insurance Policy */
|
|
232
44
|
readonly Cap: "AP";
|
|
45
|
+
/**
|
|
46
|
+
* Commercial */
|
|
233
47
|
readonly Cc1: "C1";
|
|
48
|
+
/**
|
|
49
|
+
* Consolidated Omnibus Budget Reconciliation Act (COBRA) */
|
|
234
50
|
readonly Cco: "CO";
|
|
51
|
+
/**
|
|
52
|
+
* Medicare Conditionally Primary */
|
|
235
53
|
readonly Ccp: "CP";
|
|
54
|
+
/**
|
|
55
|
+
* Disability - Provides periodic payments to replace income when an insured person is unable to work as a result of illness, injury or disease */
|
|
236
56
|
readonly Cd: "D";
|
|
57
|
+
/**
|
|
58
|
+
* Disability Benefits */
|
|
237
59
|
readonly Cdb: "DB";
|
|
60
|
+
/**
|
|
61
|
+
* Medicare - Point of Service (POS) */
|
|
238
62
|
readonly Ce: "E";
|
|
63
|
+
/**
|
|
64
|
+
* Exclusive Provider Organization - Gives subscriber a choice of providers from an approved/contracted payer list; there are fixed dollar co-payments for most covered services in return for using plan providers */
|
|
239
65
|
readonly Cep: "EP";
|
|
66
|
+
/**
|
|
67
|
+
* Family or Friends */
|
|
240
68
|
readonly Cff: "FF";
|
|
69
|
+
/**
|
|
70
|
+
* Group Policy - Two or more people who are part of complete unit who enter into an insurance contract with an insurance company */
|
|
241
71
|
readonly Cgp: "GP";
|
|
72
|
+
/**
|
|
73
|
+
* Health Insurance Exchange (HIX) Silver */
|
|
242
74
|
readonly Cha: "HA";
|
|
75
|
+
/**
|
|
76
|
+
* Health Insurance Exchange (HIX) Bronze */
|
|
243
77
|
readonly Chb: "HB";
|
|
78
|
+
/**
|
|
79
|
+
* High Deductible Health Plan */
|
|
244
80
|
readonly Chd: "HD";
|
|
81
|
+
/**
|
|
82
|
+
* Health Insurance Exchange (HIX) Gold */
|
|
245
83
|
readonly Chg: "HG";
|
|
84
|
+
/**
|
|
85
|
+
* Health Maintenance Organization (HMO) */
|
|
246
86
|
readonly Chm: "HM";
|
|
87
|
+
/**
|
|
88
|
+
* Health Maintenance Organization (HMO) - Medicare Risk */
|
|
247
89
|
readonly Chn: "HN";
|
|
90
|
+
/**
|
|
91
|
+
* Health Insurance Exchange (HIX) Platinum */
|
|
248
92
|
readonly Chp: "HP";
|
|
93
|
+
/**
|
|
94
|
+
* Special Low Income Medicare Beneficiary - An individual eligible for Medicare for whom Medicaid pays only Medicare premiums */
|
|
249
95
|
readonly Chs: "HS";
|
|
96
|
+
/**
|
|
97
|
+
* Indemnity - Gives a subscriber the choice to select any provider. Payment is fixed percentage of the cost for covered care after satisfying an annual deductible */
|
|
250
98
|
readonly Cin: "IN";
|
|
99
|
+
/**
|
|
100
|
+
* Individual Policy */
|
|
251
101
|
readonly Cip: "IP";
|
|
102
|
+
/**
|
|
103
|
+
* Long Term Care - Coverage designed to help pay for some or all long term care costs, reducing the risk that a policy-holder would need to deplete all of his or her assets to pay for long term care */
|
|
252
104
|
readonly Clc: "LC";
|
|
105
|
+
/**
|
|
106
|
+
* Long Term Policy */
|
|
253
107
|
readonly Cld: "LD";
|
|
108
|
+
/**
|
|
109
|
+
* Life Insurance */
|
|
254
110
|
readonly Cli: "LI";
|
|
111
|
+
/**
|
|
112
|
+
* Litigation */
|
|
255
113
|
readonly Clt: "LT";
|
|
114
|
+
/**
|
|
115
|
+
* Medicare Advantage Point of Service (POS) Plan that excludes Part D coverage */
|
|
256
116
|
readonly Cm: "M";
|
|
117
|
+
/**
|
|
118
|
+
* Medicare Part A */
|
|
257
119
|
readonly Cma: "MA";
|
|
120
|
+
/**
|
|
121
|
+
* Medicare Part B */
|
|
258
122
|
readonly Cmb: "MB";
|
|
123
|
+
/**
|
|
124
|
+
* Medicaid - Program of health care services made available to medically indigent and other needy persons, regardless of age, under terms of a 1965 amendment to the U.S. Social Security Act */
|
|
259
125
|
readonly Cmc: "MC";
|
|
126
|
+
/**
|
|
127
|
+
* Medicare Part D */
|
|
260
128
|
readonly Cmd: "MD";
|
|
129
|
+
/**
|
|
130
|
+
* Medicare Advantage Preferred Provider Organization (PPO) Plan that excludes Part D Coverage */
|
|
261
131
|
readonly Cme: "ME";
|
|
132
|
+
/**
|
|
133
|
+
* Medicare Advantage Private Fee for Service */
|
|
262
134
|
readonly Cmf: "MF";
|
|
135
|
+
/**
|
|
136
|
+
* Medigap Part A - Health insurance policy intended to cover the non-covered portion of expenses eligible for Medicare Part A reimbursement which must be paid by a Medicare beneficiary for health care services and/or supplies received */
|
|
263
137
|
readonly Cmh: "MH";
|
|
138
|
+
/**
|
|
139
|
+
* Medigap Part B - Health insurance policy intended to cover the non-covered portion of expenses eligible for Medicare Part B reimbursement which must be paid by a Medicare beneficiary for health care services and/or supplies received */
|
|
264
140
|
readonly Cmi: "MI";
|
|
141
|
+
/**
|
|
142
|
+
* Medicare Advantage Health Maintenance Organization (HMO) Plan that includes Part D Coverage */
|
|
265
143
|
readonly Cmj: "MJ";
|
|
144
|
+
/**
|
|
145
|
+
* Medicare Advantage Health Maintenance Organization (HMO) Risk Plan that includes Part D Coverage */
|
|
266
146
|
readonly Cmk: "MK";
|
|
147
|
+
/**
|
|
148
|
+
* Medicare Advantage Indemnity Plan that includes Part D Coverage */
|
|
267
149
|
readonly Cml: "ML";
|
|
150
|
+
/**
|
|
151
|
+
* Medicare Advantage Preferred Provider Organization (PPO) Plan that includes Part D Coverage */
|
|
268
152
|
readonly Cmm: "MM";
|
|
153
|
+
/**
|
|
154
|
+
* Medicare Advantage Indemnity Plan that excludes Part D coverage */
|
|
269
155
|
readonly Cmn: "MN";
|
|
156
|
+
/**
|
|
157
|
+
* Medicare Advantage Point of Service (POS) Plan that includes Part D Coverage */
|
|
270
158
|
readonly Cmo: "MO";
|
|
159
|
+
/**
|
|
160
|
+
* Medicare Primary - Medicare has the primary responsibility to pay for health care services and/or supplies received by a covered beneficiary (a person entitled to Medicare benefits) */
|
|
271
161
|
readonly Cmp: "MP";
|
|
162
|
+
/**
|
|
163
|
+
* Medicare Advantage Health Maintenance Organization (HMO) Risk Plan that excludes Part D coverage */
|
|
272
164
|
readonly Cmr: "MR";
|
|
165
|
+
/**
|
|
166
|
+
* Medicare Advantage Health Maintenance Organization (HMO) Plan that excludes Part D coverage */
|
|
273
167
|
readonly Cmt: "MT";
|
|
168
|
+
/**
|
|
169
|
+
* Medicare Advantage */
|
|
274
170
|
readonly Cmv: "MV";
|
|
171
|
+
/**
|
|
172
|
+
* Open Access Point of Service Plan */
|
|
275
173
|
readonly Coa: "OA";
|
|
174
|
+
/**
|
|
175
|
+
* Other */
|
|
276
176
|
readonly Cot: "OT";
|
|
177
|
+
/**
|
|
178
|
+
* Property Insurance - Personal */
|
|
277
179
|
readonly Cpe: "PE";
|
|
180
|
+
/**
|
|
181
|
+
* Personal */
|
|
278
182
|
readonly Cpl: "PL";
|
|
183
|
+
/**
|
|
184
|
+
* Personal Payment (Cash - No Insurance) */
|
|
279
185
|
readonly Cpp: "PP";
|
|
186
|
+
/**
|
|
187
|
+
* Preferred Provider Organization (PPO) */
|
|
280
188
|
readonly Cpr: "PR";
|
|
189
|
+
/**
|
|
190
|
+
* Point of Service (POS) */
|
|
281
191
|
readonly Cps: "PS";
|
|
192
|
+
/**
|
|
193
|
+
* Qualified Medicare Beneficiary - Coverage for a Medicare eligible individual for whom Medicaid pays only for Medicare premiums, co-insurance, and deductibles */
|
|
282
194
|
readonly Cqm: "QM";
|
|
195
|
+
/**
|
|
196
|
+
* Property Insurance - Real */
|
|
283
197
|
readonly Crp: "RP";
|
|
198
|
+
/**
|
|
199
|
+
* Supplemental Policy - An insurance policy intended to cover non-covered charges of another insurance policy */
|
|
284
200
|
readonly Csp: "SP";
|
|
201
|
+
/**
|
|
202
|
+
* Tax Equity Fiscal Responsibility Act (TEFRA) */
|
|
285
203
|
readonly Ctf: "TF";
|
|
204
|
+
/**
|
|
205
|
+
* Multiple Options Health Plan */
|
|
286
206
|
readonly Cu: "U";
|
|
207
|
+
/**
|
|
208
|
+
* Workers Compensation - Coverage provides medical treatment, rehabilitation, lost wages and related expenses arising from a job related injury or disease */
|
|
287
209
|
readonly Cwc: "WC";
|
|
210
|
+
/**
|
|
211
|
+
* Wrap Up Policy - A Workers Compensation Policy written for a specific job site, which will include or cover more than one insured */
|
|
288
212
|
readonly Cwu: "WU";
|
|
289
213
|
};
|
|
214
|
+
export type InsuranceTypeCode = (typeof InsuranceTypeCode)[keyof typeof InsuranceTypeCode];
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js
CHANGED
|
@@ -1,78 +1,217 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
5
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
4
|
exports.InsuranceTypeCode = void 0;
|
|
5
|
+
/** Code identifying the type of insurance policy within a specific insurance program (X12 008020 Element 1336) */
|
|
7
6
|
exports.InsuranceTypeCode = {
|
|
7
|
+
/**
|
|
8
|
+
* Short Term Insurance */
|
|
8
9
|
C01: "01",
|
|
10
|
+
/**
|
|
11
|
+
* Medicare Secondary Working Aged Beneficiary or Spouse with Employer Group Health Plan */
|
|
9
12
|
C12: "12",
|
|
13
|
+
/**
|
|
14
|
+
* Medicare Secondary End-Stage Renal Disease Beneficiary in the Mandated Coordination Period with an Employer's Group Health Plan */
|
|
10
15
|
C13: "13",
|
|
16
|
+
/**
|
|
17
|
+
* Medicare Secondary, No-fault Insurance including Auto is Primary */
|
|
11
18
|
C14: "14",
|
|
19
|
+
/**
|
|
20
|
+
* Medicare Secondary Worker's Compensation */
|
|
12
21
|
C15: "15",
|
|
22
|
+
/**
|
|
23
|
+
* Medicare Secondary Public Health Service (PHS) or Other Federal Agency */
|
|
13
24
|
C16: "16",
|
|
25
|
+
/**
|
|
26
|
+
* Dental */
|
|
14
27
|
C17: "17",
|
|
28
|
+
/**
|
|
29
|
+
* Vision */
|
|
15
30
|
C18: "18",
|
|
31
|
+
/**
|
|
32
|
+
* Prescription Drugs */
|
|
16
33
|
C19: "19",
|
|
34
|
+
/**
|
|
35
|
+
* Medicare Secondary Black Lung */
|
|
17
36
|
C41: "41",
|
|
37
|
+
/**
|
|
38
|
+
* Medicare Secondary Veteran's Administration */
|
|
18
39
|
C42: "42",
|
|
40
|
+
/**
|
|
41
|
+
* Medicare Secondary Disabled Beneficiary Under Age 65 with Large Group Health Plan (LGHP) */
|
|
19
42
|
C43: "43",
|
|
43
|
+
/**
|
|
44
|
+
* Medicare Secondary, Other Liability Insurance is Primary */
|
|
20
45
|
C47: "47",
|
|
46
|
+
/**
|
|
47
|
+
* Auto Insurance Policy */
|
|
21
48
|
Cap: "AP",
|
|
49
|
+
/**
|
|
50
|
+
* Commercial */
|
|
22
51
|
Cc1: "C1",
|
|
52
|
+
/**
|
|
53
|
+
* Consolidated Omnibus Budget Reconciliation Act (COBRA) */
|
|
23
54
|
Cco: "CO",
|
|
55
|
+
/**
|
|
56
|
+
* Medicare Conditionally Primary */
|
|
24
57
|
Ccp: "CP",
|
|
58
|
+
/**
|
|
59
|
+
* Disability - Provides periodic payments to replace income when an insured person is unable to work as a result of illness, injury or disease */
|
|
25
60
|
Cd: "D",
|
|
61
|
+
/**
|
|
62
|
+
* Disability Benefits */
|
|
26
63
|
Cdb: "DB",
|
|
64
|
+
/**
|
|
65
|
+
* Medicare - Point of Service (POS) */
|
|
27
66
|
Ce: "E",
|
|
67
|
+
/**
|
|
68
|
+
* Exclusive Provider Organization - Gives subscriber a choice of providers from an approved/contracted payer list; there are fixed dollar co-payments for most covered services in return for using plan providers */
|
|
28
69
|
Cep: "EP",
|
|
70
|
+
/**
|
|
71
|
+
* Family or Friends */
|
|
29
72
|
Cff: "FF",
|
|
73
|
+
/**
|
|
74
|
+
* Group Policy - Two or more people who are part of complete unit who enter into an insurance contract with an insurance company */
|
|
30
75
|
Cgp: "GP",
|
|
76
|
+
/**
|
|
77
|
+
* Health Insurance Exchange (HIX) Silver */
|
|
31
78
|
Cha: "HA",
|
|
79
|
+
/**
|
|
80
|
+
* Health Insurance Exchange (HIX) Bronze */
|
|
32
81
|
Chb: "HB",
|
|
82
|
+
/**
|
|
83
|
+
* High Deductible Health Plan */
|
|
33
84
|
Chd: "HD",
|
|
85
|
+
/**
|
|
86
|
+
* Health Insurance Exchange (HIX) Gold */
|
|
34
87
|
Chg: "HG",
|
|
88
|
+
/**
|
|
89
|
+
* Health Maintenance Organization (HMO) */
|
|
35
90
|
Chm: "HM",
|
|
91
|
+
/**
|
|
92
|
+
* Health Maintenance Organization (HMO) - Medicare Risk */
|
|
36
93
|
Chn: "HN",
|
|
94
|
+
/**
|
|
95
|
+
* Health Insurance Exchange (HIX) Platinum */
|
|
37
96
|
Chp: "HP",
|
|
97
|
+
/**
|
|
98
|
+
* Special Low Income Medicare Beneficiary - An individual eligible for Medicare for whom Medicaid pays only Medicare premiums */
|
|
38
99
|
Chs: "HS",
|
|
100
|
+
/**
|
|
101
|
+
* Indemnity - Gives a subscriber the choice to select any provider. Payment is fixed percentage of the cost for covered care after satisfying an annual deductible */
|
|
39
102
|
Cin: "IN",
|
|
103
|
+
/**
|
|
104
|
+
* Individual Policy */
|
|
40
105
|
Cip: "IP",
|
|
106
|
+
/**
|
|
107
|
+
* Long Term Care - Coverage designed to help pay for some or all long term care costs, reducing the risk that a policy-holder would need to deplete all of his or her assets to pay for long term care */
|
|
41
108
|
Clc: "LC",
|
|
109
|
+
/**
|
|
110
|
+
* Long Term Policy */
|
|
42
111
|
Cld: "LD",
|
|
112
|
+
/**
|
|
113
|
+
* Life Insurance */
|
|
43
114
|
Cli: "LI",
|
|
115
|
+
/**
|
|
116
|
+
* Litigation */
|
|
44
117
|
Clt: "LT",
|
|
118
|
+
/**
|
|
119
|
+
* Medicare Advantage Point of Service (POS) Plan that excludes Part D coverage */
|
|
45
120
|
Cm: "M",
|
|
121
|
+
/**
|
|
122
|
+
* Medicare Part A */
|
|
46
123
|
Cma: "MA",
|
|
124
|
+
/**
|
|
125
|
+
* Medicare Part B */
|
|
47
126
|
Cmb: "MB",
|
|
127
|
+
/**
|
|
128
|
+
* Medicaid - Program of health care services made available to medically indigent and other needy persons, regardless of age, under terms of a 1965 amendment to the U.S. Social Security Act */
|
|
48
129
|
Cmc: "MC",
|
|
130
|
+
/**
|
|
131
|
+
* Medicare Part D */
|
|
49
132
|
Cmd: "MD",
|
|
133
|
+
/**
|
|
134
|
+
* Medicare Advantage Preferred Provider Organization (PPO) Plan that excludes Part D Coverage */
|
|
50
135
|
Cme: "ME",
|
|
136
|
+
/**
|
|
137
|
+
* Medicare Advantage Private Fee for Service */
|
|
51
138
|
Cmf: "MF",
|
|
139
|
+
/**
|
|
140
|
+
* Medigap Part A - Health insurance policy intended to cover the non-covered portion of expenses eligible for Medicare Part A reimbursement which must be paid by a Medicare beneficiary for health care services and/or supplies received */
|
|
52
141
|
Cmh: "MH",
|
|
142
|
+
/**
|
|
143
|
+
* Medigap Part B - Health insurance policy intended to cover the non-covered portion of expenses eligible for Medicare Part B reimbursement which must be paid by a Medicare beneficiary for health care services and/or supplies received */
|
|
53
144
|
Cmi: "MI",
|
|
145
|
+
/**
|
|
146
|
+
* Medicare Advantage Health Maintenance Organization (HMO) Plan that includes Part D Coverage */
|
|
54
147
|
Cmj: "MJ",
|
|
148
|
+
/**
|
|
149
|
+
* Medicare Advantage Health Maintenance Organization (HMO) Risk Plan that includes Part D Coverage */
|
|
55
150
|
Cmk: "MK",
|
|
151
|
+
/**
|
|
152
|
+
* Medicare Advantage Indemnity Plan that includes Part D Coverage */
|
|
56
153
|
Cml: "ML",
|
|
154
|
+
/**
|
|
155
|
+
* Medicare Advantage Preferred Provider Organization (PPO) Plan that includes Part D Coverage */
|
|
57
156
|
Cmm: "MM",
|
|
157
|
+
/**
|
|
158
|
+
* Medicare Advantage Indemnity Plan that excludes Part D coverage */
|
|
58
159
|
Cmn: "MN",
|
|
160
|
+
/**
|
|
161
|
+
* Medicare Advantage Point of Service (POS) Plan that includes Part D Coverage */
|
|
59
162
|
Cmo: "MO",
|
|
163
|
+
/**
|
|
164
|
+
* Medicare Primary - Medicare has the primary responsibility to pay for health care services and/or supplies received by a covered beneficiary (a person entitled to Medicare benefits) */
|
|
60
165
|
Cmp: "MP",
|
|
166
|
+
/**
|
|
167
|
+
* Medicare Advantage Health Maintenance Organization (HMO) Risk Plan that excludes Part D coverage */
|
|
61
168
|
Cmr: "MR",
|
|
169
|
+
/**
|
|
170
|
+
* Medicare Advantage Health Maintenance Organization (HMO) Plan that excludes Part D coverage */
|
|
62
171
|
Cmt: "MT",
|
|
172
|
+
/**
|
|
173
|
+
* Medicare Advantage */
|
|
63
174
|
Cmv: "MV",
|
|
175
|
+
/**
|
|
176
|
+
* Open Access Point of Service Plan */
|
|
64
177
|
Coa: "OA",
|
|
178
|
+
/**
|
|
179
|
+
* Other */
|
|
65
180
|
Cot: "OT",
|
|
181
|
+
/**
|
|
182
|
+
* Property Insurance - Personal */
|
|
66
183
|
Cpe: "PE",
|
|
184
|
+
/**
|
|
185
|
+
* Personal */
|
|
67
186
|
Cpl: "PL",
|
|
187
|
+
/**
|
|
188
|
+
* Personal Payment (Cash - No Insurance) */
|
|
68
189
|
Cpp: "PP",
|
|
190
|
+
/**
|
|
191
|
+
* Preferred Provider Organization (PPO) */
|
|
69
192
|
Cpr: "PR",
|
|
193
|
+
/**
|
|
194
|
+
* Point of Service (POS) */
|
|
70
195
|
Cps: "PS",
|
|
196
|
+
/**
|
|
197
|
+
* Qualified Medicare Beneficiary - Coverage for a Medicare eligible individual for whom Medicaid pays only for Medicare premiums, co-insurance, and deductibles */
|
|
71
198
|
Cqm: "QM",
|
|
199
|
+
/**
|
|
200
|
+
* Property Insurance - Real */
|
|
72
201
|
Crp: "RP",
|
|
202
|
+
/**
|
|
203
|
+
* Supplemental Policy - An insurance policy intended to cover non-covered charges of another insurance policy */
|
|
73
204
|
Csp: "SP",
|
|
205
|
+
/**
|
|
206
|
+
* Tax Equity Fiscal Responsibility Act (TEFRA) */
|
|
74
207
|
Ctf: "TF",
|
|
208
|
+
/**
|
|
209
|
+
* Multiple Options Health Plan */
|
|
75
210
|
Cu: "U",
|
|
211
|
+
/**
|
|
212
|
+
* Workers Compensation - Coverage provides medical treatment, rehabilitation, lost wages and related expenses arising from a job related injury or disease */
|
|
76
213
|
Cwc: "WC",
|
|
214
|
+
/**
|
|
215
|
+
* Wrap Up Policy - A Workers Compensation Policy written for a specific job site, which will include or cover more than one insured */
|
|
77
216
|
Cwu: "WU",
|
|
78
217
|
};
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as CandidApi from "../../../../../../../index";
|
|
1
|
+
import type * as CandidApi from "../../../../../../../index";
|
|
5
2
|
/**
|
|
6
3
|
* A type to represent the latest eligibility check status of a coverage.
|
|
7
4
|
*/
|