candidhealth 1.9.1 → 1.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BaseClient.d.ts +25 -0
- package/BaseClient.js +3 -0
- package/Client.d.ts +8 -26
- package/Client.js +77 -79
- package/README.md +7 -4
- package/api/resources/auth/client/Client.d.ts +3 -11
- package/api/resources/auth/client/Client.js +1 -3
- package/api/resources/auth/index.d.ts +1 -1
- package/api/resources/auth/index.js +1 -1
- package/api/resources/auth/resources/default/client/Client.d.ts +3 -21
- package/api/resources/auth/resources/default/client/Client.js +8 -10
- package/api/resources/auth/resources/default/client/getToken.d.ts +1 -4
- package/api/resources/auth/resources/default/client/getToken.js +1 -3
- package/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +0 -3
- package/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +1 -3
- package/api/resources/auth/resources/default/client/requests/index.d.ts +1 -1
- package/api/resources/auth/resources/default/index.d.ts +1 -1
- package/api/resources/auth/resources/default/index.js +1 -1
- package/api/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +0 -3
- package/api/resources/auth/resources/default/types/AuthGetTokenResponse.js +1 -3
- package/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +0 -3
- package/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +1 -3
- package/api/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +0 -3
- package/api/resources/auth/resources/default/types/TooManyRequestsErrorType.js +1 -3
- package/api/resources/auth/resources/default/types/index.d.ts +1 -1
- package/api/resources/auth/resources/default/types/index.js +1 -1
- package/api/resources/billingNotes/client/Client.d.ts +3 -11
- package/api/resources/billingNotes/client/Client.js +1 -3
- package/api/resources/billingNotes/index.d.ts +1 -1
- package/api/resources/billingNotes/index.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/billingNotes/resources/v2/client/Client.js +19 -21
- package/api/resources/billingNotes/resources/v2/client/create.d.ts +1 -4
- package/api/resources/billingNotes/resources/v2/client/create.js +1 -3
- package/api/resources/billingNotes/resources/v2/client/delete.d.ts +1 -4
- package/api/resources/billingNotes/resources/v2/client/delete.js +1 -3
- package/api/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/client/index.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +0 -3
- package/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +1 -3
- package/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +1 -4
- package/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +1 -3
- package/api/resources/billingNotes/resources/v2/client/requests/index.d.ts +2 -2
- package/api/resources/billingNotes/resources/v2/client/update.d.ts +1 -4
- package/api/resources/billingNotes/resources/v2/client/update.js +1 -3
- package/api/resources/billingNotes/resources/v2/index.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/index.js +1 -1
- package/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -4
- package/api/resources/billingNotes/resources/v2/types/BillingNote.js +1 -3
- package/api/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +0 -3
- package/api/resources/billingNotes/resources/v2/types/BillingNoteBase.js +1 -3
- package/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +0 -3
- package/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +1 -3
- package/api/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -4
- package/api/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -3
- package/api/resources/billingNotes/resources/v2/types/index.d.ts +3 -3
- package/api/resources/billingNotes/resources/v2/types/index.js +3 -3
- package/api/resources/chargeCapture/client/Client.d.ts +3 -11
- package/api/resources/chargeCapture/client/Client.js +1 -3
- package/api/resources/chargeCapture/index.d.ts +1 -1
- package/api/resources/chargeCapture/index.js +1 -1
- package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/chargeCapture/resources/v1/client/Client.js +102 -104
- package/api/resources/chargeCapture/resources/v1/client/create.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/create.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/get.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/get.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/getAll.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/index.d.ts +2 -2
- package/api/resources/chargeCapture/resources/v1/client/index.js +3 -3
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +5 -5
- package/api/resources/chargeCapture/resources/v1/client/update.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/update.js +1 -3
- package/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +1 -3
- package/api/resources/chargeCapture/resources/v1/index.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/index.js +1 -1
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +1 -4
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +0 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +1 -3
- package/api/resources/chargeCapture/resources/v1/types/index.d.ts +3 -3
- package/api/resources/chargeCapture/resources/v1/types/index.js +3 -3
- package/api/resources/chargeCaptureBundles/client/Client.d.ts +3 -11
- package/api/resources/chargeCaptureBundles/client/Client.js +1 -3
- package/api/resources/chargeCaptureBundles/index.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/index.js +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +59 -61
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +2 -2
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +3 -3
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +0 -3
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/index.js +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +1 -4
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +3 -7
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +3 -3
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +0 -3
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +1 -3
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +3 -3
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.js +3 -3
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +1 -4
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +1 -3
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +1 -4
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +1 -3
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +1 -4
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +1 -3
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +1 -4
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +1 -3
- package/api/resources/claimSubmission/resources/v1/types/index.d.ts +2 -2
- package/api/resources/claimSubmission/resources/v1/types/index.js +2 -2
- package/api/resources/claims/types/Claim.d.ts +1 -4
- package/api/resources/claims/types/Claim.js +1 -3
- package/api/resources/claims/types/ClaimStatus.d.ts +1 -4
- package/api/resources/claims/types/ClaimStatus.js +1 -3
- package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +1 -4
- package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +1 -3
- package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +1 -4
- package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +1 -3
- package/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +1 -4
- package/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +1 -3
- package/api/resources/clinicalTrials/resources/v1/types/index.d.ts +1 -1
- package/api/resources/clinicalTrials/resources/v1/types/index.js +1 -1
- package/api/resources/commons/types/AdjustmentId.d.ts +1 -4
- package/api/resources/commons/types/AdjustmentId.js +1 -3
- package/api/resources/commons/types/AppointmentId.d.ts +1 -4
- package/api/resources/commons/types/AppointmentId.js +1 -3
- package/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +1 -4
- package/api/resources/commons/types/BillingProviderCommercialLicenseType.js +1 -3
- package/api/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +1 -4
- package/api/resources/commons/types/ChargeCaptureClaimCreationId.js +1 -3
- package/api/resources/commons/types/ChargeCaptureId.d.ts +1 -4
- package/api/resources/commons/types/ChargeCaptureId.js +1 -3
- package/api/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +1 -4
- package/api/resources/commons/types/ChargeCapturePostBilledChangeId.js +1 -3
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -4
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -3
- package/api/resources/commons/types/ClaimId.d.ts +1 -4
- package/api/resources/commons/types/ClaimId.js +1 -3
- package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +1 -4
- package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +1 -3
- package/api/resources/commons/types/Clearinghouse.d.ts +1 -4
- package/api/resources/commons/types/Clearinghouse.js +1 -3
- package/api/resources/commons/types/ClinicalTrialId.d.ts +1 -4
- package/api/resources/commons/types/ClinicalTrialId.js +1 -3
- package/api/resources/commons/types/DateRangeOptionalEnd.d.ts +1 -4
- package/api/resources/commons/types/DateRangeOptionalEnd.js +1 -3
- package/api/resources/commons/types/Date_.d.ts +1 -4
- package/api/resources/commons/types/Date_.js +1 -3
- package/api/resources/commons/types/Decimal.d.ts +1 -4
- package/api/resources/commons/types/Decimal.js +1 -3
- package/api/resources/commons/types/DelayReasonCode.d.ts +30 -49
- package/api/resources/commons/types/DelayReasonCode.js +30 -3
- package/api/resources/commons/types/Email.d.ts +1 -4
- package/api/resources/commons/types/Email.js +1 -3
- package/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -4
- package/api/resources/commons/types/EmrPayerCrosswalk.js +1 -3
- package/api/resources/commons/types/EncounterExternalId.d.ts +1 -4
- package/api/resources/commons/types/EncounterExternalId.js +1 -3
- package/api/resources/commons/types/EncounterId.d.ts +1 -4
- package/api/resources/commons/types/EncounterId.js +1 -3
- package/api/resources/commons/types/EntityConflictErrorMessage.d.ts +0 -3
- package/api/resources/commons/types/EntityConflictErrorMessage.js +1 -3
- package/api/resources/commons/types/EntityNotFoundErrorMessage.d.ts +0 -3
- package/api/resources/commons/types/EntityNotFoundErrorMessage.js +1 -3
- package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +1 -4
- package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +1 -3
- package/api/resources/commons/types/ErrorMessage.d.ts +1 -4
- package/api/resources/commons/types/ErrorMessage.js +1 -3
- package/api/resources/commons/types/FacilityTypeCode.d.ts +101 -154
- package/api/resources/commons/types/FacilityTypeCode.js +106 -3
- package/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -3
- package/api/resources/commons/types/HttpServiceUnavailableErrorMessage.js +1 -3
- package/api/resources/commons/types/InsuranceTypeCode.d.ts +142 -217
- package/api/resources/commons/types/InsuranceTypeCode.js +142 -3
- package/api/resources/commons/types/IntendedSubmissionMedium.d.ts +2 -7
- package/api/resources/commons/types/IntendedSubmissionMedium.js +2 -3
- package/api/resources/commons/types/InvoiceId.d.ts +1 -4
- package/api/resources/commons/types/InvoiceId.js +1 -3
- package/api/resources/commons/types/LinkUrl.d.ts +1 -4
- package/api/resources/commons/types/LinkUrl.js +1 -3
- package/api/resources/commons/types/NetworkType.d.ts +43 -67
- package/api/resources/commons/types/NetworkType.js +43 -3
- package/api/resources/commons/types/NextResponsibleParty.d.ts +1 -4
- package/api/resources/commons/types/NextResponsibleParty.js +1 -3
- package/api/resources/commons/types/Npi.d.ts +1 -4
- package/api/resources/commons/types/Npi.js +1 -3
- package/api/resources/commons/types/OrganizationId.d.ts +1 -4
- package/api/resources/commons/types/OrganizationId.js +1 -3
- package/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +0 -3
- package/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +1 -3
- package/api/resources/commons/types/PageToken.d.ts +1 -4
- package/api/resources/commons/types/PageToken.js +1 -3
- package/api/resources/commons/types/PatientExternalId.d.ts +1 -4
- package/api/resources/commons/types/PatientExternalId.js +1 -3
- package/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +49 -76
- package/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +49 -3
- package/api/resources/commons/types/PayerPlanGroupId.d.ts +1 -4
- package/api/resources/commons/types/PayerPlanGroupId.js +1 -3
- package/api/resources/commons/types/PhoneNumber.d.ts +1 -4
- package/api/resources/commons/types/PhoneNumber.js +1 -3
- package/api/resources/commons/types/PhoneNumberOptional.d.ts +1 -4
- package/api/resources/commons/types/PhoneNumberOptional.js +1 -3
- package/api/resources/commons/types/PhoneNumberType.d.ts +1 -4
- package/api/resources/commons/types/PhoneNumberType.js +1 -3
- package/api/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -4
- package/api/resources/commons/types/PreEncounterAppointmentId.js +1 -3
- package/api/resources/commons/types/PreEncounterPatientId.d.ts +1 -4
- package/api/resources/commons/types/PreEncounterPatientId.js +1 -3
- package/api/resources/commons/types/Primitive.d.ts +1 -4
- package/api/resources/commons/types/Primitive.js +5 -3
- package/api/resources/commons/types/ProcedureModifier.d.ts +799 -1201
- package/api/resources/commons/types/ProcedureModifier.js +799 -3
- package/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/api/resources/commons/types/ProviderCredentialingSpanId.js +1 -3
- package/api/resources/commons/types/ProviderId.d.ts +1 -4
- package/api/resources/commons/types/ProviderId.js +1 -3
- package/api/resources/commons/types/QualifierCode.d.ts +1 -4
- package/api/resources/commons/types/QualifierCode.js +5 -3
- package/api/resources/commons/types/RateId.d.ts +1 -4
- package/api/resources/commons/types/RateId.js +1 -3
- package/api/resources/commons/types/RegionNational.d.ts +1 -5
- package/api/resources/commons/types/RegionNational.js +1 -3
- package/api/resources/commons/types/RegionStates.d.ts +1 -4
- package/api/resources/commons/types/RegionStates.js +1 -3
- package/api/resources/commons/types/Regions.d.ts +1 -4
- package/api/resources/commons/types/Regions.js +1 -3
- package/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +1 -4
- package/api/resources/commons/types/RemovableDateRangeOptionalEnd.js +1 -3
- package/api/resources/commons/types/RequestValidationError.d.ts +0 -3
- package/api/resources/commons/types/RequestValidationError.js +1 -3
- package/api/resources/commons/types/ResourcePage.d.ts +1 -4
- package/api/resources/commons/types/ResourcePage.js +1 -3
- package/api/resources/commons/types/SchemaId.d.ts +1 -4
- package/api/resources/commons/types/SchemaId.js +1 -3
- package/api/resources/commons/types/ServiceLineId.d.ts +1 -4
- package/api/resources/commons/types/ServiceLineId.js +1 -3
- package/api/resources/commons/types/ServiceLineUnits.d.ts +1 -4
- package/api/resources/commons/types/ServiceLineUnits.js +1 -3
- package/api/resources/commons/types/SortDirection.d.ts +1 -4
- package/api/resources/commons/types/SortDirection.js +5 -3
- package/api/resources/commons/types/SourceOfPaymentCode.d.ts +49 -76
- package/api/resources/commons/types/SourceOfPaymentCode.js +49 -3
- package/api/resources/commons/types/State.d.ts +1 -4
- package/api/resources/commons/types/State.js +1 -3
- package/api/resources/commons/types/StreetAddressBase.d.ts +1 -4
- package/api/resources/commons/types/StreetAddressBase.js +1 -3
- package/api/resources/commons/types/StreetAddressLongZip.d.ts +1 -4
- package/api/resources/commons/types/StreetAddressLongZip.js +1 -3
- package/api/resources/commons/types/StreetAddressLongZipOptional.d.ts +1 -4
- package/api/resources/commons/types/StreetAddressLongZipOptional.js +1 -3
- package/api/resources/commons/types/StreetAddressOptionalBase.d.ts +1 -4
- package/api/resources/commons/types/StreetAddressOptionalBase.js +1 -3
- package/api/resources/commons/types/StreetAddressShortZip.d.ts +1 -4
- package/api/resources/commons/types/StreetAddressShortZip.js +1 -3
- package/api/resources/commons/types/StreetAddressShortZipOptional.d.ts +1 -4
- package/api/resources/commons/types/StreetAddressShortZipOptional.js +1 -3
- package/api/resources/commons/types/TaskAssignmentId.d.ts +1 -4
- package/api/resources/commons/types/TaskAssignmentId.js +1 -3
- package/api/resources/commons/types/TaskId.d.ts +1 -4
- package/api/resources/commons/types/TaskId.js +1 -3
- package/api/resources/commons/types/TaskNoteId.d.ts +1 -4
- package/api/resources/commons/types/TaskNoteId.js +1 -3
- package/api/resources/commons/types/TaxId.d.ts +1 -4
- package/api/resources/commons/types/TaxId.js +1 -3
- package/api/resources/commons/types/UnauthorizedErrorMessage.d.ts +0 -3
- package/api/resources/commons/types/UnauthorizedErrorMessage.js +1 -3
- package/api/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +0 -3
- package/api/resources/commons/types/UnprocessableEntityErrorMessage.js +1 -3
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +0 -3
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +1 -3
- package/api/resources/commons/types/UserId.d.ts +1 -4
- package/api/resources/commons/types/UserId.js +1 -3
- package/api/resources/commons/types/WorkQueueId.d.ts +1 -4
- package/api/resources/commons/types/WorkQueueId.js +1 -3
- package/api/resources/commons/types/index.d.ts +60 -60
- package/api/resources/commons/types/index.js +60 -60
- package/api/resources/contracts/client/Client.d.ts +3 -11
- package/api/resources/contracts/client/Client.js +1 -3
- package/api/resources/contracts/index.d.ts +1 -1
- package/api/resources/contracts/index.js +1 -1
- package/api/resources/contracts/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/contracts/resources/v2/client/Client.js +41 -43
- package/api/resources/contracts/resources/v2/client/create.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/create.js +1 -3
- package/api/resources/contracts/resources/v2/client/delete.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/delete.js +1 -3
- package/api/resources/contracts/resources/v2/client/get.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/get.js +1 -3
- package/api/resources/contracts/resources/v2/client/getMulti.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/getMulti.js +1 -3
- package/api/resources/contracts/resources/v2/client/index.d.ts +3 -3
- package/api/resources/contracts/resources/v2/client/index.js +4 -4
- package/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/requests/ContractCreate.js +1 -3
- package/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/requests/ContractUpdate.js +1 -3
- package/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.js +1 -3
- package/api/resources/contracts/resources/v2/client/requests/index.d.ts +3 -3
- package/api/resources/contracts/resources/v2/client/update.d.ts +1 -4
- package/api/resources/contracts/resources/v2/client/update.js +1 -3
- package/api/resources/contracts/resources/v2/index.d.ts +1 -1
- package/api/resources/contracts/resources/v2/index.js +1 -1
- package/api/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +0 -3
- package/api/resources/contracts/resources/v2/types/AuthorizedSignatory.js +1 -3
- package/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +1 -3
- package/api/resources/contracts/resources/v2/types/Contract.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/Contract.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractBase.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/ContractBase.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractId.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/ContractId.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +0 -3
- package/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +0 -3
- package/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractSortField.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/ContractSortField.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +8 -14
- package/api/resources/contracts/resources/v2/types/ContractStatus.js +8 -3
- package/api/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/ContractWithProviders.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -3
- package/api/resources/contracts/resources/v2/types/ContractsPage.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/ContractsPage.js +1 -3
- package/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/DateUpdate.js +1 -3
- package/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/InsuranceTypes.js +1 -3
- package/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/RegionsUpdate.js +1 -3
- package/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -4
- package/api/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -3
- package/api/resources/contracts/resources/v2/types/index.d.ts +12 -12
- package/api/resources/contracts/resources/v2/types/index.js +12 -12
- package/api/resources/credentialing/client/Client.d.ts +3 -11
- package/api/resources/credentialing/client/Client.js +1 -3
- package/api/resources/credentialing/index.d.ts +1 -1
- package/api/resources/credentialing/index.js +1 -1
- package/api/resources/credentialing/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/credentialing/resources/v2/client/Client.js +70 -72
- package/api/resources/credentialing/resources/v2/client/create.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/create.js +1 -3
- package/api/resources/credentialing/resources/v2/client/createFacility.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/createFacility.js +1 -3
- package/api/resources/credentialing/resources/v2/client/delete.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/delete.js +1 -3
- package/api/resources/credentialing/resources/v2/client/deleteFacility.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/deleteFacility.js +1 -3
- package/api/resources/credentialing/resources/v2/client/get.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/get.js +1 -3
- package/api/resources/credentialing/resources/v2/client/getAll.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/getAll.js +1 -3
- package/api/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/getAllFacilities.js +1 -3
- package/api/resources/credentialing/resources/v2/client/getFacility.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/getFacility.js +1 -3
- package/api/resources/credentialing/resources/v2/client/index.d.ts +6 -6
- package/api/resources/credentialing/resources/v2/client/index.js +7 -7
- package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +0 -3
- package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +1 -3
- package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +1 -3
- package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.js +1 -3
- package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js +1 -3
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +1 -3
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +1 -3
- package/api/resources/credentialing/resources/v2/client/requests/index.d.ts +6 -6
- package/api/resources/credentialing/resources/v2/client/update.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/update.js +1 -3
- package/api/resources/credentialing/resources/v2/client/updateFacility.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/client/updateFacility.js +1 -3
- package/api/resources/credentialing/resources/v2/index.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/index.js +1 -1
- package/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +1 -3
- package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +2 -7
- package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +2 -3
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +1 -3
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +1 -3
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +1 -3
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +1 -3
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -3
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +1 -4
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +1 -3
- package/api/resources/credentialing/resources/v2/types/index.d.ts +5 -5
- package/api/resources/credentialing/resources/v2/types/index.js +5 -5
- package/api/resources/customSchemas/client/Client.d.ts +3 -11
- package/api/resources/customSchemas/client/Client.js +1 -3
- package/api/resources/customSchemas/index.d.ts +1 -1
- package/api/resources/customSchemas/index.js +1 -1
- package/api/resources/customSchemas/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/customSchemas/resources/v1/client/Client.js +25 -27
- package/api/resources/customSchemas/resources/v1/client/create.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/client/create.js +1 -3
- package/api/resources/customSchemas/resources/v1/client/get.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/client/get.js +1 -3
- package/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/client/getMulti.js +1 -3
- package/api/resources/customSchemas/resources/v1/client/index.d.ts +3 -3
- package/api/resources/customSchemas/resources/v1/client/index.js +4 -4
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +1 -3
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +1 -3
- package/api/resources/customSchemas/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/customSchemas/resources/v1/client/update.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/client/update.js +1 -3
- package/api/resources/customSchemas/resources/v1/index.d.ts +1 -1
- package/api/resources/customSchemas/resources/v1/index.js +1 -1
- package/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/Schema.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/Schema.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/SchemaField.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/SchemaField.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/SchemaInstance.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/SchemaValidationError.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +1 -4
- package/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +1 -3
- package/api/resources/customSchemas/resources/v1/types/index.d.ts +5 -5
- package/api/resources/customSchemas/resources/v1/types/index.js +5 -5
- package/api/resources/diagnoses/client/Client.d.ts +3 -21
- package/api/resources/diagnoses/client/Client.js +19 -21
- package/api/resources/diagnoses/client/create.d.ts +1 -4
- package/api/resources/diagnoses/client/create.js +1 -3
- package/api/resources/diagnoses/client/delete.d.ts +1 -4
- package/api/resources/diagnoses/client/delete.js +1 -3
- package/api/resources/diagnoses/client/index.d.ts +1 -1
- package/api/resources/diagnoses/client/index.js +2 -2
- package/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +1 -4
- package/api/resources/diagnoses/client/requests/DiagnosisUpdate.js +1 -3
- package/api/resources/diagnoses/client/requests/index.d.ts +1 -1
- package/api/resources/diagnoses/client/update.d.ts +1 -4
- package/api/resources/diagnoses/client/update.js +1 -3
- package/api/resources/diagnoses/index.d.ts +1 -1
- package/api/resources/diagnoses/index.js +1 -1
- package/api/resources/diagnoses/types/Diagnosis.d.ts +1 -4
- package/api/resources/diagnoses/types/Diagnosis.js +1 -3
- package/api/resources/diagnoses/types/DiagnosisCreate.d.ts +1 -4
- package/api/resources/diagnoses/types/DiagnosisCreate.js +1 -3
- package/api/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +1 -4
- package/api/resources/diagnoses/types/DiagnosisCreateOptional.js +1 -3
- package/api/resources/diagnoses/types/DiagnosisId.d.ts +1 -4
- package/api/resources/diagnoses/types/DiagnosisId.js +1 -3
- package/api/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +1 -4
- package/api/resources/diagnoses/types/DiagnosisNotFoundError.js +1 -3
- package/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +21 -34
- package/api/resources/diagnoses/types/DiagnosisTypeCode.js +21 -3
- package/api/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.d.ts +1 -4
- package/api/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.js +1 -3
- package/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +1 -4
- package/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +1 -3
- package/api/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +1 -4
- package/api/resources/diagnoses/types/StandaloneDiagnosisCreate.js +1 -3
- package/api/resources/diagnoses/types/index.d.ts +6 -6
- package/api/resources/diagnoses/types/index.js +6 -6
- package/api/resources/eligibility/client/Client.d.ts +3 -11
- package/api/resources/eligibility/client/Client.js +1 -3
- package/api/resources/eligibility/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/eligibility/resources/v2/client/Client.js +18 -20
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -4
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +1 -3
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -4
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +1 -3
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -4
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +1 -3
- package/api/resources/encounterAttachments/client/Client.d.ts +3 -11
- package/api/resources/encounterAttachments/client/Client.js +1 -3
- package/api/resources/encounterAttachments/index.d.ts +1 -1
- package/api/resources/encounterAttachments/index.js +1 -1
- package/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +5 -23
- package/api/resources/encounterAttachments/resources/v1/client/Client.js +18 -20
- package/api/resources/encounterAttachments/resources/v1/client/create.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/client/create.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/client/delete.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/client/delete.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/client/get.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/client/get.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -1
- package/api/resources/encounterAttachments/resources/v1/client/index.js +2 -2
- package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/encounterAttachments/resources/v1/index.d.ts +1 -1
- package/api/resources/encounterAttachments/resources/v1/index.js +1 -1
- package/api/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/types/AttachmentId.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +1 -3
- package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +1 -4
- package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +1 -3
- package/api/resources/encounterProviders/client/Client.d.ts +3 -11
- package/api/resources/encounterProviders/client/Client.js +1 -3
- package/api/resources/encounterProviders/index.d.ts +1 -1
- package/api/resources/encounterProviders/index.js +1 -1
- package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/encounterProviders/resources/v2/client/Client.js +75 -77
- package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/index.d.ts +8 -8
- package/api/resources/encounterProviders/resources/v2/client/index.js +9 -9
- package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/index.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/index.js +1 -1
- package/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/BillingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/EncounterProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +0 -3
- package/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/OrderingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/ReferringProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +1 -3
- package/api/resources/encounterProviders/resources/v2/types/index.d.ts +13 -13
- package/api/resources/encounterProviders/resources/v2/types/index.js +13 -13
- package/api/resources/encounters/client/Client.d.ts +3 -11
- package/api/resources/encounters/client/Client.js +1 -3
- package/api/resources/encounters/index.d.ts +1 -1
- package/api/resources/encounters/index.js +1 -1
- package/api/resources/encounters/resources/v4/client/Client.d.ts +3 -21
- package/api/resources/encounters/resources/v4/client/Client.js +46 -48
- package/api/resources/encounters/resources/v4/client/create.d.ts +1 -4
- package/api/resources/encounters/resources/v4/client/create.js +1 -3
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -4
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +1 -3
- package/api/resources/encounters/resources/v4/client/get.d.ts +1 -4
- package/api/resources/encounters/resources/v4/client/get.js +1 -3
- package/api/resources/encounters/resources/v4/client/getAll.d.ts +1 -4
- package/api/resources/encounters/resources/v4/client/getAll.js +1 -3
- package/api/resources/encounters/resources/v4/client/index.d.ts +3 -3
- package/api/resources/encounters/resources/v4/client/index.js +4 -4
- package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +1 -4
- package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.js +1 -3
- package/api/resources/encounters/resources/v4/client/requests/index.d.ts +1 -1
- package/api/resources/encounters/resources/v4/client/update.d.ts +1 -4
- package/api/resources/encounters/resources/v4/client/update.js +1 -3
- package/api/resources/encounters/resources/v4/index.d.ts +1 -1
- package/api/resources/encounters/resources/v4/index.js +1 -1
- package/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/BillableStatusType.js +1 -3
- package/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +0 -3
- package/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +1 -3
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +1 -3
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/ClinicalNote.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ClinicalNote.js +1 -3
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +1 -3
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +1 -3
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -3
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/Encounter.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterBase.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterCreate.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterCreate.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterDeepOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +0 -3
- package/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterPage.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +0 -3
- package/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +1 -5
- package/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterSortOptions.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +5 -10
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +11 -3
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +1 -3
- package/api/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EncounterUpdate.js +1 -3
- package/api/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EpsdtReferral.js +1 -3
- package/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/IntakeFollowUp.js +1 -3
- package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -3
- package/api/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/IntakeQuestion.js +1 -3
- package/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -3
- package/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +1 -3
- package/api/resources/encounters/resources/v4/types/Intervention.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/Intervention.js +1 -3
- package/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/InterventionCategory.js +1 -3
- package/api/resources/encounters/resources/v4/types/InterventionOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/InterventionOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +0 -3
- package/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +1 -3
- package/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +1 -3
- package/api/resources/encounters/resources/v4/types/Lab.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/Lab.js +1 -3
- package/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/LabCodeType.js +1 -3
- package/api/resources/encounters/resources/v4/types/LabOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/LabOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/Medication.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/Medication.js +1 -3
- package/api/resources/encounters/resources/v4/types/MedicationOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/MedicationOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +1 -3
- package/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/NoteCategory.js +1 -3
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategory.js +1 -3
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +1 -3
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +1 -3
- package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +1 -3
- package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -3
- package/api/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +8 -10
- package/api/resources/encounters/resources/v4/types/ReportTransmissionCode.js +8 -3
- package/api/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +123 -187
- package/api/resources/encounters/resources/v4/types/ReportTypeCode.js +123 -3
- package/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ResponsiblePartyType.js +1 -3
- package/api/resources/encounters/resources/v4/types/RxCui.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/RxCui.js +1 -3
- package/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +1 -3
- package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +1 -3
- package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +1 -3
- package/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +1 -3
- package/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +15 -25
- package/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +19 -3
- package/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/SynchronicityType.js +1 -3
- package/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +1 -3
- package/api/resources/encounters/resources/v4/types/Vitals.d.ts +0 -3
- package/api/resources/encounters/resources/v4/types/Vitals.js +1 -3
- package/api/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +0 -3
- package/api/resources/encounters/resources/v4/types/VitalsUpdate.js +1 -3
- package/api/resources/encounters/resources/v4/types/index.d.ts +47 -47
- package/api/resources/encounters/resources/v4/types/index.js +47 -47
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +1 -4
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +1 -3
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +1 -4
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +1 -3
- package/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +1 -4
- package/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +1 -3
- package/api/resources/encountersUniversal/types/index.d.ts +1 -1
- package/api/resources/encountersUniversal/types/index.js +1 -1
- package/api/resources/era/types/Era.d.ts +1 -4
- package/api/resources/era/types/Era.js +1 -3
- package/api/resources/era/types/EraBase.d.ts +1 -4
- package/api/resources/era/types/EraBase.js +1 -3
- package/api/resources/era/types/EraId.d.ts +1 -4
- package/api/resources/era/types/EraId.js +1 -3
- package/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +1 -4
- package/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +1 -3
- package/api/resources/era/types/index.d.ts +2 -2
- package/api/resources/era/types/index.js +2 -2
- package/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +2 -7
- package/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +2 -3
- package/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -11
- package/api/resources/expectedNetworkStatus/client/Client.js +1 -3
- package/api/resources/expectedNetworkStatus/index.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/index.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +7 -9
- package/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v1/index.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +14 -16
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/index.js +2 -2
- package/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/index.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +1 -5
- package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +1 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +1 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +13 -13
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.js +13 -13
- package/api/resources/exports/client/Client.d.ts +3 -11
- package/api/resources/exports/client/Client.js +1 -3
- package/api/resources/exports/index.d.ts +1 -1
- package/api/resources/exports/index.js +1 -1
- package/api/resources/exports/resources/v3/client/Client.d.ts +3 -21
- package/api/resources/exports/resources/v3/client/Client.js +10 -12
- package/api/resources/exports/resources/v3/client/getExports.d.ts +1 -4
- package/api/resources/exports/resources/v3/client/getExports.js +1 -3
- package/api/resources/exports/resources/v3/client/requests/GetExportsRequest.d.ts +0 -3
- package/api/resources/exports/resources/v3/client/requests/GetExportsRequest.js +1 -3
- package/api/resources/exports/resources/v3/client/requests/index.d.ts +1 -1
- package/api/resources/exports/resources/v3/index.d.ts +1 -1
- package/api/resources/exports/resources/v3/index.js +1 -1
- package/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +0 -3
- package/api/resources/exports/resources/v3/types/GetExportsResponse.js +1 -3
- package/api/resources/externalPaymentAccountConfig/client/Client.d.ts +3 -11
- package/api/resources/externalPaymentAccountConfig/client/Client.js +1 -3
- package/api/resources/externalPaymentAccountConfig/index.d.ts +1 -1
- package/api/resources/externalPaymentAccountConfig/index.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +9 -11
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +1 -3
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.d.ts +1 -4
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.js +1 -3
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/index.d.ts +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/index.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +1 -4
- package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +1 -3
- package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +1 -4
- package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +1 -3
- package/api/resources/feeSchedules/client/Client.d.ts +3 -11
- package/api/resources/feeSchedules/client/Client.js +1 -3
- package/api/resources/feeSchedules/index.d.ts +1 -1
- package/api/resources/feeSchedules/index.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +3 -21
- package/api/resources/feeSchedules/resources/v3/client/Client.js +104 -106
- package/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/deleteRate.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/getMatch.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/getMulti.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/hardDeleteRates.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/hardDeleteRates.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/index.d.ts +7 -7
- package/api/resources/feeSchedules/resources/v3/client/index.js +8 -8
- package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/requests/index.d.ts +5 -5
- package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/testMatch.js +1 -3
- package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +1 -3
- package/api/resources/feeSchedules/resources/v3/index.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/index.js +1 -1
- package/api/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/DimensionMatch.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +2 -7
- package/api/resources/feeSchedules/resources/v3/types/DimensionName.js +2 -3
- package/api/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/Dimensions.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/DimensionsPage.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +0 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchCptCode.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +0 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchDate.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchGeo.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchModifiers.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchPayer.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchProvider.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchResult.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/MatchTestResult.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/NewRate.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/NewRate.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/NewRateVersion.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +0 -3
- package/api/resources/feeSchedules/resources/v3/types/PayerThreshold.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/Rate.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/Rate.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +0 -3
- package/api/resources/feeSchedules/resources/v3/types/RateEntry.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/RateUpload.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/RatesPage.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/types/ValidationError.js +1 -3
- package/api/resources/feeSchedules/resources/v3/types/index.d.ts +17 -17
- package/api/resources/feeSchedules/resources/v3/types/index.js +17 -17
- package/api/resources/financials/types/AccountType.d.ts +1 -4
- package/api/resources/financials/types/AccountType.js +1 -3
- package/api/resources/financials/types/Allocation.d.ts +1 -4
- package/api/resources/financials/types/Allocation.js +1 -3
- package/api/resources/financials/types/AllocationCreate.d.ts +1 -4
- package/api/resources/financials/types/AllocationCreate.js +1 -3
- package/api/resources/financials/types/AllocationTarget.d.ts +1 -4
- package/api/resources/financials/types/AllocationTarget.js +1 -3
- package/api/resources/financials/types/AllocationTargetCreate.d.ts +1 -4
- package/api/resources/financials/types/AllocationTargetCreate.js +1 -3
- package/api/resources/financials/types/AppointmentAllocationTarget.d.ts +1 -4
- package/api/resources/financials/types/AppointmentAllocationTarget.js +1 -3
- package/api/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +1 -4
- package/api/resources/financials/types/AppointmentByIdAndPatientExternalId.js +1 -3
- package/api/resources/financials/types/BillingProviderAllocationTarget.d.ts +1 -4
- package/api/resources/financials/types/BillingProviderAllocationTarget.js +1 -3
- package/api/resources/financials/types/ClaimAllocationTarget.d.ts +1 -4
- package/api/resources/financials/types/ClaimAllocationTarget.js +1 -3
- package/api/resources/financials/types/InvoiceUpdate.d.ts +1 -4
- package/api/resources/financials/types/InvoiceUpdate.js +1 -3
- package/api/resources/financials/types/NoteUpdate.d.ts +1 -4
- package/api/resources/financials/types/NoteUpdate.js +1 -3
- package/api/resources/financials/types/PatientTransactionSource.d.ts +1 -4
- package/api/resources/financials/types/PatientTransactionSource.js +1 -3
- package/api/resources/financials/types/RefundReason.d.ts +1 -4
- package/api/resources/financials/types/RefundReason.js +1 -3
- package/api/resources/financials/types/RefundReasonUpdate.d.ts +1 -4
- package/api/resources/financials/types/RefundReasonUpdate.js +1 -3
- package/api/resources/financials/types/ServiceLineAllocationTarget.d.ts +1 -4
- package/api/resources/financials/types/ServiceLineAllocationTarget.js +1 -3
- package/api/resources/financials/types/index.d.ts +9 -9
- package/api/resources/financials/types/index.js +9 -9
- package/api/resources/guarantor/client/Client.d.ts +3 -11
- package/api/resources/guarantor/client/Client.js +1 -3
- package/api/resources/guarantor/index.d.ts +1 -1
- package/api/resources/guarantor/index.js +1 -1
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/guarantor/resources/v1/client/Client.js +19 -21
- package/api/resources/guarantor/resources/v1/client/create.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/client/create.js +1 -3
- package/api/resources/guarantor/resources/v1/client/get.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/client/get.js +1 -3
- package/api/resources/guarantor/resources/v1/client/update.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/client/update.js +1 -3
- package/api/resources/guarantor/resources/v1/index.d.ts +1 -1
- package/api/resources/guarantor/resources/v1/index.js +1 -1
- package/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +0 -3
- package/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +1 -3
- package/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/types/Guarantor.js +1 -3
- package/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -3
- package/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/types/GuarantorCreate.js +1 -3
- package/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/types/GuarantorId.js +1 -3
- package/api/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/types/GuarantorOptional.js +1 -3
- package/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +1 -4
- package/api/resources/guarantor/resources/v1/types/GuarantorUpdate.js +1 -3
- package/api/resources/guarantor/resources/v1/types/index.d.ts +4 -4
- package/api/resources/guarantor/resources/v1/types/index.js +4 -4
- package/api/resources/healthCareCodeInformation/client/Client.d.ts +3 -11
- package/api/resources/healthCareCodeInformation/client/Client.js +1 -3
- package/api/resources/healthCareCodeInformation/index.d.ts +1 -1
- package/api/resources/healthCareCodeInformation/index.js +1 -1
- package/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +15 -17
- package/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +1 -1
- package/api/resources/healthCareCodeInformation/resources/v1/client/index.js +2 -2
- package/api/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/client/update.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/index.d.ts +1 -1
- package/api/resources/healthCareCodeInformation/resources/v1/index.js +1 -1
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +5 -10
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +5 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +316 -473
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +323 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +3 -7
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +3 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +0 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +3 -7
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +3 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +5 -10
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +5 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +1 -5
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +120 -184
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +120 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +3 -7
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +3 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +36 -58
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +36 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +3 -7
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +3 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +5 -10
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +5 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +5 -10
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +5 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +5 -10
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +5 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +11 -19
- package/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +11 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +5 -10
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +5 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +7 -13
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +7 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +0 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +3 -7
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +3 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +322 -432
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +322 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +3 -7
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +3 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +1 -4
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +1 -3
- package/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +36 -36
- package/api/resources/healthCareCodeInformation/resources/v1/types/index.js +36 -36
- package/api/resources/identifiers/types/Identifier.d.ts +1 -4
- package/api/resources/identifiers/types/Identifier.js +1 -3
- package/api/resources/identifiers/types/IdentifierBase.d.ts +1 -4
- package/api/resources/identifiers/types/IdentifierBase.js +1 -3
- package/api/resources/identifiers/types/IdentifierCode.d.ts +1 -4
- package/api/resources/identifiers/types/IdentifierCode.js +1 -3
- package/api/resources/identifiers/types/IdentifierCreate.d.ts +1 -4
- package/api/resources/identifiers/types/IdentifierCreate.js +1 -3
- package/api/resources/identifiers/types/IdentifierId.d.ts +1 -4
- package/api/resources/identifiers/types/IdentifierId.js +1 -3
- package/api/resources/identifiers/types/IdentifierUpdate.d.ts +1 -4
- package/api/resources/identifiers/types/IdentifierUpdate.js +1 -3
- package/api/resources/identifiers/types/IdentifierValue.d.ts +1 -4
- package/api/resources/identifiers/types/IdentifierValue.js +1 -3
- package/api/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +1 -4
- package/api/resources/identifiers/types/MedicaidProviderIdentifier.js +1 -3
- package/api/resources/identifiers/types/MedicareProviderIdentifier.d.ts +1 -4
- package/api/resources/identifiers/types/MedicareProviderIdentifier.js +1 -3
- package/api/resources/identifiers/types/UpdatableIdentifier.d.ts +1 -4
- package/api/resources/identifiers/types/UpdatableIdentifier.js +1 -3
- package/api/resources/identifiers/types/index.d.ts +6 -6
- package/api/resources/identifiers/types/index.js +6 -6
- package/api/resources/importInvoice/client/Client.d.ts +3 -11
- package/api/resources/importInvoice/client/Client.js +1 -3
- package/api/resources/importInvoice/index.d.ts +1 -1
- package/api/resources/importInvoice/index.js +1 -1
- package/api/resources/importInvoice/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/importInvoice/resources/v1/client/Client.js +35 -37
- package/api/resources/importInvoice/resources/v1/client/get.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/client/get.js +1 -3
- package/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/client/getMulti.js +1 -3
- package/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/client/importInvoice.js +1 -3
- package/api/resources/importInvoice/resources/v1/client/index.d.ts +3 -3
- package/api/resources/importInvoice/resources/v1/client/index.js +4 -4
- package/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.js +1 -3
- package/api/resources/importInvoice/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/importInvoice/resources/v1/client/update.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/client/update.js +1 -3
- package/api/resources/importInvoice/resources/v1/index.d.ts +1 -1
- package/api/resources/importInvoice/resources/v1/index.js +1 -1
- package/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +1 -3
- package/api/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/types/ImportInvoice.js +1 -3
- package/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +1 -3
- package/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +1 -3
- package/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +1 -3
- package/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +1 -4
- package/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +1 -3
- package/api/resources/importInvoice/resources/v1/types/index.d.ts +3 -3
- package/api/resources/importInvoice/resources/v1/types/index.js +3 -3
- package/api/resources/index.d.ts +29 -29
- package/api/resources/index.js +31 -31
- package/api/resources/individual/types/Gender.d.ts +1 -4
- package/api/resources/individual/types/Gender.js +1 -3
- package/api/resources/individual/types/IndividualBase.d.ts +1 -4
- package/api/resources/individual/types/IndividualBase.js +1 -3
- package/api/resources/individual/types/IndividualBaseOptional.d.ts +1 -4
- package/api/resources/individual/types/IndividualBaseOptional.js +1 -3
- package/api/resources/individual/types/IndividualId.d.ts +1 -4
- package/api/resources/individual/types/IndividualId.js +1 -3
- package/api/resources/individual/types/Patient.d.ts +1 -4
- package/api/resources/individual/types/Patient.js +1 -3
- package/api/resources/individual/types/PatientBase.d.ts +1 -4
- package/api/resources/individual/types/PatientBase.js +1 -3
- package/api/resources/individual/types/PatientClinicalTrialInfo.d.ts +1 -4
- package/api/resources/individual/types/PatientClinicalTrialInfo.js +1 -3
- package/api/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +1 -4
- package/api/resources/individual/types/PatientClinicalTrialInfoCreate.js +1 -3
- package/api/resources/individual/types/PatientCreate.d.ts +1 -4
- package/api/resources/individual/types/PatientCreate.js +1 -3
- package/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +1 -4
- package/api/resources/individual/types/PatientNonInsurancePayerInfo.js +1 -3
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +1 -4
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +1 -3
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +1 -4
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +1 -3
- package/api/resources/individual/types/PatientUpdate.d.ts +1 -4
- package/api/resources/individual/types/PatientUpdate.js +1 -3
- package/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +1 -4
- package/api/resources/individual/types/PatientUpdateWithOptionalAddress.js +1 -3
- package/api/resources/individual/types/Subscriber.d.ts +1 -4
- package/api/resources/individual/types/Subscriber.js +1 -3
- package/api/resources/individual/types/SubscriberBase.d.ts +1 -4
- package/api/resources/individual/types/SubscriberBase.js +1 -3
- package/api/resources/individual/types/SubscriberBaseOptional.d.ts +1 -4
- package/api/resources/individual/types/SubscriberBaseOptional.js +1 -3
- package/api/resources/individual/types/SubscriberCreate.d.ts +1 -4
- package/api/resources/individual/types/SubscriberCreate.js +1 -3
- package/api/resources/individual/types/SubscriberCreateOptional.d.ts +1 -4
- package/api/resources/individual/types/SubscriberCreateOptional.js +1 -3
- package/api/resources/individual/types/index.d.ts +13 -13
- package/api/resources/individual/types/index.js +13 -13
- package/api/resources/insuranceAdjudications/client/Client.d.ts +3 -11
- package/api/resources/insuranceAdjudications/client/Client.js +1 -3
- package/api/resources/insuranceAdjudications/index.d.ts +1 -1
- package/api/resources/insuranceAdjudications/index.js +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +18 -20
- package/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/client/create.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/client/delete.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/client/get.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/index.js +2 -2
- package/api/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/index.js +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -4
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +6 -6
- package/api/resources/insuranceAdjudications/resources/v1/types/index.js +6 -6
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +1 -4
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCard.js +1 -3
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -4
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +1 -3
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +1 -4
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +1 -3
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +1 -4
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +1 -3
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -4
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -3
- package/api/resources/insuranceCards/resources/v2/types/index.d.ts +2 -2
- package/api/resources/insuranceCards/resources/v2/types/index.js +2 -2
- package/api/resources/insurancePayments/client/Client.d.ts +3 -11
- package/api/resources/insurancePayments/client/Client.js +1 -3
- package/api/resources/insurancePayments/index.d.ts +1 -1
- package/api/resources/insurancePayments/index.js +1 -1
- package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/insurancePayments/resources/v1/client/Client.js +23 -25
- package/api/resources/insurancePayments/resources/v1/client/get.d.ts +1 -4
- package/api/resources/insurancePayments/resources/v1/client/get.js +1 -3
- package/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/insurancePayments/resources/v1/client/getMulti.js +1 -3
- package/api/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/client/index.js +2 -2
- package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +1 -4
- package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js +1 -3
- package/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/index.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/index.js +1 -1
- package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +1 -4
- package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.js +1 -3
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -4
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -3
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +1 -4
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +1 -3
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +1 -4
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +1 -3
- package/api/resources/insurancePayments/resources/v1/types/index.d.ts +2 -2
- package/api/resources/insurancePayments/resources/v1/types/index.js +2 -2
- package/api/resources/insuranceRefunds/client/Client.d.ts +3 -11
- package/api/resources/insuranceRefunds/client/Client.js +1 -3
- package/api/resources/insuranceRefunds/index.d.ts +1 -1
- package/api/resources/insuranceRefunds/index.js +1 -1
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +40 -42
- package/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/client/create.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/client/delete.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/client/get.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -3
- package/api/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
- package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/client/update.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/index.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/index.js +1 -1
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +1 -4
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +1 -3
- package/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -2
- package/api/resources/insuranceRefunds/resources/v1/types/index.js +2 -2
- package/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +1 -3
- package/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +1 -3
- package/api/resources/invoices/resources/v2/types/Invoice.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/Invoice.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceDestination.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceInfo.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceItemCreate.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceItemInfo.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceSortField.js +1 -3
- package/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/InvoiceStatus.js +1 -3
- package/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +1 -4
- package/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +1 -3
- package/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +0 -3
- package/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +1 -3
- package/api/resources/invoices/resources/v2/types/index.d.ts +6 -6
- package/api/resources/invoices/resources/v2/types/index.js +6 -6
- package/api/resources/invoices/types/Invoice.d.ts +1 -4
- package/api/resources/invoices/types/Invoice.js +1 -3
- package/api/resources/invoices/types/InvoiceItem.d.ts +1 -4
- package/api/resources/invoices/types/InvoiceItem.js +1 -3
- package/api/resources/invoices/types/InvoiceStatus.d.ts +1 -4
- package/api/resources/invoices/types/InvoiceStatus.js +1 -3
- package/api/resources/medicationDispense/client/Client.d.ts +3 -11
- package/api/resources/medicationDispense/client/Client.js +1 -3
- package/api/resources/medicationDispense/index.d.ts +1 -1
- package/api/resources/medicationDispense/index.js +1 -1
- package/api/resources/medicationDispense/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/medicationDispense/resources/v1/client/Client.js +8 -10
- package/api/resources/medicationDispense/resources/v1/client/create.d.ts +1 -4
- package/api/resources/medicationDispense/resources/v1/client/create.js +1 -3
- package/api/resources/medicationDispense/resources/v1/index.d.ts +1 -1
- package/api/resources/medicationDispense/resources/v1/index.js +1 -1
- package/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +1 -4
- package/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +1 -3
- package/api/resources/nonInsurancePayerPayments/client/Client.d.ts +3 -11
- package/api/resources/nonInsurancePayerPayments/client/Client.js +1 -3
- package/api/resources/nonInsurancePayerPayments/index.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/index.js +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +40 -45
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +3 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/index.js +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +1 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +1 -3
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +2 -2
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/index.js +2 -2
- package/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +3 -11
- package/api/resources/nonInsurancePayerRefunds/client/Client.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/index.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/index.js +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +40 -42
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +3 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/index.js +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +1 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +1 -3
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +2 -2
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +2 -2
- package/api/resources/nonInsurancePayers/client/Client.d.ts +3 -11
- package/api/resources/nonInsurancePayers/client/Client.js +1 -3
- package/api/resources/nonInsurancePayers/index.d.ts +1 -1
- package/api/resources/nonInsurancePayers/index.js +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +55 -57
- package/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/create.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/delete.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/get.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/getCategories.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/getCategories.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +5 -5
- package/api/resources/nonInsurancePayers/resources/v1/client/index.js +6 -6
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/update.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/index.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/index.js +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -4
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +0 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +1 -3
- package/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +7 -7
- package/api/resources/nonInsurancePayers/resources/v1/types/index.js +7 -7
- package/api/resources/organizationProviders/client/Client.d.ts +3 -11
- package/api/resources/organizationProviders/client/Client.js +1 -3
- package/api/resources/organizationProviders/index.d.ts +1 -1
- package/api/resources/organizationProviders/index.js +1 -1
- package/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/AddressType.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v2/types/ProviderType.js +1 -3
- package/api/resources/organizationProviders/resources/v2/types/index.d.ts +6 -6
- package/api/resources/organizationProviders/resources/v2/types/index.js +6 -6
- package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +3 -21
- package/api/resources/organizationProviders/resources/v3/client/Client.js +35 -35
- package/api/resources/organizationProviders/resources/v3/client/create.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/client/create.js +1 -3
- package/api/resources/organizationProviders/resources/v3/client/get.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/client/get.js +1 -3
- package/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/client/getMulti.js +1 -3
- package/api/resources/organizationProviders/resources/v3/client/index.d.ts +2 -2
- package/api/resources/organizationProviders/resources/v3/client/index.js +3 -3
- package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.js +1 -3
- package/api/resources/organizationProviders/resources/v3/client/requests/index.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/client/update.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/client/update.js +1 -3
- package/api/resources/organizationProviders/resources/v3/index.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/index.js +1 -1
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +1 -3
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +1 -3
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +1 -3
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +1 -4
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +1 -3
- package/api/resources/organizationProviders/resources/v3/types/index.d.ts +2 -2
- package/api/resources/organizationProviders/resources/v3/types/index.js +2 -2
- package/api/resources/organizationServiceFacilities/client/Client.d.ts +3 -11
- package/api/resources/organizationServiceFacilities/client/Client.js +1 -3
- package/api/resources/organizationServiceFacilities/index.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/index.js +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +44 -46
- package/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/create.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/get.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/index.js +5 -5
- package/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/update.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/index.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/index.js +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -4
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +5 -10
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +9 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +13 -22
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +17 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +29 -46
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +33 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +7 -13
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +11 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +247 -373
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +251 -3
- package/api/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +7 -7
- package/api/resources/organizationServiceFacilities/resources/v2/types/index.js +7 -7
- package/api/resources/patientAr/client/Client.d.ts +3 -11
- package/api/resources/patientAr/client/Client.js +1 -3
- package/api/resources/patientAr/index.d.ts +1 -1
- package/api/resources/patientAr/index.js +1 -1
- package/api/resources/patientAr/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/patientAr/resources/v1/client/Client.js +17 -19
- package/api/resources/patientAr/resources/v1/client/index.d.ts +1 -1
- package/api/resources/patientAr/resources/v1/client/index.js +2 -2
- package/api/resources/patientAr/resources/v1/client/itemize.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/client/itemize.js +1 -3
- package/api/resources/patientAr/resources/v1/client/listInventory.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/client/listInventory.js +1 -3
- package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.js +1 -3
- package/api/resources/patientAr/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/patientAr/resources/v1/index.d.ts +1 -1
- package/api/resources/patientAr/resources/v1/index.js +1 -1
- package/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +0 -3
- package/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +1 -3
- package/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +0 -3
- package/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +1 -3
- package/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +0 -3
- package/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +1 -3
- package/api/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/types/InventoryRecord.js +1 -3
- package/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +1 -3
- package/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +1 -3
- package/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +0 -3
- package/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +1 -3
- package/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +0 -3
- package/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +1 -3
- package/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +0 -3
- package/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +1 -3
- package/api/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/types/PatientArStatus.js +1 -3
- package/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +0 -3
- package/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +1 -3
- package/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +1 -3
- package/api/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +1 -4
- package/api/resources/patientAr/resources/v1/types/ServiceLineItemization.js +1 -3
- package/api/resources/patientAr/resources/v1/types/index.d.ts +7 -7
- package/api/resources/patientAr/resources/v1/types/index.js +7 -7
- package/api/resources/patientPayments/client/Client.d.ts +3 -11
- package/api/resources/patientPayments/client/Client.js +1 -3
- package/api/resources/patientPayments/index.d.ts +1 -1
- package/api/resources/patientPayments/index.js +1 -1
- package/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -4
- package/api/resources/patientPayments/resources/v3/types/PatientPayment.js +1 -3
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -4
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -3
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +1 -4
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +1 -3
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +1 -4
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +1 -3
- package/api/resources/patientPayments/resources/v3/types/index.d.ts +1 -1
- package/api/resources/patientPayments/resources/v3/types/index.js +1 -1
- package/api/resources/patientPayments/resources/v4/client/Client.d.ts +3 -21
- package/api/resources/patientPayments/resources/v4/client/Client.js +44 -46
- package/api/resources/patientPayments/resources/v4/client/create.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/create.js +1 -3
- package/api/resources/patientPayments/resources/v4/client/delete.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/delete.js +1 -3
- package/api/resources/patientPayments/resources/v4/client/get.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/get.js +1 -3
- package/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/getMulti.js +1 -3
- package/api/resources/patientPayments/resources/v4/client/index.d.ts +3 -3
- package/api/resources/patientPayments/resources/v4/client/index.js +4 -4
- package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.js +1 -3
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +1 -3
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +1 -3
- package/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +3 -3
- package/api/resources/patientPayments/resources/v4/client/update.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/client/update.js +1 -3
- package/api/resources/patientPayments/resources/v4/index.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/index.js +1 -1
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.js +1 -3
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -3
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +1 -3
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +1 -4
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +1 -3
- package/api/resources/patientPayments/resources/v4/types/index.d.ts +2 -2
- package/api/resources/patientPayments/resources/v4/types/index.js +2 -2
- package/api/resources/patientRefunds/client/Client.d.ts +3 -11
- package/api/resources/patientRefunds/client/Client.js +1 -3
- package/api/resources/patientRefunds/index.d.ts +1 -1
- package/api/resources/patientRefunds/index.js +1 -1
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/patientRefunds/resources/v1/client/Client.js +44 -46
- package/api/resources/patientRefunds/resources/v1/client/create.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/create.js +1 -3
- package/api/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/delete.js +1 -3
- package/api/resources/patientRefunds/resources/v1/client/get.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/get.js +1 -3
- package/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/getMulti.js +1 -3
- package/api/resources/patientRefunds/resources/v1/client/index.d.ts +3 -3
- package/api/resources/patientRefunds/resources/v1/client/index.js +4 -4
- package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.js +1 -3
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +1 -3
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +1 -3
- package/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +3 -3
- package/api/resources/patientRefunds/resources/v1/client/update.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/client/update.js +1 -3
- package/api/resources/patientRefunds/resources/v1/index.d.ts +1 -1
- package/api/resources/patientRefunds/resources/v1/index.js +1 -1
- package/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/types/PatientRefund.js +1 -3
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -3
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +1 -3
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +1 -4
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +1 -3
- package/api/resources/patientRefunds/resources/v1/types/index.d.ts +2 -2
- package/api/resources/patientRefunds/resources/v1/types/index.js +2 -2
- package/api/resources/payerPlanGroups/client/Client.d.ts +3 -11
- package/api/resources/payerPlanGroups/client/Client.js +1 -3
- package/api/resources/payerPlanGroups/index.d.ts +1 -1
- package/api/resources/payerPlanGroups/index.js +1 -1
- package/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/payerPlanGroups/resources/v1/client/Client.js +48 -50
- package/api/resources/payerPlanGroups/resources/v1/client/create.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/client/create.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/client/deactivate.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/client/get.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/client/get.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/client/getMulti.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +3 -3
- package/api/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
- package/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/payerPlanGroups/resources/v1/client/update.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/client/update.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/index.d.ts +1 -1
- package/api/resources/payerPlanGroups/resources/v1/index.js +1 -1
- package/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +1 -4
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +1 -3
- package/api/resources/payerPlanGroups/resources/v1/types/index.d.ts +1 -1
- package/api/resources/payerPlanGroups/resources/v1/types/index.js +1 -1
- package/api/resources/payers/client/Client.d.ts +3 -11
- package/api/resources/payers/client/Client.js +1 -3
- package/api/resources/payers/index.d.ts +1 -1
- package/api/resources/payers/index.js +1 -1
- package/api/resources/payers/resources/v3/client/Client.d.ts +3 -21
- package/api/resources/payers/resources/v3/client/Client.js +15 -17
- package/api/resources/payers/resources/v3/client/get.d.ts +1 -4
- package/api/resources/payers/resources/v3/client/get.js +1 -3
- package/api/resources/payers/resources/v3/client/getAll.d.ts +1 -4
- package/api/resources/payers/resources/v3/client/getAll.js +1 -3
- package/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.d.ts +1 -4
- package/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.js +1 -3
- package/api/resources/payers/resources/v3/client/requests/index.d.ts +1 -1
- package/api/resources/payers/resources/v3/index.d.ts +1 -1
- package/api/resources/payers/resources/v3/index.js +1 -1
- package/api/resources/payers/resources/v3/types/Payer.d.ts +1 -4
- package/api/resources/payers/resources/v3/types/Payer.js +1 -3
- package/api/resources/payers/resources/v3/types/PayerId.d.ts +1 -4
- package/api/resources/payers/resources/v3/types/PayerId.js +1 -3
- package/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +1 -4
- package/api/resources/payers/resources/v3/types/PayerIdentifier.js +1 -3
- package/api/resources/payers/resources/v3/types/PayerInfo.d.ts +1 -4
- package/api/resources/payers/resources/v3/types/PayerInfo.js +1 -3
- package/api/resources/payers/resources/v3/types/PayerName.d.ts +1 -4
- package/api/resources/payers/resources/v3/types/PayerName.js +1 -3
- package/api/resources/payers/resources/v3/types/PayerPage.d.ts +1 -4
- package/api/resources/payers/resources/v3/types/PayerPage.js +1 -3
- package/api/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -4
- package/api/resources/payers/resources/v3/types/PayerUuid.js +1 -3
- package/api/resources/payers/resources/v3/types/index.d.ts +4 -4
- package/api/resources/payers/resources/v3/types/index.js +4 -4
- package/api/resources/payers/resources/v4/client/Client.d.ts +3 -21
- package/api/resources/payers/resources/v4/client/Client.js +15 -17
- package/api/resources/payers/resources/v4/client/get.d.ts +1 -4
- package/api/resources/payers/resources/v4/client/get.js +1 -3
- package/api/resources/payers/resources/v4/client/getAll.d.ts +1 -4
- package/api/resources/payers/resources/v4/client/getAll.js +1 -3
- package/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.d.ts +1 -4
- package/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.js +1 -3
- package/api/resources/payers/resources/v4/client/requests/index.d.ts +1 -1
- package/api/resources/payers/resources/v4/index.d.ts +1 -1
- package/api/resources/payers/resources/v4/index.js +1 -1
- package/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +1 -4
- package/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +1 -3
- package/api/resources/payers/resources/v4/types/Payer.d.ts +1 -4
- package/api/resources/payers/resources/v4/types/Payer.js +1 -3
- package/api/resources/payers/resources/v4/types/PayerIds.d.ts +0 -3
- package/api/resources/payers/resources/v4/types/PayerIds.js +1 -3
- package/api/resources/payers/resources/v4/types/PayerPage.d.ts +1 -4
- package/api/resources/payers/resources/v4/types/PayerPage.js +1 -3
- package/api/resources/payers/resources/v4/types/PayerUuid.d.ts +1 -4
- package/api/resources/payers/resources/v4/types/PayerUuid.js +1 -3
- package/api/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +0 -3
- package/api/resources/payers/resources/v4/types/PrimaryPayerIds.js +1 -3
- package/api/resources/payers/resources/v4/types/SupportState.d.ts +1 -4
- package/api/resources/payers/resources/v4/types/SupportState.js +1 -3
- package/api/resources/payers/resources/v4/types/index.d.ts +5 -5
- package/api/resources/payers/resources/v4/types/index.js +5 -5
- package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -4
- package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -3
- package/api/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +1 -4
- package/api/resources/pipelineCommons/types/ConfigurableRuleId.js +1 -3
- package/api/resources/preEncounter/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/client/Client.js +1 -3
- package/api/resources/preEncounter/index.d.ts +1 -1
- package/api/resources/preEncounter/index.js +1 -1
- package/api/resources/preEncounter/resources/appointments/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/appointments/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/appointments/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/index.js +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +47 -49
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +4 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +5 -5
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +0 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +1 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +1 -3
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +4 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +4 -4
- package/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +0 -3
- package/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +1 -3
- package/api/resources/preEncounter/resources/common/types/Address.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/Address.js +1 -3
- package/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/AddressUse.js +1 -3
- package/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/AppointmentId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/BaseModel.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/BaseModel.js +1 -3
- package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +1 -3
- package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +1 -3
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/ContactPoint.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/ContactPoint.js +1 -3
- package/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/ContactPointUse.js +1 -3
- package/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/CoverageId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/DisabilityStatus.js +1 -3
- package/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +0 -3
- package/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +1 -3
- package/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/Ethnicity.js +1 -3
- package/api/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/ExternalIdentifier.js +1 -3
- package/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +3 -4
- package/api/resources/preEncounter/resources/common/types/ExternalProvider.js +1 -3
- package/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -3
- package/api/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/FilterQueryString.js +1 -3
- package/api/resources/preEncounter/resources/common/types/Gender.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/Gender.js +1 -3
- package/api/resources/preEncounter/resources/common/types/HumanName.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/HumanName.js +1 -3
- package/api/resources/preEncounter/resources/common/types/NameUse.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/NameUse.js +1 -3
- package/api/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/NoteId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/OrganizationId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/PageToken.js +1 -3
- package/api/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/PatientId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/PatientServiceFacility.d.ts +7 -0
- package/api/resources/preEncounter/resources/{patients/resources/v1 → common}/types/PatientServiceFacility.js +1 -3
- package/api/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/PayerId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/Period.d.ts +0 -3
- package/api/resources/preEncounter/resources/common/types/Period.js +1 -3
- package/api/resources/preEncounter/resources/common/types/Race.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/Race.js +1 -3
- package/api/resources/preEncounter/resources/common/types/Relationship.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/Relationship.js +1 -3
- package/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/ResourcePage.js +1 -3
- package/api/resources/preEncounter/resources/common/types/Sex.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/Sex.js +1 -3
- package/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/SexualOrientation.js +1 -3
- package/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/SortDirection.js +1 -3
- package/api/resources/preEncounter/resources/common/types/TagId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/TagId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/UserId.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/UserId.js +1 -3
- package/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +1 -4
- package/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +1 -3
- package/api/resources/preEncounter/resources/common/types/index.d.ts +32 -31
- package/api/resources/preEncounter/resources/common/types/index.js +32 -31
- package/api/resources/preEncounter/resources/coverages/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/coverages/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/coverages/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/index.js +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +17 -22
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +72 -61
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +6 -6
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +7 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.d.ts +0 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +0 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +4 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +0 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +2 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +2 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +0 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +142 -217
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +142 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +0 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +3 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +49 -76
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +49 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +0 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +0 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +376 -568
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +376 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +19 -19
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +19 -19
- package/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/eligibilityChecks/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/eligibilityChecks/index.js +1 -1
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +33 -35
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +3 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +4 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/index.d.ts +3 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +2 -7
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +2 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +2 -7
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +2 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +2 -7
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +2 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +0 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +1 -4
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +1 -3
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +20 -20
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +20 -20
- package/api/resources/preEncounter/resources/images/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/images/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/images/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/images/index.js +1 -1
- package/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +32 -34
- package/api/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/client/create.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/client/get.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +2 -2
- package/api/resources/preEncounter/resources/images/resources/v1/client/index.js +3 -3
- package/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.d.ts +0 -3
- package/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/client/update.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/images/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/Image.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +1 -3
- package/api/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +4 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/index.js +4 -4
- package/api/resources/preEncounter/resources/index.d.ts +2 -2
- package/api/resources/preEncounter/resources/index.js +3 -3
- package/api/resources/preEncounter/resources/lists/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/lists/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/lists/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/index.js +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +23 -25
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/client/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +2 -2
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/preEncounter/resources/lists/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +3 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/types/index.js +3 -3
- package/api/resources/preEncounter/resources/notes/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/notes/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/notes/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/notes/index.js +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +22 -24
- package/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +1 -4
- package/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +1 -3
- package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +1 -4
- package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +1 -3
- package/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +1 -4
- package/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +1 -3
- package/api/resources/preEncounter/resources/notes/resources/v1/client/index.d.ts +2 -2
- package/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +3 -3
- package/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +1 -4
- package/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +1 -3
- package/api/resources/preEncounter/resources/notes/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +0 -3
- package/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +1 -3
- package/api/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +1 -4
- package/api/resources/preEncounter/resources/notes/resources/v1/types/Note.js +1 -3
- package/api/resources/preEncounter/resources/patients/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/patients/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/patients/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/index.js +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +17 -22
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +90 -79
- package/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +6 -6
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +7 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +0 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +0 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.d.ts +0 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +6 -6
- package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +4 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +4 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +0 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +0 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -5
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +2 -5
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +6 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.d.ts +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +8 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +10 -10
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +10 -10
- package/api/resources/preEncounter/resources/tags/client/Client.d.ts +3 -11
- package/api/resources/preEncounter/resources/tags/client/Client.js +1 -3
- package/api/resources/preEncounter/resources/tags/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/index.js +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +28 -30
- package/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/client/index.d.ts +3 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +4 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/index.js +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +0 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +1 -3
- package/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +1 -4
- package/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +1 -3
- package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -4
- package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -3
- package/api/resources/remits/resources/v1/types/Payee.d.ts +1 -4
- package/api/resources/remits/resources/v1/types/Payee.js +1 -3
- package/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +1 -4
- package/api/resources/remits/resources/v1/types/PayeeIdentifier.js +1 -3
- package/api/resources/remits/resources/v1/types/index.d.ts +1 -1
- package/api/resources/remits/resources/v1/types/index.js +1 -1
- package/api/resources/serviceFacility/client/Client.d.ts +3 -21
- package/api/resources/serviceFacility/client/Client.js +8 -10
- package/api/resources/serviceFacility/client/update.d.ts +1 -4
- package/api/resources/serviceFacility/client/update.js +1 -3
- package/api/resources/serviceFacility/index.d.ts +1 -1
- package/api/resources/serviceFacility/index.js +1 -1
- package/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -4
- package/api/resources/serviceFacility/types/EncounterServiceFacility.js +1 -3
- package/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -4
- package/api/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -3
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +1 -4
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -3
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +1 -4
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +1 -3
- package/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -4
- package/api/resources/serviceFacility/types/ServiceFacilityId.js +1 -3
- package/api/resources/serviceFacility/types/index.d.ts +3 -3
- package/api/resources/serviceFacility/types/index.js +3 -3
- package/api/resources/serviceLines/client/Client.d.ts +3 -11
- package/api/resources/serviceLines/client/Client.js +1 -3
- package/api/resources/serviceLines/index.d.ts +1 -1
- package/api/resources/serviceLines/index.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +3 -21
- package/api/resources/serviceLines/resources/v2/client/Client.js +31 -33
- package/api/resources/serviceLines/resources/v2/client/create.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/client/create.js +1 -3
- package/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/client/createUniversal.js +1 -3
- package/api/resources/serviceLines/resources/v2/client/delete.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/client/delete.js +1 -3
- package/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -2
- package/api/resources/serviceLines/resources/v2/client/index.js +3 -3
- package/api/resources/serviceLines/resources/v2/client/update.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/client/update.js +1 -3
- package/api/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/client/updateUniversal.js +1 -3
- package/api/resources/serviceLines/resources/v2/index.d.ts +1 -1
- package/api/resources/serviceLines/resources/v2/index.js +1 -1
- package/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/DrugIdentification.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +15 -25
- package/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +15 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +0 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/TestResult.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/TestResultOptional.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +1 -4
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +1 -3
- package/api/resources/serviceLines/resources/v2/types/index.d.ts +13 -13
- package/api/resources/serviceLines/resources/v2/types/index.js +13 -13
- package/api/resources/superbills/client/Client.d.ts +3 -11
- package/api/resources/superbills/client/Client.js +1 -3
- package/api/resources/superbills/index.d.ts +1 -1
- package/api/resources/superbills/index.js +1 -1
- package/api/resources/superbills/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/superbills/resources/v1/client/Client.js +8 -10
- package/api/resources/superbills/resources/v1/client/createSuperbill.d.ts +1 -4
- package/api/resources/superbills/resources/v1/client/createSuperbill.js +1 -3
- package/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +1 -4
- package/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +1 -3
- package/api/resources/superbills/resources/v1/client/requests/index.d.ts +1 -1
- package/api/resources/superbills/resources/v1/index.d.ts +1 -1
- package/api/resources/superbills/resources/v1/index.js +1 -1
- package/api/resources/superbills/resources/v1/types/Superbill.d.ts +1 -4
- package/api/resources/superbills/resources/v1/types/Superbill.js +1 -3
- package/api/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +1 -4
- package/api/resources/superbills/resources/v1/types/SuperbillResponse.js +1 -3
- package/api/resources/tags/types/Tag.d.ts +1 -4
- package/api/resources/tags/types/Tag.js +1 -3
- package/api/resources/tags/types/TagColorEnum.d.ts +1 -4
- package/api/resources/tags/types/TagColorEnum.js +1 -3
- package/api/resources/tags/types/TagCreate.d.ts +1 -4
- package/api/resources/tags/types/TagCreate.js +1 -3
- package/api/resources/tags/types/TagId.d.ts +1 -4
- package/api/resources/tags/types/TagId.js +1 -3
- package/api/resources/tags/types/index.d.ts +2 -2
- package/api/resources/tags/types/index.js +2 -2
- package/api/resources/tasks/client/Client.d.ts +3 -11
- package/api/resources/tasks/client/Client.js +1 -3
- package/api/resources/tasks/index.d.ts +1 -1
- package/api/resources/tasks/index.js +1 -1
- package/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -4
- package/api/resources/tasks/resources/commons/types/TaskCategory.js +1 -3
- package/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +1 -4
- package/api/resources/tasks/resources/commons/types/TaskStatus.js +1 -3
- package/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -4
- package/api/resources/tasks/resources/commons/types/TaskType.js +1 -3
- package/api/resources/tasks/resources/commons/types/index.d.ts +1 -1
- package/api/resources/tasks/resources/commons/types/index.js +1 -1
- package/api/resources/tasks/resources/index.d.ts +1 -1
- package/api/resources/tasks/resources/index.js +2 -2
- package/api/resources/tasks/resources/v3/client/Client.d.ts +3 -21
- package/api/resources/tasks/resources/v3/client/Client.js +42 -46
- package/api/resources/tasks/resources/v3/client/create.d.ts +1 -4
- package/api/resources/tasks/resources/v3/client/create.js +1 -3
- package/api/resources/tasks/resources/v3/client/get.d.ts +1 -4
- package/api/resources/tasks/resources/v3/client/get.js +1 -3
- package/api/resources/tasks/resources/v3/client/getActions.d.ts +1 -4
- package/api/resources/tasks/resources/v3/client/getActions.js +1 -3
- package/api/resources/tasks/resources/v3/client/getMulti.d.ts +1 -4
- package/api/resources/tasks/resources/v3/client/getMulti.js +1 -3
- package/api/resources/tasks/resources/v3/client/index.d.ts +3 -3
- package/api/resources/tasks/resources/v3/client/index.js +4 -4
- package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +1 -4
- package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.js +1 -3
- package/api/resources/tasks/resources/v3/client/requests/index.d.ts +1 -1
- package/api/resources/tasks/resources/v3/client/update.d.ts +1 -4
- package/api/resources/tasks/resources/v3/client/update.js +1 -3
- package/api/resources/tasks/resources/v3/index.d.ts +1 -1
- package/api/resources/tasks/resources/v3/index.js +1 -1
- package/api/resources/tasks/resources/v3/types/Task.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/Task.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskAction.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskAction.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskActionType.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskActions.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskActions.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskAssignment.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskAssignment.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskCreateV3.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskNote.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskNote.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskPage.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskPage.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskSortOptions.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskUpdateV3.js +1 -3
- package/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +1 -4
- package/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +1 -3
- package/api/resources/tasks/resources/v3/types/index.d.ts +6 -6
- package/api/resources/tasks/resources/v3/types/index.js +6 -6
- package/api/resources/writeOffs/client/Client.d.ts +3 -11
- package/api/resources/writeOffs/client/Client.js +1 -3
- package/api/resources/writeOffs/index.d.ts +1 -1
- package/api/resources/writeOffs/index.js +1 -1
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +3 -21
- package/api/resources/writeOffs/resources/v1/client/Client.js +43 -45
- package/api/resources/writeOffs/resources/v1/client/create.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/create.js +1 -3
- package/api/resources/writeOffs/resources/v1/client/get.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/get.js +1 -3
- package/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/getMulti.js +1 -3
- package/api/resources/writeOffs/resources/v1/client/index.d.ts +4 -4
- package/api/resources/writeOffs/resources/v1/client/index.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +1 -3
- package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.js +1 -3
- package/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +2 -2
- package/api/resources/writeOffs/resources/v1/client/revert.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/revert.js +1 -3
- package/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.js +1 -3
- package/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.js +1 -3
- package/api/resources/writeOffs/resources/v1/index.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/index.js +1 -1
- package/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOff.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/WriteOff.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/WriteOffSortField.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/types/WriteOffsPage.js +1 -3
- package/api/resources/writeOffs/resources/v1/types/index.d.ts +10 -10
- package/api/resources/writeOffs/resources/v1/types/index.js +10 -10
- package/api/resources/x12/resources/v1/types/Carc.d.ts +1 -4
- package/api/resources/x12/resources/v1/types/Carc.js +1 -3
- package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +1 -4
- package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +1 -3
- package/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +81 -124
- package/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +81 -3
- package/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +23 -37
- package/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +23 -3
- package/api/resources/x12/resources/v1/types/Rarc.d.ts +1 -4
- package/api/resources/x12/resources/v1/types/Rarc.js +1 -3
- package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +1 -4
- package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +1 -3
- package/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +13 -22
- package/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +13 -3
- package/api/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +1 -4
- package/api/resources/x12/resources/v1/types/TypeOfBillComposite.js +1 -3
- package/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +1 -4
- package/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +1 -3
- package/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +55 -85
- package/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +55 -3
- package/api/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +19 -31
- package/api/resources/x12/resources/v1/types/TypeOfCareCode.js +19 -3
- package/api/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +15 -25
- package/api/resources/x12/resources/v1/types/TypeOfFacilityCode.js +15 -3
- package/api/resources/x12/resources/v1/types/index.d.ts +8 -8
- package/api/resources/x12/resources/v1/types/index.js +8 -8
- package/api/resources/yesNoIndicator/types/YesNoIndicator.d.ts +1 -4
- package/api/resources/yesNoIndicator/types/YesNoIndicator.js +1 -3
- package/core/auth/AuthProvider.d.ts +1 -1
- package/core/auth/BasicAuth.js +2 -1
- package/core/auth/OAuthTokenProvider.d.ts +1 -4
- package/core/auth/OAuthTokenProvider.js +1 -3
- package/core/exports.d.ts +1 -0
- package/core/exports.js +17 -0
- package/core/fetcher/APIResponse.d.ts +1 -1
- package/core/fetcher/BinaryResponse.d.ts +1 -1
- package/core/fetcher/EndpointMetadata.d.ts +13 -0
- package/core/fetcher/EndpointMetadata.js +2 -0
- package/core/fetcher/EndpointSupplier.d.ts +12 -0
- package/core/fetcher/EndpointSupplier.js +22 -0
- package/core/fetcher/Fetcher.d.ts +5 -3
- package/core/fetcher/Fetcher.js +5 -3
- package/core/fetcher/HttpResponsePromise.d.ts +1 -1
- package/core/fetcher/getErrorResponseBody.js +2 -1
- package/core/fetcher/getFetchFn.js +1 -1
- package/core/fetcher/getResponseBody.js +3 -3
- package/core/fetcher/index.d.ts +2 -0
- package/core/fetcher/index.js +3 -1
- package/core/fetcher/makeRequest.js +2 -2
- package/core/fetcher/requestWithRetries.js +3 -3
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +1 -1
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +1 -1
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +1 -1
- package/core/file/exports.d.ts +1 -0
- package/core/file/exports.js +2 -0
- package/core/file/file.d.ts +10 -0
- package/core/file/file.js +221 -0
- package/core/file/index.d.ts +2 -0
- package/core/file/index.js +18 -0
- package/core/file/types.d.ts +66 -0
- package/core/file/types.js +2 -0
- package/core/form-data-utils/FormDataWrapper.d.ts +7 -9
- package/core/form-data-utils/FormDataWrapper.js +126 -72
- package/core/headers.d.ts +2 -3
- package/core/index.d.ts +4 -3
- package/core/index.js +5 -4
- package/core/schemas/Schema.d.ts +1 -1
- package/core/schemas/builders/bigint/bigint.d.ts +1 -1
- package/core/schemas/builders/bigint/bigint.js +2 -2
- package/core/schemas/builders/date/date.d.ts +1 -1
- package/core/schemas/builders/date/date.js +2 -2
- package/core/schemas/builders/enum/enum.d.ts +1 -1
- package/core/schemas/builders/index.d.ts +14 -14
- package/core/schemas/builders/index.js +14 -14
- package/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/core/schemas/builders/lazy/lazy.js +2 -2
- package/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
- package/core/schemas/builders/lazy/lazyObject.js +4 -4
- package/core/schemas/builders/list/list.d.ts +1 -1
- package/core/schemas/builders/list/list.js +2 -2
- package/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
- package/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
- package/core/schemas/builders/object/object.d.ts +1 -1
- package/core/schemas/builders/object/object.js +5 -5
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
- package/core/schemas/builders/object/property.d.ts +1 -1
- package/core/schemas/builders/object/types.d.ts +5 -5
- package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
- package/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
- package/core/schemas/builders/object-like/types.d.ts +1 -1
- package/core/schemas/builders/primitives/any.d.ts +2 -1
- package/core/schemas/builders/primitives/any.js +4 -1
- package/core/schemas/builders/primitives/boolean.d.ts +2 -1
- package/core/schemas/builders/primitives/number.d.ts +2 -1
- package/core/schemas/builders/primitives/string.d.ts +2 -1
- package/core/schemas/builders/primitives/unknown.d.ts +2 -1
- package/core/schemas/builders/record/record.d.ts +2 -2
- package/core/schemas/builders/record/record.js +3 -3
- package/core/schemas/builders/record/types.d.ts +2 -2
- package/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
- package/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
- package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
- package/core/schemas/builders/set/set.d.ts +1 -1
- package/core/schemas/builders/set/set.js +4 -4
- package/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +2 -2
- package/core/schemas/builders/union/types.d.ts +2 -2
- package/core/schemas/builders/union/union.d.ts +3 -3
- package/core/schemas/builders/union/union.js +4 -4
- package/core/schemas/index.d.ts +1 -1
- package/core/schemas/index.js +1 -1
- package/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
- package/core/schemas/utils/createIdentitySchemaCreator.js +2 -2
- package/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
- package/core/url/encodePathParam.d.ts +1 -0
- package/core/url/encodePathParam.js +21 -0
- package/core/url/index.d.ts +1 -0
- package/core/url/index.js +3 -1
- package/core/url/join.js +3 -3
- package/dist/BaseClient.d.ts +25 -0
- package/dist/BaseClient.js +3 -0
- package/dist/Client.d.ts +8 -26
- package/dist/Client.js +77 -79
- package/dist/api/resources/auth/client/Client.d.ts +3 -11
- package/dist/api/resources/auth/client/Client.js +1 -3
- package/dist/api/resources/auth/index.d.ts +1 -1
- package/dist/api/resources/auth/index.js +1 -1
- package/dist/api/resources/auth/resources/default/client/Client.d.ts +3 -21
- package/dist/api/resources/auth/resources/default/client/Client.js +8 -10
- package/dist/api/resources/auth/resources/default/client/getToken.d.ts +1 -4
- package/dist/api/resources/auth/resources/default/client/getToken.js +1 -3
- package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +0 -3
- package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +1 -3
- package/dist/api/resources/auth/resources/default/client/requests/index.d.ts +1 -1
- package/dist/api/resources/auth/resources/default/index.d.ts +1 -1
- package/dist/api/resources/auth/resources/default/index.js +1 -1
- package/dist/api/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +0 -3
- package/dist/api/resources/auth/resources/default/types/AuthGetTokenResponse.js +1 -3
- package/dist/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +0 -3
- package/dist/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +1 -3
- package/dist/api/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +0 -3
- package/dist/api/resources/auth/resources/default/types/TooManyRequestsErrorType.js +1 -3
- package/dist/api/resources/auth/resources/default/types/index.d.ts +1 -1
- package/dist/api/resources/auth/resources/default/types/index.js +1 -1
- package/dist/api/resources/billingNotes/client/Client.d.ts +3 -11
- package/dist/api/resources/billingNotes/client/Client.js +1 -3
- package/dist/api/resources/billingNotes/index.d.ts +1 -1
- package/dist/api/resources/billingNotes/index.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +19 -21
- package/dist/api/resources/billingNotes/resources/v2/client/create.d.ts +1 -4
- package/dist/api/resources/billingNotes/resources/v2/client/create.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/client/delete.d.ts +1 -4
- package/dist/api/resources/billingNotes/resources/v2/client/delete.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/index.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +0 -3
- package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +1 -4
- package/dist/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/client/requests/index.d.ts +2 -2
- package/dist/api/resources/billingNotes/resources/v2/client/update.d.ts +1 -4
- package/dist/api/resources/billingNotes/resources/v2/client/update.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/index.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/index.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -4
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +0 -3
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBase.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +0 -3
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -4
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -3
- package/dist/api/resources/billingNotes/resources/v2/types/index.d.ts +3 -3
- package/dist/api/resources/billingNotes/resources/v2/types/index.js +3 -3
- package/dist/api/resources/chargeCapture/client/Client.d.ts +3 -11
- package/dist/api/resources/chargeCapture/client/Client.js +1 -3
- package/dist/api/resources/chargeCapture/index.d.ts +1 -1
- package/dist/api/resources/chargeCapture/index.js +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +102 -104
- package/dist/api/resources/chargeCapture/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/create.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/get.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/getAll.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/index.d.ts +2 -2
- package/dist/api/resources/chargeCapture/resources/v1/client/index.js +3 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +5 -5
- package/dist/api/resources/chargeCapture/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/update.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/index.js +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +1 -4
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +0 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/index.d.ts +3 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/index.js +3 -3
- package/dist/api/resources/chargeCaptureBundles/client/Client.d.ts +3 -11
- package/dist/api/resources/chargeCaptureBundles/client/Client.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/index.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/index.js +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +59 -61
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +2 -2
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +3 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +0 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/index.js +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +1 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +3 -7
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +3 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +0 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +1 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +3 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.js +3 -3
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +1 -4
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +1 -3
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +1 -4
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +1 -3
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +1 -4
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +1 -3
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +1 -4
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +1 -3
- package/dist/api/resources/claimSubmission/resources/v1/types/index.d.ts +2 -2
- package/dist/api/resources/claimSubmission/resources/v1/types/index.js +2 -2
- package/dist/api/resources/claims/types/Claim.d.ts +1 -4
- package/dist/api/resources/claims/types/Claim.js +1 -3
- package/dist/api/resources/claims/types/ClaimStatus.d.ts +1 -4
- package/dist/api/resources/claims/types/ClaimStatus.js +1 -3
- package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +1 -4
- package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +1 -3
- package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +1 -4
- package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +1 -3
- package/dist/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +1 -4
- package/dist/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +1 -3
- package/dist/api/resources/clinicalTrials/resources/v1/types/index.d.ts +1 -1
- package/dist/api/resources/clinicalTrials/resources/v1/types/index.js +1 -1
- package/dist/api/resources/commons/types/AdjustmentId.d.ts +1 -4
- package/dist/api/resources/commons/types/AdjustmentId.js +1 -3
- package/dist/api/resources/commons/types/AppointmentId.d.ts +1 -4
- package/dist/api/resources/commons/types/AppointmentId.js +1 -3
- package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +1 -4
- package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.js +1 -3
- package/dist/api/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +1 -4
- package/dist/api/resources/commons/types/ChargeCaptureClaimCreationId.js +1 -3
- package/dist/api/resources/commons/types/ChargeCaptureId.d.ts +1 -4
- package/dist/api/resources/commons/types/ChargeCaptureId.js +1 -3
- package/dist/api/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +1 -4
- package/dist/api/resources/commons/types/ChargeCapturePostBilledChangeId.js +1 -3
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -4
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -3
- package/dist/api/resources/commons/types/ClaimId.d.ts +1 -4
- package/dist/api/resources/commons/types/ClaimId.js +1 -3
- package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +1 -4
- package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +1 -3
- package/dist/api/resources/commons/types/Clearinghouse.d.ts +1 -4
- package/dist/api/resources/commons/types/Clearinghouse.js +1 -3
- package/dist/api/resources/commons/types/ClinicalTrialId.d.ts +1 -4
- package/dist/api/resources/commons/types/ClinicalTrialId.js +1 -3
- package/dist/api/resources/commons/types/DateRangeOptionalEnd.d.ts +1 -4
- package/dist/api/resources/commons/types/DateRangeOptionalEnd.js +1 -3
- package/dist/api/resources/commons/types/Date_.d.ts +1 -4
- package/dist/api/resources/commons/types/Date_.js +1 -3
- package/dist/api/resources/commons/types/Decimal.d.ts +1 -4
- package/dist/api/resources/commons/types/Decimal.js +1 -3
- package/dist/api/resources/commons/types/DelayReasonCode.d.ts +30 -49
- package/dist/api/resources/commons/types/DelayReasonCode.js +30 -3
- package/dist/api/resources/commons/types/Email.d.ts +1 -4
- package/dist/api/resources/commons/types/Email.js +1 -3
- package/dist/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -4
- package/dist/api/resources/commons/types/EmrPayerCrosswalk.js +1 -3
- package/dist/api/resources/commons/types/EncounterExternalId.d.ts +1 -4
- package/dist/api/resources/commons/types/EncounterExternalId.js +1 -3
- package/dist/api/resources/commons/types/EncounterId.d.ts +1 -4
- package/dist/api/resources/commons/types/EncounterId.js +1 -3
- package/dist/api/resources/commons/types/EntityConflictErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/EntityConflictErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/EntityNotFoundErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/EntityNotFoundErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +1 -4
- package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +1 -3
- package/dist/api/resources/commons/types/ErrorMessage.d.ts +1 -4
- package/dist/api/resources/commons/types/ErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/FacilityTypeCode.d.ts +101 -154
- package/dist/api/resources/commons/types/FacilityTypeCode.js +106 -3
- package/dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/InsuranceTypeCode.d.ts +142 -217
- package/dist/api/resources/commons/types/InsuranceTypeCode.js +142 -3
- package/dist/api/resources/commons/types/IntendedSubmissionMedium.d.ts +2 -7
- package/dist/api/resources/commons/types/IntendedSubmissionMedium.js +2 -3
- package/dist/api/resources/commons/types/InvoiceId.d.ts +1 -4
- package/dist/api/resources/commons/types/InvoiceId.js +1 -3
- package/dist/api/resources/commons/types/LinkUrl.d.ts +1 -4
- package/dist/api/resources/commons/types/LinkUrl.js +1 -3
- package/dist/api/resources/commons/types/NetworkType.d.ts +43 -67
- package/dist/api/resources/commons/types/NetworkType.js +43 -3
- package/dist/api/resources/commons/types/NextResponsibleParty.d.ts +1 -4
- package/dist/api/resources/commons/types/NextResponsibleParty.js +1 -3
- package/dist/api/resources/commons/types/Npi.d.ts +1 -4
- package/dist/api/resources/commons/types/Npi.js +1 -3
- package/dist/api/resources/commons/types/OrganizationId.d.ts +1 -4
- package/dist/api/resources/commons/types/OrganizationId.js +1 -3
- package/dist/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/PageToken.d.ts +1 -4
- package/dist/api/resources/commons/types/PageToken.js +1 -3
- package/dist/api/resources/commons/types/PatientExternalId.d.ts +1 -4
- package/dist/api/resources/commons/types/PatientExternalId.js +1 -3
- package/dist/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +49 -76
- package/dist/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +49 -3
- package/dist/api/resources/commons/types/PayerPlanGroupId.d.ts +1 -4
- package/dist/api/resources/commons/types/PayerPlanGroupId.js +1 -3
- package/dist/api/resources/commons/types/PhoneNumber.d.ts +1 -4
- package/dist/api/resources/commons/types/PhoneNumber.js +1 -3
- package/dist/api/resources/commons/types/PhoneNumberOptional.d.ts +1 -4
- package/dist/api/resources/commons/types/PhoneNumberOptional.js +1 -3
- package/dist/api/resources/commons/types/PhoneNumberType.d.ts +1 -4
- package/dist/api/resources/commons/types/PhoneNumberType.js +1 -3
- package/dist/api/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -4
- package/dist/api/resources/commons/types/PreEncounterAppointmentId.js +1 -3
- package/dist/api/resources/commons/types/PreEncounterPatientId.d.ts +1 -4
- package/dist/api/resources/commons/types/PreEncounterPatientId.js +1 -3
- package/dist/api/resources/commons/types/Primitive.d.ts +1 -4
- package/dist/api/resources/commons/types/Primitive.js +5 -3
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +799 -1201
- package/dist/api/resources/commons/types/ProcedureModifier.js +799 -3
- package/dist/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/dist/api/resources/commons/types/ProviderCredentialingSpanId.js +1 -3
- package/dist/api/resources/commons/types/ProviderId.d.ts +1 -4
- package/dist/api/resources/commons/types/ProviderId.js +1 -3
- package/dist/api/resources/commons/types/QualifierCode.d.ts +1 -4
- package/dist/api/resources/commons/types/QualifierCode.js +5 -3
- package/dist/api/resources/commons/types/RateId.d.ts +1 -4
- package/dist/api/resources/commons/types/RateId.js +1 -3
- package/dist/api/resources/commons/types/RegionNational.d.ts +1 -5
- package/dist/api/resources/commons/types/RegionNational.js +1 -3
- package/dist/api/resources/commons/types/RegionStates.d.ts +1 -4
- package/dist/api/resources/commons/types/RegionStates.js +1 -3
- package/dist/api/resources/commons/types/Regions.d.ts +1 -4
- package/dist/api/resources/commons/types/Regions.js +1 -3
- package/dist/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +1 -4
- package/dist/api/resources/commons/types/RemovableDateRangeOptionalEnd.js +1 -3
- package/dist/api/resources/commons/types/RequestValidationError.d.ts +0 -3
- package/dist/api/resources/commons/types/RequestValidationError.js +1 -3
- package/dist/api/resources/commons/types/ResourcePage.d.ts +1 -4
- package/dist/api/resources/commons/types/ResourcePage.js +1 -3
- package/dist/api/resources/commons/types/SchemaId.d.ts +1 -4
- package/dist/api/resources/commons/types/SchemaId.js +1 -3
- package/dist/api/resources/commons/types/ServiceLineId.d.ts +1 -4
- package/dist/api/resources/commons/types/ServiceLineId.js +1 -3
- package/dist/api/resources/commons/types/ServiceLineUnits.d.ts +1 -4
- package/dist/api/resources/commons/types/ServiceLineUnits.js +1 -3
- package/dist/api/resources/commons/types/SortDirection.d.ts +1 -4
- package/dist/api/resources/commons/types/SortDirection.js +5 -3
- package/dist/api/resources/commons/types/SourceOfPaymentCode.d.ts +49 -76
- package/dist/api/resources/commons/types/SourceOfPaymentCode.js +49 -3
- package/dist/api/resources/commons/types/State.d.ts +1 -4
- package/dist/api/resources/commons/types/State.js +1 -3
- package/dist/api/resources/commons/types/StreetAddressBase.d.ts +1 -4
- package/dist/api/resources/commons/types/StreetAddressBase.js +1 -3
- package/dist/api/resources/commons/types/StreetAddressLongZip.d.ts +1 -4
- package/dist/api/resources/commons/types/StreetAddressLongZip.js +1 -3
- package/dist/api/resources/commons/types/StreetAddressLongZipOptional.d.ts +1 -4
- package/dist/api/resources/commons/types/StreetAddressLongZipOptional.js +1 -3
- package/dist/api/resources/commons/types/StreetAddressOptionalBase.d.ts +1 -4
- package/dist/api/resources/commons/types/StreetAddressOptionalBase.js +1 -3
- package/dist/api/resources/commons/types/StreetAddressShortZip.d.ts +1 -4
- package/dist/api/resources/commons/types/StreetAddressShortZip.js +1 -3
- package/dist/api/resources/commons/types/StreetAddressShortZipOptional.d.ts +1 -4
- package/dist/api/resources/commons/types/StreetAddressShortZipOptional.js +1 -3
- package/dist/api/resources/commons/types/TaskAssignmentId.d.ts +1 -4
- package/dist/api/resources/commons/types/TaskAssignmentId.js +1 -3
- package/dist/api/resources/commons/types/TaskId.d.ts +1 -4
- package/dist/api/resources/commons/types/TaskId.js +1 -3
- package/dist/api/resources/commons/types/TaskNoteId.d.ts +1 -4
- package/dist/api/resources/commons/types/TaskNoteId.js +1 -3
- package/dist/api/resources/commons/types/TaxId.d.ts +1 -4
- package/dist/api/resources/commons/types/TaxId.js +1 -3
- package/dist/api/resources/commons/types/UnauthorizedErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/UnauthorizedErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/UnprocessableEntityErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +1 -3
- package/dist/api/resources/commons/types/UserId.d.ts +1 -4
- package/dist/api/resources/commons/types/UserId.js +1 -3
- package/dist/api/resources/commons/types/WorkQueueId.d.ts +1 -4
- package/dist/api/resources/commons/types/WorkQueueId.js +1 -3
- package/dist/api/resources/commons/types/index.d.ts +60 -60
- package/dist/api/resources/commons/types/index.js +60 -60
- package/dist/api/resources/contracts/client/Client.d.ts +3 -11
- package/dist/api/resources/contracts/client/Client.js +1 -3
- package/dist/api/resources/contracts/index.d.ts +1 -1
- package/dist/api/resources/contracts/index.js +1 -1
- package/dist/api/resources/contracts/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/contracts/resources/v2/client/Client.js +41 -43
- package/dist/api/resources/contracts/resources/v2/client/create.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/create.js +1 -3
- package/dist/api/resources/contracts/resources/v2/client/delete.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/delete.js +1 -3
- package/dist/api/resources/contracts/resources/v2/client/get.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/get.js +1 -3
- package/dist/api/resources/contracts/resources/v2/client/getMulti.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/getMulti.js +1 -3
- package/dist/api/resources/contracts/resources/v2/client/index.d.ts +3 -3
- package/dist/api/resources/contracts/resources/v2/client/index.js +4 -4
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractCreate.js +1 -3
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractUpdate.js +1 -3
- package/dist/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.js +1 -3
- package/dist/api/resources/contracts/resources/v2/client/requests/index.d.ts +3 -3
- package/dist/api/resources/contracts/resources/v2/client/update.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/client/update.js +1 -3
- package/dist/api/resources/contracts/resources/v2/index.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/index.js +1 -1
- package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +0 -3
- package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatory.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/Contract.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/Contract.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractBase.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/ContractBase.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractId.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/ContractId.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +0 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +0 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractSortField.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/ContractSortField.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +8 -14
- package/dist/api/resources/contracts/resources/v2/types/ContractStatus.js +8 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/ContractWithProviders.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/ContractsPage.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/ContractsPage.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/DateUpdate.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/InsuranceTypes.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/RegionsUpdate.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -4
- package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -3
- package/dist/api/resources/contracts/resources/v2/types/index.d.ts +12 -12
- package/dist/api/resources/contracts/resources/v2/types/index.js +12 -12
- package/dist/api/resources/credentialing/client/Client.d.ts +3 -11
- package/dist/api/resources/credentialing/client/Client.js +1 -3
- package/dist/api/resources/credentialing/index.d.ts +1 -1
- package/dist/api/resources/credentialing/index.js +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +70 -72
- package/dist/api/resources/credentialing/resources/v2/client/create.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/create.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/createFacility.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/createFacility.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/delete.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/delete.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/deleteFacility.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/deleteFacility.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/get.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/get.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/getAll.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/getAll.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/getAllFacilities.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/getFacility.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/getFacility.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/index.d.ts +6 -6
- package/dist/api/resources/credentialing/resources/v2/client/index.js +7 -7
- package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +0 -3
- package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/requests/index.d.ts +6 -6
- package/dist/api/resources/credentialing/resources/v2/client/update.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/update.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/client/updateFacility.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/client/updateFacility.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/index.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/index.js +1 -1
- package/dist/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +2 -7
- package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +2 -3
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +1 -4
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +1 -3
- package/dist/api/resources/credentialing/resources/v2/types/index.d.ts +5 -5
- package/dist/api/resources/credentialing/resources/v2/types/index.js +5 -5
- package/dist/api/resources/customSchemas/client/Client.d.ts +3 -11
- package/dist/api/resources/customSchemas/client/Client.js +1 -3
- package/dist/api/resources/customSchemas/index.d.ts +1 -1
- package/dist/api/resources/customSchemas/index.js +1 -1
- package/dist/api/resources/customSchemas/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +25 -27
- package/dist/api/resources/customSchemas/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/client/create.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/client/get.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/customSchemas/resources/v1/client/index.js +4 -4
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/customSchemas/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/client/update.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/customSchemas/resources/v1/index.js +1 -1
- package/dist/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/Schema.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/Schema.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaField.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaField.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstance.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationError.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +1 -4
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +1 -3
- package/dist/api/resources/customSchemas/resources/v1/types/index.d.ts +5 -5
- package/dist/api/resources/customSchemas/resources/v1/types/index.js +5 -5
- package/dist/api/resources/diagnoses/client/Client.d.ts +3 -21
- package/dist/api/resources/diagnoses/client/Client.js +19 -21
- package/dist/api/resources/diagnoses/client/create.d.ts +1 -4
- package/dist/api/resources/diagnoses/client/create.js +1 -3
- package/dist/api/resources/diagnoses/client/delete.d.ts +1 -4
- package/dist/api/resources/diagnoses/client/delete.js +1 -3
- package/dist/api/resources/diagnoses/client/index.d.ts +1 -1
- package/dist/api/resources/diagnoses/client/index.js +2 -2
- package/dist/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +1 -4
- package/dist/api/resources/diagnoses/client/requests/DiagnosisUpdate.js +1 -3
- package/dist/api/resources/diagnoses/client/requests/index.d.ts +1 -1
- package/dist/api/resources/diagnoses/client/update.d.ts +1 -4
- package/dist/api/resources/diagnoses/client/update.js +1 -3
- package/dist/api/resources/diagnoses/index.d.ts +1 -1
- package/dist/api/resources/diagnoses/index.js +1 -1
- package/dist/api/resources/diagnoses/types/Diagnosis.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/Diagnosis.js +1 -3
- package/dist/api/resources/diagnoses/types/DiagnosisCreate.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/DiagnosisCreate.js +1 -3
- package/dist/api/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/DiagnosisCreateOptional.js +1 -3
- package/dist/api/resources/diagnoses/types/DiagnosisId.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/DiagnosisId.js +1 -3
- package/dist/api/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/DiagnosisNotFoundError.js +1 -3
- package/dist/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +21 -34
- package/dist/api/resources/diagnoses/types/DiagnosisTypeCode.js +21 -3
- package/dist/api/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.js +1 -3
- package/dist/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +1 -3
- package/dist/api/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +1 -4
- package/dist/api/resources/diagnoses/types/StandaloneDiagnosisCreate.js +1 -3
- package/dist/api/resources/diagnoses/types/index.d.ts +6 -6
- package/dist/api/resources/diagnoses/types/index.js +6 -6
- package/dist/api/resources/eligibility/client/Client.d.ts +3 -11
- package/dist/api/resources/eligibility/client/Client.js +1 -3
- package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +18 -20
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -4
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +1 -3
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -4
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +1 -3
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -4
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +1 -3
- package/dist/api/resources/encounterAttachments/client/Client.d.ts +3 -11
- package/dist/api/resources/encounterAttachments/client/Client.js +1 -3
- package/dist/api/resources/encounterAttachments/index.d.ts +1 -1
- package/dist/api/resources/encounterAttachments/index.js +1 -1
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +5 -23
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +18 -20
- package/dist/api/resources/encounterAttachments/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/client/create.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/client/delete.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/client/delete.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/client/get.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/encounterAttachments/resources/v1/client/index.js +2 -2
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/encounterAttachments/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/encounterAttachments/resources/v1/index.js +1 -1
- package/dist/api/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/types/AttachmentId.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +1 -3
- package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +1 -4
- package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +1 -3
- package/dist/api/resources/encounterProviders/client/Client.d.ts +3 -11
- package/dist/api/resources/encounterProviders/client/Client.js +1 -3
- package/dist/api/resources/encounterProviders/index.d.ts +1 -1
- package/dist/api/resources/encounterProviders/index.js +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +75 -77
- package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/index.d.ts +8 -8
- package/dist/api/resources/encounterProviders/resources/v2/client/index.js +9 -9
- package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/index.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/index.js +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +0 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +1 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +13 -13
- package/dist/api/resources/encounterProviders/resources/v2/types/index.js +13 -13
- package/dist/api/resources/encounters/client/Client.d.ts +3 -11
- package/dist/api/resources/encounters/client/Client.js +1 -3
- package/dist/api/resources/encounters/index.d.ts +1 -1
- package/dist/api/resources/encounters/index.js +1 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +3 -21
- package/dist/api/resources/encounters/resources/v4/client/Client.js +46 -48
- package/dist/api/resources/encounters/resources/v4/client/create.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/client/create.js +1 -3
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +1 -3
- package/dist/api/resources/encounters/resources/v4/client/get.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/client/get.js +1 -3
- package/dist/api/resources/encounters/resources/v4/client/getAll.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/client/getAll.js +1 -3
- package/dist/api/resources/encounters/resources/v4/client/index.d.ts +3 -3
- package/dist/api/resources/encounters/resources/v4/client/index.js +4 -4
- package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.js +1 -3
- package/dist/api/resources/encounters/resources/v4/client/requests/index.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/client/update.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/client/update.js +1 -3
- package/dist/api/resources/encounters/resources/v4/index.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/index.js +1 -1
- package/dist/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/BillableStatusType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +0 -3
- package/dist/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNote.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNote.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/Encounter.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterCreate.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterCreate.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterDeepOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +0 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +0 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +1 -5
- package/dist/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterSortOptions.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +5 -10
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +11 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterUpdate.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUp.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestion.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/Intervention.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/Intervention.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/InterventionCategory.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/InterventionOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/InterventionOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +0 -3
- package/dist/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/Lab.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/Lab.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/LabCodeType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/LabOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/LabOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/Medication.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/Medication.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/MedicationOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/MedicationOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/NoteCategory.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategory.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +8 -10
- package/dist/api/resources/encounters/resources/v4/types/ReportTransmissionCode.js +8 -3
- package/dist/api/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +123 -187
- package/dist/api/resources/encounters/resources/v4/types/ReportTypeCode.js +123 -3
- package/dist/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ResponsiblePartyType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/RxCui.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/RxCui.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +15 -25
- package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +19 -3
- package/dist/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/SynchronicityType.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/Vitals.d.ts +0 -3
- package/dist/api/resources/encounters/resources/v4/types/Vitals.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +0 -3
- package/dist/api/resources/encounters/resources/v4/types/VitalsUpdate.js +1 -3
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +47 -47
- package/dist/api/resources/encounters/resources/v4/types/index.js +47 -47
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +1 -4
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +1 -3
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +1 -4
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +1 -3
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +1 -4
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +1 -3
- package/dist/api/resources/encountersUniversal/types/index.d.ts +1 -1
- package/dist/api/resources/encountersUniversal/types/index.js +1 -1
- package/dist/api/resources/era/types/Era.d.ts +1 -4
- package/dist/api/resources/era/types/Era.js +1 -3
- package/dist/api/resources/era/types/EraBase.d.ts +1 -4
- package/dist/api/resources/era/types/EraBase.js +1 -3
- package/dist/api/resources/era/types/EraId.d.ts +1 -4
- package/dist/api/resources/era/types/EraId.js +1 -3
- package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +1 -4
- package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +1 -3
- package/dist/api/resources/era/types/index.d.ts +2 -2
- package/dist/api/resources/era/types/index.js +2 -2
- package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +2 -7
- package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +2 -3
- package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -11
- package/dist/api/resources/expectedNetworkStatus/client/Client.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/index.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/index.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +7 -9
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/index.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +14 -16
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.js +2 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/index.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +1 -5
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +1 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +1 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +13 -13
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.js +13 -13
- package/dist/api/resources/exports/client/Client.d.ts +3 -11
- package/dist/api/resources/exports/client/Client.js +1 -3
- package/dist/api/resources/exports/index.d.ts +1 -1
- package/dist/api/resources/exports/index.js +1 -1
- package/dist/api/resources/exports/resources/v3/client/Client.d.ts +3 -21
- package/dist/api/resources/exports/resources/v3/client/Client.js +10 -12
- package/dist/api/resources/exports/resources/v3/client/getExports.d.ts +1 -4
- package/dist/api/resources/exports/resources/v3/client/getExports.js +1 -3
- package/dist/api/resources/exports/resources/v3/client/requests/GetExportsRequest.d.ts +0 -3
- package/dist/api/resources/exports/resources/v3/client/requests/GetExportsRequest.js +1 -3
- package/dist/api/resources/exports/resources/v3/client/requests/index.d.ts +1 -1
- package/dist/api/resources/exports/resources/v3/index.d.ts +1 -1
- package/dist/api/resources/exports/resources/v3/index.js +1 -1
- package/dist/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +0 -3
- package/dist/api/resources/exports/resources/v3/types/GetExportsResponse.js +1 -3
- package/dist/api/resources/externalPaymentAccountConfig/client/Client.d.ts +3 -11
- package/dist/api/resources/externalPaymentAccountConfig/client/Client.js +1 -3
- package/dist/api/resources/externalPaymentAccountConfig/index.d.ts +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/index.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +9 -11
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.d.ts +1 -4
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.js +1 -3
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/index.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +1 -4
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +1 -3
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +1 -4
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +1 -3
- package/dist/api/resources/feeSchedules/client/Client.d.ts +3 -11
- package/dist/api/resources/feeSchedules/client/Client.js +1 -3
- package/dist/api/resources/feeSchedules/index.d.ts +1 -1
- package/dist/api/resources/feeSchedules/index.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +3 -21
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +104 -106
- package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRates.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRates.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/index.d.ts +7 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/index.js +8 -8
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/index.d.ts +5 -5
- package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/index.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/index.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionMatch.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +2 -7
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionName.js +2 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/Dimensions.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionsPage.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +0 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchCptCode.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +0 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchDate.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchGeo.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchModifiers.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayer.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchProvider.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchResult.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchTestResult.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/NewRate.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/NewRate.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/NewRateVersion.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +0 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerThreshold.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/Rate.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/Rate.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +0 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/RateEntry.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/RateUpload.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/RatesPage.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/types/ValidationError.js +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/types/index.d.ts +17 -17
- package/dist/api/resources/feeSchedules/resources/v3/types/index.js +17 -17
- package/dist/api/resources/financials/types/AccountType.d.ts +1 -4
- package/dist/api/resources/financials/types/AccountType.js +1 -3
- package/dist/api/resources/financials/types/Allocation.d.ts +1 -4
- package/dist/api/resources/financials/types/Allocation.js +1 -3
- package/dist/api/resources/financials/types/AllocationCreate.d.ts +1 -4
- package/dist/api/resources/financials/types/AllocationCreate.js +1 -3
- package/dist/api/resources/financials/types/AllocationTarget.d.ts +1 -4
- package/dist/api/resources/financials/types/AllocationTarget.js +1 -3
- package/dist/api/resources/financials/types/AllocationTargetCreate.d.ts +1 -4
- package/dist/api/resources/financials/types/AllocationTargetCreate.js +1 -3
- package/dist/api/resources/financials/types/AppointmentAllocationTarget.d.ts +1 -4
- package/dist/api/resources/financials/types/AppointmentAllocationTarget.js +1 -3
- package/dist/api/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +1 -4
- package/dist/api/resources/financials/types/AppointmentByIdAndPatientExternalId.js +1 -3
- package/dist/api/resources/financials/types/BillingProviderAllocationTarget.d.ts +1 -4
- package/dist/api/resources/financials/types/BillingProviderAllocationTarget.js +1 -3
- package/dist/api/resources/financials/types/ClaimAllocationTarget.d.ts +1 -4
- package/dist/api/resources/financials/types/ClaimAllocationTarget.js +1 -3
- package/dist/api/resources/financials/types/InvoiceUpdate.d.ts +1 -4
- package/dist/api/resources/financials/types/InvoiceUpdate.js +1 -3
- package/dist/api/resources/financials/types/NoteUpdate.d.ts +1 -4
- package/dist/api/resources/financials/types/NoteUpdate.js +1 -3
- package/dist/api/resources/financials/types/PatientTransactionSource.d.ts +1 -4
- package/dist/api/resources/financials/types/PatientTransactionSource.js +1 -3
- package/dist/api/resources/financials/types/RefundReason.d.ts +1 -4
- package/dist/api/resources/financials/types/RefundReason.js +1 -3
- package/dist/api/resources/financials/types/RefundReasonUpdate.d.ts +1 -4
- package/dist/api/resources/financials/types/RefundReasonUpdate.js +1 -3
- package/dist/api/resources/financials/types/ServiceLineAllocationTarget.d.ts +1 -4
- package/dist/api/resources/financials/types/ServiceLineAllocationTarget.js +1 -3
- package/dist/api/resources/financials/types/index.d.ts +9 -9
- package/dist/api/resources/financials/types/index.js +9 -9
- package/dist/api/resources/guarantor/client/Client.d.ts +3 -11
- package/dist/api/resources/guarantor/client/Client.js +1 -3
- package/dist/api/resources/guarantor/index.d.ts +1 -1
- package/dist/api/resources/guarantor/index.js +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +19 -21
- package/dist/api/resources/guarantor/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/client/create.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/client/get.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/client/update.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/guarantor/resources/v1/index.js +1 -1
- package/dist/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +0 -3
- package/dist/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/types/Guarantor.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorCreate.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorOptional.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +1 -4
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.js +1 -3
- package/dist/api/resources/guarantor/resources/v1/types/index.d.ts +4 -4
- package/dist/api/resources/guarantor/resources/v1/types/index.js +4 -4
- package/dist/api/resources/healthCareCodeInformation/client/Client.d.ts +3 -11
- package/dist/api/resources/healthCareCodeInformation/client/Client.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/index.d.ts +1 -1
- package/dist/api/resources/healthCareCodeInformation/index.js +1 -1
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +15 -17
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/index.js +2 -2
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/update.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/healthCareCodeInformation/resources/v1/index.js +1 -1
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +5 -10
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +5 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +316 -473
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +323 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +3 -7
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +3 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +0 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +3 -7
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +3 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +5 -10
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +5 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +1 -5
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +120 -184
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +120 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +3 -7
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +3 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +36 -58
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +36 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +3 -7
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +3 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +5 -10
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +5 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +5 -10
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +5 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +5 -10
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +5 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +11 -19
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +11 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +5 -10
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +5 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +7 -13
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +7 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +0 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +3 -7
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +3 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +322 -432
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +322 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +3 -7
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +3 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +1 -4
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +1 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +36 -36
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.js +36 -36
- package/dist/api/resources/identifiers/types/Identifier.d.ts +1 -4
- package/dist/api/resources/identifiers/types/Identifier.js +1 -3
- package/dist/api/resources/identifiers/types/IdentifierBase.d.ts +1 -4
- package/dist/api/resources/identifiers/types/IdentifierBase.js +1 -3
- package/dist/api/resources/identifiers/types/IdentifierCode.d.ts +1 -4
- package/dist/api/resources/identifiers/types/IdentifierCode.js +1 -3
- package/dist/api/resources/identifiers/types/IdentifierCreate.d.ts +1 -4
- package/dist/api/resources/identifiers/types/IdentifierCreate.js +1 -3
- package/dist/api/resources/identifiers/types/IdentifierId.d.ts +1 -4
- package/dist/api/resources/identifiers/types/IdentifierId.js +1 -3
- package/dist/api/resources/identifiers/types/IdentifierUpdate.d.ts +1 -4
- package/dist/api/resources/identifiers/types/IdentifierUpdate.js +1 -3
- package/dist/api/resources/identifiers/types/IdentifierValue.d.ts +1 -4
- package/dist/api/resources/identifiers/types/IdentifierValue.js +1 -3
- package/dist/api/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +1 -4
- package/dist/api/resources/identifiers/types/MedicaidProviderIdentifier.js +1 -3
- package/dist/api/resources/identifiers/types/MedicareProviderIdentifier.d.ts +1 -4
- package/dist/api/resources/identifiers/types/MedicareProviderIdentifier.js +1 -3
- package/dist/api/resources/identifiers/types/UpdatableIdentifier.d.ts +1 -4
- package/dist/api/resources/identifiers/types/UpdatableIdentifier.js +1 -3
- package/dist/api/resources/identifiers/types/index.d.ts +6 -6
- package/dist/api/resources/identifiers/types/index.js +6 -6
- package/dist/api/resources/importInvoice/client/Client.d.ts +3 -11
- package/dist/api/resources/importInvoice/client/Client.js +1 -3
- package/dist/api/resources/importInvoice/index.d.ts +1 -1
- package/dist/api/resources/importInvoice/index.js +1 -1
- package/dist/api/resources/importInvoice/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +35 -37
- package/dist/api/resources/importInvoice/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/client/get.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/importInvoice/resources/v1/client/index.js +4 -4
- package/dist/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/importInvoice/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/client/update.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/importInvoice/resources/v1/index.js +1 -1
- package/dist/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoice.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +1 -4
- package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +1 -3
- package/dist/api/resources/importInvoice/resources/v1/types/index.d.ts +3 -3
- package/dist/api/resources/importInvoice/resources/v1/types/index.js +3 -3
- package/dist/api/resources/index.d.ts +29 -29
- package/dist/api/resources/index.js +31 -31
- package/dist/api/resources/individual/types/Gender.d.ts +1 -4
- package/dist/api/resources/individual/types/Gender.js +1 -3
- package/dist/api/resources/individual/types/IndividualBase.d.ts +1 -4
- package/dist/api/resources/individual/types/IndividualBase.js +1 -3
- package/dist/api/resources/individual/types/IndividualBaseOptional.d.ts +1 -4
- package/dist/api/resources/individual/types/IndividualBaseOptional.js +1 -3
- package/dist/api/resources/individual/types/IndividualId.d.ts +1 -4
- package/dist/api/resources/individual/types/IndividualId.js +1 -3
- package/dist/api/resources/individual/types/Patient.d.ts +1 -4
- package/dist/api/resources/individual/types/Patient.js +1 -3
- package/dist/api/resources/individual/types/PatientBase.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientBase.js +1 -3
- package/dist/api/resources/individual/types/PatientClinicalTrialInfo.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientClinicalTrialInfo.js +1 -3
- package/dist/api/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientClinicalTrialInfoCreate.js +1 -3
- package/dist/api/resources/individual/types/PatientCreate.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientCreate.js +1 -3
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.js +1 -3
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +1 -3
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +1 -3
- package/dist/api/resources/individual/types/PatientUpdate.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientUpdate.js +1 -3
- package/dist/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +1 -4
- package/dist/api/resources/individual/types/PatientUpdateWithOptionalAddress.js +1 -3
- package/dist/api/resources/individual/types/Subscriber.d.ts +1 -4
- package/dist/api/resources/individual/types/Subscriber.js +1 -3
- package/dist/api/resources/individual/types/SubscriberBase.d.ts +1 -4
- package/dist/api/resources/individual/types/SubscriberBase.js +1 -3
- package/dist/api/resources/individual/types/SubscriberBaseOptional.d.ts +1 -4
- package/dist/api/resources/individual/types/SubscriberBaseOptional.js +1 -3
- package/dist/api/resources/individual/types/SubscriberCreate.d.ts +1 -4
- package/dist/api/resources/individual/types/SubscriberCreate.js +1 -3
- package/dist/api/resources/individual/types/SubscriberCreateOptional.d.ts +1 -4
- package/dist/api/resources/individual/types/SubscriberCreateOptional.js +1 -3
- package/dist/api/resources/individual/types/index.d.ts +13 -13
- package/dist/api/resources/individual/types/index.js +13 -13
- package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +3 -11
- package/dist/api/resources/insuranceAdjudications/client/Client.js +1 -3
- package/dist/api/resources/insuranceAdjudications/index.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/index.js +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +18 -20
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.js +2 -2
- package/dist/api/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/index.js +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +6 -6
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.js +6 -6
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +1 -4
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCard.js +1 -3
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -4
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +1 -3
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +1 -4
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +1 -3
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +1 -4
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +1 -3
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -4
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -3
- package/dist/api/resources/insuranceCards/resources/v2/types/index.d.ts +2 -2
- package/dist/api/resources/insuranceCards/resources/v2/types/index.js +2 -2
- package/dist/api/resources/insurancePayments/client/Client.d.ts +3 -11
- package/dist/api/resources/insurancePayments/client/Client.js +1 -3
- package/dist/api/resources/insurancePayments/index.d.ts +1 -1
- package/dist/api/resources/insurancePayments/index.js +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +23 -25
- package/dist/api/resources/insurancePayments/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/client/get.js +1 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/index.js +2 -2
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js +1 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/index.js +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.js +1 -3
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -3
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +1 -3
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +1 -3
- package/dist/api/resources/insurancePayments/resources/v1/types/index.d.ts +2 -2
- package/dist/api/resources/insurancePayments/resources/v1/types/index.js +2 -2
- package/dist/api/resources/insuranceRefunds/client/Client.d.ts +3 -11
- package/dist/api/resources/insuranceRefunds/client/Client.js +1 -3
- package/dist/api/resources/insuranceRefunds/index.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/index.js +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +40 -42
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/update.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/index.js +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +1 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +1 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/types/index.js +2 -2
- package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/Invoice.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/Invoice.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceDestination.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceInfo.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemCreate.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemInfo.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceSortField.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/InvoiceStatus.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +1 -4
- package/dist/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +0 -3
- package/dist/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +1 -3
- package/dist/api/resources/invoices/resources/v2/types/index.d.ts +6 -6
- package/dist/api/resources/invoices/resources/v2/types/index.js +6 -6
- package/dist/api/resources/invoices/types/Invoice.d.ts +1 -4
- package/dist/api/resources/invoices/types/Invoice.js +1 -3
- package/dist/api/resources/invoices/types/InvoiceItem.d.ts +1 -4
- package/dist/api/resources/invoices/types/InvoiceItem.js +1 -3
- package/dist/api/resources/invoices/types/InvoiceStatus.d.ts +1 -4
- package/dist/api/resources/invoices/types/InvoiceStatus.js +1 -3
- package/dist/api/resources/medicationDispense/client/Client.d.ts +3 -11
- package/dist/api/resources/medicationDispense/client/Client.js +1 -3
- package/dist/api/resources/medicationDispense/index.d.ts +1 -1
- package/dist/api/resources/medicationDispense/index.js +1 -1
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +8 -10
- package/dist/api/resources/medicationDispense/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/medicationDispense/resources/v1/client/create.js +1 -3
- package/dist/api/resources/medicationDispense/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/medicationDispense/resources/v1/index.js +1 -1
- package/dist/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +1 -4
- package/dist/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/client/Client.d.ts +3 -11
- package/dist/api/resources/nonInsurancePayerPayments/client/Client.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/index.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/index.js +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +40 -45
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/index.js +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +1 -3
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/index.js +2 -2
- package/dist/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +3 -11
- package/dist/api/resources/nonInsurancePayerRefunds/client/Client.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/index.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/index.js +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +40 -42
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/index.js +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +1 -3
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +2 -2
- package/dist/api/resources/nonInsurancePayers/client/Client.d.ts +3 -11
- package/dist/api/resources/nonInsurancePayers/client/Client.js +1 -3
- package/dist/api/resources/nonInsurancePayers/index.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/index.js +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +55 -57
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getCategories.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getCategories.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +5 -5
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.js +6 -6
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/index.js +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +0 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +1 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +7 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.js +7 -7
- package/dist/api/resources/organizationProviders/client/Client.d.ts +3 -11
- package/dist/api/resources/organizationProviders/client/Client.js +1 -3
- package/dist/api/resources/organizationProviders/index.d.ts +1 -1
- package/dist/api/resources/organizationProviders/index.js +1 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/AddressType.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v2/types/ProviderType.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v2/types/index.d.ts +6 -6
- package/dist/api/resources/organizationProviders/resources/v2/types/index.js +6 -6
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +3 -21
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +35 -35
- package/dist/api/resources/organizationProviders/resources/v3/client/create.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/create.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/client/get.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/get.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/client/index.d.ts +2 -2
- package/dist/api/resources/organizationProviders/resources/v3/client/index.js +3 -3
- package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/client/requests/index.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/update.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/update.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/index.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/index.js +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +1 -4
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +1 -3
- package/dist/api/resources/organizationProviders/resources/v3/types/index.d.ts +2 -2
- package/dist/api/resources/organizationProviders/resources/v3/types/index.js +2 -2
- package/dist/api/resources/organizationServiceFacilities/client/Client.d.ts +3 -11
- package/dist/api/resources/organizationServiceFacilities/client/Client.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/index.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/index.js +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +44 -46
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.js +5 -5
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/index.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/index.js +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +5 -10
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +9 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +13 -22
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +17 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +29 -46
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +33 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +7 -13
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +11 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +247 -373
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +251 -3
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +7 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/index.js +7 -7
- package/dist/api/resources/patientAr/client/Client.d.ts +3 -11
- package/dist/api/resources/patientAr/client/Client.js +1 -3
- package/dist/api/resources/patientAr/index.d.ts +1 -1
- package/dist/api/resources/patientAr/index.js +1 -1
- package/dist/api/resources/patientAr/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/patientAr/resources/v1/client/Client.js +17 -19
- package/dist/api/resources/patientAr/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/patientAr/resources/v1/client/index.js +2 -2
- package/dist/api/resources/patientAr/resources/v1/client/itemize.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/client/itemize.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/client/listInventory.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/client/listInventory.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/patientAr/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/patientAr/resources/v1/index.js +1 -1
- package/dist/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +0 -3
- package/dist/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +0 -3
- package/dist/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +0 -3
- package/dist/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/types/InventoryRecord.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +0 -3
- package/dist/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +0 -3
- package/dist/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +0 -3
- package/dist/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/types/PatientArStatus.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +0 -3
- package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +1 -4
- package/dist/api/resources/patientAr/resources/v1/types/ServiceLineItemization.js +1 -3
- package/dist/api/resources/patientAr/resources/v1/types/index.d.ts +7 -7
- package/dist/api/resources/patientAr/resources/v1/types/index.js +7 -7
- package/dist/api/resources/patientPayments/client/Client.d.ts +3 -11
- package/dist/api/resources/patientPayments/client/Client.js +1 -3
- package/dist/api/resources/patientPayments/index.d.ts +1 -1
- package/dist/api/resources/patientPayments/index.js +1 -1
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPayment.js +1 -3
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -3
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +1 -3
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +1 -3
- package/dist/api/resources/patientPayments/resources/v3/types/index.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v3/types/index.js +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +3 -21
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +44 -46
- package/dist/api/resources/patientPayments/resources/v4/client/create.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/create.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/client/delete.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/delete.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/client/get.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/get.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/getMulti.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/client/index.d.ts +3 -3
- package/dist/api/resources/patientPayments/resources/v4/client/index.js +4 -4
- package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +3 -3
- package/dist/api/resources/patientPayments/resources/v4/client/update.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/client/update.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/index.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/index.js +1 -1
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +1 -4
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +1 -3
- package/dist/api/resources/patientPayments/resources/v4/types/index.d.ts +2 -2
- package/dist/api/resources/patientPayments/resources/v4/types/index.js +2 -2
- package/dist/api/resources/patientRefunds/client/Client.d.ts +3 -11
- package/dist/api/resources/patientRefunds/client/Client.js +1 -3
- package/dist/api/resources/patientRefunds/index.d.ts +1 -1
- package/dist/api/resources/patientRefunds/index.js +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +44 -46
- package/dist/api/resources/patientRefunds/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/create.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/get.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/index.js +4 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +3 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/update.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/index.js +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +1 -4
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +1 -3
- package/dist/api/resources/patientRefunds/resources/v1/types/index.d.ts +2 -2
- package/dist/api/resources/patientRefunds/resources/v1/types/index.js +2 -2
- package/dist/api/resources/payerPlanGroups/client/Client.d.ts +3 -11
- package/dist/api/resources/payerPlanGroups/client/Client.js +1 -3
- package/dist/api/resources/payerPlanGroups/index.d.ts +1 -1
- package/dist/api/resources/payerPlanGroups/index.js +1 -1
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.js +48 -50
- package/dist/api/resources/payerPlanGroups/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/client/create.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/client/deactivate.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/client/get.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/payerPlanGroups/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/client/update.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/payerPlanGroups/resources/v1/index.js +1 -1
- package/dist/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +1 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +1 -3
- package/dist/api/resources/payerPlanGroups/resources/v1/types/index.d.ts +1 -1
- package/dist/api/resources/payerPlanGroups/resources/v1/types/index.js +1 -1
- package/dist/api/resources/payers/client/Client.d.ts +3 -11
- package/dist/api/resources/payers/client/Client.js +1 -3
- package/dist/api/resources/payers/index.d.ts +1 -1
- package/dist/api/resources/payers/index.js +1 -1
- package/dist/api/resources/payers/resources/v3/client/Client.d.ts +3 -21
- package/dist/api/resources/payers/resources/v3/client/Client.js +15 -17
- package/dist/api/resources/payers/resources/v3/client/get.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/client/get.js +1 -3
- package/dist/api/resources/payers/resources/v3/client/getAll.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/client/getAll.js +1 -3
- package/dist/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.js +1 -3
- package/dist/api/resources/payers/resources/v3/client/requests/index.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/index.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/index.js +1 -1
- package/dist/api/resources/payers/resources/v3/types/Payer.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/types/Payer.js +1 -3
- package/dist/api/resources/payers/resources/v3/types/PayerId.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/types/PayerId.js +1 -3
- package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.js +1 -3
- package/dist/api/resources/payers/resources/v3/types/PayerInfo.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/types/PayerInfo.js +1 -3
- package/dist/api/resources/payers/resources/v3/types/PayerName.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/types/PayerName.js +1 -3
- package/dist/api/resources/payers/resources/v3/types/PayerPage.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/types/PayerPage.js +1 -3
- package/dist/api/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -4
- package/dist/api/resources/payers/resources/v3/types/PayerUuid.js +1 -3
- package/dist/api/resources/payers/resources/v3/types/index.d.ts +4 -4
- package/dist/api/resources/payers/resources/v3/types/index.js +4 -4
- package/dist/api/resources/payers/resources/v4/client/Client.d.ts +3 -21
- package/dist/api/resources/payers/resources/v4/client/Client.js +15 -17
- package/dist/api/resources/payers/resources/v4/client/get.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/client/get.js +1 -3
- package/dist/api/resources/payers/resources/v4/client/getAll.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/client/getAll.js +1 -3
- package/dist/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.js +1 -3
- package/dist/api/resources/payers/resources/v4/client/requests/index.d.ts +1 -1
- package/dist/api/resources/payers/resources/v4/index.d.ts +1 -1
- package/dist/api/resources/payers/resources/v4/index.js +1 -1
- package/dist/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +1 -3
- package/dist/api/resources/payers/resources/v4/types/Payer.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/types/Payer.js +1 -3
- package/dist/api/resources/payers/resources/v4/types/PayerIds.d.ts +0 -3
- package/dist/api/resources/payers/resources/v4/types/PayerIds.js +1 -3
- package/dist/api/resources/payers/resources/v4/types/PayerPage.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/types/PayerPage.js +1 -3
- package/dist/api/resources/payers/resources/v4/types/PayerUuid.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/types/PayerUuid.js +1 -3
- package/dist/api/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +0 -3
- package/dist/api/resources/payers/resources/v4/types/PrimaryPayerIds.js +1 -3
- package/dist/api/resources/payers/resources/v4/types/SupportState.d.ts +1 -4
- package/dist/api/resources/payers/resources/v4/types/SupportState.js +1 -3
- package/dist/api/resources/payers/resources/v4/types/index.d.ts +5 -5
- package/dist/api/resources/payers/resources/v4/types/index.js +5 -5
- package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -4
- package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -3
- package/dist/api/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +1 -4
- package/dist/api/resources/pipelineCommons/types/ConfigurableRuleId.js +1 -3
- package/dist/api/resources/preEncounter/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/appointments/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +47 -49
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +4 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +5 -5
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +1 -3
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +4 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +4 -4
- package/dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/Address.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/Address.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/AddressUse.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/BaseModel.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/BaseModel.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/ContactPoint.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/ContactPoint.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/ContactPointUse.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/CoverageId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/DisabilityStatus.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/ExternalIdentifier.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +3 -4
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/FilterQueryString.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/Gender.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/Gender.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/HumanName.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/HumanName.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/NameUse.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/NameUse.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/NoteId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/PageToken.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/PatientId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/PatientServiceFacility.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/{patients/resources/v1 → common}/types/PatientServiceFacility.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/PayerId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/Period.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/common/types/Period.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/Race.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/Race.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/Relationship.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/Relationship.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/Sex.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/Sex.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/SortDirection.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/TagId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/TagId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/UserId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/UserId.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +1 -3
- package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +32 -31
- package/dist/api/resources/preEncounter/resources/common/types/index.js +32 -31
- package/dist/api/resources/preEncounter/resources/coverages/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/coverages/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +17 -22
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +72 -61
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +6 -6
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +7 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +4 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +2 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +2 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +142 -217
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +142 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +3 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +49 -76
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +49 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +376 -568
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +376 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +19 -19
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +19 -19
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +33 -35
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +4 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/index.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +2 -7
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +2 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +2 -7
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +2 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +2 -7
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +2 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +1 -3
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +20 -20
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +20 -20
- package/dist/api/resources/preEncounter/resources/images/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/images/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/images/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +32 -34
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/create.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/get.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.js +3 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/update.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/images/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/Image.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +1 -3
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +4 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/index.js +4 -4
- package/dist/api/resources/preEncounter/resources/index.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/index.js +3 -3
- package/dist/api/resources/preEncounter/resources/lists/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/lists/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +23 -25
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +2 -2
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/index.js +3 -3
- package/dist/api/resources/preEncounter/resources/notes/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/notes/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/notes/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/notes/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +22 -24
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +1 -3
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +1 -3
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +1 -3
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/index.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +3 -3
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +1 -3
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +1 -3
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/Note.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/patients/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +17 -22
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +90 -79
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +6 -6
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +7 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +6 -6
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +4 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +4 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -5
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +2 -5
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +6 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.d.ts +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +8 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +10 -10
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +10 -10
- package/dist/api/resources/preEncounter/resources/tags/client/Client.d.ts +3 -11
- package/dist/api/resources/preEncounter/resources/tags/client/Client.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +28 -30
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +4 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +1 -3
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +1 -3
- package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -4
- package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -3
- package/dist/api/resources/remits/resources/v1/types/Payee.d.ts +1 -4
- package/dist/api/resources/remits/resources/v1/types/Payee.js +1 -3
- package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +1 -4
- package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.js +1 -3
- package/dist/api/resources/remits/resources/v1/types/index.d.ts +1 -1
- package/dist/api/resources/remits/resources/v1/types/index.js +1 -1
- package/dist/api/resources/serviceFacility/client/Client.d.ts +3 -21
- package/dist/api/resources/serviceFacility/client/Client.js +8 -10
- package/dist/api/resources/serviceFacility/client/update.d.ts +1 -4
- package/dist/api/resources/serviceFacility/client/update.js +1 -3
- package/dist/api/resources/serviceFacility/index.d.ts +1 -1
- package/dist/api/resources/serviceFacility/index.js +1 -1
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -4
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacility.js +1 -3
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -4
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -3
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +1 -4
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -3
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +1 -4
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +1 -3
- package/dist/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -4
- package/dist/api/resources/serviceFacility/types/ServiceFacilityId.js +1 -3
- package/dist/api/resources/serviceFacility/types/index.d.ts +3 -3
- package/dist/api/resources/serviceFacility/types/index.js +3 -3
- package/dist/api/resources/serviceLines/client/Client.d.ts +3 -11
- package/dist/api/resources/serviceLines/client/Client.js +1 -3
- package/dist/api/resources/serviceLines/index.d.ts +1 -1
- package/dist/api/resources/serviceLines/index.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +3 -21
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +31 -33
- package/dist/api/resources/serviceLines/resources/v2/client/create.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/client/create.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/client/delete.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/client/delete.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -2
- package/dist/api/resources/serviceLines/resources/v2/client/index.js +3 -3
- package/dist/api/resources/serviceLines/resources/v2/client/update.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/client/update.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/client/updateUniversal.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/index.d.ts +1 -1
- package/dist/api/resources/serviceLines/resources/v2/index.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentification.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +15 -25
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +15 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +0 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/TestResult.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultOptional.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +1 -4
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +1 -3
- package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +13 -13
- package/dist/api/resources/serviceLines/resources/v2/types/index.js +13 -13
- package/dist/api/resources/superbills/client/Client.d.ts +3 -11
- package/dist/api/resources/superbills/client/Client.js +1 -3
- package/dist/api/resources/superbills/index.d.ts +1 -1
- package/dist/api/resources/superbills/index.js +1 -1
- package/dist/api/resources/superbills/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/superbills/resources/v1/client/Client.js +8 -10
- package/dist/api/resources/superbills/resources/v1/client/createSuperbill.d.ts +1 -4
- package/dist/api/resources/superbills/resources/v1/client/createSuperbill.js +1 -3
- package/dist/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +1 -4
- package/dist/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +1 -3
- package/dist/api/resources/superbills/resources/v1/client/requests/index.d.ts +1 -1
- package/dist/api/resources/superbills/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/superbills/resources/v1/index.js +1 -1
- package/dist/api/resources/superbills/resources/v1/types/Superbill.d.ts +1 -4
- package/dist/api/resources/superbills/resources/v1/types/Superbill.js +1 -3
- package/dist/api/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +1 -4
- package/dist/api/resources/superbills/resources/v1/types/SuperbillResponse.js +1 -3
- package/dist/api/resources/tags/types/Tag.d.ts +1 -4
- package/dist/api/resources/tags/types/Tag.js +1 -3
- package/dist/api/resources/tags/types/TagColorEnum.d.ts +1 -4
- package/dist/api/resources/tags/types/TagColorEnum.js +1 -3
- package/dist/api/resources/tags/types/TagCreate.d.ts +1 -4
- package/dist/api/resources/tags/types/TagCreate.js +1 -3
- package/dist/api/resources/tags/types/TagId.d.ts +1 -4
- package/dist/api/resources/tags/types/TagId.js +1 -3
- package/dist/api/resources/tags/types/index.d.ts +2 -2
- package/dist/api/resources/tags/types/index.js +2 -2
- package/dist/api/resources/tasks/client/Client.d.ts +3 -11
- package/dist/api/resources/tasks/client/Client.js +1 -3
- package/dist/api/resources/tasks/index.d.ts +1 -1
- package/dist/api/resources/tasks/index.js +1 -1
- package/dist/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -4
- package/dist/api/resources/tasks/resources/commons/types/TaskCategory.js +1 -3
- package/dist/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +1 -4
- package/dist/api/resources/tasks/resources/commons/types/TaskStatus.js +1 -3
- package/dist/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -4
- package/dist/api/resources/tasks/resources/commons/types/TaskType.js +1 -3
- package/dist/api/resources/tasks/resources/commons/types/index.d.ts +1 -1
- package/dist/api/resources/tasks/resources/commons/types/index.js +1 -1
- package/dist/api/resources/tasks/resources/index.d.ts +1 -1
- package/dist/api/resources/tasks/resources/index.js +2 -2
- package/dist/api/resources/tasks/resources/v3/client/Client.d.ts +3 -21
- package/dist/api/resources/tasks/resources/v3/client/Client.js +42 -46
- package/dist/api/resources/tasks/resources/v3/client/create.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/client/create.js +1 -3
- package/dist/api/resources/tasks/resources/v3/client/get.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/client/get.js +1 -3
- package/dist/api/resources/tasks/resources/v3/client/getActions.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/client/getActions.js +1 -3
- package/dist/api/resources/tasks/resources/v3/client/getMulti.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/client/getMulti.js +1 -3
- package/dist/api/resources/tasks/resources/v3/client/index.d.ts +3 -3
- package/dist/api/resources/tasks/resources/v3/client/index.js +4 -4
- package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.js +1 -3
- package/dist/api/resources/tasks/resources/v3/client/requests/index.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/client/update.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/client/update.js +1 -3
- package/dist/api/resources/tasks/resources/v3/index.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/index.js +1 -1
- package/dist/api/resources/tasks/resources/v3/types/Task.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/Task.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskAction.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskAction.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskActionType.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskActions.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskActions.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskAssignment.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskAssignment.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskCreateV3.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskNote.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskNote.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskPage.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskPage.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdateV3.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +1 -4
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +1 -3
- package/dist/api/resources/tasks/resources/v3/types/index.d.ts +6 -6
- package/dist/api/resources/tasks/resources/v3/types/index.js +6 -6
- package/dist/api/resources/writeOffs/client/Client.d.ts +3 -11
- package/dist/api/resources/writeOffs/client/Client.js +1 -3
- package/dist/api/resources/writeOffs/index.d.ts +1 -1
- package/dist/api/resources/writeOffs/index.js +1 -1
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +3 -21
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +43 -45
- package/dist/api/resources/writeOffs/resources/v1/client/create.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/create.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/client/get.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/get.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/getMulti.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/client/index.d.ts +4 -4
- package/dist/api/resources/writeOffs/resources/v1/client/index.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +2 -2
- package/dist/api/resources/writeOffs/resources/v1/client/revert.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/revert.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/index.js +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOff.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffSortField.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffsPage.js +1 -3
- package/dist/api/resources/writeOffs/resources/v1/types/index.d.ts +10 -10
- package/dist/api/resources/writeOffs/resources/v1/types/index.js +10 -10
- package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +1 -4
- package/dist/api/resources/x12/resources/v1/types/Carc.js +1 -3
- package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +1 -4
- package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +1 -3
- package/dist/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +81 -124
- package/dist/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +81 -3
- package/dist/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +23 -37
- package/dist/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +23 -3
- package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +1 -4
- package/dist/api/resources/x12/resources/v1/types/Rarc.js +1 -3
- package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +1 -4
- package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +1 -3
- package/dist/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +13 -22
- package/dist/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +13 -3
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +1 -4
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillComposite.js +1 -3
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +1 -4
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +1 -3
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +55 -85
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +55 -3
- package/dist/api/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +19 -31
- package/dist/api/resources/x12/resources/v1/types/TypeOfCareCode.js +19 -3
- package/dist/api/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +15 -25
- package/dist/api/resources/x12/resources/v1/types/TypeOfFacilityCode.js +15 -3
- package/dist/api/resources/x12/resources/v1/types/index.d.ts +8 -8
- package/dist/api/resources/x12/resources/v1/types/index.js +8 -8
- package/dist/api/resources/yesNoIndicator/types/YesNoIndicator.d.ts +1 -4
- package/dist/api/resources/yesNoIndicator/types/YesNoIndicator.js +1 -3
- package/dist/core/auth/AuthProvider.d.ts +1 -1
- package/dist/core/auth/BasicAuth.js +2 -1
- package/dist/core/auth/OAuthTokenProvider.d.ts +1 -4
- package/dist/core/auth/OAuthTokenProvider.js +1 -3
- package/dist/core/exports.d.ts +1 -0
- package/dist/core/exports.js +17 -0
- package/dist/core/fetcher/APIResponse.d.ts +1 -1
- package/dist/core/fetcher/BinaryResponse.d.ts +1 -1
- package/dist/core/fetcher/EndpointMetadata.d.ts +13 -0
- package/dist/core/fetcher/EndpointMetadata.js +2 -0
- package/dist/core/fetcher/EndpointSupplier.d.ts +12 -0
- package/dist/core/fetcher/EndpointSupplier.js +22 -0
- package/dist/core/fetcher/Fetcher.d.ts +5 -3
- package/dist/core/fetcher/Fetcher.js +5 -3
- package/dist/core/fetcher/HttpResponsePromise.d.ts +1 -1
- package/dist/core/fetcher/getErrorResponseBody.js +2 -1
- package/dist/core/fetcher/getFetchFn.js +1 -1
- package/dist/core/fetcher/getResponseBody.js +3 -3
- package/dist/core/fetcher/index.d.ts +2 -0
- package/dist/core/fetcher/index.js +3 -1
- package/dist/core/fetcher/makeRequest.js +2 -2
- package/dist/core/fetcher/requestWithRetries.js +3 -3
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +1 -1
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +1 -1
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +1 -1
- package/dist/core/file/exports.d.ts +1 -0
- package/dist/core/file/exports.js +2 -0
- package/dist/core/file/file.d.ts +10 -0
- package/dist/core/file/file.js +221 -0
- package/dist/core/file/index.d.ts +2 -0
- package/dist/core/file/index.js +18 -0
- package/dist/core/file/types.d.ts +66 -0
- package/dist/core/file/types.js +2 -0
- package/dist/core/form-data-utils/FormDataWrapper.d.ts +7 -9
- package/dist/core/form-data-utils/FormDataWrapper.js +126 -72
- package/dist/core/headers.d.ts +2 -3
- package/dist/core/index.d.ts +4 -3
- package/dist/core/index.js +5 -4
- package/dist/core/schemas/Schema.d.ts +1 -1
- package/dist/core/schemas/builders/bigint/bigint.d.ts +1 -1
- package/dist/core/schemas/builders/bigint/bigint.js +2 -2
- package/dist/core/schemas/builders/date/date.d.ts +1 -1
- package/dist/core/schemas/builders/date/date.js +2 -2
- package/dist/core/schemas/builders/enum/enum.d.ts +1 -1
- package/dist/core/schemas/builders/index.d.ts +14 -14
- package/dist/core/schemas/builders/index.js +14 -14
- package/dist/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/dist/core/schemas/builders/lazy/lazy.js +2 -2
- package/dist/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
- package/dist/core/schemas/builders/lazy/lazyObject.js +4 -4
- package/dist/core/schemas/builders/list/list.d.ts +1 -1
- package/dist/core/schemas/builders/list/list.js +2 -2
- package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
- package/dist/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
- package/dist/core/schemas/builders/object/object.d.ts +1 -1
- package/dist/core/schemas/builders/object/object.js +5 -5
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
- package/dist/core/schemas/builders/object/property.d.ts +1 -1
- package/dist/core/schemas/builders/object/types.d.ts +5 -5
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
- package/dist/core/schemas/builders/object-like/types.d.ts +1 -1
- package/dist/core/schemas/builders/primitives/any.d.ts +2 -1
- package/dist/core/schemas/builders/primitives/any.js +4 -1
- package/dist/core/schemas/builders/primitives/boolean.d.ts +2 -1
- package/dist/core/schemas/builders/primitives/number.d.ts +2 -1
- package/dist/core/schemas/builders/primitives/string.d.ts +2 -1
- package/dist/core/schemas/builders/primitives/unknown.d.ts +2 -1
- package/dist/core/schemas/builders/record/record.d.ts +2 -2
- package/dist/core/schemas/builders/record/record.js +3 -3
- package/dist/core/schemas/builders/record/types.d.ts +2 -2
- package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
- package/dist/core/schemas/builders/set/set.d.ts +1 -1
- package/dist/core/schemas/builders/set/set.js +4 -4
- package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +2 -2
- package/dist/core/schemas/builders/union/types.d.ts +2 -2
- package/dist/core/schemas/builders/union/union.d.ts +3 -3
- package/dist/core/schemas/builders/union/union.js +4 -4
- package/dist/core/schemas/index.d.ts +1 -1
- package/dist/core/schemas/index.js +1 -1
- package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
- package/dist/core/schemas/utils/createIdentitySchemaCreator.js +2 -2
- package/dist/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
- package/dist/core/url/encodePathParam.d.ts +1 -0
- package/dist/core/url/encodePathParam.js +21 -0
- package/dist/core/url/index.d.ts +1 -0
- package/dist/core/url/index.js +3 -1
- package/dist/core/url/join.js +3 -3
- package/dist/environments.d.ts +0 -3
- package/dist/environments.js +1 -3
- package/dist/errors/CandidApiError.d.ts +1 -4
- package/dist/errors/CandidApiError.js +2 -4
- package/dist/errors/CandidApiTimeoutError.d.ts +0 -3
- package/dist/errors/CandidApiTimeoutError.js +1 -3
- package/dist/exports.d.ts +1 -0
- package/dist/exports.js +17 -0
- package/dist/index.d.ts +4 -2
- package/dist/index.js +9 -5
- package/dist/serialization/resources/auth/resources/default/client/getToken.d.ts +2 -5
- package/dist/serialization/resources/auth/resources/default/client/getToken.js +2 -4
- package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +2 -5
- package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +1 -3
- package/dist/serialization/resources/auth/resources/default/index.d.ts +1 -1
- package/dist/serialization/resources/auth/resources/default/index.js +1 -1
- package/dist/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +2 -5
- package/dist/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.js +1 -3
- package/dist/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +2 -5
- package/dist/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +1 -3
- package/dist/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +2 -5
- package/dist/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.js +1 -3
- package/dist/serialization/resources/auth/resources/default/types/index.d.ts +1 -1
- package/dist/serialization/resources/auth/resources/default/types/index.js +1 -1
- package/dist/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +1 -4
- package/dist/serialization/resources/billingNotes/resources/v2/client/delete.js +1 -3
- package/dist/serialization/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
- package/dist/serialization/resources/billingNotes/resources/v2/client/index.js +1 -1
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +2 -5
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +1 -3
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +2 -5
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +1 -3
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.js +3 -3
- package/dist/serialization/resources/billingNotes/resources/v2/client/update.d.ts +1 -4
- package/dist/serialization/resources/billingNotes/resources/v2/client/update.js +1 -3
- package/dist/serialization/resources/billingNotes/resources/v2/index.d.ts +1 -1
- package/dist/serialization/resources/billingNotes/resources/v2/index.js +1 -1
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNote.d.ts +3 -6
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +2 -4
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +2 -5
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +1 -3
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +2 -5
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +1 -3
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -4
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -3
- package/dist/serialization/resources/billingNotes/resources/v2/types/index.d.ts +3 -3
- package/dist/serialization/resources/billingNotes/resources/v2/types/index.js +3 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +3 -6
- package/dist/serialization/resources/chargeCapture/resources/v1/client/create.js +3 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.d.ts +3 -6
- package/dist/serialization/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.js +3 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +1 -1
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +1 -1
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.d.ts +4 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.js +3 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +3 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +7 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +3 -6
- package/dist/serialization/resources/chargeCapture/resources/v1/client/update.js +3 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +2 -4
- package/dist/serialization/resources/chargeCapture/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/chargeCapture/resources/v1/index.js +1 -1
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +5 -8
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +4 -6
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +3 -6
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +2 -4
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +3 -6
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +2 -4
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +1 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +3 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/types/index.js +3 -3
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -1
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +2 -5
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +1 -3
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +1 -4
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +1 -3
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.js +1 -1
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +4 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +3 -5
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +3 -6
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +2 -4
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +2 -5
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +1 -3
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +2 -5
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +1 -3
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +2 -5
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +1 -3
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +3 -3
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +3 -3
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +3 -6
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +2 -4
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +3 -6
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +2 -4
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +2 -5
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +1 -3
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +2 -5
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +1 -3
- package/dist/serialization/resources/claimSubmission/resources/v1/types/index.d.ts +2 -2
- package/dist/serialization/resources/claimSubmission/resources/v1/types/index.js +2 -2
- package/dist/serialization/resources/claims/types/Claim.d.ts +4 -7
- package/dist/serialization/resources/claims/types/Claim.js +3 -5
- package/dist/serialization/resources/claims/types/ClaimStatus.d.ts +2 -5
- package/dist/serialization/resources/claims/types/ClaimStatus.js +1 -3
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +2 -5
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +1 -3
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +2 -5
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +1 -3
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +2 -5
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +1 -3
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/index.d.ts +1 -1
- package/dist/serialization/resources/clinicalTrials/resources/v1/types/index.js +1 -1
- package/dist/serialization/resources/commons/errors/HttpRequestValidationsError.d.ts +2 -5
- package/dist/serialization/resources/commons/errors/HttpRequestValidationsError.js +1 -3
- package/dist/serialization/resources/commons/types/AdjustmentId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/AdjustmentId.js +1 -3
- package/dist/serialization/resources/commons/types/AppointmentId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/AppointmentId.js +1 -3
- package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +2 -5
- package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +1 -3
- package/dist/serialization/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ChargeCaptureClaimCreationId.js +1 -3
- package/dist/serialization/resources/commons/types/ChargeCaptureId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ChargeCaptureId.js +1 -3
- package/dist/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.js +1 -3
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +2 -5
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -3
- package/dist/serialization/resources/commons/types/ClaimId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ClaimId.js +1 -3
- package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +2 -5
- package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +1 -3
- package/dist/serialization/resources/commons/types/Clearinghouse.d.ts +2 -5
- package/dist/serialization/resources/commons/types/Clearinghouse.js +1 -3
- package/dist/serialization/resources/commons/types/ClinicalTrialId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ClinicalTrialId.js +1 -3
- package/dist/serialization/resources/commons/types/DateRangeOptionalEnd.d.ts +2 -5
- package/dist/serialization/resources/commons/types/DateRangeOptionalEnd.js +1 -3
- package/dist/serialization/resources/commons/types/Date_.d.ts +1 -4
- package/dist/serialization/resources/commons/types/Date_.js +1 -3
- package/dist/serialization/resources/commons/types/Decimal.d.ts +1 -4
- package/dist/serialization/resources/commons/types/Decimal.js +1 -3
- package/dist/serialization/resources/commons/types/DelayReasonCode.d.ts +2 -5
- package/dist/serialization/resources/commons/types/DelayReasonCode.js +1 -3
- package/dist/serialization/resources/commons/types/Email.d.ts +1 -4
- package/dist/serialization/resources/commons/types/Email.js +1 -3
- package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.d.ts +2 -5
- package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.js +1 -3
- package/dist/serialization/resources/commons/types/EncounterExternalId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/EncounterExternalId.js +1 -3
- package/dist/serialization/resources/commons/types/EncounterId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/EncounterId.js +1 -3
- package/dist/serialization/resources/commons/types/EntityConflictErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/EntityConflictErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +2 -5
- package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +1 -3
- package/dist/serialization/resources/commons/types/ErrorMessage.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/FacilityTypeCode.d.ts +2 -5
- package/dist/serialization/resources/commons/types/FacilityTypeCode.js +1 -3
- package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/InsuranceTypeCode.d.ts +2 -5
- package/dist/serialization/resources/commons/types/InsuranceTypeCode.js +1 -3
- package/dist/serialization/resources/commons/types/IntendedSubmissionMedium.d.ts +2 -5
- package/dist/serialization/resources/commons/types/IntendedSubmissionMedium.js +1 -3
- package/dist/serialization/resources/commons/types/InvoiceId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/InvoiceId.js +1 -3
- package/dist/serialization/resources/commons/types/LinkUrl.d.ts +1 -4
- package/dist/serialization/resources/commons/types/LinkUrl.js +1 -3
- package/dist/serialization/resources/commons/types/NetworkType.d.ts +2 -5
- package/dist/serialization/resources/commons/types/NetworkType.js +1 -3
- package/dist/serialization/resources/commons/types/NextResponsibleParty.d.ts +2 -5
- package/dist/serialization/resources/commons/types/NextResponsibleParty.js +1 -3
- package/dist/serialization/resources/commons/types/Npi.d.ts +1 -4
- package/dist/serialization/resources/commons/types/Npi.js +1 -3
- package/dist/serialization/resources/commons/types/OrganizationId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/OrganizationId.js +1 -3
- package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/PageToken.d.ts +1 -4
- package/dist/serialization/resources/commons/types/PageToken.js +1 -3
- package/dist/serialization/resources/commons/types/PatientExternalId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/PatientExternalId.js +1 -3
- package/dist/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +2 -5
- package/dist/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +1 -3
- package/dist/serialization/resources/commons/types/PayerPlanGroupId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/PayerPlanGroupId.js +1 -3
- package/dist/serialization/resources/commons/types/PhoneNumber.d.ts +2 -5
- package/dist/serialization/resources/commons/types/PhoneNumber.js +1 -3
- package/dist/serialization/resources/commons/types/PhoneNumberOptional.d.ts +2 -5
- package/dist/serialization/resources/commons/types/PhoneNumberOptional.js +1 -3
- package/dist/serialization/resources/commons/types/PhoneNumberType.d.ts +2 -5
- package/dist/serialization/resources/commons/types/PhoneNumberType.js +1 -3
- package/dist/serialization/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/PreEncounterAppointmentId.js +1 -3
- package/dist/serialization/resources/commons/types/PreEncounterPatientId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/PreEncounterPatientId.js +1 -3
- package/dist/serialization/resources/commons/types/Primitive.d.ts +2 -5
- package/dist/serialization/resources/commons/types/Primitive.js +1 -3
- package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +2 -5
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -3
- package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.js +1 -3
- package/dist/serialization/resources/commons/types/ProviderId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ProviderId.js +1 -3
- package/dist/serialization/resources/commons/types/QualifierCode.d.ts +2 -5
- package/dist/serialization/resources/commons/types/QualifierCode.js +1 -3
- package/dist/serialization/resources/commons/types/RateId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/RateId.js +1 -3
- package/dist/serialization/resources/commons/types/RegionNational.d.ts +3 -7
- package/dist/serialization/resources/commons/types/RegionNational.js +1 -3
- package/dist/serialization/resources/commons/types/RegionStates.d.ts +2 -5
- package/dist/serialization/resources/commons/types/RegionStates.js +1 -3
- package/dist/serialization/resources/commons/types/Regions.d.ts +3 -6
- package/dist/serialization/resources/commons/types/Regions.js +2 -4
- package/dist/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +2 -5
- package/dist/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +1 -3
- package/dist/serialization/resources/commons/types/RequestValidationError.d.ts +2 -5
- package/dist/serialization/resources/commons/types/RequestValidationError.js +1 -3
- package/dist/serialization/resources/commons/types/ResourcePage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/ResourcePage.js +1 -3
- package/dist/serialization/resources/commons/types/SchemaId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/SchemaId.js +1 -3
- package/dist/serialization/resources/commons/types/ServiceLineId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/ServiceLineId.js +1 -3
- package/dist/serialization/resources/commons/types/ServiceLineUnits.d.ts +2 -5
- package/dist/serialization/resources/commons/types/ServiceLineUnits.js +1 -3
- package/dist/serialization/resources/commons/types/SortDirection.d.ts +2 -5
- package/dist/serialization/resources/commons/types/SortDirection.js +1 -3
- package/dist/serialization/resources/commons/types/SourceOfPaymentCode.d.ts +2 -5
- package/dist/serialization/resources/commons/types/SourceOfPaymentCode.js +1 -3
- package/dist/serialization/resources/commons/types/State.d.ts +2 -5
- package/dist/serialization/resources/commons/types/State.js +1 -3
- package/dist/serialization/resources/commons/types/StreetAddressBase.d.ts +2 -5
- package/dist/serialization/resources/commons/types/StreetAddressBase.js +1 -3
- package/dist/serialization/resources/commons/types/StreetAddressLongZip.d.ts +2 -5
- package/dist/serialization/resources/commons/types/StreetAddressLongZip.js +1 -3
- package/dist/serialization/resources/commons/types/StreetAddressLongZipOptional.d.ts +2 -5
- package/dist/serialization/resources/commons/types/StreetAddressLongZipOptional.js +1 -3
- package/dist/serialization/resources/commons/types/StreetAddressOptionalBase.d.ts +2 -5
- package/dist/serialization/resources/commons/types/StreetAddressOptionalBase.js +1 -3
- package/dist/serialization/resources/commons/types/StreetAddressShortZip.d.ts +2 -5
- package/dist/serialization/resources/commons/types/StreetAddressShortZip.js +1 -3
- package/dist/serialization/resources/commons/types/StreetAddressShortZipOptional.d.ts +2 -5
- package/dist/serialization/resources/commons/types/StreetAddressShortZipOptional.js +1 -3
- package/dist/serialization/resources/commons/types/TaskAssignmentId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/TaskAssignmentId.js +1 -3
- package/dist/serialization/resources/commons/types/TaskId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/TaskId.js +1 -3
- package/dist/serialization/resources/commons/types/TaskNoteId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/TaskNoteId.js +1 -3
- package/dist/serialization/resources/commons/types/TaxId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/TaxId.js +1 -3
- package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +1 -3
- package/dist/serialization/resources/commons/types/UserId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/UserId.js +1 -3
- package/dist/serialization/resources/commons/types/WorkQueueId.d.ts +1 -4
- package/dist/serialization/resources/commons/types/WorkQueueId.js +1 -3
- package/dist/serialization/resources/commons/types/index.d.ts +60 -60
- package/dist/serialization/resources/commons/types/index.js +60 -60
- package/dist/serialization/resources/contracts/resources/v2/client/delete.d.ts +1 -4
- package/dist/serialization/resources/contracts/resources/v2/client/delete.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/client/get.d.ts +1 -4
- package/dist/serialization/resources/contracts/resources/v2/client/get.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/client/index.d.ts +2 -2
- package/dist/serialization/resources/contracts/resources/v2/client/index.js +3 -3
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +3 -6
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +2 -4
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +6 -9
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +5 -7
- package/dist/serialization/resources/contracts/resources/v2/client/update.d.ts +1 -4
- package/dist/serialization/resources/contracts/resources/v2/client/update.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/index.d.ts +1 -1
- package/dist/serialization/resources/contracts/resources/v2/index.js +1 -1
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/Contract.d.ts +3 -6
- package/dist/serialization/resources/contracts/resources/v2/types/Contract.js +2 -4
- package/dist/serialization/resources/contracts/resources/v2/types/ContractBase.d.ts +3 -6
- package/dist/serialization/resources/contracts/resources/v2/types/ContractBase.js +2 -4
- package/dist/serialization/resources/contracts/resources/v2/types/ContractId.d.ts +1 -4
- package/dist/serialization/resources/contracts/resources/v2/types/ContractId.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/ContractSortField.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/ContractSortField.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/ContractStatus.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/ContractStatus.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -4
- package/dist/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/ContractsPage.d.ts +3 -6
- package/dist/serialization/resources/contracts/resources/v2/types/ContractsPage.js +2 -4
- package/dist/serialization/resources/contracts/resources/v2/types/DateUpdate.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/DateUpdate.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +2 -5
- package/dist/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -4
- package/dist/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -3
- package/dist/serialization/resources/contracts/resources/v2/types/index.d.ts +12 -12
- package/dist/serialization/resources/contracts/resources/v2/types/index.js +12 -12
- package/dist/serialization/resources/credentialing/resources/v2/client/create.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/create.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/createFacility.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/createFacility.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/delete.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/delete.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/deleteFacility.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/deleteFacility.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/get.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/get.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/getAll.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/getAllFacilities.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/getFacility.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/getFacility.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -6
- package/dist/serialization/resources/credentialing/resources/v2/client/index.js +7 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +2 -5
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +2 -5
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +2 -5
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +2 -5
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/update.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/update.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/client/updateFacility.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/client/updateFacility.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/index.d.ts +1 -1
- package/dist/serialization/resources/credentialing/resources/v2/index.js +1 -1
- package/dist/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +2 -5
- package/dist/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +2 -5
- package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +3 -6
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +2 -4
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +3 -6
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +2 -4
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +4 -7
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +3 -5
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -3
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +3 -6
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +2 -4
- package/dist/serialization/resources/credentialing/resources/v2/types/index.d.ts +5 -5
- package/dist/serialization/resources/credentialing/resources/v2/types/index.js +5 -5
- package/dist/serialization/resources/customSchemas/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/customSchemas/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/customSchemas/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/customSchemas/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/customSchemas/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/customSchemas/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/customSchemas/resources/v1/index.js +1 -1
- package/dist/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/Schema.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/Schema.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaField.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +3 -6
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +2 -4
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +2 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +1 -3
- package/dist/serialization/resources/customSchemas/resources/v1/types/index.d.ts +5 -5
- package/dist/serialization/resources/customSchemas/resources/v1/types/index.js +5 -5
- package/dist/serialization/resources/diagnoses/client/delete.d.ts +1 -4
- package/dist/serialization/resources/diagnoses/client/delete.js +1 -3
- package/dist/serialization/resources/diagnoses/client/index.d.ts +1 -1
- package/dist/serialization/resources/diagnoses/client/index.js +2 -2
- package/dist/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +3 -6
- package/dist/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +2 -4
- package/dist/serialization/resources/diagnoses/client/update.d.ts +1 -4
- package/dist/serialization/resources/diagnoses/client/update.js +1 -3
- package/dist/serialization/resources/diagnoses/index.d.ts +1 -1
- package/dist/serialization/resources/diagnoses/index.js +1 -1
- package/dist/serialization/resources/diagnoses/types/Diagnosis.d.ts +2 -5
- package/dist/serialization/resources/diagnoses/types/Diagnosis.js +1 -3
- package/dist/serialization/resources/diagnoses/types/DiagnosisCreate.d.ts +3 -6
- package/dist/serialization/resources/diagnoses/types/DiagnosisCreate.js +2 -4
- package/dist/serialization/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +3 -6
- package/dist/serialization/resources/diagnoses/types/DiagnosisCreateOptional.js +2 -4
- package/dist/serialization/resources/diagnoses/types/DiagnosisId.d.ts +1 -4
- package/dist/serialization/resources/diagnoses/types/DiagnosisId.js +1 -3
- package/dist/serialization/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +2 -5
- package/dist/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +1 -3
- package/dist/serialization/resources/diagnoses/types/DiagnosisTypeCode.d.ts +2 -5
- package/dist/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +1 -3
- package/dist/serialization/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.d.ts +2 -5
- package/dist/serialization/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.js +1 -3
- package/dist/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +3 -6
- package/dist/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +2 -4
- package/dist/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +2 -5
- package/dist/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +1 -3
- package/dist/serialization/resources/diagnoses/types/index.d.ts +6 -6
- package/dist/serialization/resources/diagnoses/types/index.js +6 -6
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -4
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +1 -3
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -4
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +1 -3
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -4
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +1 -3
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/get.d.ts +2 -5
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +2 -5
- package/dist/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +1 -3
- package/dist/serialization/resources/encounterAttachments/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/encounterAttachments/resources/v1/index.js +1 -1
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +1 -4
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.js +1 -3
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +3 -6
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +2 -4
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +3 -6
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +2 -4
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +2 -5
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +3 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +3 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/client/index.d.ts +8 -8
- package/dist/serialization/resources/encounterProviders/resources/v2/client/index.js +9 -9
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/index.d.ts +1 -1
- package/dist/serialization/resources/encounterProviders/resources/v2/index.js +1 -1
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +3 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +3 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +3 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +5 -8
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +4 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +3 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +3 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +3 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +2 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +2 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +1 -3
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +13 -13
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +13 -13
- package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +7 -10
- package/dist/serialization/resources/encounters/resources/v4/client/create.js +7 -9
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +5 -8
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +5 -7
- package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +4 -7
- package/dist/serialization/resources/encounters/resources/v4/client/update.js +4 -6
- package/dist/serialization/resources/encounters/resources/v4/index.d.ts +1 -1
- package/dist/serialization/resources/encounters/resources/v4/index.js +1 -1
- package/dist/serialization/resources/encounters/resources/v4/types/BillableStatusType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNote.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +25 -28
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +24 -26
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +7 -10
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +6 -8
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreate.d.ts +5 -8
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreate.js +4 -6
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +4 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +3 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +20 -23
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +19 -21
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +6 -9
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +5 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPage.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPage.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +3 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterUpdate.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -4
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -4
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/Intervention.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/Intervention.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/InterventionCategory.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/InterventionOptional.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/InterventionOptional.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/Lab.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/Lab.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/LabCodeType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/LabCodeType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/LabOptional.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/LabOptional.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/Medication.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/Medication.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/MedicationOptional.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/MedicationOptional.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/NoteCategory.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/NoteCategory.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -4
- package/dist/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/ReportTypeCode.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/RxCui.d.ts +1 -4
- package/dist/serialization/resources/encounters/resources/v4/types/RxCui.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +4 -7
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +3 -5
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/SynchronicityType.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +3 -6
- package/dist/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +2 -4
- package/dist/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/Vitals.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +2 -5
- package/dist/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +47 -47
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +47 -47
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +14 -17
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +13 -15
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +8 -11
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +7 -9
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +13 -16
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +12 -14
- package/dist/serialization/resources/encountersUniversal/types/index.d.ts +1 -1
- package/dist/serialization/resources/encountersUniversal/types/index.js +1 -1
- package/dist/serialization/resources/era/types/Era.d.ts +3 -6
- package/dist/serialization/resources/era/types/Era.js +2 -4
- package/dist/serialization/resources/era/types/EraBase.d.ts +2 -5
- package/dist/serialization/resources/era/types/EraBase.js +1 -3
- package/dist/serialization/resources/era/types/EraId.d.ts +1 -4
- package/dist/serialization/resources/era/types/EraId.js +1 -3
- package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +1 -3
- package/dist/serialization/resources/era/types/index.d.ts +2 -2
- package/dist/serialization/resources/era/types/index.js +2 -2
- package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +2 -5
- package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +3 -6
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.js +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +3 -6
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +2 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.js +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +4 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +3 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +3 -6
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +3 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +4 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +3 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +3 -6
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +3 -6
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +3 -6
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +4 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +3 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +3 -6
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +4 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +3 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +2 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +1 -3
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +13 -13
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +13 -13
- package/dist/serialization/resources/exports/resources/v3/client/getExports.d.ts +2 -5
- package/dist/serialization/resources/exports/resources/v3/client/getExports.js +2 -4
- package/dist/serialization/resources/exports/resources/v3/index.d.ts +1 -1
- package/dist/serialization/resources/exports/resources/v3/index.js +1 -1
- package/dist/serialization/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -5
- package/dist/serialization/resources/exports/resources/v3/types/GetExportsResponse.js +1 -3
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +2 -5
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +1 -3
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +3 -6
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getMatch.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRates.d.ts +1 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRates.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +1 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/client/index.d.ts +4 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/index.js +5 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/index.d.ts +1 -1
- package/dist/serialization/resources/feeSchedules/resources/v3/index.js +1 -1
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +8 -11
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +7 -9
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +6 -9
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +5 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +3 -6
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +3 -6
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRate.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +6 -9
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +5 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +3 -6
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Rate.d.ts +3 -6
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Rate.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +3 -6
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +3 -6
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +2 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +1 -3
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +3 -6
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +2 -4
- package/dist/serialization/resources/feeSchedules/resources/v3/types/index.d.ts +17 -17
- package/dist/serialization/resources/feeSchedules/resources/v3/types/index.js +17 -17
- package/dist/serialization/resources/financials/types/AccountType.d.ts +2 -5
- package/dist/serialization/resources/financials/types/AccountType.js +1 -3
- package/dist/serialization/resources/financials/types/Allocation.d.ts +2 -5
- package/dist/serialization/resources/financials/types/Allocation.js +1 -3
- package/dist/serialization/resources/financials/types/AllocationCreate.d.ts +2 -5
- package/dist/serialization/resources/financials/types/AllocationCreate.js +1 -3
- package/dist/serialization/resources/financials/types/AllocationTarget.d.ts +5 -8
- package/dist/serialization/resources/financials/types/AllocationTarget.js +4 -6
- package/dist/serialization/resources/financials/types/AllocationTargetCreate.d.ts +3 -6
- package/dist/serialization/resources/financials/types/AllocationTargetCreate.js +2 -4
- package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.d.ts +2 -5
- package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.js +1 -3
- package/dist/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +2 -5
- package/dist/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +1 -3
- package/dist/serialization/resources/financials/types/BillingProviderAllocationTarget.d.ts +2 -5
- package/dist/serialization/resources/financials/types/BillingProviderAllocationTarget.js +1 -3
- package/dist/serialization/resources/financials/types/ClaimAllocationTarget.d.ts +2 -5
- package/dist/serialization/resources/financials/types/ClaimAllocationTarget.js +1 -3
- package/dist/serialization/resources/financials/types/InvoiceUpdate.d.ts +2 -5
- package/dist/serialization/resources/financials/types/InvoiceUpdate.js +1 -3
- package/dist/serialization/resources/financials/types/NoteUpdate.d.ts +2 -5
- package/dist/serialization/resources/financials/types/NoteUpdate.js +1 -3
- package/dist/serialization/resources/financials/types/PatientTransactionSource.d.ts +2 -5
- package/dist/serialization/resources/financials/types/PatientTransactionSource.js +1 -3
- package/dist/serialization/resources/financials/types/RefundReason.d.ts +2 -5
- package/dist/serialization/resources/financials/types/RefundReason.js +1 -3
- package/dist/serialization/resources/financials/types/RefundReasonUpdate.d.ts +2 -5
- package/dist/serialization/resources/financials/types/RefundReasonUpdate.js +1 -3
- package/dist/serialization/resources/financials/types/ServiceLineAllocationTarget.d.ts +3 -6
- package/dist/serialization/resources/financials/types/ServiceLineAllocationTarget.js +2 -4
- package/dist/serialization/resources/financials/types/index.d.ts +9 -9
- package/dist/serialization/resources/financials/types/index.js +9 -9
- package/dist/serialization/resources/guarantor/resources/v1/client/create.d.ts +2 -5
- package/dist/serialization/resources/guarantor/resources/v1/client/create.js +2 -4
- package/dist/serialization/resources/guarantor/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/guarantor/resources/v1/index.js +1 -1
- package/dist/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +2 -5
- package/dist/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +1 -3
- package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +4 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.js +3 -5
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +2 -5
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -3
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +3 -6
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +2 -4
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -4
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +1 -3
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +4 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.js +3 -5
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +4 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +3 -5
- package/dist/serialization/resources/guarantor/resources/v1/types/index.d.ts +4 -4
- package/dist/serialization/resources/guarantor/resources/v1/types/index.js +4 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +1 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +1 -1
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/index.js +2 -2
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/index.js +1 -1
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +3 -6
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +2 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +3 -6
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +2 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +3 -6
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +2 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +3 -6
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +2 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +10 -13
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +9 -11
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +3 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +9 -12
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +8 -10
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +1 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +1 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +1 -4
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +2 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +1 -3
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +4 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +3 -5
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +36 -36
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +36 -36
- package/dist/serialization/resources/identifiers/types/Identifier.d.ts +3 -6
- package/dist/serialization/resources/identifiers/types/Identifier.js +2 -4
- package/dist/serialization/resources/identifiers/types/IdentifierBase.d.ts +2 -5
- package/dist/serialization/resources/identifiers/types/IdentifierBase.js +1 -3
- package/dist/serialization/resources/identifiers/types/IdentifierCode.d.ts +2 -5
- package/dist/serialization/resources/identifiers/types/IdentifierCode.js +1 -3
- package/dist/serialization/resources/identifiers/types/IdentifierCreate.d.ts +2 -5
- package/dist/serialization/resources/identifiers/types/IdentifierCreate.js +1 -3
- package/dist/serialization/resources/identifiers/types/IdentifierId.d.ts +1 -4
- package/dist/serialization/resources/identifiers/types/IdentifierId.js +1 -3
- package/dist/serialization/resources/identifiers/types/IdentifierUpdate.d.ts +4 -7
- package/dist/serialization/resources/identifiers/types/IdentifierUpdate.js +3 -5
- package/dist/serialization/resources/identifiers/types/IdentifierValue.d.ts +3 -6
- package/dist/serialization/resources/identifiers/types/IdentifierValue.js +2 -4
- package/dist/serialization/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +2 -5
- package/dist/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +1 -3
- package/dist/serialization/resources/identifiers/types/MedicareProviderIdentifier.d.ts +2 -5
- package/dist/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +1 -3
- package/dist/serialization/resources/identifiers/types/UpdatableIdentifier.d.ts +3 -6
- package/dist/serialization/resources/identifiers/types/UpdatableIdentifier.js +2 -4
- package/dist/serialization/resources/identifiers/types/index.d.ts +6 -6
- package/dist/serialization/resources/identifiers/types/index.js +6 -6
- package/dist/serialization/resources/importInvoice/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/importInvoice/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/importInvoice/resources/v1/client/importInvoice.d.ts +2 -5
- package/dist/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +2 -4
- package/dist/serialization/resources/importInvoice/resources/v1/client/index.d.ts +1 -1
- package/dist/serialization/resources/importInvoice/resources/v1/client/index.js +2 -2
- package/dist/serialization/resources/importInvoice/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/importInvoice/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/importInvoice/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/importInvoice/resources/v1/index.js +1 -1
- package/dist/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +3 -6
- package/dist/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +2 -4
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +3 -6
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +2 -4
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +2 -5
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +1 -3
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +3 -6
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +2 -4
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +3 -6
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +2 -4
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +2 -5
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +1 -3
- package/dist/serialization/resources/importInvoice/resources/v1/types/index.d.ts +3 -3
- package/dist/serialization/resources/importInvoice/resources/v1/types/index.js +3 -3
- package/dist/serialization/resources/index.d.ts +31 -31
- package/dist/serialization/resources/index.js +33 -33
- package/dist/serialization/resources/individual/types/Gender.d.ts +2 -5
- package/dist/serialization/resources/individual/types/Gender.js +1 -3
- package/dist/serialization/resources/individual/types/IndividualBase.d.ts +2 -5
- package/dist/serialization/resources/individual/types/IndividualBase.js +1 -3
- package/dist/serialization/resources/individual/types/IndividualBaseOptional.d.ts +2 -5
- package/dist/serialization/resources/individual/types/IndividualBaseOptional.js +1 -3
- package/dist/serialization/resources/individual/types/IndividualId.d.ts +1 -4
- package/dist/serialization/resources/individual/types/IndividualId.js +1 -3
- package/dist/serialization/resources/individual/types/Patient.d.ts +5 -8
- package/dist/serialization/resources/individual/types/Patient.js +4 -6
- package/dist/serialization/resources/individual/types/PatientBase.d.ts +2 -5
- package/dist/serialization/resources/individual/types/PatientBase.js +1 -3
- package/dist/serialization/resources/individual/types/PatientClinicalTrialInfo.d.ts +2 -5
- package/dist/serialization/resources/individual/types/PatientClinicalTrialInfo.js +1 -3
- package/dist/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +2 -5
- package/dist/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.js +1 -3
- package/dist/serialization/resources/individual/types/PatientCreate.d.ts +4 -7
- package/dist/serialization/resources/individual/types/PatientCreate.js +3 -5
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +2 -5
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +1 -3
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +2 -5
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +1 -3
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +2 -5
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +1 -3
- package/dist/serialization/resources/individual/types/PatientUpdate.d.ts +5 -8
- package/dist/serialization/resources/individual/types/PatientUpdate.js +4 -6
- package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +5 -8
- package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +4 -6
- package/dist/serialization/resources/individual/types/Subscriber.d.ts +3 -6
- package/dist/serialization/resources/individual/types/Subscriber.js +2 -4
- package/dist/serialization/resources/individual/types/SubscriberBase.d.ts +2 -5
- package/dist/serialization/resources/individual/types/SubscriberBase.js +1 -3
- package/dist/serialization/resources/individual/types/SubscriberBaseOptional.d.ts +2 -5
- package/dist/serialization/resources/individual/types/SubscriberBaseOptional.js +1 -3
- package/dist/serialization/resources/individual/types/SubscriberCreate.d.ts +2 -5
- package/dist/serialization/resources/individual/types/SubscriberCreate.js +1 -3
- package/dist/serialization/resources/individual/types/SubscriberCreateOptional.d.ts +2 -5
- package/dist/serialization/resources/individual/types/SubscriberCreateOptional.js +1 -3
- package/dist/serialization/resources/individual/types/index.d.ts +13 -13
- package/dist/serialization/resources/individual/types/index.js +13 -13
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.js +1 -1
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +3 -6
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +2 -4
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +4 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +3 -5
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +4 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +3 -5
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +4 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +3 -5
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -4
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -3
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +3 -6
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +2 -4
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -5
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +1 -3
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -4
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -3
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +6 -6
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +6 -6
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +3 -6
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +2 -4
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +3 -6
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +2 -4
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +2 -5
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +1 -3
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +2 -5
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +1 -3
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -4
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -3
- package/dist/serialization/resources/insuranceCards/resources/v2/types/index.d.ts +2 -2
- package/dist/serialization/resources/insuranceCards/resources/v2/types/index.js +2 -2
- package/dist/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/insurancePayments/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.js +2 -2
- package/dist/serialization/resources/insurancePayments/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/insurancePayments/resources/v1/index.js +1 -1
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +4 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +3 -5
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -4
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -3
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +2 -5
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +1 -3
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +3 -6
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +2 -4
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +2 -2
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.js +2 -2
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +2 -5
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/index.js +1 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +4 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +3 -5
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +3 -6
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +2 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +2 -5
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +1 -3
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +3 -6
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +2 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -2
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.js +2 -2
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +3 -6
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +2 -4
- package/dist/serialization/resources/invoices/resources/v2/types/Invoice.d.ts +4 -7
- package/dist/serialization/resources/invoices/resources/v2/types/Invoice.js +3 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +3 -6
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +2 -4
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +2 -5
- package/dist/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +1 -3
- package/dist/serialization/resources/invoices/resources/v2/types/index.d.ts +6 -6
- package/dist/serialization/resources/invoices/resources/v2/types/index.js +6 -6
- package/dist/serialization/resources/invoices/types/Invoice.d.ts +4 -7
- package/dist/serialization/resources/invoices/types/Invoice.js +3 -5
- package/dist/serialization/resources/invoices/types/InvoiceItem.d.ts +2 -5
- package/dist/serialization/resources/invoices/types/InvoiceItem.js +1 -3
- package/dist/serialization/resources/invoices/types/InvoiceStatus.d.ts +2 -5
- package/dist/serialization/resources/invoices/types/InvoiceStatus.js +1 -3
- package/dist/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +3 -6
- package/dist/serialization/resources/medicationDispense/resources/v1/client/create.js +3 -5
- package/dist/serialization/resources/medicationDispense/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/medicationDispense/resources/v1/index.js +1 -1
- package/dist/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +3 -6
- package/dist/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +2 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +3 -6
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +2 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/index.js +1 -1
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +5 -8
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +4 -6
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +4 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +3 -5
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +3 -6
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +2 -4
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +2 -2
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.js +2 -2
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +3 -6
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +2 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.js +1 -1
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +5 -8
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +4 -6
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +3 -6
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +2 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +1 -3
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +3 -6
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +2 -4
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +2 -2
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +2 -2
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +2 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +2 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/index.js +1 -1
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +3 -6
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +4 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +3 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +3 -6
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +2 -4
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +4 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +3 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +2 -5
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +1 -3
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +7 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +7 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/AddressType.d.ts +2 -5
- package/dist/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +2 -5
- package/dist/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +2 -5
- package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +4 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +3 -5
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +2 -5
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +3 -6
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +2 -4
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -4
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +2 -5
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +2 -5
- package/dist/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v2/types/index.d.ts +6 -6
- package/dist/serialization/resources/organizationProviders/resources/v2/types/index.js +6 -6
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +1 -4
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v3/client/get.d.ts +1 -4
- package/dist/serialization/resources/organizationProviders/resources/v3/client/get.js +1 -3
- package/dist/serialization/resources/organizationProviders/resources/v3/client/index.d.ts +1 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/index.js +2 -2
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +2 -5
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.js +2 -4
- package/dist/serialization/resources/organizationProviders/resources/v3/index.d.ts +1 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/index.js +1 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.d.ts +4 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +3 -5
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +3 -6
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +2 -4
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +5 -8
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +4 -6
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +4 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +3 -5
- package/dist/serialization/resources/organizationProviders/resources/v3/types/index.d.ts +2 -2
- package/dist/serialization/resources/organizationProviders/resources/v3/types/index.js +2 -2
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -4
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -4
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -4
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +1 -4
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +2 -2
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +3 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +2 -5
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +2 -4
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/index.d.ts +1 -1
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/index.js +1 -1
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +7 -10
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +6 -8
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +6 -9
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +5 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -4
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +3 -6
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +2 -4
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +6 -9
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +5 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +2 -5
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +2 -5
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +2 -5
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +2 -5
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +2 -5
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +1 -3
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +7 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/index.js +7 -7
- package/dist/serialization/resources/patientAr/resources/v1/client/index.d.ts +1 -1
- package/dist/serialization/resources/patientAr/resources/v1/client/index.js +2 -2
- package/dist/serialization/resources/patientAr/resources/v1/client/itemize.d.ts +1 -4
- package/dist/serialization/resources/patientAr/resources/v1/client/itemize.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/client/listInventory.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/client/listInventory.js +2 -4
- package/dist/serialization/resources/patientAr/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/patientAr/resources/v1/index.js +1 -1
- package/dist/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/InventoryRecord.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +3 -6
- package/dist/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +2 -4
- package/dist/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientArStatus.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +2 -5
- package/dist/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.js +1 -3
- package/dist/serialization/resources/patientAr/resources/v1/types/index.d.ts +7 -7
- package/dist/serialization/resources/patientAr/resources/v1/types/index.js +7 -7
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +6 -9
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +5 -7
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -4
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +2 -5
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +2 -5
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v3/types/index.d.ts +1 -1
- package/dist/serialization/resources/patientPayments/resources/v3/types/index.js +1 -1
- package/dist/serialization/resources/patientPayments/resources/v4/client/create.d.ts +1 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/create.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v4/client/delete.d.ts +1 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/delete.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v4/client/get.d.ts +1 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/get.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/getMulti.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v4/client/index.d.ts +3 -3
- package/dist/serialization/resources/patientPayments/resources/v4/client/index.js +4 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +3 -6
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +2 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +3 -6
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +2 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/update.d.ts +1 -4
- package/dist/serialization/resources/patientPayments/resources/v4/client/update.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v4/index.d.ts +1 -1
- package/dist/serialization/resources/patientPayments/resources/v4/index.js +1 -1
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +5 -8
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +4 -6
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -4
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +2 -5
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +1 -3
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +3 -6
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +2 -4
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.d.ts +2 -2
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.js +2 -2
- package/dist/serialization/resources/patientRefunds/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/delete.js +1 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -6
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +2 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +3 -6
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +2 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/patientRefunds/resources/v1/index.js +1 -1
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +5 -8
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +4 -6
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +2 -5
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +1 -3
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +3 -6
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +2 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +2 -2
- package/dist/serialization/resources/patientRefunds/resources/v1/types/index.js +2 -2
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/payerPlanGroups/resources/v1/index.js +1 -1
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +3 -6
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +2 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +2 -5
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +2 -5
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +3 -6
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +2 -4
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +2 -5
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +1 -3
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/index.d.ts +1 -1
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/index.js +1 -1
- package/dist/serialization/resources/payers/resources/v3/types/Payer.d.ts +3 -6
- package/dist/serialization/resources/payers/resources/v3/types/Payer.js +2 -4
- package/dist/serialization/resources/payers/resources/v3/types/PayerId.d.ts +1 -4
- package/dist/serialization/resources/payers/resources/v3/types/PayerId.js +1 -3
- package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.d.ts +2 -5
- package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +1 -3
- package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.d.ts +2 -5
- package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.js +1 -3
- package/dist/serialization/resources/payers/resources/v3/types/PayerName.d.ts +1 -4
- package/dist/serialization/resources/payers/resources/v3/types/PayerName.js +1 -3
- package/dist/serialization/resources/payers/resources/v3/types/PayerPage.d.ts +3 -6
- package/dist/serialization/resources/payers/resources/v3/types/PayerPage.js +2 -4
- package/dist/serialization/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -4
- package/dist/serialization/resources/payers/resources/v3/types/PayerUuid.js +1 -3
- package/dist/serialization/resources/payers/resources/v3/types/index.d.ts +4 -4
- package/dist/serialization/resources/payers/resources/v3/types/index.js +4 -4
- package/dist/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +2 -5
- package/dist/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +1 -3
- package/dist/serialization/resources/payers/resources/v4/types/Payer.d.ts +5 -8
- package/dist/serialization/resources/payers/resources/v4/types/Payer.js +4 -6
- package/dist/serialization/resources/payers/resources/v4/types/PayerIds.d.ts +2 -5
- package/dist/serialization/resources/payers/resources/v4/types/PayerIds.js +1 -3
- package/dist/serialization/resources/payers/resources/v4/types/PayerPage.d.ts +3 -6
- package/dist/serialization/resources/payers/resources/v4/types/PayerPage.js +2 -4
- package/dist/serialization/resources/payers/resources/v4/types/PayerUuid.d.ts +1 -4
- package/dist/serialization/resources/payers/resources/v4/types/PayerUuid.js +1 -3
- package/dist/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +2 -5
- package/dist/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.js +1 -3
- package/dist/serialization/resources/payers/resources/v4/types/SupportState.d.ts +2 -5
- package/dist/serialization/resources/payers/resources/v4/types/SupportState.js +1 -3
- package/dist/serialization/resources/payers/resources/v4/types/index.d.ts +5 -5
- package/dist/serialization/resources/payers/resources/v4/types/index.js +5 -5
- package/dist/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -4
- package/dist/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -3
- package/dist/serialization/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +1 -4
- package/dist/serialization/resources/pipelineCommons/types/ConfigurableRuleId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/index.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +4 -4
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +4 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/Address.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/Address.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/AddressUse.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/AddressUse.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/BaseModel.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/BaseModel.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPoint.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/CoverageId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +8 -9
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +7 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/FilterQueryString.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/Gender.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/Gender.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/NameUse.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/NameUse.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/NoteId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/PatientId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/PatientServiceFacility.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/{patients/resources/v1 → common}/types/PatientServiceFacility.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/Period.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/Period.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/Race.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/Race.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/Relationship.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/Relationship.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/Sex.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/Sex.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/TagId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/TagId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/UserId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/common/types/UserId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +32 -31
- package/dist/serialization/resources/preEncounter/resources/common/types/index.js +32 -31
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +3 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +4 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +6 -9
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +5 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +8 -10
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +7 -8
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +19 -19
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +19 -19
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +20 -20
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +20 -20
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/index.js +3 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/index.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +4 -4
- package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/index.js +4 -4
- package/dist/serialization/resources/preEncounter/resources/index.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/index.js +3 -3
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/index.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +3 -3
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.js +3 -3
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +4 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +5 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +5 -8
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +4 -6
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +10 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +21 -23
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +20 -21
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +4 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +3 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +9 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +8 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.d.ts +7 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +39 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +10 -10
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +10 -10
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +2 -5
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +1 -3
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +2 -4
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +3 -6
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +2 -4
- package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -4
- package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -3
- package/dist/serialization/resources/remits/resources/v1/types/Payee.d.ts +2 -5
- package/dist/serialization/resources/remits/resources/v1/types/Payee.js +1 -3
- package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +2 -5
- package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +1 -3
- package/dist/serialization/resources/remits/resources/v1/types/index.d.ts +1 -1
- package/dist/serialization/resources/remits/resources/v1/types/index.js +1 -1
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +3 -6
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +2 -4
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +2 -5
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -3
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +2 -5
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -3
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +2 -5
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +1 -3
- package/dist/serialization/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -4
- package/dist/serialization/resources/serviceFacility/types/ServiceFacilityId.js +1 -3
- package/dist/serialization/resources/serviceFacility/types/index.d.ts +3 -3
- package/dist/serialization/resources/serviceFacility/types/index.js +3 -3
- package/dist/serialization/resources/serviceLines/resources/v2/client/create.d.ts +1 -4
- package/dist/serialization/resources/serviceLines/resources/v2/client/create.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +1 -4
- package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +1 -4
- package/dist/serialization/resources/serviceLines/resources/v2/client/delete.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -2
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.js +3 -3
- package/dist/serialization/resources/serviceLines/resources/v2/client/update.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/client/update.js +2 -4
- package/dist/serialization/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/client/updateUniversal.js +2 -4
- package/dist/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -1
- package/dist/serialization/resources/serviceLines/resources/v2/index.js +1 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +3 -6
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +2 -4
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +3 -6
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +2 -4
- package/dist/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +12 -15
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +11 -13
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +5 -8
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +4 -6
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +5 -8
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +4 -6
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +7 -10
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +6 -8
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +5 -8
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +4 -6
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +2 -5
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +1 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +13 -13
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +13 -13
- package/dist/serialization/resources/superbills/resources/v1/client/createSuperbill.d.ts +1 -4
- package/dist/serialization/resources/superbills/resources/v1/client/createSuperbill.js +1 -3
- package/dist/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +2 -5
- package/dist/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +1 -3
- package/dist/serialization/resources/superbills/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/superbills/resources/v1/index.js +1 -1
- package/dist/serialization/resources/superbills/resources/v1/types/Superbill.d.ts +2 -5
- package/dist/serialization/resources/superbills/resources/v1/types/Superbill.js +1 -3
- package/dist/serialization/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +2 -5
- package/dist/serialization/resources/superbills/resources/v1/types/SuperbillResponse.js +1 -3
- package/dist/serialization/resources/tags/types/Tag.d.ts +2 -5
- package/dist/serialization/resources/tags/types/Tag.js +1 -3
- package/dist/serialization/resources/tags/types/TagColorEnum.d.ts +2 -5
- package/dist/serialization/resources/tags/types/TagColorEnum.js +1 -3
- package/dist/serialization/resources/tags/types/TagCreate.d.ts +3 -6
- package/dist/serialization/resources/tags/types/TagCreate.js +2 -4
- package/dist/serialization/resources/tags/types/TagId.d.ts +1 -4
- package/dist/serialization/resources/tags/types/TagId.js +1 -3
- package/dist/serialization/resources/tags/types/index.d.ts +2 -2
- package/dist/serialization/resources/tags/types/index.js +2 -2
- package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.js +1 -3
- package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.js +1 -3
- package/dist/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/commons/types/TaskType.js +1 -3
- package/dist/serialization/resources/tasks/resources/commons/types/index.d.ts +1 -1
- package/dist/serialization/resources/tasks/resources/commons/types/index.js +1 -1
- package/dist/serialization/resources/tasks/resources/index.d.ts +1 -1
- package/dist/serialization/resources/tasks/resources/index.js +2 -2
- package/dist/serialization/resources/tasks/resources/v3/client/get.d.ts +1 -4
- package/dist/serialization/resources/tasks/resources/v3/client/get.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/client/getMulti.d.ts +1 -4
- package/dist/serialization/resources/tasks/resources/v3/client/getMulti.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/client/index.d.ts +1 -1
- package/dist/serialization/resources/tasks/resources/v3/client/index.js +2 -2
- package/dist/serialization/resources/tasks/resources/v3/client/update.d.ts +1 -4
- package/dist/serialization/resources/tasks/resources/v3/client/update.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/index.d.ts +1 -1
- package/dist/serialization/resources/tasks/resources/v3/index.js +1 -1
- package/dist/serialization/resources/tasks/resources/v3/types/Task.d.ts +7 -10
- package/dist/serialization/resources/tasks/resources/v3/types/Task.js +6 -8
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionType.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionType.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +4 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +3 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.d.ts +3 -6
- package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.js +2 -4
- package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +3 -6
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +2 -4
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +2 -5
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +1 -3
- package/dist/serialization/resources/tasks/resources/v3/types/index.d.ts +6 -6
- package/dist/serialization/resources/tasks/resources/v3/types/index.js +6 -6
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -5
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +1 -3
- package/dist/serialization/resources/writeOffs/resources/v1/index.d.ts +1 -1
- package/dist/serialization/resources/writeOffs/resources/v1/index.js +1 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +2 -5
- package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +1 -3
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +4 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +3 -5
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +3 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +2 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +2 -5
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +1 -3
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +3 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +2 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +4 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +3 -5
- package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +3 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +2 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +5 -8
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +4 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +3 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +2 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +2 -5
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -3
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +3 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +2 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +3 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +2 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -3
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +2 -5
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +1 -3
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +3 -6
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +2 -4
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.d.ts +10 -10
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.js +10 -10
- package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/Carc.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +4 -7
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +3 -5
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfCareCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +2 -5
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.js +1 -3
- package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +8 -8
- package/dist/serialization/resources/x12/resources/v1/types/index.js +8 -8
- package/dist/serialization/resources/yesNoIndicator/types/YesNoIndicator.d.ts +2 -5
- package/dist/serialization/resources/yesNoIndicator/types/YesNoIndicator.js +1 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/environments.d.ts +0 -3
- package/environments.js +1 -3
- package/errors/CandidApiError.d.ts +1 -4
- package/errors/CandidApiError.js +2 -4
- package/errors/CandidApiTimeoutError.d.ts +0 -3
- package/errors/CandidApiTimeoutError.js +1 -3
- package/exports.d.ts +1 -0
- package/exports.js +17 -0
- package/index.d.ts +4 -2
- package/index.js +9 -5
- package/jest.config.mjs +1 -13
- package/package.json +6 -5
- package/reference.md +1978 -2220
- package/serialization/resources/auth/resources/default/client/getToken.d.ts +2 -5
- package/serialization/resources/auth/resources/default/client/getToken.js +2 -4
- package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +2 -5
- package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +1 -3
- package/serialization/resources/auth/resources/default/index.d.ts +1 -1
- package/serialization/resources/auth/resources/default/index.js +1 -1
- package/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +2 -5
- package/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.js +1 -3
- package/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +2 -5
- package/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +1 -3
- package/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +2 -5
- package/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.js +1 -3
- package/serialization/resources/auth/resources/default/types/index.d.ts +1 -1
- package/serialization/resources/auth/resources/default/types/index.js +1 -1
- package/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +1 -4
- package/serialization/resources/billingNotes/resources/v2/client/delete.js +1 -3
- package/serialization/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
- package/serialization/resources/billingNotes/resources/v2/client/index.js +1 -1
- package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +2 -5
- package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +1 -3
- package/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +2 -5
- package/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +1 -3
- package/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -1
- package/serialization/resources/billingNotes/resources/v2/client/requests/index.js +3 -3
- package/serialization/resources/billingNotes/resources/v2/client/update.d.ts +1 -4
- package/serialization/resources/billingNotes/resources/v2/client/update.js +1 -3
- package/serialization/resources/billingNotes/resources/v2/index.d.ts +1 -1
- package/serialization/resources/billingNotes/resources/v2/index.js +1 -1
- package/serialization/resources/billingNotes/resources/v2/types/BillingNote.d.ts +3 -6
- package/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +2 -4
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +2 -5
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +1 -3
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +2 -5
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +1 -3
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -4
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -3
- package/serialization/resources/billingNotes/resources/v2/types/index.d.ts +3 -3
- package/serialization/resources/billingNotes/resources/v2/types/index.js +3 -3
- package/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +3 -6
- package/serialization/resources/chargeCapture/resources/v1/client/create.js +3 -5
- package/serialization/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.d.ts +3 -6
- package/serialization/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.js +3 -5
- package/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +1 -1
- package/serialization/resources/chargeCapture/resources/v1/client/index.js +1 -1
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.d.ts +4 -7
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.js +3 -5
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +3 -3
- package/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +7 -7
- package/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +3 -6
- package/serialization/resources/chargeCapture/resources/v1/client/update.js +3 -5
- package/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +2 -4
- package/serialization/resources/chargeCapture/resources/v1/index.d.ts +1 -1
- package/serialization/resources/chargeCapture/resources/v1/index.js +1 -1
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +5 -8
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +4 -6
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +3 -6
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +2 -4
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +3 -6
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +2 -4
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +2 -5
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +1 -3
- package/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +3 -3
- package/serialization/resources/chargeCapture/resources/v1/types/index.js +3 -3
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -1
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +4 -4
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +2 -5
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +1 -3
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +1 -4
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +1 -3
- package/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +1 -1
- package/serialization/resources/chargeCaptureBundles/resources/v1/index.js +1 -1
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +4 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +3 -5
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +3 -6
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +2 -4
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +2 -5
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +1 -3
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +2 -5
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +1 -3
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +2 -5
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +1 -3
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +3 -3
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +3 -3
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +3 -6
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +2 -4
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +3 -6
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +2 -4
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +2 -5
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +1 -3
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +2 -5
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +1 -3
- package/serialization/resources/claimSubmission/resources/v1/types/index.d.ts +2 -2
- package/serialization/resources/claimSubmission/resources/v1/types/index.js +2 -2
- package/serialization/resources/claims/types/Claim.d.ts +4 -7
- package/serialization/resources/claims/types/Claim.js +3 -5
- package/serialization/resources/claims/types/ClaimStatus.d.ts +2 -5
- package/serialization/resources/claims/types/ClaimStatus.js +1 -3
- package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +2 -5
- package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +1 -3
- package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +2 -5
- package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +1 -3
- package/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +2 -5
- package/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +1 -3
- package/serialization/resources/clinicalTrials/resources/v1/types/index.d.ts +1 -1
- package/serialization/resources/clinicalTrials/resources/v1/types/index.js +1 -1
- package/serialization/resources/commons/errors/HttpRequestValidationsError.d.ts +2 -5
- package/serialization/resources/commons/errors/HttpRequestValidationsError.js +1 -3
- package/serialization/resources/commons/types/AdjustmentId.d.ts +1 -4
- package/serialization/resources/commons/types/AdjustmentId.js +1 -3
- package/serialization/resources/commons/types/AppointmentId.d.ts +1 -4
- package/serialization/resources/commons/types/AppointmentId.js +1 -3
- package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +2 -5
- package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +1 -3
- package/serialization/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +1 -4
- package/serialization/resources/commons/types/ChargeCaptureClaimCreationId.js +1 -3
- package/serialization/resources/commons/types/ChargeCaptureId.d.ts +1 -4
- package/serialization/resources/commons/types/ChargeCaptureId.js +1 -3
- package/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +1 -4
- package/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.js +1 -3
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +2 -5
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -3
- package/serialization/resources/commons/types/ClaimId.d.ts +1 -4
- package/serialization/resources/commons/types/ClaimId.js +1 -3
- package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +2 -5
- package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +1 -3
- package/serialization/resources/commons/types/Clearinghouse.d.ts +2 -5
- package/serialization/resources/commons/types/Clearinghouse.js +1 -3
- package/serialization/resources/commons/types/ClinicalTrialId.d.ts +1 -4
- package/serialization/resources/commons/types/ClinicalTrialId.js +1 -3
- package/serialization/resources/commons/types/DateRangeOptionalEnd.d.ts +2 -5
- package/serialization/resources/commons/types/DateRangeOptionalEnd.js +1 -3
- package/serialization/resources/commons/types/Date_.d.ts +1 -4
- package/serialization/resources/commons/types/Date_.js +1 -3
- package/serialization/resources/commons/types/Decimal.d.ts +1 -4
- package/serialization/resources/commons/types/Decimal.js +1 -3
- package/serialization/resources/commons/types/DelayReasonCode.d.ts +2 -5
- package/serialization/resources/commons/types/DelayReasonCode.js +1 -3
- package/serialization/resources/commons/types/Email.d.ts +1 -4
- package/serialization/resources/commons/types/Email.js +1 -3
- package/serialization/resources/commons/types/EmrPayerCrosswalk.d.ts +2 -5
- package/serialization/resources/commons/types/EmrPayerCrosswalk.js +1 -3
- package/serialization/resources/commons/types/EncounterExternalId.d.ts +1 -4
- package/serialization/resources/commons/types/EncounterExternalId.js +1 -3
- package/serialization/resources/commons/types/EncounterId.d.ts +1 -4
- package/serialization/resources/commons/types/EncounterId.js +1 -3
- package/serialization/resources/commons/types/EntityConflictErrorMessage.d.ts +2 -5
- package/serialization/resources/commons/types/EntityConflictErrorMessage.js +1 -3
- package/serialization/resources/commons/types/EntityNotFoundErrorMessage.d.ts +2 -5
- package/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +1 -3
- package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +2 -5
- package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +1 -3
- package/serialization/resources/commons/types/ErrorMessage.d.ts +1 -4
- package/serialization/resources/commons/types/ErrorMessage.js +1 -3
- package/serialization/resources/commons/types/FacilityTypeCode.d.ts +2 -5
- package/serialization/resources/commons/types/FacilityTypeCode.js +1 -3
- package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +2 -5
- package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +1 -3
- package/serialization/resources/commons/types/InsuranceTypeCode.d.ts +2 -5
- package/serialization/resources/commons/types/InsuranceTypeCode.js +1 -3
- package/serialization/resources/commons/types/IntendedSubmissionMedium.d.ts +2 -5
- package/serialization/resources/commons/types/IntendedSubmissionMedium.js +1 -3
- package/serialization/resources/commons/types/InvoiceId.d.ts +1 -4
- package/serialization/resources/commons/types/InvoiceId.js +1 -3
- package/serialization/resources/commons/types/LinkUrl.d.ts +1 -4
- package/serialization/resources/commons/types/LinkUrl.js +1 -3
- package/serialization/resources/commons/types/NetworkType.d.ts +2 -5
- package/serialization/resources/commons/types/NetworkType.js +1 -3
- package/serialization/resources/commons/types/NextResponsibleParty.d.ts +2 -5
- package/serialization/resources/commons/types/NextResponsibleParty.js +1 -3
- package/serialization/resources/commons/types/Npi.d.ts +1 -4
- package/serialization/resources/commons/types/Npi.js +1 -3
- package/serialization/resources/commons/types/OrganizationId.d.ts +1 -4
- package/serialization/resources/commons/types/OrganizationId.js +1 -3
- package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +2 -5
- package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +1 -3
- package/serialization/resources/commons/types/PageToken.d.ts +1 -4
- package/serialization/resources/commons/types/PageToken.js +1 -3
- package/serialization/resources/commons/types/PatientExternalId.d.ts +1 -4
- package/serialization/resources/commons/types/PatientExternalId.js +1 -3
- package/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +2 -5
- package/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +1 -3
- package/serialization/resources/commons/types/PayerPlanGroupId.d.ts +1 -4
- package/serialization/resources/commons/types/PayerPlanGroupId.js +1 -3
- package/serialization/resources/commons/types/PhoneNumber.d.ts +2 -5
- package/serialization/resources/commons/types/PhoneNumber.js +1 -3
- package/serialization/resources/commons/types/PhoneNumberOptional.d.ts +2 -5
- package/serialization/resources/commons/types/PhoneNumberOptional.js +1 -3
- package/serialization/resources/commons/types/PhoneNumberType.d.ts +2 -5
- package/serialization/resources/commons/types/PhoneNumberType.js +1 -3
- package/serialization/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -4
- package/serialization/resources/commons/types/PreEncounterAppointmentId.js +1 -3
- package/serialization/resources/commons/types/PreEncounterPatientId.d.ts +1 -4
- package/serialization/resources/commons/types/PreEncounterPatientId.js +1 -3
- package/serialization/resources/commons/types/Primitive.d.ts +2 -5
- package/serialization/resources/commons/types/Primitive.js +1 -3
- package/serialization/resources/commons/types/ProcedureModifier.d.ts +2 -5
- package/serialization/resources/commons/types/ProcedureModifier.js +1 -3
- package/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/serialization/resources/commons/types/ProviderCredentialingSpanId.js +1 -3
- package/serialization/resources/commons/types/ProviderId.d.ts +1 -4
- package/serialization/resources/commons/types/ProviderId.js +1 -3
- package/serialization/resources/commons/types/QualifierCode.d.ts +2 -5
- package/serialization/resources/commons/types/QualifierCode.js +1 -3
- package/serialization/resources/commons/types/RateId.d.ts +1 -4
- package/serialization/resources/commons/types/RateId.js +1 -3
- package/serialization/resources/commons/types/RegionNational.d.ts +3 -7
- package/serialization/resources/commons/types/RegionNational.js +1 -3
- package/serialization/resources/commons/types/RegionStates.d.ts +2 -5
- package/serialization/resources/commons/types/RegionStates.js +1 -3
- package/serialization/resources/commons/types/Regions.d.ts +3 -6
- package/serialization/resources/commons/types/Regions.js +2 -4
- package/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +2 -5
- package/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +1 -3
- package/serialization/resources/commons/types/RequestValidationError.d.ts +2 -5
- package/serialization/resources/commons/types/RequestValidationError.js +1 -3
- package/serialization/resources/commons/types/ResourcePage.d.ts +2 -5
- package/serialization/resources/commons/types/ResourcePage.js +1 -3
- package/serialization/resources/commons/types/SchemaId.d.ts +1 -4
- package/serialization/resources/commons/types/SchemaId.js +1 -3
- package/serialization/resources/commons/types/ServiceLineId.d.ts +1 -4
- package/serialization/resources/commons/types/ServiceLineId.js +1 -3
- package/serialization/resources/commons/types/ServiceLineUnits.d.ts +2 -5
- package/serialization/resources/commons/types/ServiceLineUnits.js +1 -3
- package/serialization/resources/commons/types/SortDirection.d.ts +2 -5
- package/serialization/resources/commons/types/SortDirection.js +1 -3
- package/serialization/resources/commons/types/SourceOfPaymentCode.d.ts +2 -5
- package/serialization/resources/commons/types/SourceOfPaymentCode.js +1 -3
- package/serialization/resources/commons/types/State.d.ts +2 -5
- package/serialization/resources/commons/types/State.js +1 -3
- package/serialization/resources/commons/types/StreetAddressBase.d.ts +2 -5
- package/serialization/resources/commons/types/StreetAddressBase.js +1 -3
- package/serialization/resources/commons/types/StreetAddressLongZip.d.ts +2 -5
- package/serialization/resources/commons/types/StreetAddressLongZip.js +1 -3
- package/serialization/resources/commons/types/StreetAddressLongZipOptional.d.ts +2 -5
- package/serialization/resources/commons/types/StreetAddressLongZipOptional.js +1 -3
- package/serialization/resources/commons/types/StreetAddressOptionalBase.d.ts +2 -5
- package/serialization/resources/commons/types/StreetAddressOptionalBase.js +1 -3
- package/serialization/resources/commons/types/StreetAddressShortZip.d.ts +2 -5
- package/serialization/resources/commons/types/StreetAddressShortZip.js +1 -3
- package/serialization/resources/commons/types/StreetAddressShortZipOptional.d.ts +2 -5
- package/serialization/resources/commons/types/StreetAddressShortZipOptional.js +1 -3
- package/serialization/resources/commons/types/TaskAssignmentId.d.ts +1 -4
- package/serialization/resources/commons/types/TaskAssignmentId.js +1 -3
- package/serialization/resources/commons/types/TaskId.d.ts +1 -4
- package/serialization/resources/commons/types/TaskId.js +1 -3
- package/serialization/resources/commons/types/TaskNoteId.d.ts +1 -4
- package/serialization/resources/commons/types/TaskNoteId.js +1 -3
- package/serialization/resources/commons/types/TaxId.d.ts +1 -4
- package/serialization/resources/commons/types/TaxId.js +1 -3
- package/serialization/resources/commons/types/UnauthorizedErrorMessage.d.ts +2 -5
- package/serialization/resources/commons/types/UnauthorizedErrorMessage.js +1 -3
- package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +2 -5
- package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +1 -3
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +2 -5
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +1 -3
- package/serialization/resources/commons/types/UserId.d.ts +1 -4
- package/serialization/resources/commons/types/UserId.js +1 -3
- package/serialization/resources/commons/types/WorkQueueId.d.ts +1 -4
- package/serialization/resources/commons/types/WorkQueueId.js +1 -3
- package/serialization/resources/commons/types/index.d.ts +60 -60
- package/serialization/resources/commons/types/index.js +60 -60
- package/serialization/resources/contracts/resources/v2/client/delete.d.ts +1 -4
- package/serialization/resources/contracts/resources/v2/client/delete.js +1 -3
- package/serialization/resources/contracts/resources/v2/client/get.d.ts +1 -4
- package/serialization/resources/contracts/resources/v2/client/get.js +1 -3
- package/serialization/resources/contracts/resources/v2/client/index.d.ts +2 -2
- package/serialization/resources/contracts/resources/v2/client/index.js +3 -3
- package/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +3 -6
- package/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +2 -4
- package/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +6 -9
- package/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +5 -7
- package/serialization/resources/contracts/resources/v2/client/update.d.ts +1 -4
- package/serialization/resources/contracts/resources/v2/client/update.js +1 -3
- package/serialization/resources/contracts/resources/v2/index.d.ts +1 -1
- package/serialization/resources/contracts/resources/v2/index.js +1 -1
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/Contract.d.ts +3 -6
- package/serialization/resources/contracts/resources/v2/types/Contract.js +2 -4
- package/serialization/resources/contracts/resources/v2/types/ContractBase.d.ts +3 -6
- package/serialization/resources/contracts/resources/v2/types/ContractBase.js +2 -4
- package/serialization/resources/contracts/resources/v2/types/ContractId.d.ts +1 -4
- package/serialization/resources/contracts/resources/v2/types/ContractId.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/ContractSortField.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/ContractSortField.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/ContractStatus.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/ContractStatus.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -4
- package/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/ContractsPage.d.ts +3 -6
- package/serialization/resources/contracts/resources/v2/types/ContractsPage.js +2 -4
- package/serialization/resources/contracts/resources/v2/types/DateUpdate.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/DateUpdate.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +2 -5
- package/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -4
- package/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -3
- package/serialization/resources/contracts/resources/v2/types/index.d.ts +12 -12
- package/serialization/resources/contracts/resources/v2/types/index.js +12 -12
- package/serialization/resources/credentialing/resources/v2/client/create.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/create.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/createFacility.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/createFacility.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/delete.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/delete.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/deleteFacility.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/deleteFacility.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/get.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/get.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/getAll.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/getAllFacilities.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/getFacility.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/getFacility.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -6
- package/serialization/resources/credentialing/resources/v2/client/index.js +7 -7
- package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +2 -5
- package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +2 -5
- package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +2 -5
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +2 -5
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/update.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/update.js +1 -3
- package/serialization/resources/credentialing/resources/v2/client/updateFacility.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/client/updateFacility.js +1 -3
- package/serialization/resources/credentialing/resources/v2/index.d.ts +1 -1
- package/serialization/resources/credentialing/resources/v2/index.js +1 -1
- package/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +2 -5
- package/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +1 -3
- package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +2 -5
- package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +1 -3
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +3 -6
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +2 -4
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +1 -3
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +3 -6
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +2 -4
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +4 -7
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +3 -5
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -4
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -3
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +3 -6
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +2 -4
- package/serialization/resources/credentialing/resources/v2/types/index.d.ts +5 -5
- package/serialization/resources/credentialing/resources/v2/types/index.js +5 -5
- package/serialization/resources/customSchemas/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/customSchemas/resources/v1/client/create.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/customSchemas/resources/v1/client/get.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/customSchemas/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/customSchemas/resources/v1/client/index.js +4 -4
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/customSchemas/resources/v1/client/update.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/index.d.ts +1 -1
- package/serialization/resources/customSchemas/resources/v1/index.js +1 -1
- package/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/Schema.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/Schema.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/SchemaField.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +3 -6
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +2 -4
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +2 -5
- package/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +1 -3
- package/serialization/resources/customSchemas/resources/v1/types/index.d.ts +5 -5
- package/serialization/resources/customSchemas/resources/v1/types/index.js +5 -5
- package/serialization/resources/diagnoses/client/delete.d.ts +1 -4
- package/serialization/resources/diagnoses/client/delete.js +1 -3
- package/serialization/resources/diagnoses/client/index.d.ts +1 -1
- package/serialization/resources/diagnoses/client/index.js +2 -2
- package/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +3 -6
- package/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +2 -4
- package/serialization/resources/diagnoses/client/update.d.ts +1 -4
- package/serialization/resources/diagnoses/client/update.js +1 -3
- package/serialization/resources/diagnoses/index.d.ts +1 -1
- package/serialization/resources/diagnoses/index.js +1 -1
- package/serialization/resources/diagnoses/types/Diagnosis.d.ts +2 -5
- package/serialization/resources/diagnoses/types/Diagnosis.js +1 -3
- package/serialization/resources/diagnoses/types/DiagnosisCreate.d.ts +3 -6
- package/serialization/resources/diagnoses/types/DiagnosisCreate.js +2 -4
- package/serialization/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +3 -6
- package/serialization/resources/diagnoses/types/DiagnosisCreateOptional.js +2 -4
- package/serialization/resources/diagnoses/types/DiagnosisId.d.ts +1 -4
- package/serialization/resources/diagnoses/types/DiagnosisId.js +1 -3
- package/serialization/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +2 -5
- package/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +1 -3
- package/serialization/resources/diagnoses/types/DiagnosisTypeCode.d.ts +2 -5
- package/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +1 -3
- package/serialization/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.d.ts +2 -5
- package/serialization/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.js +1 -3
- package/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +3 -6
- package/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +2 -4
- package/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +2 -5
- package/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +1 -3
- package/serialization/resources/diagnoses/types/index.d.ts +6 -6
- package/serialization/resources/diagnoses/types/index.js +6 -6
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -4
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +1 -3
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -4
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +1 -3
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -4
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +1 -3
- package/serialization/resources/encounterAttachments/resources/v1/client/get.d.ts +2 -5
- package/serialization/resources/encounterAttachments/resources/v1/client/get.js +1 -3
- package/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +2 -5
- package/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +1 -3
- package/serialization/resources/encounterAttachments/resources/v1/index.d.ts +1 -1
- package/serialization/resources/encounterAttachments/resources/v1/index.js +1 -1
- package/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +1 -4
- package/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.js +1 -3
- package/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +3 -6
- package/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +2 -4
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +3 -6
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +2 -4
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +2 -5
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +3 -6
- package/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +3 -5
- package/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -4
- package/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -4
- package/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -4
- package/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/client/index.d.ts +8 -8
- package/serialization/resources/encounterProviders/resources/v2/client/index.js +9 -9
- package/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/index.d.ts +1 -1
- package/serialization/resources/encounterProviders/resources/v2/index.js +1 -1
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +3 -6
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +3 -6
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +3 -6
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +5 -8
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +4 -6
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +3 -6
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +3 -6
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +3 -6
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +2 -4
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -4
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +2 -5
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +1 -3
- package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +13 -13
- package/serialization/resources/encounterProviders/resources/v2/types/index.js +13 -13
- package/serialization/resources/encounters/resources/v4/client/create.d.ts +7 -10
- package/serialization/resources/encounters/resources/v4/client/create.js +7 -9
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +5 -8
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +5 -7
- package/serialization/resources/encounters/resources/v4/client/update.d.ts +4 -7
- package/serialization/resources/encounters/resources/v4/client/update.js +4 -6
- package/serialization/resources/encounters/resources/v4/index.d.ts +1 -1
- package/serialization/resources/encounters/resources/v4/index.js +1 -1
- package/serialization/resources/encounters/resources/v4/types/BillableStatusType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/ClinicalNote.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +25 -28
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +24 -26
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +7 -10
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +6 -8
- package/serialization/resources/encounters/resources/v4/types/EncounterCreate.d.ts +5 -8
- package/serialization/resources/encounters/resources/v4/types/EncounterCreate.js +4 -6
- package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +4 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +3 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +20 -23
- package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +19 -21
- package/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +6 -9
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +5 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterPage.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/EncounterPage.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +3 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/EncounterUpdate.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -4
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -4
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/Intervention.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/Intervention.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/InterventionCategory.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/InterventionOptional.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/InterventionOptional.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/Lab.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/Lab.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/LabCodeType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/LabCodeType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/LabOptional.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/LabOptional.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/Medication.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/Medication.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/MedicationOptional.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/MedicationOptional.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/NoteCategory.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/NoteCategory.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -4
- package/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/ReportTypeCode.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/RxCui.d.ts +1 -4
- package/serialization/resources/encounters/resources/v4/types/RxCui.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +4 -7
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +3 -5
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/SynchronicityType.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +3 -6
- package/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +2 -4
- package/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/Vitals.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +2 -5
- package/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +47 -47
- package/serialization/resources/encounters/resources/v4/types/index.js +47 -47
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +14 -17
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +13 -15
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +8 -11
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +7 -9
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +13 -16
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +12 -14
- package/serialization/resources/encountersUniversal/types/index.d.ts +1 -1
- package/serialization/resources/encountersUniversal/types/index.js +1 -1
- package/serialization/resources/era/types/Era.d.ts +3 -6
- package/serialization/resources/era/types/Era.js +2 -4
- package/serialization/resources/era/types/EraBase.d.ts +2 -5
- package/serialization/resources/era/types/EraBase.js +1 -3
- package/serialization/resources/era/types/EraId.d.ts +1 -4
- package/serialization/resources/era/types/EraId.js +1 -3
- package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +2 -5
- package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +1 -3
- package/serialization/resources/era/types/index.d.ts +2 -2
- package/serialization/resources/era/types/index.js +2 -2
- package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +2 -5
- package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +3 -6
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v1/index.js +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +3 -6
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +2 -2
- package/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/index.js +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +4 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +3 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +3 -6
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +3 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +4 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +3 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +3 -6
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +3 -6
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +3 -6
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +4 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +3 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +3 -6
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +2 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -4
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +4 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +3 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +2 -5
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +1 -3
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +13 -13
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +13 -13
- package/serialization/resources/exports/resources/v3/client/getExports.d.ts +2 -5
- package/serialization/resources/exports/resources/v3/client/getExports.js +2 -4
- package/serialization/resources/exports/resources/v3/index.d.ts +1 -1
- package/serialization/resources/exports/resources/v3/index.js +1 -1
- package/serialization/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -5
- package/serialization/resources/exports/resources/v3/types/GetExportsResponse.js +1 -3
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +2 -5
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +1 -3
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +3 -6
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/client/getMatch.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRates.d.ts +1 -4
- package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRates.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +1 -4
- package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/client/index.d.ts +4 -4
- package/serialization/resources/feeSchedules/resources/v3/client/index.js +5 -5
- package/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -4
- package/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -4
- package/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -4
- package/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/index.d.ts +1 -1
- package/serialization/resources/feeSchedules/resources/v3/index.js +1 -1
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +8 -11
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +7 -9
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +6 -9
- package/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +5 -7
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +3 -6
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +3 -6
- package/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/NewRate.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +6 -9
- package/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +5 -7
- package/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +3 -6
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/types/Rate.d.ts +3 -6
- package/serialization/resources/feeSchedules/resources/v3/types/Rate.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +3 -6
- package/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +3 -6
- package/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +2 -5
- package/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +1 -3
- package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +3 -6
- package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +2 -4
- package/serialization/resources/feeSchedules/resources/v3/types/index.d.ts +17 -17
- package/serialization/resources/feeSchedules/resources/v3/types/index.js +17 -17
- package/serialization/resources/financials/types/AccountType.d.ts +2 -5
- package/serialization/resources/financials/types/AccountType.js +1 -3
- package/serialization/resources/financials/types/Allocation.d.ts +2 -5
- package/serialization/resources/financials/types/Allocation.js +1 -3
- package/serialization/resources/financials/types/AllocationCreate.d.ts +2 -5
- package/serialization/resources/financials/types/AllocationCreate.js +1 -3
- package/serialization/resources/financials/types/AllocationTarget.d.ts +5 -8
- package/serialization/resources/financials/types/AllocationTarget.js +4 -6
- package/serialization/resources/financials/types/AllocationTargetCreate.d.ts +3 -6
- package/serialization/resources/financials/types/AllocationTargetCreate.js +2 -4
- package/serialization/resources/financials/types/AppointmentAllocationTarget.d.ts +2 -5
- package/serialization/resources/financials/types/AppointmentAllocationTarget.js +1 -3
- package/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +2 -5
- package/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +1 -3
- package/serialization/resources/financials/types/BillingProviderAllocationTarget.d.ts +2 -5
- package/serialization/resources/financials/types/BillingProviderAllocationTarget.js +1 -3
- package/serialization/resources/financials/types/ClaimAllocationTarget.d.ts +2 -5
- package/serialization/resources/financials/types/ClaimAllocationTarget.js +1 -3
- package/serialization/resources/financials/types/InvoiceUpdate.d.ts +2 -5
- package/serialization/resources/financials/types/InvoiceUpdate.js +1 -3
- package/serialization/resources/financials/types/NoteUpdate.d.ts +2 -5
- package/serialization/resources/financials/types/NoteUpdate.js +1 -3
- package/serialization/resources/financials/types/PatientTransactionSource.d.ts +2 -5
- package/serialization/resources/financials/types/PatientTransactionSource.js +1 -3
- package/serialization/resources/financials/types/RefundReason.d.ts +2 -5
- package/serialization/resources/financials/types/RefundReason.js +1 -3
- package/serialization/resources/financials/types/RefundReasonUpdate.d.ts +2 -5
- package/serialization/resources/financials/types/RefundReasonUpdate.js +1 -3
- package/serialization/resources/financials/types/ServiceLineAllocationTarget.d.ts +3 -6
- package/serialization/resources/financials/types/ServiceLineAllocationTarget.js +2 -4
- package/serialization/resources/financials/types/index.d.ts +9 -9
- package/serialization/resources/financials/types/index.js +9 -9
- package/serialization/resources/guarantor/resources/v1/client/create.d.ts +2 -5
- package/serialization/resources/guarantor/resources/v1/client/create.js +2 -4
- package/serialization/resources/guarantor/resources/v1/index.d.ts +1 -1
- package/serialization/resources/guarantor/resources/v1/index.js +1 -1
- package/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +2 -5
- package/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +1 -3
- package/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +4 -7
- package/serialization/resources/guarantor/resources/v1/types/Guarantor.js +3 -5
- package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +2 -5
- package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -3
- package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +3 -6
- package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +2 -4
- package/serialization/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -4
- package/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +1 -3
- package/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +4 -7
- package/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.js +3 -5
- package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +4 -7
- package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +3 -5
- package/serialization/resources/guarantor/resources/v1/types/index.d.ts +4 -4
- package/serialization/resources/guarantor/resources/v1/types/index.js +4 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +1 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +1 -1
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/index.js +2 -2
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/update.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/index.d.ts +1 -1
- package/serialization/resources/healthCareCodeInformation/resources/v1/index.js +1 -1
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +3 -6
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +2 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +3 -6
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +2 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +3 -6
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +2 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +3 -6
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +2 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +10 -13
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +9 -11
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +3 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +9 -12
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +8 -10
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +1 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +1 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +1 -4
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +2 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +1 -3
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +4 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +3 -5
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +36 -36
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +36 -36
- package/serialization/resources/identifiers/types/Identifier.d.ts +3 -6
- package/serialization/resources/identifiers/types/Identifier.js +2 -4
- package/serialization/resources/identifiers/types/IdentifierBase.d.ts +2 -5
- package/serialization/resources/identifiers/types/IdentifierBase.js +1 -3
- package/serialization/resources/identifiers/types/IdentifierCode.d.ts +2 -5
- package/serialization/resources/identifiers/types/IdentifierCode.js +1 -3
- package/serialization/resources/identifiers/types/IdentifierCreate.d.ts +2 -5
- package/serialization/resources/identifiers/types/IdentifierCreate.js +1 -3
- package/serialization/resources/identifiers/types/IdentifierId.d.ts +1 -4
- package/serialization/resources/identifiers/types/IdentifierId.js +1 -3
- package/serialization/resources/identifiers/types/IdentifierUpdate.d.ts +4 -7
- package/serialization/resources/identifiers/types/IdentifierUpdate.js +3 -5
- package/serialization/resources/identifiers/types/IdentifierValue.d.ts +3 -6
- package/serialization/resources/identifiers/types/IdentifierValue.js +2 -4
- package/serialization/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +2 -5
- package/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +1 -3
- package/serialization/resources/identifiers/types/MedicareProviderIdentifier.d.ts +2 -5
- package/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +1 -3
- package/serialization/resources/identifiers/types/UpdatableIdentifier.d.ts +3 -6
- package/serialization/resources/identifiers/types/UpdatableIdentifier.js +2 -4
- package/serialization/resources/identifiers/types/index.d.ts +6 -6
- package/serialization/resources/identifiers/types/index.js +6 -6
- package/serialization/resources/importInvoice/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/importInvoice/resources/v1/client/get.js +1 -3
- package/serialization/resources/importInvoice/resources/v1/client/importInvoice.d.ts +2 -5
- package/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +2 -4
- package/serialization/resources/importInvoice/resources/v1/client/index.d.ts +1 -1
- package/serialization/resources/importInvoice/resources/v1/client/index.js +2 -2
- package/serialization/resources/importInvoice/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/importInvoice/resources/v1/client/update.js +1 -3
- package/serialization/resources/importInvoice/resources/v1/index.d.ts +1 -1
- package/serialization/resources/importInvoice/resources/v1/index.js +1 -1
- package/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +3 -6
- package/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +2 -4
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +3 -6
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +2 -4
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +2 -5
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +1 -3
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +3 -6
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +2 -4
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +3 -6
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +2 -4
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +2 -5
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +1 -3
- package/serialization/resources/importInvoice/resources/v1/types/index.d.ts +3 -3
- package/serialization/resources/importInvoice/resources/v1/types/index.js +3 -3
- package/serialization/resources/index.d.ts +31 -31
- package/serialization/resources/index.js +33 -33
- package/serialization/resources/individual/types/Gender.d.ts +2 -5
- package/serialization/resources/individual/types/Gender.js +1 -3
- package/serialization/resources/individual/types/IndividualBase.d.ts +2 -5
- package/serialization/resources/individual/types/IndividualBase.js +1 -3
- package/serialization/resources/individual/types/IndividualBaseOptional.d.ts +2 -5
- package/serialization/resources/individual/types/IndividualBaseOptional.js +1 -3
- package/serialization/resources/individual/types/IndividualId.d.ts +1 -4
- package/serialization/resources/individual/types/IndividualId.js +1 -3
- package/serialization/resources/individual/types/Patient.d.ts +5 -8
- package/serialization/resources/individual/types/Patient.js +4 -6
- package/serialization/resources/individual/types/PatientBase.d.ts +2 -5
- package/serialization/resources/individual/types/PatientBase.js +1 -3
- package/serialization/resources/individual/types/PatientClinicalTrialInfo.d.ts +2 -5
- package/serialization/resources/individual/types/PatientClinicalTrialInfo.js +1 -3
- package/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +2 -5
- package/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.js +1 -3
- package/serialization/resources/individual/types/PatientCreate.d.ts +4 -7
- package/serialization/resources/individual/types/PatientCreate.js +3 -5
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +2 -5
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +1 -3
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +2 -5
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +1 -3
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +2 -5
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +1 -3
- package/serialization/resources/individual/types/PatientUpdate.d.ts +5 -8
- package/serialization/resources/individual/types/PatientUpdate.js +4 -6
- package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +5 -8
- package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +4 -6
- package/serialization/resources/individual/types/Subscriber.d.ts +3 -6
- package/serialization/resources/individual/types/Subscriber.js +2 -4
- package/serialization/resources/individual/types/SubscriberBase.d.ts +2 -5
- package/serialization/resources/individual/types/SubscriberBase.js +1 -3
- package/serialization/resources/individual/types/SubscriberBaseOptional.d.ts +2 -5
- package/serialization/resources/individual/types/SubscriberBaseOptional.js +1 -3
- package/serialization/resources/individual/types/SubscriberCreate.d.ts +2 -5
- package/serialization/resources/individual/types/SubscriberCreate.js +1 -3
- package/serialization/resources/individual/types/SubscriberCreateOptional.d.ts +2 -5
- package/serialization/resources/individual/types/SubscriberCreateOptional.js +1 -3
- package/serialization/resources/individual/types/index.d.ts +13 -13
- package/serialization/resources/individual/types/index.js +13 -13
- package/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +1 -3
- package/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -1
- package/serialization/resources/insuranceAdjudications/resources/v1/index.js +1 -1
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +3 -6
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +2 -4
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +4 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +3 -5
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +4 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +3 -5
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +4 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +3 -5
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -4
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -3
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +3 -6
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +2 -4
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -5
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +1 -3
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -4
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -3
- package/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +6 -6
- package/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +6 -6
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +3 -6
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +2 -4
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +3 -6
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +2 -4
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +2 -5
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +1 -3
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +2 -5
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +1 -3
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -4
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -3
- package/serialization/resources/insuranceCards/resources/v2/types/index.d.ts +2 -2
- package/serialization/resources/insuranceCards/resources/v2/types/index.js +2 -2
- package/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/insurancePayments/resources/v1/client/get.js +1 -3
- package/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
- package/serialization/resources/insurancePayments/resources/v1/client/index.js +2 -2
- package/serialization/resources/insurancePayments/resources/v1/index.d.ts +1 -1
- package/serialization/resources/insurancePayments/resources/v1/index.js +1 -1
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +4 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +3 -5
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -4
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -3
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +2 -5
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +1 -3
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +3 -6
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +2 -4
- package/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +2 -2
- package/serialization/resources/insurancePayments/resources/v1/types/index.js +2 -2
- package/serialization/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/insuranceRefunds/resources/v1/client/create.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -4
- package/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/insuranceRefunds/resources/v1/client/get.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
- package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +2 -5
- package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/insuranceRefunds/resources/v1/client/update.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/index.d.ts +1 -1
- package/serialization/resources/insuranceRefunds/resources/v1/index.js +1 -1
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +4 -7
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +3 -5
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +3 -6
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +2 -4
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -4
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +2 -5
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +1 -3
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +3 -6
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +2 -4
- package/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -2
- package/serialization/resources/insuranceRefunds/resources/v1/types/index.js +2 -2
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +3 -6
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +2 -4
- package/serialization/resources/invoices/resources/v2/types/Invoice.d.ts +4 -7
- package/serialization/resources/invoices/resources/v2/types/Invoice.js +3 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +3 -6
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +2 -4
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +2 -5
- package/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +1 -3
- package/serialization/resources/invoices/resources/v2/types/index.d.ts +6 -6
- package/serialization/resources/invoices/resources/v2/types/index.js +6 -6
- package/serialization/resources/invoices/types/Invoice.d.ts +4 -7
- package/serialization/resources/invoices/types/Invoice.js +3 -5
- package/serialization/resources/invoices/types/InvoiceItem.d.ts +2 -5
- package/serialization/resources/invoices/types/InvoiceItem.js +1 -3
- package/serialization/resources/invoices/types/InvoiceStatus.d.ts +2 -5
- package/serialization/resources/invoices/types/InvoiceStatus.js +1 -3
- package/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +3 -6
- package/serialization/resources/medicationDispense/resources/v1/client/create.js +3 -5
- package/serialization/resources/medicationDispense/resources/v1/index.d.ts +1 -1
- package/serialization/resources/medicationDispense/resources/v1/index.js +1 -1
- package/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +3 -6
- package/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +2 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +1 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +1 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +1 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +3 -6
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +2 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +1 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +1 -1
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/index.js +1 -1
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +5 -8
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +4 -6
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +4 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +3 -5
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +2 -5
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +1 -3
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +3 -6
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +2 -4
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +2 -2
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.js +2 -2
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +1 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +1 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +1 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +3 -6
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +2 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +1 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +1 -1
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.js +1 -1
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +5 -8
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +4 -6
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +3 -6
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +2 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +2 -5
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +1 -3
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +3 -6
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +2 -4
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +2 -2
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +2 -2
- package/serialization/resources/nonInsurancePayers/resources/v1/client/create.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +2 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +4 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/client/update.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +2 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/index.d.ts +1 -1
- package/serialization/resources/nonInsurancePayers/resources/v1/index.js +1 -1
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +3 -6
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +4 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +3 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +3 -6
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +2 -4
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +4 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +3 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +2 -5
- package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +1 -3
- package/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +7 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +7 -7
- package/serialization/resources/organizationProviders/resources/v2/types/AddressType.d.ts +2 -5
- package/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +1 -3
- package/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +2 -5
- package/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +1 -3
- package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +2 -5
- package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +1 -3
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +4 -7
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +3 -5
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +2 -5
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +1 -3
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +3 -6
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +2 -4
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -4
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -3
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +2 -5
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +1 -3
- package/serialization/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +2 -5
- package/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +1 -3
- package/serialization/resources/organizationProviders/resources/v2/types/index.d.ts +6 -6
- package/serialization/resources/organizationProviders/resources/v2/types/index.js +6 -6
- package/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +1 -4
- package/serialization/resources/organizationProviders/resources/v3/client/create.js +1 -3
- package/serialization/resources/organizationProviders/resources/v3/client/get.d.ts +1 -4
- package/serialization/resources/organizationProviders/resources/v3/client/get.js +1 -3
- package/serialization/resources/organizationProviders/resources/v3/client/index.d.ts +1 -1
- package/serialization/resources/organizationProviders/resources/v3/client/index.js +2 -2
- package/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +2 -5
- package/serialization/resources/organizationProviders/resources/v3/client/update.js +2 -4
- package/serialization/resources/organizationProviders/resources/v3/index.d.ts +1 -1
- package/serialization/resources/organizationProviders/resources/v3/index.js +1 -1
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.d.ts +4 -7
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +3 -5
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +3 -6
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +2 -4
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +5 -8
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +4 -6
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +4 -7
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +3 -5
- package/serialization/resources/organizationProviders/resources/v3/types/index.d.ts +2 -2
- package/serialization/resources/organizationProviders/resources/v3/types/index.js +2 -2
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -4
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -4
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -4
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +1 -4
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +2 -2
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +3 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +2 -5
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +2 -4
- package/serialization/resources/organizationServiceFacilities/resources/v2/index.d.ts +1 -1
- package/serialization/resources/organizationServiceFacilities/resources/v2/index.js +1 -1
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +7 -10
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +6 -8
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +6 -9
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +5 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -4
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +3 -6
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +2 -4
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +6 -9
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +5 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +2 -5
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +2 -5
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +2 -5
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +2 -5
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +2 -5
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +1 -3
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +7 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/index.js +7 -7
- package/serialization/resources/patientAr/resources/v1/client/index.d.ts +1 -1
- package/serialization/resources/patientAr/resources/v1/client/index.js +2 -2
- package/serialization/resources/patientAr/resources/v1/client/itemize.d.ts +1 -4
- package/serialization/resources/patientAr/resources/v1/client/itemize.js +1 -3
- package/serialization/resources/patientAr/resources/v1/client/listInventory.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/client/listInventory.js +2 -4
- package/serialization/resources/patientAr/resources/v1/index.d.ts +1 -1
- package/serialization/resources/patientAr/resources/v1/index.js +1 -1
- package/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/InventoryRecord.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +3 -6
- package/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +2 -4
- package/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/PatientArStatus.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +2 -5
- package/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.js +1 -3
- package/serialization/resources/patientAr/resources/v1/types/index.d.ts +7 -7
- package/serialization/resources/patientAr/resources/v1/types/index.js +7 -7
- package/serialization/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +6 -9
- package/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +5 -7
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -4
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -3
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +2 -5
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +1 -3
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +2 -5
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +1 -3
- package/serialization/resources/patientPayments/resources/v3/types/index.d.ts +1 -1
- package/serialization/resources/patientPayments/resources/v3/types/index.js +1 -1
- package/serialization/resources/patientPayments/resources/v4/client/create.d.ts +1 -4
- package/serialization/resources/patientPayments/resources/v4/client/create.js +1 -3
- package/serialization/resources/patientPayments/resources/v4/client/delete.d.ts +1 -4
- package/serialization/resources/patientPayments/resources/v4/client/delete.js +1 -3
- package/serialization/resources/patientPayments/resources/v4/client/get.d.ts +1 -4
- package/serialization/resources/patientPayments/resources/v4/client/get.js +1 -3
- package/serialization/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -4
- package/serialization/resources/patientPayments/resources/v4/client/getMulti.js +1 -3
- package/serialization/resources/patientPayments/resources/v4/client/index.d.ts +3 -3
- package/serialization/resources/patientPayments/resources/v4/client/index.js +4 -4
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +3 -6
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +2 -4
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +3 -6
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +2 -4
- package/serialization/resources/patientPayments/resources/v4/client/update.d.ts +1 -4
- package/serialization/resources/patientPayments/resources/v4/client/update.js +1 -3
- package/serialization/resources/patientPayments/resources/v4/index.d.ts +1 -1
- package/serialization/resources/patientPayments/resources/v4/index.js +1 -1
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +5 -8
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +4 -6
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -4
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -3
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +2 -5
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +1 -3
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +3 -6
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +2 -4
- package/serialization/resources/patientPayments/resources/v4/types/index.d.ts +2 -2
- package/serialization/resources/patientPayments/resources/v4/types/index.js +2 -2
- package/serialization/resources/patientRefunds/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/patientRefunds/resources/v1/client/create.js +1 -3
- package/serialization/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -4
- package/serialization/resources/patientRefunds/resources/v1/client/delete.js +1 -3
- package/serialization/resources/patientRefunds/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/patientRefunds/resources/v1/client/get.js +1 -3
- package/serialization/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/patientRefunds/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/patientRefunds/resources/v1/client/index.js +4 -4
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -6
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +2 -4
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +3 -6
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +2 -4
- package/serialization/resources/patientRefunds/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/patientRefunds/resources/v1/client/update.js +1 -3
- package/serialization/resources/patientRefunds/resources/v1/index.d.ts +1 -1
- package/serialization/resources/patientRefunds/resources/v1/index.js +1 -1
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +5 -8
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +4 -6
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -4
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -3
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +2 -5
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +1 -3
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +3 -6
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +2 -4
- package/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +2 -2
- package/serialization/resources/patientRefunds/resources/v1/types/index.js +2 -2
- package/serialization/resources/payerPlanGroups/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/payerPlanGroups/resources/v1/client/create.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +1 -4
- package/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/payerPlanGroups/resources/v1/client/get.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +1 -4
- package/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
- package/serialization/resources/payerPlanGroups/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/payerPlanGroups/resources/v1/client/update.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/index.d.ts +1 -1
- package/serialization/resources/payerPlanGroups/resources/v1/index.js +1 -1
- package/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +3 -6
- package/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +2 -4
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +2 -5
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +2 -5
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +3 -6
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +2 -4
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +2 -5
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +1 -3
- package/serialization/resources/payerPlanGroups/resources/v1/types/index.d.ts +1 -1
- package/serialization/resources/payerPlanGroups/resources/v1/types/index.js +1 -1
- package/serialization/resources/payers/resources/v3/types/Payer.d.ts +3 -6
- package/serialization/resources/payers/resources/v3/types/Payer.js +2 -4
- package/serialization/resources/payers/resources/v3/types/PayerId.d.ts +1 -4
- package/serialization/resources/payers/resources/v3/types/PayerId.js +1 -3
- package/serialization/resources/payers/resources/v3/types/PayerIdentifier.d.ts +2 -5
- package/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +1 -3
- package/serialization/resources/payers/resources/v3/types/PayerInfo.d.ts +2 -5
- package/serialization/resources/payers/resources/v3/types/PayerInfo.js +1 -3
- package/serialization/resources/payers/resources/v3/types/PayerName.d.ts +1 -4
- package/serialization/resources/payers/resources/v3/types/PayerName.js +1 -3
- package/serialization/resources/payers/resources/v3/types/PayerPage.d.ts +3 -6
- package/serialization/resources/payers/resources/v3/types/PayerPage.js +2 -4
- package/serialization/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -4
- package/serialization/resources/payers/resources/v3/types/PayerUuid.js +1 -3
- package/serialization/resources/payers/resources/v3/types/index.d.ts +4 -4
- package/serialization/resources/payers/resources/v3/types/index.js +4 -4
- package/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +2 -5
- package/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +1 -3
- package/serialization/resources/payers/resources/v4/types/Payer.d.ts +5 -8
- package/serialization/resources/payers/resources/v4/types/Payer.js +4 -6
- package/serialization/resources/payers/resources/v4/types/PayerIds.d.ts +2 -5
- package/serialization/resources/payers/resources/v4/types/PayerIds.js +1 -3
- package/serialization/resources/payers/resources/v4/types/PayerPage.d.ts +3 -6
- package/serialization/resources/payers/resources/v4/types/PayerPage.js +2 -4
- package/serialization/resources/payers/resources/v4/types/PayerUuid.d.ts +1 -4
- package/serialization/resources/payers/resources/v4/types/PayerUuid.js +1 -3
- package/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +2 -5
- package/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.js +1 -3
- package/serialization/resources/payers/resources/v4/types/SupportState.d.ts +2 -5
- package/serialization/resources/payers/resources/v4/types/SupportState.js +1 -3
- package/serialization/resources/payers/resources/v4/types/index.d.ts +5 -5
- package/serialization/resources/payers/resources/v4/types/index.js +5 -5
- package/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -4
- package/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -3
- package/serialization/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +1 -4
- package/serialization/resources/pipelineCommons/types/ConfigurableRuleId.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +2 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +2 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +4 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/index.js +1 -1
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +3 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +1 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +2 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +2 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +4 -4
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +4 -4
- package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/Address.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/Address.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/AddressUse.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/AddressUse.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/BaseModel.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/BaseModel.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +2 -4
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/ContactPoint.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/CoverageId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/Ethnicity.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +8 -9
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +7 -7
- package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/FilterQueryString.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/Gender.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/Gender.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/HumanName.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/HumanName.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/NameUse.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/NameUse.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/NoteId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/PageToken.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/PatientId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/PatientServiceFacility.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/{patients/resources/v1 → common}/types/PatientServiceFacility.js +3 -5
- package/serialization/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/PayerId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/Period.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/Period.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/Race.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/Race.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/Relationship.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/Relationship.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/Sex.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/Sex.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/SortDirection.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/SortDirection.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/TagId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/TagId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/UserId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/common/types/UserId.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +1 -3
- package/serialization/resources/preEncounter/resources/common/types/index.d.ts +32 -31
- package/serialization/resources/preEncounter/resources/common/types/index.js +32 -31
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +3 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +4 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +6 -9
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +5 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +8 -10
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +7 -8
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +1 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +19 -19
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +19 -19
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +1 -1
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +2 -4
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +2 -4
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +2 -4
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +3 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +2 -4
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +2 -4
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +2 -4
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +3 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +2 -4
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +1 -3
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +20 -20
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +20 -20
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/create.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/get.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/index.js +3 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/client/update.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/index.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/images/resources/v1/index.js +1 -1
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.js +2 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +2 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +1 -3
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +4 -4
- package/serialization/resources/preEncounter/resources/images/resources/v1/types/index.js +4 -4
- package/serialization/resources/preEncounter/resources/index.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/index.js +3 -3
- package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +1 -3
- package/serialization/resources/preEncounter/resources/lists/resources/v1/index.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/lists/resources/v1/index.js +1 -1
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +3 -5
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +2 -4
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +3 -5
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +2 -4
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -3
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +3 -3
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.js +3 -3
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +1 -3
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +2 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +2 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +2 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +4 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +5 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +3 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +5 -8
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +4 -6
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +10 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +3 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +21 -23
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +20 -21
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +4 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +3 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +2 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +2 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +9 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +8 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.d.ts +7 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +39 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +1 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +10 -10
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +10 -10
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +2 -5
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +1 -3
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +2 -4
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +3 -6
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +2 -4
- package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -4
- package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -3
- package/serialization/resources/remits/resources/v1/types/Payee.d.ts +2 -5
- package/serialization/resources/remits/resources/v1/types/Payee.js +1 -3
- package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +2 -5
- package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +1 -3
- package/serialization/resources/remits/resources/v1/types/index.d.ts +1 -1
- package/serialization/resources/remits/resources/v1/types/index.js +1 -1
- package/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +3 -6
- package/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +2 -4
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +2 -5
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -3
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +2 -5
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -3
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +2 -5
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +1 -3
- package/serialization/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -4
- package/serialization/resources/serviceFacility/types/ServiceFacilityId.js +1 -3
- package/serialization/resources/serviceFacility/types/index.d.ts +3 -3
- package/serialization/resources/serviceFacility/types/index.js +3 -3
- package/serialization/resources/serviceLines/resources/v2/client/create.d.ts +1 -4
- package/serialization/resources/serviceLines/resources/v2/client/create.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +1 -4
- package/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +1 -4
- package/serialization/resources/serviceLines/resources/v2/client/delete.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -2
- package/serialization/resources/serviceLines/resources/v2/client/index.js +3 -3
- package/serialization/resources/serviceLines/resources/v2/client/update.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/client/update.js +2 -4
- package/serialization/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/client/updateUniversal.js +2 -4
- package/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -1
- package/serialization/resources/serviceLines/resources/v2/index.js +1 -1
- package/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +3 -6
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +2 -4
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +3 -6
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +2 -4
- package/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +12 -15
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +11 -13
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +5 -8
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +4 -6
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +5 -8
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +4 -6
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +7 -10
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +6 -8
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +5 -8
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +4 -6
- package/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/TestResult.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +2 -5
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +1 -3
- package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +13 -13
- package/serialization/resources/serviceLines/resources/v2/types/index.js +13 -13
- package/serialization/resources/superbills/resources/v1/client/createSuperbill.d.ts +1 -4
- package/serialization/resources/superbills/resources/v1/client/createSuperbill.js +1 -3
- package/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +2 -5
- package/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +1 -3
- package/serialization/resources/superbills/resources/v1/index.d.ts +1 -1
- package/serialization/resources/superbills/resources/v1/index.js +1 -1
- package/serialization/resources/superbills/resources/v1/types/Superbill.d.ts +2 -5
- package/serialization/resources/superbills/resources/v1/types/Superbill.js +1 -3
- package/serialization/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +2 -5
- package/serialization/resources/superbills/resources/v1/types/SuperbillResponse.js +1 -3
- package/serialization/resources/tags/types/Tag.d.ts +2 -5
- package/serialization/resources/tags/types/Tag.js +1 -3
- package/serialization/resources/tags/types/TagColorEnum.d.ts +2 -5
- package/serialization/resources/tags/types/TagColorEnum.js +1 -3
- package/serialization/resources/tags/types/TagCreate.d.ts +3 -6
- package/serialization/resources/tags/types/TagCreate.js +2 -4
- package/serialization/resources/tags/types/TagId.d.ts +1 -4
- package/serialization/resources/tags/types/TagId.js +1 -3
- package/serialization/resources/tags/types/index.d.ts +2 -2
- package/serialization/resources/tags/types/index.js +2 -2
- package/serialization/resources/tasks/resources/commons/types/TaskCategory.d.ts +2 -5
- package/serialization/resources/tasks/resources/commons/types/TaskCategory.js +1 -3
- package/serialization/resources/tasks/resources/commons/types/TaskStatus.d.ts +2 -5
- package/serialization/resources/tasks/resources/commons/types/TaskStatus.js +1 -3
- package/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +2 -5
- package/serialization/resources/tasks/resources/commons/types/TaskType.js +1 -3
- package/serialization/resources/tasks/resources/commons/types/index.d.ts +1 -1
- package/serialization/resources/tasks/resources/commons/types/index.js +1 -1
- package/serialization/resources/tasks/resources/index.d.ts +1 -1
- package/serialization/resources/tasks/resources/index.js +2 -2
- package/serialization/resources/tasks/resources/v3/client/get.d.ts +1 -4
- package/serialization/resources/tasks/resources/v3/client/get.js +1 -3
- package/serialization/resources/tasks/resources/v3/client/getMulti.d.ts +1 -4
- package/serialization/resources/tasks/resources/v3/client/getMulti.js +1 -3
- package/serialization/resources/tasks/resources/v3/client/index.d.ts +1 -1
- package/serialization/resources/tasks/resources/v3/client/index.js +2 -2
- package/serialization/resources/tasks/resources/v3/client/update.d.ts +1 -4
- package/serialization/resources/tasks/resources/v3/client/update.js +1 -3
- package/serialization/resources/tasks/resources/v3/index.d.ts +1 -1
- package/serialization/resources/tasks/resources/v3/index.js +1 -1
- package/serialization/resources/tasks/resources/v3/types/Task.d.ts +7 -10
- package/serialization/resources/tasks/resources/v3/types/Task.js +6 -8
- package/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskAction.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/TaskActionType.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskActionType.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/TaskActions.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskActions.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/TaskAssignment.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +4 -7
- package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +3 -5
- package/serialization/resources/tasks/resources/v3/types/TaskNote.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskNote.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/TaskPage.d.ts +3 -6
- package/serialization/resources/tasks/resources/v3/types/TaskPage.js +2 -4
- package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +3 -6
- package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +2 -4
- package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +2 -5
- package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +1 -3
- package/serialization/resources/tasks/resources/v3/types/index.d.ts +6 -6
- package/serialization/resources/tasks/resources/v3/types/index.js +6 -6
- package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -5
- package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +1 -3
- package/serialization/resources/writeOffs/resources/v1/index.d.ts +1 -1
- package/serialization/resources/writeOffs/resources/v1/index.js +1 -1
- package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +2 -5
- package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +1 -3
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +4 -7
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +3 -5
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +3 -6
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +2 -4
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +2 -5
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +1 -3
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +3 -6
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +2 -4
- package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +4 -7
- package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +3 -5
- package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +3 -6
- package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +2 -4
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +5 -8
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +4 -6
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +3 -6
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +2 -4
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +2 -5
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -3
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +3 -6
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +2 -4
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +3 -6
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +2 -4
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -4
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -3
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +2 -5
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +1 -3
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +3 -6
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +2 -4
- package/serialization/resources/writeOffs/resources/v1/types/index.d.ts +10 -10
- package/serialization/resources/writeOffs/resources/v1/types/index.js +10 -10
- package/serialization/resources/x12/resources/v1/types/Carc.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/Carc.js +1 -3
- package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/Rarc.js +1 -3
- package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.js +1 -3
- package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +4 -7
- package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +3 -5
- package/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/TypeOfCareCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +2 -5
- package/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.js +1 -3
- package/serialization/resources/x12/resources/v1/types/index.d.ts +8 -8
- package/serialization/resources/x12/resources/v1/types/index.js +8 -8
- package/serialization/resources/yesNoIndicator/types/YesNoIndicator.d.ts +2 -5
- package/serialization/resources/yesNoIndicator/types/YesNoIndicator.js +1 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +0 -10
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +0 -10
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +0 -13
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +0 -13
|
@@ -1,29 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as environments from "../../../../../../environments";
|
|
1
|
+
import type { BaseClientOptions, BaseRequestOptions } from "../../../../../../BaseClient";
|
|
5
2
|
import * as core from "../../../../../../core";
|
|
6
3
|
import * as CandidApi from "../../../../../index";
|
|
7
4
|
export declare namespace V1 {
|
|
8
|
-
interface Options {
|
|
9
|
-
environment?: core.Supplier<environments.CandidApiEnvironment | environments.CandidApiEnvironmentUrls>;
|
|
10
|
-
/** Specify a custom URL to connect the client to. */
|
|
11
|
-
baseUrl?: core.Supplier<string>;
|
|
5
|
+
interface Options extends BaseClientOptions {
|
|
12
6
|
token?: core.Supplier<core.BearerToken | undefined>;
|
|
13
|
-
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
7
|
}
|
|
16
|
-
interface RequestOptions {
|
|
17
|
-
/** The maximum time to wait for a response in seconds. */
|
|
18
|
-
timeoutInSeconds?: number;
|
|
19
|
-
/** The number of times to retry the request. Defaults to 2. */
|
|
20
|
-
maxRetries?: number;
|
|
21
|
-
/** A hook to abort the request. */
|
|
22
|
-
abortSignal?: AbortSignal;
|
|
23
|
-
/** Additional query string parameters to include in the request. */
|
|
24
|
-
queryParams?: Record<string, unknown>;
|
|
25
|
-
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
8
|
+
interface RequestOptions extends BaseRequestOptions {
|
|
27
9
|
}
|
|
28
10
|
}
|
|
29
11
|
export declare class V1 {
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
5
3
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
4
|
if (k2 === undefined) k2 = k;
|
|
7
5
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -46,11 +44,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
46
44
|
};
|
|
47
45
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
46
|
exports.V1 = void 0;
|
|
49
|
-
const environments = __importStar(require("../../../../../../environments"));
|
|
50
47
|
const core = __importStar(require("../../../../../../core"));
|
|
51
|
-
const CandidApi = __importStar(require("../../../../../index"));
|
|
52
|
-
const serializers = __importStar(require("../../../../../../serialization/index"));
|
|
53
48
|
const headers_1 = require("../../../../../../core/headers");
|
|
49
|
+
const environments = __importStar(require("../../../../../../environments"));
|
|
50
|
+
const serializers = __importStar(require("../../../../../../serialization/index"));
|
|
51
|
+
const CandidApi = __importStar(require("../../../../../index"));
|
|
54
52
|
class V1 {
|
|
55
53
|
constructor(_options = {}) {
|
|
56
54
|
this._options = _options;
|
|
@@ -69,45 +67,45 @@ class V1 {
|
|
|
69
67
|
}
|
|
70
68
|
__getMulti() {
|
|
71
69
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
72
|
-
var _a, _b, _c, _d;
|
|
70
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
73
71
|
const { limit, nonInsurancePayerId, checkNumber, invoiceId, sort, sortDirection, pageToken } = request;
|
|
74
72
|
const _queryParams = {};
|
|
75
73
|
if (limit != null) {
|
|
76
|
-
_queryParams
|
|
74
|
+
_queryParams.limit = limit.toString();
|
|
77
75
|
}
|
|
78
76
|
if (nonInsurancePayerId != null) {
|
|
79
|
-
_queryParams
|
|
77
|
+
_queryParams.non_insurance_payer_id = nonInsurancePayerId;
|
|
80
78
|
}
|
|
81
79
|
if (checkNumber != null) {
|
|
82
80
|
if (Array.isArray(checkNumber)) {
|
|
83
|
-
_queryParams
|
|
81
|
+
_queryParams.check_number = checkNumber.map((item) => item);
|
|
84
82
|
}
|
|
85
83
|
else {
|
|
86
|
-
_queryParams
|
|
84
|
+
_queryParams.check_number = checkNumber;
|
|
87
85
|
}
|
|
88
86
|
}
|
|
89
87
|
if (invoiceId != null) {
|
|
90
|
-
_queryParams
|
|
88
|
+
_queryParams.invoice_id = invoiceId;
|
|
91
89
|
}
|
|
92
90
|
if (sort != null) {
|
|
93
|
-
_queryParams
|
|
91
|
+
_queryParams.sort = serializers.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundSortField.jsonOrThrow(sort, { unrecognizedObjectKeys: "strip" });
|
|
94
92
|
}
|
|
95
93
|
if (sortDirection != null) {
|
|
96
|
-
_queryParams
|
|
94
|
+
_queryParams.sort_direction = serializers.SortDirection.jsonOrThrow(sortDirection, {
|
|
97
95
|
unrecognizedObjectKeys: "strip",
|
|
98
96
|
});
|
|
99
97
|
}
|
|
100
98
|
if (pageToken != null) {
|
|
101
|
-
_queryParams
|
|
99
|
+
_queryParams.page_token = pageToken;
|
|
102
100
|
}
|
|
103
|
-
|
|
101
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
104
102
|
const _response = yield core.fetcher({
|
|
105
103
|
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, "/api/non-insurance-payer-refunds/v1"),
|
|
106
104
|
method: "GET",
|
|
107
105
|
headers: _headers,
|
|
108
106
|
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
109
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds)
|
|
110
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
107
|
+
timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
|
|
108
|
+
maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
|
|
111
109
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
112
110
|
});
|
|
113
111
|
if (_response.ok) {
|
|
@@ -127,7 +125,7 @@ class V1 {
|
|
|
127
125
|
};
|
|
128
126
|
}
|
|
129
127
|
if (_response.error.reason === "status-code") {
|
|
130
|
-
switch ((
|
|
128
|
+
switch ((_j = _response.error.body) === null || _j === void 0 ? void 0 : _j.errorName) {
|
|
131
129
|
case "UnprocessableEntityError":
|
|
132
130
|
return {
|
|
133
131
|
data: {
|
|
@@ -168,15 +166,15 @@ class V1 {
|
|
|
168
166
|
}
|
|
169
167
|
__get(nonInsurancePayerRefundId, requestOptions) {
|
|
170
168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
171
|
-
var _a, _b, _c, _d;
|
|
172
|
-
|
|
169
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
170
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
173
171
|
const _response = yield core.fetcher({
|
|
174
|
-
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, `/api/non-insurance-payer-refunds/v1/${
|
|
172
|
+
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, `/api/non-insurance-payer-refunds/v1/${core.url.encodePathParam(serializers.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundId.jsonOrThrow(nonInsurancePayerRefundId))}`),
|
|
175
173
|
method: "GET",
|
|
176
174
|
headers: _headers,
|
|
177
175
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
178
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds)
|
|
179
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
176
|
+
timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
|
|
177
|
+
maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
|
|
180
178
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
181
179
|
});
|
|
182
180
|
if (_response.ok) {
|
|
@@ -196,7 +194,7 @@ class V1 {
|
|
|
196
194
|
};
|
|
197
195
|
}
|
|
198
196
|
if (_response.error.reason === "status-code") {
|
|
199
|
-
switch ((
|
|
197
|
+
switch ((_j = _response.error.body) === null || _j === void 0 ? void 0 : _j.errorName) {
|
|
200
198
|
case "EntityNotFoundError":
|
|
201
199
|
return {
|
|
202
200
|
data: {
|
|
@@ -255,8 +253,8 @@ class V1 {
|
|
|
255
253
|
}
|
|
256
254
|
__create(request, requestOptions) {
|
|
257
255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
258
|
-
var _a, _b, _c, _d;
|
|
259
|
-
|
|
256
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
257
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
260
258
|
const _response = yield core.fetcher({
|
|
261
259
|
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, "/api/non-insurance-payer-refunds/v1"),
|
|
262
260
|
method: "POST",
|
|
@@ -267,8 +265,8 @@ class V1 {
|
|
|
267
265
|
body: serializers.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundCreate.jsonOrThrow(request, {
|
|
268
266
|
unrecognizedObjectKeys: "strip",
|
|
269
267
|
}),
|
|
270
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds)
|
|
271
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
268
|
+
timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
|
|
269
|
+
maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
|
|
272
270
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
273
271
|
});
|
|
274
272
|
if (_response.ok) {
|
|
@@ -288,7 +286,7 @@ class V1 {
|
|
|
288
286
|
};
|
|
289
287
|
}
|
|
290
288
|
if (_response.error.reason === "status-code") {
|
|
291
|
-
switch ((
|
|
289
|
+
switch ((_j = _response.error.body) === null || _j === void 0 ? void 0 : _j.errorName) {
|
|
292
290
|
case "EntityNotFoundError":
|
|
293
291
|
case "UnprocessableEntityError":
|
|
294
292
|
return {
|
|
@@ -332,10 +330,10 @@ class V1 {
|
|
|
332
330
|
}
|
|
333
331
|
__update(nonInsurancePayerRefundId_1) {
|
|
334
332
|
return __awaiter(this, arguments, void 0, function* (nonInsurancePayerRefundId, request = {}, requestOptions) {
|
|
335
|
-
var _a, _b, _c, _d;
|
|
336
|
-
|
|
333
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
334
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
337
335
|
const _response = yield core.fetcher({
|
|
338
|
-
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, `/api/non-insurance-payer-refunds/v1/${
|
|
336
|
+
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, `/api/non-insurance-payer-refunds/v1/${core.url.encodePathParam(serializers.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundId.jsonOrThrow(nonInsurancePayerRefundId))}`),
|
|
339
337
|
method: "PATCH",
|
|
340
338
|
headers: _headers,
|
|
341
339
|
contentType: "application/json",
|
|
@@ -344,8 +342,8 @@ class V1 {
|
|
|
344
342
|
body: serializers.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundUpdate.jsonOrThrow(request, {
|
|
345
343
|
unrecognizedObjectKeys: "strip",
|
|
346
344
|
}),
|
|
347
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds)
|
|
348
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
345
|
+
timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
|
|
346
|
+
maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
|
|
349
347
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
350
348
|
});
|
|
351
349
|
if (_response.ok) {
|
|
@@ -365,7 +363,7 @@ class V1 {
|
|
|
365
363
|
};
|
|
366
364
|
}
|
|
367
365
|
if (_response.error.reason === "status-code") {
|
|
368
|
-
switch ((
|
|
366
|
+
switch ((_j = _response.error.body) === null || _j === void 0 ? void 0 : _j.errorName) {
|
|
369
367
|
case "EntityNotFoundError":
|
|
370
368
|
case "UnprocessableEntityError":
|
|
371
369
|
return {
|
|
@@ -407,15 +405,15 @@ class V1 {
|
|
|
407
405
|
}
|
|
408
406
|
__delete(nonInsurancePayerRefundId, requestOptions) {
|
|
409
407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
410
|
-
var _a, _b, _c, _d;
|
|
411
|
-
|
|
408
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
409
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
412
410
|
const _response = yield core.fetcher({
|
|
413
|
-
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, `/api/non-insurance-payer-refunds/v1/${
|
|
411
|
+
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).candidApi, `/api/non-insurance-payer-refunds/v1/${core.url.encodePathParam(serializers.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundId.jsonOrThrow(nonInsurancePayerRefundId))}`),
|
|
414
412
|
method: "DELETE",
|
|
415
413
|
headers: _headers,
|
|
416
414
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
417
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds)
|
|
418
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
415
|
+
timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
|
|
416
|
+
maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
|
|
419
417
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
420
418
|
});
|
|
421
419
|
if (_response.ok) {
|
|
@@ -430,7 +428,7 @@ class V1 {
|
|
|
430
428
|
};
|
|
431
429
|
}
|
|
432
430
|
if (_response.error.reason === "status-code") {
|
|
433
|
-
switch ((
|
|
431
|
+
switch ((_j = _response.error.body) === null || _j === void 0 ? void 0 : _j.errorName) {
|
|
434
432
|
case "EntityNotFoundError":
|
|
435
433
|
case "UnprocessableEntityError":
|
|
436
434
|
return {
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
1
|
+
import type * as core from "../../../../../../core";
|
|
4
2
|
import * as CandidApi from "../../../../../index";
|
|
5
|
-
import * as core from "../../../../../../core";
|
|
6
3
|
export type Error = CandidApi.nonInsurancePayerRefunds.v1.create.Error.EntityNotFoundError | CandidApi.nonInsurancePayerRefunds.v1.create.Error.UnprocessableEntityError | CandidApi.nonInsurancePayerRefunds.v1.create.Error._Unknown;
|
|
7
4
|
export declare namespace Error {
|
|
8
5
|
interface EntityNotFoundError extends _Utils {
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
5
3
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
4
|
if (k2 === undefined) k2 = k;
|
|
7
5
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
1
|
+
import type * as core from "../../../../../../core";
|
|
4
2
|
import * as CandidApi from "../../../../../index";
|
|
5
|
-
import * as core from "../../../../../../core";
|
|
6
3
|
export type Error = CandidApi.nonInsurancePayerRefunds.v1.delete.Error.EntityNotFoundError | CandidApi.nonInsurancePayerRefunds.v1.delete.Error.UnprocessableEntityError | CandidApi.nonInsurancePayerRefunds.v1.delete.Error._Unknown;
|
|
7
4
|
export declare namespace Error {
|
|
8
5
|
interface EntityNotFoundError extends _Utils {
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
5
3
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
4
|
if (k2 === undefined) k2 = k;
|
|
7
5
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
1
|
+
import type * as core from "../../../../../../core";
|
|
4
2
|
import * as CandidApi from "../../../../../index";
|
|
5
|
-
import * as core from "../../../../../../core";
|
|
6
3
|
export type Error = CandidApi.nonInsurancePayerRefunds.v1.get.Error.EntityNotFoundError | CandidApi.nonInsurancePayerRefunds.v1.get.Error._Unknown;
|
|
7
4
|
export declare namespace Error {
|
|
8
5
|
interface EntityNotFoundError extends _Utils {
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
5
3
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
4
|
if (k2 === undefined) k2 = k;
|
|
7
5
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
1
|
+
import type * as core from "../../../../../../core";
|
|
4
2
|
import * as CandidApi from "../../../../../index";
|
|
5
|
-
import * as core from "../../../../../../core";
|
|
6
3
|
export type Error = CandidApi.nonInsurancePayerRefunds.v1.getMulti.Error.UnprocessableEntityError | CandidApi.nonInsurancePayerRefunds.v1.getMulti.Error._Unknown;
|
|
7
4
|
export declare namespace Error {
|
|
8
5
|
interface UnprocessableEntityError extends _Utils {
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
5
3
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
4
|
if (k2 === undefined) k2 = k;
|
|
7
5
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * as getMulti from "./getMulti";
|
|
2
|
-
export * as get from "./get";
|
|
3
1
|
export * as create from "./create";
|
|
4
|
-
export * as update from "./update";
|
|
5
2
|
export * as delete from "./delete";
|
|
3
|
+
export * as get from "./get";
|
|
4
|
+
export * as getMulti from "./getMulti";
|
|
6
5
|
export * from "./requests";
|
|
6
|
+
export * as update from "./update";
|
|
@@ -36,10 +36,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
40
|
-
exports.getMulti = __importStar(require("./getMulti"));
|
|
41
|
-
exports.get = __importStar(require("./get"));
|
|
39
|
+
exports.update = exports.getMulti = exports.get = exports.delete = exports.create = void 0;
|
|
42
40
|
exports.create = __importStar(require("./create"));
|
|
43
|
-
exports.update = __importStar(require("./update"));
|
|
44
41
|
exports.delete = __importStar(require("./delete"));
|
|
42
|
+
exports.get = __importStar(require("./get"));
|
|
43
|
+
exports.getMulti = __importStar(require("./getMulti"));
|
|
45
44
|
__exportStar(require("./requests"), exports);
|
|
45
|
+
exports.update = __importStar(require("./update"));
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
1
|
+
export type { GetMultiNonInsurancePayerRefundsRequest } from "./GetMultiNonInsurancePayerRefundsRequest";
|
|
2
|
+
export type { NonInsurancePayerRefundUpdate } from "./NonInsurancePayerRefundUpdate";
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
1
|
+
import type * as core from "../../../../../../core";
|
|
4
2
|
import * as CandidApi from "../../../../../index";
|
|
5
|
-
import * as core from "../../../../../../core";
|
|
6
3
|
export type Error = CandidApi.nonInsurancePayerRefunds.v1.update.Error.EntityNotFoundError | CandidApi.nonInsurancePayerRefunds.v1.update.Error.UnprocessableEntityError | CandidApi.nonInsurancePayerRefunds.v1.update.Error._Unknown;
|
|
7
4
|
export declare namespace Error {
|
|
8
5
|
interface EntityNotFoundError extends _Utils {
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
5
3
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
4
|
if (k2 === undefined) k2 = k;
|
|
7
5
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./types"), exports);
|
|
18
17
|
__exportStar(require("./client"), exports);
|
|
18
|
+
__exportStar(require("./types"), exports);
|
package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as CandidApi from "../../../../../index";
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
5
2
|
export interface NonInsurancePayerRefund {
|
|
6
3
|
nonInsurancePayerRefundId: CandidApi.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundId;
|
|
7
4
|
nonInsurancePayer: CandidApi.nonInsurancePayers.v1.NonInsurancePayer;
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as CandidApi from "../../../../../index";
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
5
2
|
export interface NonInsurancePayerRefundCreate {
|
|
6
3
|
nonInsurancePayerId: CandidApi.nonInsurancePayers.v1.NonInsurancePayerId;
|
|
7
4
|
invoiceId?: CandidApi.InvoiceId;
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as CandidApi from "../../../../../index";
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
5
2
|
export type NonInsurancePayerRefundId = string & {
|
|
6
3
|
nonInsurancePayerRefunds_v1_NonInsurancePayerRefundId: void;
|
|
7
4
|
};
|
package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
5
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
4
|
exports.NonInsurancePayerRefundId = NonInsurancePayerRefundId;
|
|
7
5
|
function NonInsurancePayerRefundId(value) {
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export type NonInsurancePayerRefundSortField = "amount_cents" | "refund_timestamp";
|
|
5
1
|
export declare const NonInsurancePayerRefundSortField: {
|
|
6
2
|
readonly AmountCents: "amount_cents";
|
|
7
3
|
readonly RefundTimestamp: "refund_timestamp";
|
|
8
4
|
};
|
|
5
|
+
export type NonInsurancePayerRefundSortField = (typeof NonInsurancePayerRefundSortField)[keyof typeof NonInsurancePayerRefundSortField];
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
5
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
4
|
exports.NonInsurancePayerRefundSortField = void 0;
|
|
7
5
|
exports.NonInsurancePayerRefundSortField = {
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as CandidApi from "../../../../../index";
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
5
2
|
export interface NonInsurancePayerRefundsPage extends CandidApi.ResourcePage {
|
|
6
3
|
items: CandidApi.nonInsurancePayerRefunds.v1.NonInsurancePayerRefund[];
|
|
7
4
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./NonInsurancePayerRefundId";
|
|
2
1
|
export * from "./NonInsurancePayerRefund";
|
|
3
2
|
export * from "./NonInsurancePayerRefundCreate";
|
|
4
|
-
export * from "./
|
|
3
|
+
export * from "./NonInsurancePayerRefundId";
|
|
5
4
|
export * from "./NonInsurancePayerRefundSortField";
|
|
5
|
+
export * from "./NonInsurancePayerRefundsPage";
|
|
@@ -14,8 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./NonInsurancePayerRefundId"), exports);
|
|
18
17
|
__exportStar(require("./NonInsurancePayerRefund"), exports);
|
|
19
18
|
__exportStar(require("./NonInsurancePayerRefundCreate"), exports);
|
|
20
|
-
__exportStar(require("./
|
|
19
|
+
__exportStar(require("./NonInsurancePayerRefundId"), exports);
|
|
21
20
|
__exportStar(require("./NonInsurancePayerRefundSortField"), exports);
|
|
21
|
+
__exportStar(require("./NonInsurancePayerRefundsPage"), exports);
|
|
@@ -1,17 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
*/
|
|
4
|
-
import * as environments from "../../../../environments";
|
|
5
|
-
import * as core from "../../../../core";
|
|
1
|
+
import type { BaseClientOptions } from "../../../../BaseClient";
|
|
2
|
+
import type * as core from "../../../../core";
|
|
6
3
|
import { V1 } from "../resources/v1/client/Client";
|
|
7
4
|
export declare namespace NonInsurancePayers {
|
|
8
|
-
interface Options {
|
|
9
|
-
environment?: core.Supplier<environments.CandidApiEnvironment | environments.CandidApiEnvironmentUrls>;
|
|
10
|
-
/** Specify a custom URL to connect the client to. */
|
|
11
|
-
baseUrl?: core.Supplier<string>;
|
|
5
|
+
interface Options extends BaseClientOptions {
|
|
12
6
|
token?: core.Supplier<core.BearerToken | undefined>;
|
|
13
|
-
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
7
|
}
|
|
16
8
|
}
|
|
17
9
|
export declare class NonInsurancePayers {
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
5
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
4
|
exports.NonInsurancePayers = void 0;
|
|
7
5
|
const Client_1 = require("../resources/v1/client/Client");
|
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./resources"), exports);
|
|
18
17
|
__exportStar(require("./client"), exports);
|
|
18
|
+
__exportStar(require("./resources"), exports);
|