candidhealth 0.39.5 → 0.39.7

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.
Files changed (3905) hide show
  1. package/Client.d.ts +38 -34
  2. package/Client.js +17 -7
  3. package/README.md +25 -9
  4. package/api/resources/auth/client/Client.d.ts +5 -1
  5. package/api/resources/auth/resources/index.js +17 -7
  6. package/api/resources/auth/resources/v2/client/Client.d.ts +4 -0
  7. package/api/resources/auth/resources/v2/client/Client.js +21 -19
  8. package/api/resources/auth/resources/v2/client/getToken.d.ts +1 -1
  9. package/api/resources/auth/resources/v2/client/getToken.js +17 -7
  10. package/api/resources/auth/resources/v2/client/index.js +17 -7
  11. package/api/resources/billingNotes/client/Client.d.ts +5 -1
  12. package/api/resources/billingNotes/resources/index.js +17 -7
  13. package/api/resources/billingNotes/resources/v2/client/Client.d.ts +4 -0
  14. package/api/resources/billingNotes/resources/v2/client/Client.js +28 -42
  15. package/api/resources/billingNotes/resources/v2/client/create.d.ts +1 -1
  16. package/api/resources/billingNotes/resources/v2/client/create.js +17 -7
  17. package/api/resources/billingNotes/resources/v2/client/delete.d.ts +1 -1
  18. package/api/resources/billingNotes/resources/v2/client/delete.js +17 -7
  19. package/api/resources/billingNotes/resources/v2/client/index.js +17 -7
  20. package/api/resources/billingNotes/resources/v2/client/update.d.ts +1 -1
  21. package/api/resources/billingNotes/resources/v2/client/update.js +17 -7
  22. package/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -1
  23. package/api/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -1
  24. package/api/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -2
  25. package/api/resources/chargeCapture/client/Client.d.ts +5 -1
  26. package/api/resources/chargeCapture/resources/index.js +17 -7
  27. package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +7 -3
  28. package/api/resources/chargeCapture/resources/v1/client/Client.js +45 -73
  29. package/api/resources/chargeCapture/resources/v1/client/create.d.ts +1 -1
  30. package/api/resources/chargeCapture/resources/v1/client/create.js +17 -7
  31. package/api/resources/chargeCapture/resources/v1/client/delete.d.ts +1 -1
  32. package/api/resources/chargeCapture/resources/v1/client/delete.js +17 -7
  33. package/api/resources/chargeCapture/resources/v1/client/get.d.ts +1 -1
  34. package/api/resources/chargeCapture/resources/v1/client/get.js +17 -7
  35. package/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -1
  36. package/api/resources/chargeCapture/resources/v1/client/getAll.js +17 -7
  37. package/api/resources/chargeCapture/resources/v1/client/index.js +17 -7
  38. package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -1
  39. package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -1
  40. package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +1 -1
  41. package/api/resources/chargeCapture/resources/v1/client/update.d.ts +1 -1
  42. package/api/resources/chargeCapture/resources/v1/client/update.js +17 -7
  43. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +1 -1
  44. package/api/resources/chargeCaptureBundles/client/Client.d.ts +5 -1
  45. package/api/resources/chargeCaptureBundles/resources/index.js +17 -7
  46. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +6 -2
  47. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +37 -49
  48. package/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +1 -1
  49. package/api/resources/chargeCaptureBundles/resources/v1/client/get.js +17 -7
  50. package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +1 -1
  51. package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +17 -7
  52. package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +17 -7
  53. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +2 -2
  54. package/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +1 -1
  55. package/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +17 -7
  56. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +1 -1
  57. package/api/resources/claimSubmission/resources/index.js +17 -7
  58. package/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +1 -1
  59. package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
  60. package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +4 -4
  61. package/api/resources/claims/types/Claim.d.ts +4 -4
  62. package/api/resources/claims/types/ClaimStatus.d.ts +1 -1
  63. package/api/resources/commons/types/AppointmentId.d.ts +1 -1
  64. package/api/resources/commons/types/AppointmentId.js +1 -2
  65. package/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +1 -1
  66. package/api/resources/commons/types/ChargeCaptureBundleId.d.ts +1 -1
  67. package/api/resources/commons/types/ChargeCaptureBundleId.js +1 -2
  68. package/api/resources/commons/types/ChargeCaptureId.d.ts +1 -1
  69. package/api/resources/commons/types/ChargeCaptureId.js +1 -2
  70. package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -1
  71. package/api/resources/commons/types/ClaimId.d.ts +1 -1
  72. package/api/resources/commons/types/ClaimId.js +1 -2
  73. package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +1 -1
  74. package/api/resources/commons/types/Date_.d.ts +1 -1
  75. package/api/resources/commons/types/Date_.js +1 -2
  76. package/api/resources/commons/types/Decimal.d.ts +1 -1
  77. package/api/resources/commons/types/Decimal.js +1 -2
  78. package/api/resources/commons/types/DelayReasonCode.d.ts +1 -1
  79. package/api/resources/commons/types/Email.d.ts +1 -1
  80. package/api/resources/commons/types/Email.js +1 -2
  81. package/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -1
  82. package/api/resources/commons/types/EncounterExternalId.d.ts +1 -1
  83. package/api/resources/commons/types/EncounterExternalId.js +1 -2
  84. package/api/resources/commons/types/EncounterId.d.ts +1 -1
  85. package/api/resources/commons/types/EncounterId.js +1 -2
  86. package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +1 -1
  87. package/api/resources/commons/types/ErrorMessage.d.ts +1 -1
  88. package/api/resources/commons/types/ErrorMessage.js +1 -2
  89. package/api/resources/commons/types/FacilityTypeCode.d.ts +1 -1
  90. package/api/resources/commons/types/InsuranceTypeCode.d.ts +1 -1
  91. package/api/resources/commons/types/IntendedSubmissionMedium.d.ts +1 -1
  92. package/api/resources/commons/types/InvoiceId.d.ts +1 -1
  93. package/api/resources/commons/types/InvoiceId.js +1 -2
  94. package/api/resources/commons/types/LinkUrl.d.ts +1 -1
  95. package/api/resources/commons/types/LinkUrl.js +1 -2
  96. package/api/resources/commons/types/NetworkType.d.ts +1 -1
  97. package/api/resources/commons/types/Npi.d.ts +1 -1
  98. package/api/resources/commons/types/Npi.js +1 -2
  99. package/api/resources/commons/types/OrganizationId.d.ts +1 -1
  100. package/api/resources/commons/types/OrganizationId.js +1 -2
  101. package/api/resources/commons/types/PageToken.d.ts +1 -1
  102. package/api/resources/commons/types/PageToken.js +1 -2
  103. package/api/resources/commons/types/PatientExternalId.d.ts +1 -1
  104. package/api/resources/commons/types/PatientExternalId.js +1 -2
  105. package/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +1 -1
  106. package/api/resources/commons/types/PayerPlanGroupId.d.ts +8 -0
  107. package/api/resources/commons/types/PayerPlanGroupId.js +9 -0
  108. package/api/resources/commons/types/PhoneNumberType.d.ts +1 -1
  109. package/api/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -1
  110. package/api/resources/commons/types/PreEncounterAppointmentId.js +1 -2
  111. package/api/resources/commons/types/PreEncounterPatientId.d.ts +1 -1
  112. package/api/resources/commons/types/PreEncounterPatientId.js +1 -2
  113. package/api/resources/commons/types/Primitive.d.ts +1 -1
  114. package/api/resources/commons/types/ProcedureModifier.d.ts +6 -2
  115. package/api/resources/commons/types/ProcedureModifier.js +1 -0
  116. package/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -1
  117. package/api/resources/commons/types/ProviderCredentialingSpanId.js +1 -2
  118. package/api/resources/commons/types/ProviderId.d.ts +1 -1
  119. package/api/resources/commons/types/ProviderId.js +1 -2
  120. package/api/resources/commons/types/QualifierCode.d.ts +1 -1
  121. package/api/resources/commons/types/RateId.d.ts +1 -1
  122. package/api/resources/commons/types/RateId.js +1 -2
  123. package/api/resources/commons/types/Regions.d.ts +1 -1
  124. package/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +1 -1
  125. package/api/resources/commons/types/SchemaId.d.ts +1 -1
  126. package/api/resources/commons/types/SchemaId.js +1 -2
  127. package/api/resources/commons/types/ServiceLineId.d.ts +1 -1
  128. package/api/resources/commons/types/ServiceLineId.js +1 -2
  129. package/api/resources/commons/types/ServiceLineUnits.d.ts +1 -1
  130. package/api/resources/commons/types/SortDirection.d.ts +1 -1
  131. package/api/resources/commons/types/SourceOfPaymentCode.d.ts +1 -1
  132. package/api/resources/commons/types/State.d.ts +1 -1
  133. package/api/resources/commons/types/TaskAssignmentId.d.ts +1 -1
  134. package/api/resources/commons/types/TaskAssignmentId.js +1 -2
  135. package/api/resources/commons/types/TaskId.d.ts +1 -1
  136. package/api/resources/commons/types/TaskId.js +1 -2
  137. package/api/resources/commons/types/TaskNoteId.d.ts +1 -1
  138. package/api/resources/commons/types/TaskNoteId.js +1 -2
  139. package/api/resources/commons/types/TaxId.d.ts +1 -1
  140. package/api/resources/commons/types/TaxId.js +1 -2
  141. package/api/resources/commons/types/UserId.d.ts +1 -1
  142. package/api/resources/commons/types/UserId.js +1 -2
  143. package/api/resources/commons/types/WorkQueueId.d.ts +1 -1
  144. package/api/resources/commons/types/WorkQueueId.js +1 -2
  145. package/api/resources/commons/types/index.d.ts +1 -0
  146. package/api/resources/commons/types/index.js +1 -0
  147. package/api/resources/contracts/client/Client.d.ts +5 -1
  148. package/api/resources/contracts/resources/index.js +17 -7
  149. package/api/resources/contracts/resources/v2/client/Client.d.ts +9 -5
  150. package/api/resources/contracts/resources/v2/client/Client.js +50 -78
  151. package/api/resources/contracts/resources/v2/client/create.d.ts +1 -1
  152. package/api/resources/contracts/resources/v2/client/create.js +17 -7
  153. package/api/resources/contracts/resources/v2/client/delete.d.ts +1 -1
  154. package/api/resources/contracts/resources/v2/client/delete.js +17 -7
  155. package/api/resources/contracts/resources/v2/client/get.d.ts +1 -1
  156. package/api/resources/contracts/resources/v2/client/get.js +17 -7
  157. package/api/resources/contracts/resources/v2/client/getMulti.d.ts +1 -1
  158. package/api/resources/contracts/resources/v2/client/getMulti.js +17 -7
  159. package/api/resources/contracts/resources/v2/client/index.js +17 -7
  160. package/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -1
  161. package/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +2 -2
  162. package/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +2 -2
  163. package/api/resources/contracts/resources/v2/client/update.d.ts +1 -1
  164. package/api/resources/contracts/resources/v2/client/update.js +17 -7
  165. package/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +1 -1
  166. package/api/resources/contracts/resources/v2/types/ContractId.d.ts +1 -1
  167. package/api/resources/contracts/resources/v2/types/ContractId.js +1 -2
  168. package/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +1 -1
  169. package/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -1
  170. package/api/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -2
  171. package/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +1 -1
  172. package/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +1 -1
  173. package/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +1 -1
  174. package/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -1
  175. package/api/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -2
  176. package/api/resources/credentialing/client/Client.d.ts +5 -1
  177. package/api/resources/credentialing/resources/index.js +17 -7
  178. package/api/resources/credentialing/resources/v2/client/Client.d.ts +6 -2
  179. package/api/resources/credentialing/resources/v2/client/Client.js +43 -73
  180. package/api/resources/credentialing/resources/v2/client/create.d.ts +1 -1
  181. package/api/resources/credentialing/resources/v2/client/create.js +17 -7
  182. package/api/resources/credentialing/resources/v2/client/delete.d.ts +1 -1
  183. package/api/resources/credentialing/resources/v2/client/delete.js +17 -7
  184. package/api/resources/credentialing/resources/v2/client/get.d.ts +1 -1
  185. package/api/resources/credentialing/resources/v2/client/get.js +17 -7
  186. package/api/resources/credentialing/resources/v2/client/getAll.d.ts +1 -1
  187. package/api/resources/credentialing/resources/v2/client/getAll.js +17 -7
  188. package/api/resources/credentialing/resources/v2/client/index.js +17 -7
  189. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
  190. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
  191. package/api/resources/credentialing/resources/v2/client/update.d.ts +1 -1
  192. package/api/resources/credentialing/resources/v2/client/update.js +17 -7
  193. package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +1 -1
  194. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -1
  195. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -2
  196. package/api/resources/customSchemas/client/Client.d.ts +5 -1
  197. package/api/resources/customSchemas/resources/index.js +17 -7
  198. package/api/resources/customSchemas/resources/v1/client/Client.d.ts +9 -5
  199. package/api/resources/customSchemas/resources/v1/client/Client.js +40 -62
  200. package/api/resources/customSchemas/resources/v1/client/create.d.ts +1 -1
  201. package/api/resources/customSchemas/resources/v1/client/create.js +17 -7
  202. package/api/resources/customSchemas/resources/v1/client/get.d.ts +1 -1
  203. package/api/resources/customSchemas/resources/v1/client/get.js +17 -7
  204. package/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -1
  205. package/api/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
  206. package/api/resources/customSchemas/resources/v1/client/index.js +17 -7
  207. package/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +4 -4
  208. package/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +1 -1
  209. package/api/resources/customSchemas/resources/v1/client/update.d.ts +1 -1
  210. package/api/resources/customSchemas/resources/v1/client/update.js +17 -7
  211. package/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +1 -1
  212. package/api/resources/diagnoses/client/Client.d.ts +6 -2
  213. package/api/resources/diagnoses/client/Client.js +32 -46
  214. package/api/resources/diagnoses/client/create.d.ts +1 -1
  215. package/api/resources/diagnoses/client/create.js +17 -7
  216. package/api/resources/diagnoses/client/delete.d.ts +1 -1
  217. package/api/resources/diagnoses/client/delete.js +17 -7
  218. package/api/resources/diagnoses/client/index.js +17 -7
  219. package/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +1 -1
  220. package/api/resources/diagnoses/client/update.d.ts +1 -1
  221. package/api/resources/diagnoses/client/update.js +17 -7
  222. package/api/resources/diagnoses/types/Diagnosis.d.ts +2 -2
  223. package/api/resources/diagnoses/types/DiagnosisId.d.ts +1 -1
  224. package/api/resources/diagnoses/types/DiagnosisId.js +1 -2
  225. package/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +1 -1
  226. package/api/resources/eligibility/client/Client.d.ts +5 -1
  227. package/api/resources/eligibility/resources/index.js +17 -7
  228. package/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
  229. package/api/resources/eligibility/resources/v2/client/Client.js +29 -43
  230. package/api/resources/eligibility/resources/v2/client/index.js +17 -7
  231. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -1
  232. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
  233. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -1
  234. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
  235. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -1
  236. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
  237. package/api/resources/encounterProviders/client/Client.d.ts +5 -1
  238. package/api/resources/encounterProviders/resources/index.js +17 -7
  239. package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +14 -10
  240. package/api/resources/encounterProviders/resources/v2/client/Client.js +75 -161
  241. package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -1
  242. package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
  243. package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +1 -1
  244. package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
  245. package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +1 -1
  246. package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
  247. package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +1 -1
  248. package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
  249. package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -1
  250. package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
  251. package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -1
  252. package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
  253. package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +1 -1
  254. package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
  255. package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -1
  256. package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
  257. package/api/resources/encounterProviders/resources/v2/client/index.js +17 -7
  258. package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +1 -1
  259. package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
  260. package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +1 -1
  261. package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
  262. package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +1 -1
  263. package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
  264. package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +1 -1
  265. package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
  266. package/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -1
  267. package/api/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -2
  268. package/api/resources/encounters/client/Client.d.ts +5 -1
  269. package/api/resources/encounters/resources/index.js +17 -7
  270. package/api/resources/encounters/resources/v4/client/Client.d.ts +88 -82
  271. package/api/resources/encounters/resources/v4/client/Client.js +141 -158
  272. package/api/resources/encounters/resources/v4/client/create.d.ts +13 -1
  273. package/api/resources/encounters/resources/v4/client/create.js +39 -7
  274. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +13 -1
  275. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +39 -7
  276. package/api/resources/encounters/resources/v4/client/get.d.ts +1 -1
  277. package/api/resources/encounters/resources/v4/client/get.js +17 -7
  278. package/api/resources/encounters/resources/v4/client/getAll.d.ts +1 -1
  279. package/api/resources/encounters/resources/v4/client/getAll.js +17 -7
  280. package/api/resources/encounters/resources/v4/client/index.js +17 -7
  281. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +52 -50
  282. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -1
  283. package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +3 -3
  284. package/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  285. package/api/resources/encounters/resources/v4/client/update.js +28 -7
  286. package/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +1 -1
  287. package/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -1
  288. package/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -1
  289. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +10 -10
  290. package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +1 -1
  291. package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +10 -10
  292. package/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +1 -1
  293. package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +1 -1
  294. package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -1
  295. package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -2
  296. package/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -1
  297. package/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -2
  298. package/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +1 -1
  299. package/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +1 -1
  300. package/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +1 -1
  301. package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +1 -1
  302. package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +8 -0
  303. package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +5 -0
  304. package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -1
  305. package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -2
  306. package/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +1 -1
  307. package/api/resources/encounters/resources/v4/types/RxCui.d.ts +1 -1
  308. package/api/resources/encounters/resources/v4/types/RxCui.js +1 -2
  309. package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +1 -1
  310. package/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +1 -1
  311. package/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +1 -1
  312. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  313. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  314. package/api/resources/era/types/EraId.d.ts +1 -1
  315. package/api/resources/era/types/EraId.js +1 -2
  316. package/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +1 -1
  317. package/api/resources/expectedNetworkStatus/client/Client.d.ts +6 -2
  318. package/api/resources/expectedNetworkStatus/resources/index.js +17 -7
  319. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +6 -2
  320. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +22 -20
  321. package/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +1 -1
  322. package/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +17 -7
  323. package/api/resources/expectedNetworkStatus/resources/v1/client/index.js +17 -7
  324. package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +2 -2
  325. package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +1 -1
  326. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +14 -10
  327. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +35 -41
  328. package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +1 -1
  329. package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
  330. package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +1 -1
  331. package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
  332. package/api/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
  333. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +1 -1
  334. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +1 -1
  335. package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +1 -1
  336. package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +1 -1
  337. package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +1 -1
  338. package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -1
  339. package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -2
  340. package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +1 -1
  341. package/api/resources/exports/client/Client.d.ts +5 -1
  342. package/api/resources/exports/resources/index.js +17 -7
  343. package/api/resources/exports/resources/v3/client/Client.d.ts +4 -0
  344. package/api/resources/exports/resources/v3/client/Client.js +21 -19
  345. package/api/resources/exports/resources/v3/client/getExports.d.ts +1 -2
  346. package/api/resources/exports/resources/v3/client/getExports.js +17 -7
  347. package/api/resources/exports/resources/v3/client/index.js +17 -7
  348. package/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -2
  349. package/api/resources/externalPaymentAccountConfig/client/Client.d.ts +5 -1
  350. package/api/resources/externalPaymentAccountConfig/resources/index.js +17 -7
  351. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +4 -0
  352. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +22 -20
  353. package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +1 -1
  354. package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +17 -7
  355. package/api/resources/externalPaymentAccountConfig/resources/v1/client/index.js +17 -7
  356. package/api/resources/feeSchedules/client/Client.d.ts +5 -1
  357. package/api/resources/feeSchedules/resources/index.js +17 -7
  358. package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +23 -16
  359. package/api/resources/feeSchedules/resources/v3/client/Client.js +132 -165
  360. package/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +1 -1
  361. package/api/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
  362. package/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +1 -1
  363. package/api/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
  364. package/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +1 -1
  365. package/api/resources/feeSchedules/resources/v3/client/getMulti.js +17 -7
  366. package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +1 -1
  367. package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +17 -7
  368. package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +1 -1
  369. package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +17 -7
  370. package/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +1 -1
  371. package/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
  372. package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +1 -1
  373. package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +17 -7
  374. package/api/resources/feeSchedules/resources/v3/client/index.js +17 -7
  375. package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +6 -5
  376. package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +7 -5
  377. package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +8 -6
  378. package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -1
  379. package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
  380. package/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -1
  381. package/api/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
  382. package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -1
  383. package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
  384. package/api/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +1 -0
  385. package/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +1 -1
  386. package/api/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +2 -1
  387. package/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +12 -0
  388. package/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +5 -0
  389. package/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +1 -0
  390. package/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +8 -0
  391. package/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +5 -0
  392. package/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +1 -1
  393. package/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +7 -1
  394. package/api/resources/feeSchedules/resources/v3/types/index.d.ts +2 -0
  395. package/api/resources/feeSchedules/resources/v3/types/index.js +2 -0
  396. package/api/resources/financials/types/AccountType.d.ts +1 -1
  397. package/api/resources/financials/types/AllocationTarget.d.ts +1 -1
  398. package/api/resources/financials/types/AllocationTargetCreate.d.ts +1 -1
  399. package/api/resources/financials/types/InvoiceUpdate.d.ts +1 -1
  400. package/api/resources/financials/types/NoteUpdate.d.ts +1 -1
  401. package/api/resources/financials/types/PatientTransactionSource.d.ts +1 -1
  402. package/api/resources/financials/types/RefundReason.d.ts +1 -1
  403. package/api/resources/financials/types/RefundReasonUpdate.d.ts +1 -1
  404. package/api/resources/guarantor/client/Client.d.ts +5 -1
  405. package/api/resources/guarantor/resources/index.js +17 -7
  406. package/api/resources/guarantor/resources/v1/client/Client.d.ts +8 -4
  407. package/api/resources/guarantor/resources/v1/client/Client.js +31 -45
  408. package/api/resources/guarantor/resources/v1/client/create.d.ts +1 -1
  409. package/api/resources/guarantor/resources/v1/client/create.js +17 -7
  410. package/api/resources/guarantor/resources/v1/client/get.d.ts +1 -1
  411. package/api/resources/guarantor/resources/v1/client/get.js +17 -7
  412. package/api/resources/guarantor/resources/v1/client/index.js +17 -7
  413. package/api/resources/guarantor/resources/v1/client/update.d.ts +1 -1
  414. package/api/resources/guarantor/resources/v1/client/update.js +17 -7
  415. package/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -1
  416. package/api/resources/guarantor/resources/v1/types/GuarantorId.js +1 -2
  417. package/api/resources/identifiers/types/IdentifierCode.d.ts +1 -1
  418. package/api/resources/identifiers/types/IdentifierId.d.ts +1 -1
  419. package/api/resources/identifiers/types/IdentifierId.js +1 -2
  420. package/api/resources/identifiers/types/IdentifierValue.d.ts +1 -1
  421. package/api/resources/identifiers/types/UpdatableIdentifier.d.ts +1 -1
  422. package/api/resources/importInvoice/client/Client.d.ts +5 -1
  423. package/api/resources/importInvoice/resources/index.js +17 -7
  424. package/api/resources/importInvoice/resources/v1/client/Client.d.ts +10 -6
  425. package/api/resources/importInvoice/resources/v1/client/Client.js +50 -66
  426. package/api/resources/importInvoice/resources/v1/client/get.d.ts +1 -1
  427. package/api/resources/importInvoice/resources/v1/client/get.js +17 -7
  428. package/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +1 -1
  429. package/api/resources/importInvoice/resources/v1/client/getMulti.js +17 -7
  430. package/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +1 -1
  431. package/api/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
  432. package/api/resources/importInvoice/resources/v1/client/index.js +17 -7
  433. package/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +3 -3
  434. package/api/resources/importInvoice/resources/v1/client/update.d.ts +1 -1
  435. package/api/resources/importInvoice/resources/v1/client/update.js +17 -7
  436. package/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +1 -1
  437. package/api/resources/index.js +17 -7
  438. package/api/resources/individual/types/Gender.d.ts +1 -1
  439. package/api/resources/individual/types/IndividualId.d.ts +1 -1
  440. package/api/resources/individual/types/IndividualId.js +1 -2
  441. package/api/resources/insuranceAdjudications/client/Client.d.ts +5 -1
  442. package/api/resources/insuranceAdjudications/resources/index.js +17 -7
  443. package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +5 -1
  444. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +28 -42
  445. package/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -1
  446. package/api/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
  447. package/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +1 -1
  448. package/api/resources/insuranceAdjudications/resources/v1/client/delete.js +17 -7
  449. package/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +1 -1
  450. package/api/resources/insuranceAdjudications/resources/v1/client/get.js +17 -7
  451. package/api/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
  452. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -1
  453. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -2
  454. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -1
  455. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -2
  456. package/api/resources/insuranceCards/resources/index.js +17 -7
  457. package/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
  458. package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -1
  459. package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -2
  460. package/api/resources/insurancePayments/client/Client.d.ts +5 -1
  461. package/api/resources/insurancePayments/resources/index.js +17 -7
  462. package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +8 -4
  463. package/api/resources/insurancePayments/resources/v1/client/Client.js +52 -78
  464. package/api/resources/insurancePayments/resources/v1/client/create.d.ts +1 -1
  465. package/api/resources/insurancePayments/resources/v1/client/create.js +17 -7
  466. package/api/resources/insurancePayments/resources/v1/client/delete.d.ts +1 -1
  467. package/api/resources/insurancePayments/resources/v1/client/delete.js +17 -7
  468. package/api/resources/insurancePayments/resources/v1/client/get.d.ts +1 -1
  469. package/api/resources/insurancePayments/resources/v1/client/get.js +17 -7
  470. package/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -1
  471. package/api/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
  472. package/api/resources/insurancePayments/resources/v1/client/index.js +17 -7
  473. package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +2 -2
  474. package/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +1 -1
  475. package/api/resources/insurancePayments/resources/v1/client/update.d.ts +1 -1
  476. package/api/resources/insurancePayments/resources/v1/client/update.js +17 -7
  477. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -1
  478. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -2
  479. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +1 -1
  480. package/api/resources/insuranceRefunds/client/Client.d.ts +5 -1
  481. package/api/resources/insuranceRefunds/resources/index.js +17 -7
  482. package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +10 -6
  483. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +54 -80
  484. package/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -1
  485. package/api/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
  486. package/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -1
  487. package/api/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
  488. package/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -1
  489. package/api/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
  490. package/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -1
  491. package/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
  492. package/api/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
  493. package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +2 -2
  494. package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +2 -2
  495. package/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -1
  496. package/api/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
  497. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -1
  498. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -2
  499. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +1 -1
  500. package/api/resources/invoices/resources/index.js +17 -7
  501. package/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +1 -1
  502. package/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +1 -1
  503. package/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +1 -1
  504. package/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +1 -1
  505. package/api/resources/invoices/types/InvoiceStatus.d.ts +1 -1
  506. package/api/resources/medicationDispense/client/Client.d.ts +5 -1
  507. package/api/resources/medicationDispense/resources/index.js +17 -7
  508. package/api/resources/medicationDispense/resources/v1/client/Client.d.ts +8 -4
  509. package/api/resources/medicationDispense/resources/v1/client/Client.js +25 -23
  510. package/api/resources/medicationDispense/resources/v1/client/create.d.ts +1 -1
  511. package/api/resources/medicationDispense/resources/v1/client/create.js +17 -7
  512. package/api/resources/medicationDispense/resources/v1/client/index.js +17 -7
  513. package/api/resources/nonInsurancePayerPayments/client/Client.d.ts +5 -1
  514. package/api/resources/nonInsurancePayerPayments/resources/index.js +17 -7
  515. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +8 -4
  516. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +53 -78
  517. package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -1
  518. package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
  519. package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -1
  520. package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
  521. package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -1
  522. package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
  523. package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -1
  524. package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
  525. package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
  526. package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +2 -2
  527. package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -1
  528. package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -1
  529. package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
  530. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -1
  531. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -2
  532. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +1 -1
  533. package/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +5 -1
  534. package/api/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
  535. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +10 -6
  536. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +52 -80
  537. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -1
  538. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
  539. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -1
  540. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
  541. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -1
  542. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
  543. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -1
  544. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
  545. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
  546. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +2 -2
  547. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +2 -2
  548. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -1
  549. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
  550. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -1
  551. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -2
  552. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +1 -1
  553. package/api/resources/nonInsurancePayers/client/Client.d.ts +5 -1
  554. package/api/resources/nonInsurancePayers/resources/index.js +17 -7
  555. package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +7 -3
  556. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +52 -86
  557. package/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +1 -1
  558. package/api/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
  559. package/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -1
  560. package/api/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
  561. package/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -1
  562. package/api/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
  563. package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -1
  564. package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
  565. package/api/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
  566. package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +2 -2
  567. package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -1
  568. package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
  569. package/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +1 -1
  570. package/api/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
  571. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +1 -1
  572. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +1 -1
  573. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +1 -1
  574. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -1
  575. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -2
  576. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +1 -1
  577. package/api/resources/organizationProviders/client/Client.d.ts +5 -1
  578. package/api/resources/organizationProviders/resources/index.js +17 -7
  579. package/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +1 -1
  580. package/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +1 -1
  581. package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +28 -1
  582. package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +27 -0
  583. package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -1
  584. package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -2
  585. package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +1 -1
  586. package/api/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +1 -1
  587. package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +15 -11
  588. package/api/resources/organizationProviders/resources/v3/client/Client.js +46 -68
  589. package/api/resources/organizationProviders/resources/v3/client/create.d.ts +1 -1
  590. package/api/resources/organizationProviders/resources/v3/client/create.js +17 -7
  591. package/api/resources/organizationProviders/resources/v3/client/get.d.ts +1 -1
  592. package/api/resources/organizationProviders/resources/v3/client/get.js +17 -7
  593. package/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +1 -1
  594. package/api/resources/organizationProviders/resources/v3/client/getMulti.js +17 -7
  595. package/api/resources/organizationProviders/resources/v3/client/index.js +17 -7
  596. package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +1 -1
  597. package/api/resources/organizationProviders/resources/v3/client/update.d.ts +1 -1
  598. package/api/resources/organizationProviders/resources/v3/client/update.js +17 -7
  599. package/api/resources/organizationServiceFacilities/client/Client.d.ts +5 -1
  600. package/api/resources/organizationServiceFacilities/resources/index.js +17 -7
  601. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +16 -12
  602. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +50 -80
  603. package/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -1
  604. package/api/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
  605. package/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -1
  606. package/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
  607. package/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -1
  608. package/api/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
  609. package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +1 -1
  610. package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +17 -7
  611. package/api/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
  612. package/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +1 -1
  613. package/api/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
  614. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -1
  615. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -2
  616. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +1 -1
  617. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +1 -1
  618. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +1 -1
  619. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +1 -1
  620. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +1 -1
  621. package/api/resources/patientPayments/client/Client.d.ts +5 -1
  622. package/api/resources/patientPayments/resources/index.js +17 -7
  623. package/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -1
  624. package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -1
  625. package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -2
  626. package/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +1 -1
  627. package/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +1 -1
  628. package/api/resources/patientPayments/resources/v4/client/Client.d.ts +9 -5
  629. package/api/resources/patientPayments/resources/v4/client/Client.js +57 -81
  630. package/api/resources/patientPayments/resources/v4/client/create.d.ts +1 -1
  631. package/api/resources/patientPayments/resources/v4/client/create.js +17 -7
  632. package/api/resources/patientPayments/resources/v4/client/delete.d.ts +1 -1
  633. package/api/resources/patientPayments/resources/v4/client/delete.js +17 -7
  634. package/api/resources/patientPayments/resources/v4/client/get.d.ts +1 -1
  635. package/api/resources/patientPayments/resources/v4/client/get.js +17 -7
  636. package/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -1
  637. package/api/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
  638. package/api/resources/patientPayments/resources/v4/client/index.js +17 -7
  639. package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +3 -3
  640. package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +1 -1
  641. package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -1
  642. package/api/resources/patientPayments/resources/v4/client/update.d.ts +1 -1
  643. package/api/resources/patientPayments/resources/v4/client/update.js +17 -7
  644. package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -1
  645. package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -2
  646. package/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +1 -1
  647. package/api/resources/patientRefunds/client/Client.d.ts +5 -1
  648. package/api/resources/patientRefunds/resources/index.js +17 -7
  649. package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +11 -7
  650. package/api/resources/patientRefunds/resources/v1/client/Client.js +59 -83
  651. package/api/resources/patientRefunds/resources/v1/client/create.d.ts +1 -1
  652. package/api/resources/patientRefunds/resources/v1/client/create.js +17 -7
  653. package/api/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -1
  654. package/api/resources/patientRefunds/resources/v1/client/delete.js +17 -7
  655. package/api/resources/patientRefunds/resources/v1/client/get.d.ts +1 -1
  656. package/api/resources/patientRefunds/resources/v1/client/get.js +17 -7
  657. package/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -1
  658. package/api/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
  659. package/api/resources/patientRefunds/resources/v1/client/index.js +17 -7
  660. package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +3 -3
  661. package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +2 -2
  662. package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +2 -2
  663. package/api/resources/patientRefunds/resources/v1/client/update.d.ts +1 -1
  664. package/api/resources/patientRefunds/resources/v1/client/update.js +17 -7
  665. package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -1
  666. package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -2
  667. package/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +1 -1
  668. package/api/resources/payers/client/Client.d.ts +5 -1
  669. package/api/resources/payers/resources/index.js +17 -7
  670. package/api/resources/payers/resources/v3/client/Client.d.ts +4 -0
  671. package/api/resources/payers/resources/v3/client/Client.js +25 -31
  672. package/api/resources/payers/resources/v3/client/get.d.ts +1 -1
  673. package/api/resources/payers/resources/v3/client/get.js +17 -7
  674. package/api/resources/payers/resources/v3/client/getAll.d.ts +1 -1
  675. package/api/resources/payers/resources/v3/client/getAll.js +17 -7
  676. package/api/resources/payers/resources/v3/client/index.js +17 -7
  677. package/api/resources/payers/resources/v3/types/PayerId.d.ts +1 -1
  678. package/api/resources/payers/resources/v3/types/PayerId.js +1 -2
  679. package/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +1 -1
  680. package/api/resources/payers/resources/v3/types/PayerName.d.ts +1 -1
  681. package/api/resources/payers/resources/v3/types/PayerName.js +1 -2
  682. package/api/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -1
  683. package/api/resources/payers/resources/v3/types/PayerUuid.js +1 -2
  684. package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -1
  685. package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -2
  686. package/api/resources/preEncounter/client/Client.d.ts +13 -6
  687. package/api/resources/preEncounter/client/Client.js +13 -8
  688. package/api/resources/preEncounter/resources/appointments/client/Client.d.ts +5 -1
  689. package/api/resources/preEncounter/resources/appointments/resources/index.js +17 -7
  690. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +43 -21
  691. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +142 -99
  692. package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +1 -1
  693. package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
  694. package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -1
  695. package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
  696. package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -1
  697. package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
  698. package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +1 -1
  699. package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
  700. package/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +28 -0
  701. package/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +68 -0
  702. package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -0
  703. package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +19 -8
  704. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +1 -1
  705. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +27 -0
  706. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.js +5 -0
  707. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +1 -0
  708. package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +1 -1
  709. package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
  710. package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -1
  711. package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
  712. package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +1 -1
  713. package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -1
  714. package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +1 -1
  715. package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +1 -1
  716. package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +13 -0
  717. package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +5 -0
  718. package/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +7 -0
  719. package/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +5 -0
  720. package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +2 -0
  721. package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +2 -0
  722. package/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +1 -1
  723. package/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -1
  724. package/api/resources/preEncounter/resources/common/types/AppointmentId.js +1 -2
  725. package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -1
  726. package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -2
  727. package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -1
  728. package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -2
  729. package/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +1 -1
  730. package/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -1
  731. package/api/resources/preEncounter/resources/common/types/CoverageId.js +1 -2
  732. package/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +1 -1
  733. package/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +1 -1
  734. package/api/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +12 -0
  735. package/api/resources/preEncounter/resources/common/types/ExternalIdentifier.js +5 -0
  736. package/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
  737. package/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -1
  738. package/api/resources/preEncounter/resources/common/types/Gender.d.ts +1 -1
  739. package/api/resources/preEncounter/resources/common/types/NameUse.d.ts +1 -1
  740. package/api/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -1
  741. package/api/resources/preEncounter/resources/common/types/NoteId.js +1 -2
  742. package/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -1
  743. package/api/resources/preEncounter/resources/common/types/OrganizationId.js +1 -2
  744. package/api/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -1
  745. package/api/resources/preEncounter/resources/common/types/PageToken.js +1 -2
  746. package/api/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -1
  747. package/api/resources/preEncounter/resources/common/types/PatientId.js +1 -2
  748. package/api/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -1
  749. package/api/resources/preEncounter/resources/common/types/PayerId.js +1 -2
  750. package/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +11 -0
  751. package/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +9 -0
  752. package/api/resources/preEncounter/resources/common/types/Race.d.ts +1 -1
  753. package/api/resources/preEncounter/resources/common/types/Relationship.d.ts +1 -1
  754. package/api/resources/preEncounter/resources/common/types/Sex.d.ts +1 -1
  755. package/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +1 -1
  756. package/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +1 -1
  757. package/api/resources/preEncounter/resources/common/types/TagId.d.ts +1 -1
  758. package/api/resources/preEncounter/resources/common/types/TagId.js +1 -2
  759. package/api/resources/preEncounter/resources/common/types/UserId.d.ts +1 -1
  760. package/api/resources/preEncounter/resources/common/types/UserId.js +1 -2
  761. package/api/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  762. package/api/resources/preEncounter/resources/common/types/index.js +2 -0
  763. package/api/resources/preEncounter/resources/coverages/client/Client.d.ts +5 -1
  764. package/api/resources/preEncounter/resources/coverages/resources/index.js +17 -7
  765. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +45 -36
  766. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +144 -135
  767. package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +1 -1
  768. package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +17 -7
  769. package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +1 -1
  770. package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +17 -7
  771. package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +1 -1
  772. package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +17 -7
  773. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +1 -1
  774. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +17 -7
  775. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +1 -1
  776. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
  777. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +1 -1
  778. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
  779. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +28 -0
  780. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +68 -0
  781. package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +1 -0
  782. package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +19 -8
  783. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +1 -1
  784. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +22 -0
  785. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.js +5 -0
  786. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +1 -1
  787. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +1 -0
  788. package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +1 -1
  789. package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
  790. package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -1
  791. package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
  792. package/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +12 -0
  793. package/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +5 -0
  794. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  795. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +1 -0
  796. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  797. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +1 -1
  798. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +1 -1
  799. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +7 -0
  800. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +5 -0
  801. package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
  802. package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +1 -1
  803. package/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +14 -0
  804. package/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +5 -0
  805. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
  806. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +5 -1
  807. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +1 -0
  808. package/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +9 -0
  809. package/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +5 -0
  810. package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +1 -1
  811. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +3 -0
  812. package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +1 -1
  813. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +4 -0
  814. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +4 -0
  815. package/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +30 -0
  816. package/api/resources/preEncounter/resources/eligibilityChecks/client/Client.js +17 -0
  817. package/api/resources/preEncounter/resources/eligibilityChecks/client/index.d.ts +1 -0
  818. package/api/resources/preEncounter/resources/eligibilityChecks/client/index.js +2 -0
  819. package/api/resources/preEncounter/resources/eligibilityChecks/index.d.ts +2 -0
  820. package/api/resources/preEncounter/resources/eligibilityChecks/index.js +18 -0
  821. package/api/resources/preEncounter/resources/eligibilityChecks/resources/index.d.ts +1 -0
  822. package/api/resources/preEncounter/resources/eligibilityChecks/resources/index.js +37 -0
  823. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +62 -0
  824. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +136 -0
  825. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +1 -0
  826. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +37 -0
  827. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.d.ts +22 -0
  828. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.js +57 -0
  829. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +2 -0
  830. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +18 -0
  831. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +11 -0
  832. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +5 -0
  833. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +17 -0
  834. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +5 -0
  835. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +8 -0
  836. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +5 -0
  837. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +12 -0
  838. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +5 -0
  839. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +8 -0
  840. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +5 -0
  841. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +7 -0
  842. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +5 -0
  843. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +9 -0
  844. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +5 -0
  845. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +5 -0
  846. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +5 -0
  847. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +8 -0
  848. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +5 -0
  849. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +9 -0
  850. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +25 -0
  851. package/api/resources/preEncounter/resources/index.d.ts +1 -0
  852. package/api/resources/preEncounter/resources/index.js +19 -8
  853. package/api/resources/preEncounter/resources/lists/client/Client.d.ts +5 -1
  854. package/api/resources/preEncounter/resources/lists/resources/index.js +17 -7
  855. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +6 -2
  856. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +37 -39
  857. package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +1 -1
  858. package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +17 -7
  859. package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -1
  860. package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
  861. package/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
  862. package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -1
  863. package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -1
  864. package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -1
  865. package/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.d.ts +1 -1
  866. package/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +1 -2
  867. package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -1
  868. package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -2
  869. package/api/resources/preEncounter/resources/notes/client/Client.d.ts +5 -1
  870. package/api/resources/preEncounter/resources/notes/resources/index.js +17 -7
  871. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +4 -0
  872. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +29 -51
  873. package/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +1 -1
  874. package/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +17 -7
  875. package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +1 -1
  876. package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +17 -7
  877. package/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +1 -1
  878. package/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +17 -7
  879. package/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +17 -7
  880. package/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +1 -1
  881. package/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +17 -7
  882. package/api/resources/preEncounter/resources/patients/client/Client.d.ts +5 -1
  883. package/api/resources/preEncounter/resources/patients/resources/index.js +17 -7
  884. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +129 -96
  885. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +221 -213
  886. package/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -1
  887. package/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
  888. package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +1 -1
  889. package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
  890. package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -1
  891. package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
  892. package/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -1
  893. package/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
  894. package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +1 -1
  895. package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
  896. package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +1 -1
  897. package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +17 -7
  898. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  899. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +19 -8
  900. package/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +34 -0
  901. package/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +79 -0
  902. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +37 -31
  903. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +37 -31
  904. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -1
  905. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -1
  906. package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +1 -1
  907. package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
  908. package/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +1 -1
  909. package/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
  910. package/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -1
  911. package/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
  912. package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +1 -1
  913. package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +1 -1
  914. package/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +1 -1
  915. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  916. package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -1
  917. package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -2
  918. package/api/resources/preEncounter/resources/tags/client/Client.d.ts +5 -1
  919. package/api/resources/preEncounter/resources/tags/resources/index.js +17 -7
  920. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +4 -0
  921. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +34 -64
  922. package/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +1 -1
  923. package/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +17 -7
  924. package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +1 -1
  925. package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +17 -7
  926. package/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +1 -1
  927. package/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +17 -7
  928. package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +1 -1
  929. package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +17 -7
  930. package/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +17 -7
  931. package/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +1 -1
  932. package/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +17 -7
  933. package/api/resources/remitDrafts/resources/index.js +17 -7
  934. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -1
  935. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -2
  936. package/api/resources/remits/resources/index.js +17 -7
  937. package/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +1 -1
  938. package/api/resources/serviceFacility/client/Client.d.ts +5 -1
  939. package/api/resources/serviceFacility/client/Client.js +21 -19
  940. package/api/resources/serviceFacility/client/index.js +17 -7
  941. package/api/resources/serviceFacility/client/update.d.ts +1 -1
  942. package/api/resources/serviceFacility/client/update.js +17 -7
  943. package/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -1
  944. package/api/resources/serviceFacility/types/ServiceFacilityId.js +1 -2
  945. package/api/resources/serviceLines/client/Client.d.ts +5 -1
  946. package/api/resources/serviceLines/resources/index.js +17 -7
  947. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +19 -15
  948. package/api/resources/serviceLines/resources/v2/client/Client.js +44 -58
  949. package/api/resources/serviceLines/resources/v2/client/create.d.ts +1 -1
  950. package/api/resources/serviceLines/resources/v2/client/create.js +17 -7
  951. package/api/resources/serviceLines/resources/v2/client/delete.d.ts +1 -1
  952. package/api/resources/serviceLines/resources/v2/client/delete.js +17 -7
  953. package/api/resources/serviceLines/resources/v2/client/index.js +17 -7
  954. package/api/resources/serviceLines/resources/v2/client/update.d.ts +1 -1
  955. package/api/resources/serviceLines/resources/v2/client/update.js +17 -7
  956. package/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -1
  957. package/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +1 -1
  958. package/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +1 -1
  959. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +4 -4
  960. package/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
  961. package/api/resources/tags/types/TagColorEnum.d.ts +1 -1
  962. package/api/resources/tags/types/TagId.d.ts +1 -1
  963. package/api/resources/tags/types/TagId.js +1 -2
  964. package/api/resources/tasks/client/Client.d.ts +5 -1
  965. package/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -1
  966. package/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +1 -1
  967. package/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -1
  968. package/api/resources/tasks/resources/index.js +17 -7
  969. package/api/resources/tasks/resources/v3/client/Client.d.ts +11 -7
  970. package/api/resources/tasks/resources/v3/client/Client.js +53 -77
  971. package/api/resources/tasks/resources/v3/client/create.d.ts +1 -1
  972. package/api/resources/tasks/resources/v3/client/create.js +17 -7
  973. package/api/resources/tasks/resources/v3/client/get.d.ts +1 -1
  974. package/api/resources/tasks/resources/v3/client/get.js +17 -7
  975. package/api/resources/tasks/resources/v3/client/getActions.d.ts +1 -1
  976. package/api/resources/tasks/resources/v3/client/getActions.js +17 -7
  977. package/api/resources/tasks/resources/v3/client/getMulti.d.ts +1 -1
  978. package/api/resources/tasks/resources/v3/client/getMulti.js +17 -7
  979. package/api/resources/tasks/resources/v3/client/index.js +17 -7
  980. package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +4 -4
  981. package/api/resources/tasks/resources/v3/client/update.d.ts +1 -1
  982. package/api/resources/tasks/resources/v3/client/update.js +17 -7
  983. package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +1 -1
  984. package/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +1 -1
  985. package/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +1 -1
  986. package/api/resources/writeOffs/client/Client.d.ts +5 -1
  987. package/api/resources/writeOffs/resources/index.js +17 -7
  988. package/api/resources/writeOffs/resources/v1/client/Client.d.ts +9 -5
  989. package/api/resources/writeOffs/resources/v1/client/Client.js +47 -63
  990. package/api/resources/writeOffs/resources/v1/client/create.d.ts +1 -1
  991. package/api/resources/writeOffs/resources/v1/client/create.js +17 -7
  992. package/api/resources/writeOffs/resources/v1/client/get.d.ts +1 -1
  993. package/api/resources/writeOffs/resources/v1/client/get.js +17 -7
  994. package/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +1 -1
  995. package/api/resources/writeOffs/resources/v1/client/getMulti.js +17 -7
  996. package/api/resources/writeOffs/resources/v1/client/index.js +17 -7
  997. package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -2
  998. package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +3 -3
  999. package/api/resources/writeOffs/resources/v1/client/revert.d.ts +1 -1
  1000. package/api/resources/writeOffs/resources/v1/client/revert.js +17 -7
  1001. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +1 -1
  1002. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +1 -1
  1003. package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -1
  1004. package/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +1 -1
  1005. package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
  1006. package/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -1
  1007. package/api/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -2
  1008. package/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +1 -1
  1009. package/api/resources/x12/resources/index.js +17 -7
  1010. package/api/resources/x12/resources/v1/types/Carc.d.ts +1 -1
  1011. package/api/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  1012. package/core/auth/BearerToken.d.ts +1 -1
  1013. package/core/auth/OAuthTokenProvider.js +17 -7
  1014. package/core/fetcher/APIResponse.d.ts +1 -1
  1015. package/core/fetcher/Fetcher.d.ts +3 -3
  1016. package/core/fetcher/Fetcher.js +6 -31
  1017. package/core/fetcher/Supplier.d.ts +1 -1
  1018. package/core/fetcher/createRequestUrl.d.ts +1 -1
  1019. package/core/fetcher/createRequestUrl.js +1 -2
  1020. package/core/fetcher/getFetchFn.js +18 -9
  1021. package/core/fetcher/getHeader.js +1 -2
  1022. package/core/fetcher/getRequestBody.js +5 -5
  1023. package/core/fetcher/getResponseBody.js +9 -3
  1024. package/core/fetcher/makeRequest.d.ts +1 -1
  1025. package/core/fetcher/requestWithRetries.js +17 -9
  1026. package/core/fetcher/signals.d.ts +0 -1
  1027. package/core/fetcher/signals.js +2 -3
  1028. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
  1029. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
  1030. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
  1031. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +126 -0
  1032. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
  1033. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
  1034. package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
  1035. package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +59 -0
  1036. package/core/index.js +17 -7
  1037. package/core/json.d.ts +15 -0
  1038. package/core/json.js +24 -0
  1039. package/core/runtime/runtime.d.ts +1 -1
  1040. package/core/runtime/runtime.js +51 -41
  1041. package/core/schemas/Schema.d.ts +8 -5
  1042. package/core/schemas/Schema.js +3 -0
  1043. package/core/schemas/builders/bigint/bigint.d.ts +2 -0
  1044. package/core/schemas/builders/bigint/bigint.js +53 -0
  1045. package/core/schemas/builders/bigint/index.d.ts +1 -0
  1046. package/core/schemas/builders/bigint/index.js +5 -0
  1047. package/core/schemas/builders/date/date.js +1 -2
  1048. package/core/schemas/builders/enum/enum.js +1 -2
  1049. package/core/schemas/builders/index.d.ts +1 -0
  1050. package/core/schemas/builders/index.js +1 -0
  1051. package/core/schemas/builders/lazy/lazy.d.ts +1 -1
  1052. package/core/schemas/builders/lazy/lazy.js +3 -4
  1053. package/core/schemas/builders/lazy/lazyObject.js +1 -2
  1054. package/core/schemas/builders/list/list.js +1 -2
  1055. package/core/schemas/builders/literals/booleanLiteral.js +1 -2
  1056. package/core/schemas/builders/literals/stringLiteral.js +1 -2
  1057. package/core/schemas/builders/object/object.d.ts +1 -1
  1058. package/core/schemas/builders/object/object.js +31 -3
  1059. package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +3 -3
  1060. package/core/schemas/builders/object/objectWithoutOptionalProperties.js +1 -2
  1061. package/core/schemas/builders/object/property.js +2 -3
  1062. package/core/schemas/builders/object/types.d.ts +16 -11
  1063. package/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -3
  1064. package/core/schemas/builders/object-like/types.d.ts +1 -1
  1065. package/core/schemas/builders/record/record.js +2 -4
  1066. package/core/schemas/builders/record/types.d.ts +2 -2
  1067. package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +4 -0
  1068. package/core/schemas/builders/schema-utils/getSchemaUtils.js +67 -4
  1069. package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +1 -2
  1070. package/core/schemas/builders/set/set.js +1 -2
  1071. package/core/schemas/builders/undiscriminated-union/types.d.ts +4 -4
  1072. package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +1 -2
  1073. package/core/schemas/builders/union/discriminant.js +1 -2
  1074. package/core/schemas/builders/union/types.d.ts +6 -6
  1075. package/core/schemas/builders/union/union.d.ts +1 -1
  1076. package/core/schemas/builders/union/union.js +1 -2
  1077. package/core/schemas/utils/MaybePromise.d.ts +1 -1
  1078. package/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +4 -4
  1079. package/core/schemas/utils/createIdentitySchemaCreator.js +1 -2
  1080. package/core/schemas/utils/entries.d.ts +1 -1
  1081. package/core/schemas/utils/entries.js +1 -2
  1082. package/core/schemas/utils/filterObject.d.ts +1 -1
  1083. package/core/schemas/utils/filterObject.js +1 -2
  1084. package/core/schemas/utils/getErrorMessageForIncorrectType.js +5 -2
  1085. package/core/schemas/utils/isPlainObject.js +1 -2
  1086. package/core/schemas/utils/keys.d.ts +1 -1
  1087. package/core/schemas/utils/keys.js +1 -2
  1088. package/core/schemas/utils/maybeSkipValidation.js +1 -2
  1089. package/core/schemas/utils/partition.js +1 -2
  1090. package/dist/Client.d.ts +38 -34
  1091. package/dist/Client.js +17 -7
  1092. package/dist/api/resources/auth/client/Client.d.ts +5 -1
  1093. package/dist/api/resources/auth/resources/index.js +17 -7
  1094. package/dist/api/resources/auth/resources/v2/client/Client.d.ts +4 -0
  1095. package/dist/api/resources/auth/resources/v2/client/Client.js +21 -19
  1096. package/dist/api/resources/auth/resources/v2/client/getToken.d.ts +1 -1
  1097. package/dist/api/resources/auth/resources/v2/client/getToken.js +17 -7
  1098. package/dist/api/resources/auth/resources/v2/client/index.js +17 -7
  1099. package/dist/api/resources/billingNotes/client/Client.d.ts +5 -1
  1100. package/dist/api/resources/billingNotes/resources/index.js +17 -7
  1101. package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +4 -0
  1102. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +28 -42
  1103. package/dist/api/resources/billingNotes/resources/v2/client/create.d.ts +1 -1
  1104. package/dist/api/resources/billingNotes/resources/v2/client/create.js +17 -7
  1105. package/dist/api/resources/billingNotes/resources/v2/client/delete.d.ts +1 -1
  1106. package/dist/api/resources/billingNotes/resources/v2/client/delete.js +17 -7
  1107. package/dist/api/resources/billingNotes/resources/v2/client/index.js +17 -7
  1108. package/dist/api/resources/billingNotes/resources/v2/client/update.d.ts +1 -1
  1109. package/dist/api/resources/billingNotes/resources/v2/client/update.js +17 -7
  1110. package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -1
  1111. package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -1
  1112. package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -2
  1113. package/dist/api/resources/chargeCapture/client/Client.d.ts +5 -1
  1114. package/dist/api/resources/chargeCapture/resources/index.js +17 -7
  1115. package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +7 -3
  1116. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +45 -73
  1117. package/dist/api/resources/chargeCapture/resources/v1/client/create.d.ts +1 -1
  1118. package/dist/api/resources/chargeCapture/resources/v1/client/create.js +17 -7
  1119. package/dist/api/resources/chargeCapture/resources/v1/client/delete.d.ts +1 -1
  1120. package/dist/api/resources/chargeCapture/resources/v1/client/delete.js +17 -7
  1121. package/dist/api/resources/chargeCapture/resources/v1/client/get.d.ts +1 -1
  1122. package/dist/api/resources/chargeCapture/resources/v1/client/get.js +17 -7
  1123. package/dist/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -1
  1124. package/dist/api/resources/chargeCapture/resources/v1/client/getAll.js +17 -7
  1125. package/dist/api/resources/chargeCapture/resources/v1/client/index.js +17 -7
  1126. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -1
  1127. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -1
  1128. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +1 -1
  1129. package/dist/api/resources/chargeCapture/resources/v1/client/update.d.ts +1 -1
  1130. package/dist/api/resources/chargeCapture/resources/v1/client/update.js +17 -7
  1131. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +1 -1
  1132. package/dist/api/resources/chargeCaptureBundles/client/Client.d.ts +5 -1
  1133. package/dist/api/resources/chargeCaptureBundles/resources/index.js +17 -7
  1134. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +6 -2
  1135. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +37 -49
  1136. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +1 -1
  1137. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.js +17 -7
  1138. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +1 -1
  1139. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +17 -7
  1140. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +17 -7
  1141. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +2 -2
  1142. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +1 -1
  1143. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +17 -7
  1144. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +1 -1
  1145. package/dist/api/resources/claimSubmission/resources/index.js +17 -7
  1146. package/dist/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +1 -1
  1147. package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
  1148. package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +4 -4
  1149. package/dist/api/resources/claims/types/Claim.d.ts +4 -4
  1150. package/dist/api/resources/claims/types/ClaimStatus.d.ts +1 -1
  1151. package/dist/api/resources/commons/types/AppointmentId.d.ts +1 -1
  1152. package/dist/api/resources/commons/types/AppointmentId.js +1 -2
  1153. package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +1 -1
  1154. package/dist/api/resources/commons/types/ChargeCaptureBundleId.d.ts +1 -1
  1155. package/dist/api/resources/commons/types/ChargeCaptureBundleId.js +1 -2
  1156. package/dist/api/resources/commons/types/ChargeCaptureId.d.ts +1 -1
  1157. package/dist/api/resources/commons/types/ChargeCaptureId.js +1 -2
  1158. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -1
  1159. package/dist/api/resources/commons/types/ClaimId.d.ts +1 -1
  1160. package/dist/api/resources/commons/types/ClaimId.js +1 -2
  1161. package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +1 -1
  1162. package/dist/api/resources/commons/types/Date_.d.ts +1 -1
  1163. package/dist/api/resources/commons/types/Date_.js +1 -2
  1164. package/dist/api/resources/commons/types/Decimal.d.ts +1 -1
  1165. package/dist/api/resources/commons/types/Decimal.js +1 -2
  1166. package/dist/api/resources/commons/types/DelayReasonCode.d.ts +1 -1
  1167. package/dist/api/resources/commons/types/Email.d.ts +1 -1
  1168. package/dist/api/resources/commons/types/Email.js +1 -2
  1169. package/dist/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -1
  1170. package/dist/api/resources/commons/types/EncounterExternalId.d.ts +1 -1
  1171. package/dist/api/resources/commons/types/EncounterExternalId.js +1 -2
  1172. package/dist/api/resources/commons/types/EncounterId.d.ts +1 -1
  1173. package/dist/api/resources/commons/types/EncounterId.js +1 -2
  1174. package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +1 -1
  1175. package/dist/api/resources/commons/types/ErrorMessage.d.ts +1 -1
  1176. package/dist/api/resources/commons/types/ErrorMessage.js +1 -2
  1177. package/dist/api/resources/commons/types/FacilityTypeCode.d.ts +1 -1
  1178. package/dist/api/resources/commons/types/InsuranceTypeCode.d.ts +1 -1
  1179. package/dist/api/resources/commons/types/IntendedSubmissionMedium.d.ts +1 -1
  1180. package/dist/api/resources/commons/types/InvoiceId.d.ts +1 -1
  1181. package/dist/api/resources/commons/types/InvoiceId.js +1 -2
  1182. package/dist/api/resources/commons/types/LinkUrl.d.ts +1 -1
  1183. package/dist/api/resources/commons/types/LinkUrl.js +1 -2
  1184. package/dist/api/resources/commons/types/NetworkType.d.ts +1 -1
  1185. package/dist/api/resources/commons/types/Npi.d.ts +1 -1
  1186. package/dist/api/resources/commons/types/Npi.js +1 -2
  1187. package/dist/api/resources/commons/types/OrganizationId.d.ts +1 -1
  1188. package/dist/api/resources/commons/types/OrganizationId.js +1 -2
  1189. package/dist/api/resources/commons/types/PageToken.d.ts +1 -1
  1190. package/dist/api/resources/commons/types/PageToken.js +1 -2
  1191. package/dist/api/resources/commons/types/PatientExternalId.d.ts +1 -1
  1192. package/dist/api/resources/commons/types/PatientExternalId.js +1 -2
  1193. package/dist/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +1 -1
  1194. package/dist/api/resources/commons/types/PayerPlanGroupId.d.ts +8 -0
  1195. package/dist/api/resources/commons/types/PayerPlanGroupId.js +9 -0
  1196. package/dist/api/resources/commons/types/PhoneNumberType.d.ts +1 -1
  1197. package/dist/api/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -1
  1198. package/dist/api/resources/commons/types/PreEncounterAppointmentId.js +1 -2
  1199. package/dist/api/resources/commons/types/PreEncounterPatientId.d.ts +1 -1
  1200. package/dist/api/resources/commons/types/PreEncounterPatientId.js +1 -2
  1201. package/dist/api/resources/commons/types/Primitive.d.ts +1 -1
  1202. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +6 -2
  1203. package/dist/api/resources/commons/types/ProcedureModifier.js +1 -0
  1204. package/dist/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -1
  1205. package/dist/api/resources/commons/types/ProviderCredentialingSpanId.js +1 -2
  1206. package/dist/api/resources/commons/types/ProviderId.d.ts +1 -1
  1207. package/dist/api/resources/commons/types/ProviderId.js +1 -2
  1208. package/dist/api/resources/commons/types/QualifierCode.d.ts +1 -1
  1209. package/dist/api/resources/commons/types/RateId.d.ts +1 -1
  1210. package/dist/api/resources/commons/types/RateId.js +1 -2
  1211. package/dist/api/resources/commons/types/Regions.d.ts +1 -1
  1212. package/dist/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +1 -1
  1213. package/dist/api/resources/commons/types/SchemaId.d.ts +1 -1
  1214. package/dist/api/resources/commons/types/SchemaId.js +1 -2
  1215. package/dist/api/resources/commons/types/ServiceLineId.d.ts +1 -1
  1216. package/dist/api/resources/commons/types/ServiceLineId.js +1 -2
  1217. package/dist/api/resources/commons/types/ServiceLineUnits.d.ts +1 -1
  1218. package/dist/api/resources/commons/types/SortDirection.d.ts +1 -1
  1219. package/dist/api/resources/commons/types/SourceOfPaymentCode.d.ts +1 -1
  1220. package/dist/api/resources/commons/types/State.d.ts +1 -1
  1221. package/dist/api/resources/commons/types/TaskAssignmentId.d.ts +1 -1
  1222. package/dist/api/resources/commons/types/TaskAssignmentId.js +1 -2
  1223. package/dist/api/resources/commons/types/TaskId.d.ts +1 -1
  1224. package/dist/api/resources/commons/types/TaskId.js +1 -2
  1225. package/dist/api/resources/commons/types/TaskNoteId.d.ts +1 -1
  1226. package/dist/api/resources/commons/types/TaskNoteId.js +1 -2
  1227. package/dist/api/resources/commons/types/TaxId.d.ts +1 -1
  1228. package/dist/api/resources/commons/types/TaxId.js +1 -2
  1229. package/dist/api/resources/commons/types/UserId.d.ts +1 -1
  1230. package/dist/api/resources/commons/types/UserId.js +1 -2
  1231. package/dist/api/resources/commons/types/WorkQueueId.d.ts +1 -1
  1232. package/dist/api/resources/commons/types/WorkQueueId.js +1 -2
  1233. package/dist/api/resources/commons/types/index.d.ts +1 -0
  1234. package/dist/api/resources/commons/types/index.js +1 -0
  1235. package/dist/api/resources/contracts/client/Client.d.ts +5 -1
  1236. package/dist/api/resources/contracts/resources/index.js +17 -7
  1237. package/dist/api/resources/contracts/resources/v2/client/Client.d.ts +9 -5
  1238. package/dist/api/resources/contracts/resources/v2/client/Client.js +50 -78
  1239. package/dist/api/resources/contracts/resources/v2/client/create.d.ts +1 -1
  1240. package/dist/api/resources/contracts/resources/v2/client/create.js +17 -7
  1241. package/dist/api/resources/contracts/resources/v2/client/delete.d.ts +1 -1
  1242. package/dist/api/resources/contracts/resources/v2/client/delete.js +17 -7
  1243. package/dist/api/resources/contracts/resources/v2/client/get.d.ts +1 -1
  1244. package/dist/api/resources/contracts/resources/v2/client/get.js +17 -7
  1245. package/dist/api/resources/contracts/resources/v2/client/getMulti.d.ts +1 -1
  1246. package/dist/api/resources/contracts/resources/v2/client/getMulti.js +17 -7
  1247. package/dist/api/resources/contracts/resources/v2/client/index.js +17 -7
  1248. package/dist/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -1
  1249. package/dist/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +2 -2
  1250. package/dist/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +2 -2
  1251. package/dist/api/resources/contracts/resources/v2/client/update.d.ts +1 -1
  1252. package/dist/api/resources/contracts/resources/v2/client/update.js +17 -7
  1253. package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +1 -1
  1254. package/dist/api/resources/contracts/resources/v2/types/ContractId.d.ts +1 -1
  1255. package/dist/api/resources/contracts/resources/v2/types/ContractId.js +1 -2
  1256. package/dist/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +1 -1
  1257. package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -1
  1258. package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -2
  1259. package/dist/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +1 -1
  1260. package/dist/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +1 -1
  1261. package/dist/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +1 -1
  1262. package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -1
  1263. package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -2
  1264. package/dist/api/resources/credentialing/client/Client.d.ts +5 -1
  1265. package/dist/api/resources/credentialing/resources/index.js +17 -7
  1266. package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +6 -2
  1267. package/dist/api/resources/credentialing/resources/v2/client/Client.js +43 -73
  1268. package/dist/api/resources/credentialing/resources/v2/client/create.d.ts +1 -1
  1269. package/dist/api/resources/credentialing/resources/v2/client/create.js +17 -7
  1270. package/dist/api/resources/credentialing/resources/v2/client/delete.d.ts +1 -1
  1271. package/dist/api/resources/credentialing/resources/v2/client/delete.js +17 -7
  1272. package/dist/api/resources/credentialing/resources/v2/client/get.d.ts +1 -1
  1273. package/dist/api/resources/credentialing/resources/v2/client/get.js +17 -7
  1274. package/dist/api/resources/credentialing/resources/v2/client/getAll.d.ts +1 -1
  1275. package/dist/api/resources/credentialing/resources/v2/client/getAll.js +17 -7
  1276. package/dist/api/resources/credentialing/resources/v2/client/index.js +17 -7
  1277. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
  1278. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
  1279. package/dist/api/resources/credentialing/resources/v2/client/update.d.ts +1 -1
  1280. package/dist/api/resources/credentialing/resources/v2/client/update.js +17 -7
  1281. package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +1 -1
  1282. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -1
  1283. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -2
  1284. package/dist/api/resources/customSchemas/client/Client.d.ts +5 -1
  1285. package/dist/api/resources/customSchemas/resources/index.js +17 -7
  1286. package/dist/api/resources/customSchemas/resources/v1/client/Client.d.ts +9 -5
  1287. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +40 -62
  1288. package/dist/api/resources/customSchemas/resources/v1/client/create.d.ts +1 -1
  1289. package/dist/api/resources/customSchemas/resources/v1/client/create.js +17 -7
  1290. package/dist/api/resources/customSchemas/resources/v1/client/get.d.ts +1 -1
  1291. package/dist/api/resources/customSchemas/resources/v1/client/get.js +17 -7
  1292. package/dist/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -1
  1293. package/dist/api/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
  1294. package/dist/api/resources/customSchemas/resources/v1/client/index.js +17 -7
  1295. package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +4 -4
  1296. package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +1 -1
  1297. package/dist/api/resources/customSchemas/resources/v1/client/update.d.ts +1 -1
  1298. package/dist/api/resources/customSchemas/resources/v1/client/update.js +17 -7
  1299. package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +1 -1
  1300. package/dist/api/resources/diagnoses/client/Client.d.ts +6 -2
  1301. package/dist/api/resources/diagnoses/client/Client.js +32 -46
  1302. package/dist/api/resources/diagnoses/client/create.d.ts +1 -1
  1303. package/dist/api/resources/diagnoses/client/create.js +17 -7
  1304. package/dist/api/resources/diagnoses/client/delete.d.ts +1 -1
  1305. package/dist/api/resources/diagnoses/client/delete.js +17 -7
  1306. package/dist/api/resources/diagnoses/client/index.js +17 -7
  1307. package/dist/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +1 -1
  1308. package/dist/api/resources/diagnoses/client/update.d.ts +1 -1
  1309. package/dist/api/resources/diagnoses/client/update.js +17 -7
  1310. package/dist/api/resources/diagnoses/types/Diagnosis.d.ts +2 -2
  1311. package/dist/api/resources/diagnoses/types/DiagnosisId.d.ts +1 -1
  1312. package/dist/api/resources/diagnoses/types/DiagnosisId.js +1 -2
  1313. package/dist/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +1 -1
  1314. package/dist/api/resources/eligibility/client/Client.d.ts +5 -1
  1315. package/dist/api/resources/eligibility/resources/index.js +17 -7
  1316. package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
  1317. package/dist/api/resources/eligibility/resources/v2/client/Client.js +29 -43
  1318. package/dist/api/resources/eligibility/resources/v2/client/index.js +17 -7
  1319. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -1
  1320. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
  1321. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -1
  1322. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
  1323. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -1
  1324. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
  1325. package/dist/api/resources/encounterProviders/client/Client.d.ts +5 -1
  1326. package/dist/api/resources/encounterProviders/resources/index.js +17 -7
  1327. package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +14 -10
  1328. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +75 -161
  1329. package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -1
  1330. package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
  1331. package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +1 -1
  1332. package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
  1333. package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +1 -1
  1334. package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
  1335. package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +1 -1
  1336. package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
  1337. package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -1
  1338. package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
  1339. package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -1
  1340. package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
  1341. package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +1 -1
  1342. package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
  1343. package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -1
  1344. package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
  1345. package/dist/api/resources/encounterProviders/resources/v2/client/index.js +17 -7
  1346. package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +1 -1
  1347. package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
  1348. package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +1 -1
  1349. package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
  1350. package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +1 -1
  1351. package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
  1352. package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +1 -1
  1353. package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
  1354. package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -1
  1355. package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -2
  1356. package/dist/api/resources/encounters/client/Client.d.ts +5 -1
  1357. package/dist/api/resources/encounters/resources/index.js +17 -7
  1358. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +88 -82
  1359. package/dist/api/resources/encounters/resources/v4/client/Client.js +141 -158
  1360. package/dist/api/resources/encounters/resources/v4/client/create.d.ts +13 -1
  1361. package/dist/api/resources/encounters/resources/v4/client/create.js +39 -7
  1362. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +13 -1
  1363. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +39 -7
  1364. package/dist/api/resources/encounters/resources/v4/client/get.d.ts +1 -1
  1365. package/dist/api/resources/encounters/resources/v4/client/get.js +17 -7
  1366. package/dist/api/resources/encounters/resources/v4/client/getAll.d.ts +1 -1
  1367. package/dist/api/resources/encounters/resources/v4/client/getAll.js +17 -7
  1368. package/dist/api/resources/encounters/resources/v4/client/index.js +17 -7
  1369. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +52 -50
  1370. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -1
  1371. package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +3 -3
  1372. package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  1373. package/dist/api/resources/encounters/resources/v4/client/update.js +28 -7
  1374. package/dist/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +1 -1
  1375. package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -1
  1376. package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -1
  1377. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +10 -10
  1378. package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +1 -1
  1379. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +10 -10
  1380. package/dist/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +1 -1
  1381. package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +1 -1
  1382. package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -1
  1383. package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -2
  1384. package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -1
  1385. package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -2
  1386. package/dist/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +1 -1
  1387. package/dist/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +1 -1
  1388. package/dist/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +1 -1
  1389. package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +1 -1
  1390. package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +8 -0
  1391. package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +5 -0
  1392. package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -1
  1393. package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -2
  1394. package/dist/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +1 -1
  1395. package/dist/api/resources/encounters/resources/v4/types/RxCui.d.ts +1 -1
  1396. package/dist/api/resources/encounters/resources/v4/types/RxCui.js +1 -2
  1397. package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +1 -1
  1398. package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +1 -1
  1399. package/dist/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +1 -1
  1400. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  1401. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  1402. package/dist/api/resources/era/types/EraId.d.ts +1 -1
  1403. package/dist/api/resources/era/types/EraId.js +1 -2
  1404. package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +1 -1
  1405. package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +6 -2
  1406. package/dist/api/resources/expectedNetworkStatus/resources/index.js +17 -7
  1407. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +6 -2
  1408. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +22 -20
  1409. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +1 -1
  1410. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +17 -7
  1411. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.js +17 -7
  1412. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +2 -2
  1413. package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +1 -1
  1414. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +14 -10
  1415. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +35 -41
  1416. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +1 -1
  1417. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
  1418. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +1 -1
  1419. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
  1420. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
  1421. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +1 -1
  1422. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +1 -1
  1423. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +1 -1
  1424. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +1 -1
  1425. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +1 -1
  1426. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -1
  1427. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -2
  1428. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +1 -1
  1429. package/dist/api/resources/exports/client/Client.d.ts +5 -1
  1430. package/dist/api/resources/exports/resources/index.js +17 -7
  1431. package/dist/api/resources/exports/resources/v3/client/Client.d.ts +4 -0
  1432. package/dist/api/resources/exports/resources/v3/client/Client.js +21 -19
  1433. package/dist/api/resources/exports/resources/v3/client/getExports.d.ts +1 -2
  1434. package/dist/api/resources/exports/resources/v3/client/getExports.js +17 -7
  1435. package/dist/api/resources/exports/resources/v3/client/index.js +17 -7
  1436. package/dist/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -2
  1437. package/dist/api/resources/externalPaymentAccountConfig/client/Client.d.ts +5 -1
  1438. package/dist/api/resources/externalPaymentAccountConfig/resources/index.js +17 -7
  1439. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +4 -0
  1440. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +22 -20
  1441. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +1 -1
  1442. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +17 -7
  1443. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/index.js +17 -7
  1444. package/dist/api/resources/feeSchedules/client/Client.d.ts +5 -1
  1445. package/dist/api/resources/feeSchedules/resources/index.js +17 -7
  1446. package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +23 -16
  1447. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +132 -165
  1448. package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +1 -1
  1449. package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
  1450. package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +1 -1
  1451. package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
  1452. package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +1 -1
  1453. package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.js +17 -7
  1454. package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +1 -1
  1455. package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +17 -7
  1456. package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +1 -1
  1457. package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +17 -7
  1458. package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +1 -1
  1459. package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
  1460. package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +1 -1
  1461. package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +17 -7
  1462. package/dist/api/resources/feeSchedules/resources/v3/client/index.js +17 -7
  1463. package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +6 -5
  1464. package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +7 -5
  1465. package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +8 -6
  1466. package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -1
  1467. package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
  1468. package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -1
  1469. package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
  1470. package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -1
  1471. package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
  1472. package/dist/api/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +1 -0
  1473. package/dist/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +1 -1
  1474. package/dist/api/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +2 -1
  1475. package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +12 -0
  1476. package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +5 -0
  1477. package/dist/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +1 -0
  1478. package/dist/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +8 -0
  1479. package/dist/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +5 -0
  1480. package/dist/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +1 -1
  1481. package/dist/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +7 -1
  1482. package/dist/api/resources/feeSchedules/resources/v3/types/index.d.ts +2 -0
  1483. package/dist/api/resources/feeSchedules/resources/v3/types/index.js +2 -0
  1484. package/dist/api/resources/financials/types/AccountType.d.ts +1 -1
  1485. package/dist/api/resources/financials/types/AllocationTarget.d.ts +1 -1
  1486. package/dist/api/resources/financials/types/AllocationTargetCreate.d.ts +1 -1
  1487. package/dist/api/resources/financials/types/InvoiceUpdate.d.ts +1 -1
  1488. package/dist/api/resources/financials/types/NoteUpdate.d.ts +1 -1
  1489. package/dist/api/resources/financials/types/PatientTransactionSource.d.ts +1 -1
  1490. package/dist/api/resources/financials/types/RefundReason.d.ts +1 -1
  1491. package/dist/api/resources/financials/types/RefundReasonUpdate.d.ts +1 -1
  1492. package/dist/api/resources/guarantor/client/Client.d.ts +5 -1
  1493. package/dist/api/resources/guarantor/resources/index.js +17 -7
  1494. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +8 -4
  1495. package/dist/api/resources/guarantor/resources/v1/client/Client.js +31 -45
  1496. package/dist/api/resources/guarantor/resources/v1/client/create.d.ts +1 -1
  1497. package/dist/api/resources/guarantor/resources/v1/client/create.js +17 -7
  1498. package/dist/api/resources/guarantor/resources/v1/client/get.d.ts +1 -1
  1499. package/dist/api/resources/guarantor/resources/v1/client/get.js +17 -7
  1500. package/dist/api/resources/guarantor/resources/v1/client/index.js +17 -7
  1501. package/dist/api/resources/guarantor/resources/v1/client/update.d.ts +1 -1
  1502. package/dist/api/resources/guarantor/resources/v1/client/update.js +17 -7
  1503. package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -1
  1504. package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.js +1 -2
  1505. package/dist/api/resources/identifiers/types/IdentifierCode.d.ts +1 -1
  1506. package/dist/api/resources/identifiers/types/IdentifierId.d.ts +1 -1
  1507. package/dist/api/resources/identifiers/types/IdentifierId.js +1 -2
  1508. package/dist/api/resources/identifiers/types/IdentifierValue.d.ts +1 -1
  1509. package/dist/api/resources/identifiers/types/UpdatableIdentifier.d.ts +1 -1
  1510. package/dist/api/resources/importInvoice/client/Client.d.ts +5 -1
  1511. package/dist/api/resources/importInvoice/resources/index.js +17 -7
  1512. package/dist/api/resources/importInvoice/resources/v1/client/Client.d.ts +10 -6
  1513. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +50 -66
  1514. package/dist/api/resources/importInvoice/resources/v1/client/get.d.ts +1 -1
  1515. package/dist/api/resources/importInvoice/resources/v1/client/get.js +17 -7
  1516. package/dist/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +1 -1
  1517. package/dist/api/resources/importInvoice/resources/v1/client/getMulti.js +17 -7
  1518. package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +1 -1
  1519. package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
  1520. package/dist/api/resources/importInvoice/resources/v1/client/index.js +17 -7
  1521. package/dist/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +3 -3
  1522. package/dist/api/resources/importInvoice/resources/v1/client/update.d.ts +1 -1
  1523. package/dist/api/resources/importInvoice/resources/v1/client/update.js +17 -7
  1524. package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +1 -1
  1525. package/dist/api/resources/index.js +17 -7
  1526. package/dist/api/resources/individual/types/Gender.d.ts +1 -1
  1527. package/dist/api/resources/individual/types/IndividualId.d.ts +1 -1
  1528. package/dist/api/resources/individual/types/IndividualId.js +1 -2
  1529. package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +5 -1
  1530. package/dist/api/resources/insuranceAdjudications/resources/index.js +17 -7
  1531. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +5 -1
  1532. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +28 -42
  1533. package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -1
  1534. package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
  1535. package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +1 -1
  1536. package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.js +17 -7
  1537. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +1 -1
  1538. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.js +17 -7
  1539. package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
  1540. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -1
  1541. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -2
  1542. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -1
  1543. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -2
  1544. package/dist/api/resources/insuranceCards/resources/index.js +17 -7
  1545. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
  1546. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -1
  1547. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -2
  1548. package/dist/api/resources/insurancePayments/client/Client.d.ts +5 -1
  1549. package/dist/api/resources/insurancePayments/resources/index.js +17 -7
  1550. package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +8 -4
  1551. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +52 -78
  1552. package/dist/api/resources/insurancePayments/resources/v1/client/create.d.ts +1 -1
  1553. package/dist/api/resources/insurancePayments/resources/v1/client/create.js +17 -7
  1554. package/dist/api/resources/insurancePayments/resources/v1/client/delete.d.ts +1 -1
  1555. package/dist/api/resources/insurancePayments/resources/v1/client/delete.js +17 -7
  1556. package/dist/api/resources/insurancePayments/resources/v1/client/get.d.ts +1 -1
  1557. package/dist/api/resources/insurancePayments/resources/v1/client/get.js +17 -7
  1558. package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -1
  1559. package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
  1560. package/dist/api/resources/insurancePayments/resources/v1/client/index.js +17 -7
  1561. package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +2 -2
  1562. package/dist/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +1 -1
  1563. package/dist/api/resources/insurancePayments/resources/v1/client/update.d.ts +1 -1
  1564. package/dist/api/resources/insurancePayments/resources/v1/client/update.js +17 -7
  1565. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -1
  1566. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -2
  1567. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +1 -1
  1568. package/dist/api/resources/insuranceRefunds/client/Client.d.ts +5 -1
  1569. package/dist/api/resources/insuranceRefunds/resources/index.js +17 -7
  1570. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +10 -6
  1571. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +54 -80
  1572. package/dist/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -1
  1573. package/dist/api/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
  1574. package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -1
  1575. package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
  1576. package/dist/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -1
  1577. package/dist/api/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
  1578. package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -1
  1579. package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
  1580. package/dist/api/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
  1581. package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +2 -2
  1582. package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +2 -2
  1583. package/dist/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -1
  1584. package/dist/api/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
  1585. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -1
  1586. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -2
  1587. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +1 -1
  1588. package/dist/api/resources/invoices/resources/index.js +17 -7
  1589. package/dist/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +1 -1
  1590. package/dist/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +1 -1
  1591. package/dist/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +1 -1
  1592. package/dist/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +1 -1
  1593. package/dist/api/resources/invoices/types/InvoiceStatus.d.ts +1 -1
  1594. package/dist/api/resources/medicationDispense/client/Client.d.ts +5 -1
  1595. package/dist/api/resources/medicationDispense/resources/index.js +17 -7
  1596. package/dist/api/resources/medicationDispense/resources/v1/client/Client.d.ts +8 -4
  1597. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +25 -23
  1598. package/dist/api/resources/medicationDispense/resources/v1/client/create.d.ts +1 -1
  1599. package/dist/api/resources/medicationDispense/resources/v1/client/create.js +17 -7
  1600. package/dist/api/resources/medicationDispense/resources/v1/client/index.js +17 -7
  1601. package/dist/api/resources/nonInsurancePayerPayments/client/Client.d.ts +5 -1
  1602. package/dist/api/resources/nonInsurancePayerPayments/resources/index.js +17 -7
  1603. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +8 -4
  1604. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +53 -78
  1605. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -1
  1606. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
  1607. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -1
  1608. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
  1609. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -1
  1610. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
  1611. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -1
  1612. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
  1613. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
  1614. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +2 -2
  1615. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -1
  1616. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -1
  1617. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
  1618. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -1
  1619. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -2
  1620. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +1 -1
  1621. package/dist/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +5 -1
  1622. package/dist/api/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
  1623. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +10 -6
  1624. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +52 -80
  1625. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -1
  1626. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
  1627. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -1
  1628. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
  1629. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -1
  1630. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
  1631. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -1
  1632. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
  1633. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
  1634. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +2 -2
  1635. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +2 -2
  1636. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -1
  1637. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
  1638. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -1
  1639. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -2
  1640. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +1 -1
  1641. package/dist/api/resources/nonInsurancePayers/client/Client.d.ts +5 -1
  1642. package/dist/api/resources/nonInsurancePayers/resources/index.js +17 -7
  1643. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +7 -3
  1644. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +52 -86
  1645. package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +1 -1
  1646. package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
  1647. package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -1
  1648. package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
  1649. package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -1
  1650. package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
  1651. package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -1
  1652. package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
  1653. package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
  1654. package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +2 -2
  1655. package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -1
  1656. package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
  1657. package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +1 -1
  1658. package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
  1659. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +1 -1
  1660. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +1 -1
  1661. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +1 -1
  1662. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -1
  1663. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -2
  1664. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +1 -1
  1665. package/dist/api/resources/organizationProviders/client/Client.d.ts +5 -1
  1666. package/dist/api/resources/organizationProviders/resources/index.js +17 -7
  1667. package/dist/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +1 -1
  1668. package/dist/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +1 -1
  1669. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +28 -1
  1670. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +27 -0
  1671. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -1
  1672. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -2
  1673. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +1 -1
  1674. package/dist/api/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +1 -1
  1675. package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +15 -11
  1676. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +46 -68
  1677. package/dist/api/resources/organizationProviders/resources/v3/client/create.d.ts +1 -1
  1678. package/dist/api/resources/organizationProviders/resources/v3/client/create.js +17 -7
  1679. package/dist/api/resources/organizationProviders/resources/v3/client/get.d.ts +1 -1
  1680. package/dist/api/resources/organizationProviders/resources/v3/client/get.js +17 -7
  1681. package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +1 -1
  1682. package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.js +17 -7
  1683. package/dist/api/resources/organizationProviders/resources/v3/client/index.js +17 -7
  1684. package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +1 -1
  1685. package/dist/api/resources/organizationProviders/resources/v3/client/update.d.ts +1 -1
  1686. package/dist/api/resources/organizationProviders/resources/v3/client/update.js +17 -7
  1687. package/dist/api/resources/organizationServiceFacilities/client/Client.d.ts +5 -1
  1688. package/dist/api/resources/organizationServiceFacilities/resources/index.js +17 -7
  1689. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +16 -12
  1690. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +50 -80
  1691. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -1
  1692. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
  1693. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -1
  1694. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
  1695. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -1
  1696. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
  1697. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +1 -1
  1698. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +17 -7
  1699. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
  1700. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +1 -1
  1701. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
  1702. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -1
  1703. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -2
  1704. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +1 -1
  1705. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +1 -1
  1706. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +1 -1
  1707. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +1 -1
  1708. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +1 -1
  1709. package/dist/api/resources/patientPayments/client/Client.d.ts +5 -1
  1710. package/dist/api/resources/patientPayments/resources/index.js +17 -7
  1711. package/dist/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -1
  1712. package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -1
  1713. package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -2
  1714. package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +1 -1
  1715. package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +1 -1
  1716. package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +9 -5
  1717. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +57 -81
  1718. package/dist/api/resources/patientPayments/resources/v4/client/create.d.ts +1 -1
  1719. package/dist/api/resources/patientPayments/resources/v4/client/create.js +17 -7
  1720. package/dist/api/resources/patientPayments/resources/v4/client/delete.d.ts +1 -1
  1721. package/dist/api/resources/patientPayments/resources/v4/client/delete.js +17 -7
  1722. package/dist/api/resources/patientPayments/resources/v4/client/get.d.ts +1 -1
  1723. package/dist/api/resources/patientPayments/resources/v4/client/get.js +17 -7
  1724. package/dist/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -1
  1725. package/dist/api/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
  1726. package/dist/api/resources/patientPayments/resources/v4/client/index.js +17 -7
  1727. package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +3 -3
  1728. package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +1 -1
  1729. package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -1
  1730. package/dist/api/resources/patientPayments/resources/v4/client/update.d.ts +1 -1
  1731. package/dist/api/resources/patientPayments/resources/v4/client/update.js +17 -7
  1732. package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -1
  1733. package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -2
  1734. package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +1 -1
  1735. package/dist/api/resources/patientRefunds/client/Client.d.ts +5 -1
  1736. package/dist/api/resources/patientRefunds/resources/index.js +17 -7
  1737. package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +11 -7
  1738. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +59 -83
  1739. package/dist/api/resources/patientRefunds/resources/v1/client/create.d.ts +1 -1
  1740. package/dist/api/resources/patientRefunds/resources/v1/client/create.js +17 -7
  1741. package/dist/api/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -1
  1742. package/dist/api/resources/patientRefunds/resources/v1/client/delete.js +17 -7
  1743. package/dist/api/resources/patientRefunds/resources/v1/client/get.d.ts +1 -1
  1744. package/dist/api/resources/patientRefunds/resources/v1/client/get.js +17 -7
  1745. package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -1
  1746. package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
  1747. package/dist/api/resources/patientRefunds/resources/v1/client/index.js +17 -7
  1748. package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +3 -3
  1749. package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +2 -2
  1750. package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +2 -2
  1751. package/dist/api/resources/patientRefunds/resources/v1/client/update.d.ts +1 -1
  1752. package/dist/api/resources/patientRefunds/resources/v1/client/update.js +17 -7
  1753. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -1
  1754. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -2
  1755. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +1 -1
  1756. package/dist/api/resources/payers/client/Client.d.ts +5 -1
  1757. package/dist/api/resources/payers/resources/index.js +17 -7
  1758. package/dist/api/resources/payers/resources/v3/client/Client.d.ts +4 -0
  1759. package/dist/api/resources/payers/resources/v3/client/Client.js +25 -31
  1760. package/dist/api/resources/payers/resources/v3/client/get.d.ts +1 -1
  1761. package/dist/api/resources/payers/resources/v3/client/get.js +17 -7
  1762. package/dist/api/resources/payers/resources/v3/client/getAll.d.ts +1 -1
  1763. package/dist/api/resources/payers/resources/v3/client/getAll.js +17 -7
  1764. package/dist/api/resources/payers/resources/v3/client/index.js +17 -7
  1765. package/dist/api/resources/payers/resources/v3/types/PayerId.d.ts +1 -1
  1766. package/dist/api/resources/payers/resources/v3/types/PayerId.js +1 -2
  1767. package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +1 -1
  1768. package/dist/api/resources/payers/resources/v3/types/PayerName.d.ts +1 -1
  1769. package/dist/api/resources/payers/resources/v3/types/PayerName.js +1 -2
  1770. package/dist/api/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -1
  1771. package/dist/api/resources/payers/resources/v3/types/PayerUuid.js +1 -2
  1772. package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -1
  1773. package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -2
  1774. package/dist/api/resources/preEncounter/client/Client.d.ts +13 -6
  1775. package/dist/api/resources/preEncounter/client/Client.js +13 -8
  1776. package/dist/api/resources/preEncounter/resources/appointments/client/Client.d.ts +5 -1
  1777. package/dist/api/resources/preEncounter/resources/appointments/resources/index.js +17 -7
  1778. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +43 -21
  1779. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +142 -99
  1780. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +1 -1
  1781. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
  1782. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -1
  1783. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
  1784. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -1
  1785. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
  1786. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +1 -1
  1787. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
  1788. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +28 -0
  1789. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +68 -0
  1790. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -0
  1791. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +19 -8
  1792. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +1 -1
  1793. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +27 -0
  1794. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.js +5 -0
  1795. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +1 -0
  1796. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +1 -1
  1797. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
  1798. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -1
  1799. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
  1800. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +1 -1
  1801. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -1
  1802. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +1 -1
  1803. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +1 -1
  1804. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +13 -0
  1805. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +5 -0
  1806. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +7 -0
  1807. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +5 -0
  1808. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +2 -0
  1809. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +2 -0
  1810. package/dist/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +1 -1
  1811. package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -1
  1812. package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.js +1 -2
  1813. package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -1
  1814. package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -2
  1815. package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -1
  1816. package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -2
  1817. package/dist/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +1 -1
  1818. package/dist/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -1
  1819. package/dist/api/resources/preEncounter/resources/common/types/CoverageId.js +1 -2
  1820. package/dist/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +1 -1
  1821. package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +1 -1
  1822. package/dist/api/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +12 -0
  1823. package/dist/api/resources/preEncounter/resources/common/types/ExternalIdentifier.js +5 -0
  1824. package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
  1825. package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -1
  1826. package/dist/api/resources/preEncounter/resources/common/types/Gender.d.ts +1 -1
  1827. package/dist/api/resources/preEncounter/resources/common/types/NameUse.d.ts +1 -1
  1828. package/dist/api/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -1
  1829. package/dist/api/resources/preEncounter/resources/common/types/NoteId.js +1 -2
  1830. package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -1
  1831. package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.js +1 -2
  1832. package/dist/api/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -1
  1833. package/dist/api/resources/preEncounter/resources/common/types/PageToken.js +1 -2
  1834. package/dist/api/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -1
  1835. package/dist/api/resources/preEncounter/resources/common/types/PatientId.js +1 -2
  1836. package/dist/api/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -1
  1837. package/dist/api/resources/preEncounter/resources/common/types/PayerId.js +1 -2
  1838. package/dist/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +11 -0
  1839. package/dist/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +9 -0
  1840. package/dist/api/resources/preEncounter/resources/common/types/Race.d.ts +1 -1
  1841. package/dist/api/resources/preEncounter/resources/common/types/Relationship.d.ts +1 -1
  1842. package/dist/api/resources/preEncounter/resources/common/types/Sex.d.ts +1 -1
  1843. package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +1 -1
  1844. package/dist/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +1 -1
  1845. package/dist/api/resources/preEncounter/resources/common/types/TagId.d.ts +1 -1
  1846. package/dist/api/resources/preEncounter/resources/common/types/TagId.js +1 -2
  1847. package/dist/api/resources/preEncounter/resources/common/types/UserId.d.ts +1 -1
  1848. package/dist/api/resources/preEncounter/resources/common/types/UserId.js +1 -2
  1849. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  1850. package/dist/api/resources/preEncounter/resources/common/types/index.js +2 -0
  1851. package/dist/api/resources/preEncounter/resources/coverages/client/Client.d.ts +5 -1
  1852. package/dist/api/resources/preEncounter/resources/coverages/resources/index.js +17 -7
  1853. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +45 -36
  1854. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +144 -135
  1855. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +1 -1
  1856. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +17 -7
  1857. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +1 -1
  1858. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +17 -7
  1859. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +1 -1
  1860. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +17 -7
  1861. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +1 -1
  1862. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +17 -7
  1863. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +1 -1
  1864. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
  1865. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +1 -1
  1866. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
  1867. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +28 -0
  1868. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +68 -0
  1869. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +1 -0
  1870. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +19 -8
  1871. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +1 -1
  1872. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +22 -0
  1873. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.js +5 -0
  1874. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +1 -1
  1875. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +1 -0
  1876. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +1 -1
  1877. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
  1878. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -1
  1879. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
  1880. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +12 -0
  1881. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +5 -0
  1882. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  1883. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +1 -0
  1884. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  1885. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +1 -1
  1886. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +1 -1
  1887. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +7 -0
  1888. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +5 -0
  1889. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
  1890. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +1 -1
  1891. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +14 -0
  1892. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +5 -0
  1893. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
  1894. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +5 -1
  1895. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +1 -0
  1896. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +9 -0
  1897. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +5 -0
  1898. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +1 -1
  1899. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +3 -0
  1900. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +1 -1
  1901. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +4 -0
  1902. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +4 -0
  1903. package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +30 -0
  1904. package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/Client.js +17 -0
  1905. package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/index.d.ts +1 -0
  1906. package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/index.js +2 -0
  1907. package/dist/api/resources/preEncounter/resources/eligibilityChecks/index.d.ts +2 -0
  1908. package/dist/api/resources/preEncounter/resources/eligibilityChecks/index.js +18 -0
  1909. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/index.d.ts +1 -0
  1910. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/index.js +37 -0
  1911. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +62 -0
  1912. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +136 -0
  1913. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +1 -0
  1914. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +37 -0
  1915. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.d.ts +22 -0
  1916. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.js +57 -0
  1917. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +2 -0
  1918. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +18 -0
  1919. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +11 -0
  1920. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +5 -0
  1921. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +17 -0
  1922. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +5 -0
  1923. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +8 -0
  1924. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +5 -0
  1925. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +12 -0
  1926. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +5 -0
  1927. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +8 -0
  1928. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +5 -0
  1929. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +7 -0
  1930. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +5 -0
  1931. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +9 -0
  1932. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +5 -0
  1933. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +5 -0
  1934. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +5 -0
  1935. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +8 -0
  1936. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +5 -0
  1937. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +9 -0
  1938. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +25 -0
  1939. package/dist/api/resources/preEncounter/resources/index.d.ts +1 -0
  1940. package/dist/api/resources/preEncounter/resources/index.js +19 -8
  1941. package/dist/api/resources/preEncounter/resources/lists/client/Client.d.ts +5 -1
  1942. package/dist/api/resources/preEncounter/resources/lists/resources/index.js +17 -7
  1943. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +6 -2
  1944. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +37 -39
  1945. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +1 -1
  1946. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +17 -7
  1947. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -1
  1948. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
  1949. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
  1950. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -1
  1951. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -1
  1952. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -1
  1953. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.d.ts +1 -1
  1954. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +1 -2
  1955. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -1
  1956. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -2
  1957. package/dist/api/resources/preEncounter/resources/notes/client/Client.d.ts +5 -1
  1958. package/dist/api/resources/preEncounter/resources/notes/resources/index.js +17 -7
  1959. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +4 -0
  1960. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +29 -51
  1961. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +1 -1
  1962. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +17 -7
  1963. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +1 -1
  1964. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +17 -7
  1965. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +1 -1
  1966. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +17 -7
  1967. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +17 -7
  1968. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +1 -1
  1969. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +17 -7
  1970. package/dist/api/resources/preEncounter/resources/patients/client/Client.d.ts +5 -1
  1971. package/dist/api/resources/preEncounter/resources/patients/resources/index.js +17 -7
  1972. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +129 -96
  1973. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +221 -213
  1974. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -1
  1975. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
  1976. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +1 -1
  1977. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
  1978. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -1
  1979. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
  1980. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -1
  1981. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
  1982. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +1 -1
  1983. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
  1984. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +1 -1
  1985. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +17 -7
  1986. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  1987. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +19 -8
  1988. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +34 -0
  1989. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +79 -0
  1990. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +37 -31
  1991. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +37 -31
  1992. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -1
  1993. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -1
  1994. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +1 -1
  1995. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
  1996. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +1 -1
  1997. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
  1998. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -1
  1999. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
  2000. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +1 -1
  2001. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +1 -1
  2002. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +1 -1
  2003. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  2004. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -1
  2005. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -2
  2006. package/dist/api/resources/preEncounter/resources/tags/client/Client.d.ts +5 -1
  2007. package/dist/api/resources/preEncounter/resources/tags/resources/index.js +17 -7
  2008. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +4 -0
  2009. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +34 -64
  2010. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +1 -1
  2011. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +17 -7
  2012. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +1 -1
  2013. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +17 -7
  2014. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +1 -1
  2015. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +17 -7
  2016. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +1 -1
  2017. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +17 -7
  2018. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +17 -7
  2019. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +1 -1
  2020. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +17 -7
  2021. package/dist/api/resources/remitDrafts/resources/index.js +17 -7
  2022. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -1
  2023. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -2
  2024. package/dist/api/resources/remits/resources/index.js +17 -7
  2025. package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +1 -1
  2026. package/dist/api/resources/serviceFacility/client/Client.d.ts +5 -1
  2027. package/dist/api/resources/serviceFacility/client/Client.js +21 -19
  2028. package/dist/api/resources/serviceFacility/client/index.js +17 -7
  2029. package/dist/api/resources/serviceFacility/client/update.d.ts +1 -1
  2030. package/dist/api/resources/serviceFacility/client/update.js +17 -7
  2031. package/dist/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -1
  2032. package/dist/api/resources/serviceFacility/types/ServiceFacilityId.js +1 -2
  2033. package/dist/api/resources/serviceLines/client/Client.d.ts +5 -1
  2034. package/dist/api/resources/serviceLines/resources/index.js +17 -7
  2035. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +19 -15
  2036. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +44 -58
  2037. package/dist/api/resources/serviceLines/resources/v2/client/create.d.ts +1 -1
  2038. package/dist/api/resources/serviceLines/resources/v2/client/create.js +17 -7
  2039. package/dist/api/resources/serviceLines/resources/v2/client/delete.d.ts +1 -1
  2040. package/dist/api/resources/serviceLines/resources/v2/client/delete.js +17 -7
  2041. package/dist/api/resources/serviceLines/resources/v2/client/index.js +17 -7
  2042. package/dist/api/resources/serviceLines/resources/v2/client/update.d.ts +1 -1
  2043. package/dist/api/resources/serviceLines/resources/v2/client/update.js +17 -7
  2044. package/dist/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -1
  2045. package/dist/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +1 -1
  2046. package/dist/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +1 -1
  2047. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +4 -4
  2048. package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
  2049. package/dist/api/resources/tags/types/TagColorEnum.d.ts +1 -1
  2050. package/dist/api/resources/tags/types/TagId.d.ts +1 -1
  2051. package/dist/api/resources/tags/types/TagId.js +1 -2
  2052. package/dist/api/resources/tasks/client/Client.d.ts +5 -1
  2053. package/dist/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -1
  2054. package/dist/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +1 -1
  2055. package/dist/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -1
  2056. package/dist/api/resources/tasks/resources/index.js +17 -7
  2057. package/dist/api/resources/tasks/resources/v3/client/Client.d.ts +11 -7
  2058. package/dist/api/resources/tasks/resources/v3/client/Client.js +53 -77
  2059. package/dist/api/resources/tasks/resources/v3/client/create.d.ts +1 -1
  2060. package/dist/api/resources/tasks/resources/v3/client/create.js +17 -7
  2061. package/dist/api/resources/tasks/resources/v3/client/get.d.ts +1 -1
  2062. package/dist/api/resources/tasks/resources/v3/client/get.js +17 -7
  2063. package/dist/api/resources/tasks/resources/v3/client/getActions.d.ts +1 -1
  2064. package/dist/api/resources/tasks/resources/v3/client/getActions.js +17 -7
  2065. package/dist/api/resources/tasks/resources/v3/client/getMulti.d.ts +1 -1
  2066. package/dist/api/resources/tasks/resources/v3/client/getMulti.js +17 -7
  2067. package/dist/api/resources/tasks/resources/v3/client/index.js +17 -7
  2068. package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +4 -4
  2069. package/dist/api/resources/tasks/resources/v3/client/update.d.ts +1 -1
  2070. package/dist/api/resources/tasks/resources/v3/client/update.js +17 -7
  2071. package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +1 -1
  2072. package/dist/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +1 -1
  2073. package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +1 -1
  2074. package/dist/api/resources/writeOffs/client/Client.d.ts +5 -1
  2075. package/dist/api/resources/writeOffs/resources/index.js +17 -7
  2076. package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +9 -5
  2077. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +47 -63
  2078. package/dist/api/resources/writeOffs/resources/v1/client/create.d.ts +1 -1
  2079. package/dist/api/resources/writeOffs/resources/v1/client/create.js +17 -7
  2080. package/dist/api/resources/writeOffs/resources/v1/client/get.d.ts +1 -1
  2081. package/dist/api/resources/writeOffs/resources/v1/client/get.js +17 -7
  2082. package/dist/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +1 -1
  2083. package/dist/api/resources/writeOffs/resources/v1/client/getMulti.js +17 -7
  2084. package/dist/api/resources/writeOffs/resources/v1/client/index.js +17 -7
  2085. package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -2
  2086. package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +3 -3
  2087. package/dist/api/resources/writeOffs/resources/v1/client/revert.d.ts +1 -1
  2088. package/dist/api/resources/writeOffs/resources/v1/client/revert.js +17 -7
  2089. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +1 -1
  2090. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +1 -1
  2091. package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -1
  2092. package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +1 -1
  2093. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
  2094. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -1
  2095. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -2
  2096. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +1 -1
  2097. package/dist/api/resources/x12/resources/index.js +17 -7
  2098. package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +1 -1
  2099. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  2100. package/dist/core/auth/BearerToken.d.ts +1 -1
  2101. package/dist/core/auth/OAuthTokenProvider.js +17 -7
  2102. package/dist/core/fetcher/APIResponse.d.ts +1 -1
  2103. package/dist/core/fetcher/Fetcher.d.ts +3 -3
  2104. package/dist/core/fetcher/Fetcher.js +6 -31
  2105. package/dist/core/fetcher/Supplier.d.ts +1 -1
  2106. package/dist/core/fetcher/createRequestUrl.d.ts +1 -1
  2107. package/dist/core/fetcher/createRequestUrl.js +1 -2
  2108. package/dist/core/fetcher/getFetchFn.js +18 -9
  2109. package/dist/core/fetcher/getHeader.js +1 -2
  2110. package/dist/core/fetcher/getRequestBody.js +5 -5
  2111. package/dist/core/fetcher/getResponseBody.js +9 -3
  2112. package/dist/core/fetcher/makeRequest.d.ts +1 -1
  2113. package/dist/core/fetcher/requestWithRetries.js +17 -9
  2114. package/dist/core/fetcher/signals.d.ts +0 -1
  2115. package/dist/core/fetcher/signals.js +2 -3
  2116. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
  2117. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
  2118. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
  2119. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +126 -0
  2120. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
  2121. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
  2122. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
  2123. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +59 -0
  2124. package/dist/core/index.js +17 -7
  2125. package/dist/core/json.d.ts +15 -0
  2126. package/dist/core/json.js +24 -0
  2127. package/dist/core/runtime/runtime.d.ts +1 -1
  2128. package/dist/core/runtime/runtime.js +51 -41
  2129. package/dist/core/schemas/Schema.d.ts +8 -5
  2130. package/dist/core/schemas/Schema.js +3 -0
  2131. package/dist/core/schemas/builders/bigint/bigint.d.ts +2 -0
  2132. package/dist/core/schemas/builders/bigint/bigint.js +53 -0
  2133. package/dist/core/schemas/builders/bigint/index.d.ts +1 -0
  2134. package/dist/core/schemas/builders/bigint/index.js +5 -0
  2135. package/dist/core/schemas/builders/date/date.js +1 -2
  2136. package/dist/core/schemas/builders/enum/enum.js +1 -2
  2137. package/dist/core/schemas/builders/index.d.ts +1 -0
  2138. package/dist/core/schemas/builders/index.js +1 -0
  2139. package/dist/core/schemas/builders/lazy/lazy.d.ts +1 -1
  2140. package/dist/core/schemas/builders/lazy/lazy.js +3 -4
  2141. package/dist/core/schemas/builders/lazy/lazyObject.js +1 -2
  2142. package/dist/core/schemas/builders/list/list.js +1 -2
  2143. package/dist/core/schemas/builders/literals/booleanLiteral.js +1 -2
  2144. package/dist/core/schemas/builders/literals/stringLiteral.js +1 -2
  2145. package/dist/core/schemas/builders/object/object.d.ts +1 -1
  2146. package/dist/core/schemas/builders/object/object.js +31 -3
  2147. package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +3 -3
  2148. package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.js +1 -2
  2149. package/dist/core/schemas/builders/object/property.js +2 -3
  2150. package/dist/core/schemas/builders/object/types.d.ts +16 -11
  2151. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -3
  2152. package/dist/core/schemas/builders/object-like/types.d.ts +1 -1
  2153. package/dist/core/schemas/builders/record/record.js +2 -4
  2154. package/dist/core/schemas/builders/record/types.d.ts +2 -2
  2155. package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +4 -0
  2156. package/dist/core/schemas/builders/schema-utils/getSchemaUtils.js +67 -4
  2157. package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.js +1 -2
  2158. package/dist/core/schemas/builders/set/set.js +1 -2
  2159. package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +4 -4
  2160. package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +1 -2
  2161. package/dist/core/schemas/builders/union/discriminant.js +1 -2
  2162. package/dist/core/schemas/builders/union/types.d.ts +6 -6
  2163. package/dist/core/schemas/builders/union/union.d.ts +1 -1
  2164. package/dist/core/schemas/builders/union/union.js +1 -2
  2165. package/dist/core/schemas/utils/MaybePromise.d.ts +1 -1
  2166. package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +4 -4
  2167. package/dist/core/schemas/utils/createIdentitySchemaCreator.js +1 -2
  2168. package/dist/core/schemas/utils/entries.d.ts +1 -1
  2169. package/dist/core/schemas/utils/entries.js +1 -2
  2170. package/dist/core/schemas/utils/filterObject.d.ts +1 -1
  2171. package/dist/core/schemas/utils/filterObject.js +1 -2
  2172. package/dist/core/schemas/utils/getErrorMessageForIncorrectType.js +5 -2
  2173. package/dist/core/schemas/utils/isPlainObject.js +1 -2
  2174. package/dist/core/schemas/utils/keys.d.ts +1 -1
  2175. package/dist/core/schemas/utils/keys.js +1 -2
  2176. package/dist/core/schemas/utils/maybeSkipValidation.js +1 -2
  2177. package/dist/core/schemas/utils/partition.js +1 -2
  2178. package/dist/environments.d.ts +1 -1
  2179. package/dist/errors/CandidApiError.js +2 -1
  2180. package/dist/errors/CandidApiTimeoutError.d.ts +1 -1
  2181. package/dist/errors/CandidApiTimeoutError.js +2 -2
  2182. package/dist/index.d.ts +1 -0
  2183. package/dist/index.js +19 -8
  2184. package/dist/serialization/resources/auth/resources/index.js +17 -7
  2185. package/dist/serialization/resources/auth/resources/v2/client/getToken.js +17 -7
  2186. package/dist/serialization/resources/auth/resources/v2/client/index.js +17 -7
  2187. package/dist/serialization/resources/auth/resources/v2/client/requests/AuthGetTokenRequest.js +17 -7
  2188. package/dist/serialization/resources/auth/resources/v2/types/AuthGetTokenResponse.js +17 -7
  2189. package/dist/serialization/resources/auth/resources/v2/types/TooManyRequestsErrorType.js +17 -7
  2190. package/dist/serialization/resources/billingNotes/resources/index.js +17 -7
  2191. package/dist/serialization/resources/billingNotes/resources/v2/client/delete.js +17 -7
  2192. package/dist/serialization/resources/billingNotes/resources/v2/client/index.js +17 -7
  2193. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +17 -7
  2194. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +17 -7
  2195. package/dist/serialization/resources/billingNotes/resources/v2/client/update.js +17 -7
  2196. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +17 -7
  2197. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +17 -7
  2198. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +17 -7
  2199. package/dist/serialization/resources/chargeCapture/resources/index.js +17 -7
  2200. package/dist/serialization/resources/chargeCapture/resources/v1/client/create.js +17 -7
  2201. package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.js +17 -7
  2202. package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +17 -7
  2203. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +17 -7
  2204. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +17 -7
  2205. package/dist/serialization/resources/chargeCapture/resources/v1/client/update.js +17 -7
  2206. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +17 -7
  2207. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +17 -7
  2208. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +17 -7
  2209. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +17 -7
  2210. package/dist/serialization/resources/chargeCaptureBundles/resources/index.js +17 -7
  2211. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +17 -7
  2212. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +17 -7
  2213. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +17 -7
  2214. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +17 -7
  2215. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +17 -7
  2216. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +17 -7
  2217. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +17 -7
  2218. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +17 -7
  2219. package/dist/serialization/resources/claimSubmission/resources/index.js +17 -7
  2220. package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +17 -7
  2221. package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +17 -7
  2222. package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +17 -7
  2223. package/dist/serialization/resources/claims/types/Claim.js +17 -7
  2224. package/dist/serialization/resources/claims/types/ClaimStatus.js +17 -7
  2225. package/dist/serialization/resources/commons/errors/HttpRequestValidationsError.js +17 -7
  2226. package/dist/serialization/resources/commons/types/AppointmentId.js +17 -7
  2227. package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +17 -7
  2228. package/dist/serialization/resources/commons/types/ChargeCaptureBundleId.js +17 -7
  2229. package/dist/serialization/resources/commons/types/ChargeCaptureId.js +17 -7
  2230. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +17 -7
  2231. package/dist/serialization/resources/commons/types/ClaimId.js +17 -7
  2232. package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +17 -7
  2233. package/dist/serialization/resources/commons/types/DateRangeOptionalEnd.js +17 -7
  2234. package/dist/serialization/resources/commons/types/Date_.js +17 -7
  2235. package/dist/serialization/resources/commons/types/Decimal.js +17 -7
  2236. package/dist/serialization/resources/commons/types/DelayReasonCode.js +17 -7
  2237. package/dist/serialization/resources/commons/types/Email.js +17 -7
  2238. package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.js +17 -7
  2239. package/dist/serialization/resources/commons/types/EncounterExternalId.js +17 -7
  2240. package/dist/serialization/resources/commons/types/EncounterId.js +17 -7
  2241. package/dist/serialization/resources/commons/types/EntityConflictErrorMessage.js +17 -7
  2242. package/dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +17 -7
  2243. package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +17 -7
  2244. package/dist/serialization/resources/commons/types/ErrorMessage.js +17 -7
  2245. package/dist/serialization/resources/commons/types/FacilityTypeCode.js +17 -7
  2246. package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +17 -7
  2247. package/dist/serialization/resources/commons/types/InsuranceTypeCode.js +17 -7
  2248. package/dist/serialization/resources/commons/types/IntendedSubmissionMedium.js +17 -7
  2249. package/dist/serialization/resources/commons/types/InvoiceId.js +17 -7
  2250. package/dist/serialization/resources/commons/types/LinkUrl.js +17 -7
  2251. package/dist/serialization/resources/commons/types/NetworkType.js +17 -7
  2252. package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.js +17 -7
  2253. package/dist/serialization/resources/commons/types/Npi.js +17 -7
  2254. package/dist/serialization/resources/commons/types/OrganizationId.js +17 -7
  2255. package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +17 -7
  2256. package/dist/serialization/resources/commons/types/PageToken.js +17 -7
  2257. package/dist/serialization/resources/commons/types/PatientExternalId.js +17 -7
  2258. package/dist/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +17 -7
  2259. package/dist/serialization/resources/commons/types/PayerPlanGroupId.d.ts +10 -0
  2260. package/dist/serialization/resources/commons/types/PayerPlanGroupId.js +45 -0
  2261. package/dist/serialization/resources/commons/types/PhoneNumber.js +17 -7
  2262. package/dist/serialization/resources/commons/types/PhoneNumberType.js +17 -7
  2263. package/dist/serialization/resources/commons/types/PreEncounterAppointmentId.js +17 -7
  2264. package/dist/serialization/resources/commons/types/PreEncounterPatientId.js +17 -7
  2265. package/dist/serialization/resources/commons/types/Primitive.js +17 -7
  2266. package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  2267. package/dist/serialization/resources/commons/types/ProcedureModifier.js +18 -7
  2268. package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.js +17 -7
  2269. package/dist/serialization/resources/commons/types/ProviderId.js +17 -7
  2270. package/dist/serialization/resources/commons/types/QualifierCode.js +17 -7
  2271. package/dist/serialization/resources/commons/types/RateId.js +17 -7
  2272. package/dist/serialization/resources/commons/types/RegionNational.js +17 -7
  2273. package/dist/serialization/resources/commons/types/RegionStates.js +17 -7
  2274. package/dist/serialization/resources/commons/types/Regions.js +17 -7
  2275. package/dist/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +17 -7
  2276. package/dist/serialization/resources/commons/types/RequestValidationError.js +17 -7
  2277. package/dist/serialization/resources/commons/types/ResourcePage.js +17 -7
  2278. package/dist/serialization/resources/commons/types/SchemaId.js +17 -7
  2279. package/dist/serialization/resources/commons/types/ServiceLineId.js +17 -7
  2280. package/dist/serialization/resources/commons/types/ServiceLineUnits.js +17 -7
  2281. package/dist/serialization/resources/commons/types/SortDirection.js +17 -7
  2282. package/dist/serialization/resources/commons/types/SourceOfPaymentCode.js +17 -7
  2283. package/dist/serialization/resources/commons/types/State.js +17 -7
  2284. package/dist/serialization/resources/commons/types/StreetAddressBase.js +17 -7
  2285. package/dist/serialization/resources/commons/types/StreetAddressLongZip.js +17 -7
  2286. package/dist/serialization/resources/commons/types/StreetAddressShortZip.js +17 -7
  2287. package/dist/serialization/resources/commons/types/TaskAssignmentId.js +17 -7
  2288. package/dist/serialization/resources/commons/types/TaskId.js +17 -7
  2289. package/dist/serialization/resources/commons/types/TaskNoteId.js +17 -7
  2290. package/dist/serialization/resources/commons/types/TaxId.js +17 -7
  2291. package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.js +17 -7
  2292. package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +17 -7
  2293. package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +17 -7
  2294. package/dist/serialization/resources/commons/types/UserId.js +17 -7
  2295. package/dist/serialization/resources/commons/types/WorkQueueId.js +17 -7
  2296. package/dist/serialization/resources/commons/types/index.d.ts +1 -0
  2297. package/dist/serialization/resources/commons/types/index.js +1 -0
  2298. package/dist/serialization/resources/contracts/resources/index.js +17 -7
  2299. package/dist/serialization/resources/contracts/resources/v2/client/delete.js +17 -7
  2300. package/dist/serialization/resources/contracts/resources/v2/client/get.js +17 -7
  2301. package/dist/serialization/resources/contracts/resources/v2/client/index.js +17 -7
  2302. package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +17 -7
  2303. package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +17 -7
  2304. package/dist/serialization/resources/contracts/resources/v2/client/update.js +17 -7
  2305. package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +17 -7
  2306. package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +17 -7
  2307. package/dist/serialization/resources/contracts/resources/v2/types/Contract.js +17 -7
  2308. package/dist/serialization/resources/contracts/resources/v2/types/ContractBase.js +17 -7
  2309. package/dist/serialization/resources/contracts/resources/v2/types/ContractId.js +17 -7
  2310. package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +17 -7
  2311. package/dist/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +17 -7
  2312. package/dist/serialization/resources/contracts/resources/v2/types/ContractStatus.js +17 -7
  2313. package/dist/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +17 -7
  2314. package/dist/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +17 -7
  2315. package/dist/serialization/resources/contracts/resources/v2/types/ContractsPage.js +17 -7
  2316. package/dist/serialization/resources/contracts/resources/v2/types/DateUpdate.js +17 -7
  2317. package/dist/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +17 -7
  2318. package/dist/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +17 -7
  2319. package/dist/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +17 -7
  2320. package/dist/serialization/resources/credentialing/resources/index.js +17 -7
  2321. package/dist/serialization/resources/credentialing/resources/v2/client/create.js +17 -7
  2322. package/dist/serialization/resources/credentialing/resources/v2/client/delete.js +17 -7
  2323. package/dist/serialization/resources/credentialing/resources/v2/client/get.js +17 -7
  2324. package/dist/serialization/resources/credentialing/resources/v2/client/getAll.js +17 -7
  2325. package/dist/serialization/resources/credentialing/resources/v2/client/index.js +17 -7
  2326. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +17 -7
  2327. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +17 -7
  2328. package/dist/serialization/resources/credentialing/resources/v2/client/update.js +17 -7
  2329. package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +17 -7
  2330. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +17 -7
  2331. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +17 -7
  2332. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +17 -7
  2333. package/dist/serialization/resources/customSchemas/resources/index.js +17 -7
  2334. package/dist/serialization/resources/customSchemas/resources/v1/client/create.js +17 -7
  2335. package/dist/serialization/resources/customSchemas/resources/v1/client/get.js +17 -7
  2336. package/dist/serialization/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
  2337. package/dist/serialization/resources/customSchemas/resources/v1/client/index.js +17 -7
  2338. package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +17 -7
  2339. package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +17 -7
  2340. package/dist/serialization/resources/customSchemas/resources/v1/client/update.js +17 -7
  2341. package/dist/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +17 -7
  2342. package/dist/serialization/resources/customSchemas/resources/v1/types/Schema.js +17 -7
  2343. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +17 -7
  2344. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +17 -7
  2345. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +17 -7
  2346. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +17 -7
  2347. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +17 -7
  2348. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +17 -7
  2349. package/dist/serialization/resources/diagnoses/client/delete.js +17 -7
  2350. package/dist/serialization/resources/diagnoses/client/index.js +17 -7
  2351. package/dist/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +17 -7
  2352. package/dist/serialization/resources/diagnoses/client/update.js +17 -7
  2353. package/dist/serialization/resources/diagnoses/types/Diagnosis.js +17 -7
  2354. package/dist/serialization/resources/diagnoses/types/DiagnosisCreate.js +17 -7
  2355. package/dist/serialization/resources/diagnoses/types/DiagnosisId.js +17 -7
  2356. package/dist/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +17 -7
  2357. package/dist/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +17 -7
  2358. package/dist/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +17 -7
  2359. package/dist/serialization/resources/eligibility/resources/index.js +17 -7
  2360. package/dist/serialization/resources/eligibility/resources/v2/client/index.js +17 -7
  2361. package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
  2362. package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
  2363. package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
  2364. package/dist/serialization/resources/encounterProviders/resources/index.js +17 -7
  2365. package/dist/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
  2366. package/dist/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
  2367. package/dist/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
  2368. package/dist/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
  2369. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
  2370. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
  2371. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
  2372. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
  2373. package/dist/serialization/resources/encounterProviders/resources/v2/client/index.js +17 -7
  2374. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
  2375. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
  2376. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
  2377. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
  2378. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +17 -7
  2379. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +17 -7
  2380. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +17 -7
  2381. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +17 -7
  2382. package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +17 -7
  2383. package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +17 -7
  2384. package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +17 -7
  2385. package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +17 -7
  2386. package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +17 -7
  2387. package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +17 -7
  2388. package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +17 -7
  2389. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +17 -7
  2390. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +17 -7
  2391. package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +17 -7
  2392. package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +17 -7
  2393. package/dist/serialization/resources/encounters/resources/index.js +17 -7
  2394. package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +11 -1
  2395. package/dist/serialization/resources/encounters/resources/v4/client/create.js +29 -7
  2396. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +11 -1
  2397. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +29 -7
  2398. package/dist/serialization/resources/encounters/resources/v4/client/index.js +17 -7
  2399. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +17 -7
  2400. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +17 -7
  2401. package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  2402. package/dist/serialization/resources/encounters/resources/v4/client/update.js +23 -7
  2403. package/dist/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +17 -7
  2404. package/dist/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +17 -7
  2405. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +17 -7
  2406. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +17 -7
  2407. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +17 -7
  2408. package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +17 -7
  2409. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +17 -7
  2410. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +17 -7
  2411. package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +17 -7
  2412. package/dist/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +17 -7
  2413. package/dist/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +17 -7
  2414. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +17 -7
  2415. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +17 -7
  2416. package/dist/serialization/resources/encounters/resources/v4/types/EncounterPage.js +17 -7
  2417. package/dist/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +17 -7
  2418. package/dist/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +17 -7
  2419. package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +17 -7
  2420. package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +17 -7
  2421. package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +17 -7
  2422. package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +17 -7
  2423. package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +17 -7
  2424. package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +17 -7
  2425. package/dist/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +17 -7
  2426. package/dist/serialization/resources/encounters/resources/v4/types/Intervention.js +17 -7
  2427. package/dist/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +17 -7
  2428. package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +17 -7
  2429. package/dist/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +17 -7
  2430. package/dist/serialization/resources/encounters/resources/v4/types/Lab.js +17 -7
  2431. package/dist/serialization/resources/encounters/resources/v4/types/LabCodeType.js +17 -7
  2432. package/dist/serialization/resources/encounters/resources/v4/types/Medication.js +17 -7
  2433. package/dist/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +17 -7
  2434. package/dist/serialization/resources/encounters/resources/v4/types/NoteCategory.js +17 -7
  2435. package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +17 -7
  2436. package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +17 -7
  2437. package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +14 -0
  2438. package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +45 -0
  2439. package/dist/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +17 -7
  2440. package/dist/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +17 -7
  2441. package/dist/serialization/resources/encounters/resources/v4/types/RxCui.js +17 -7
  2442. package/dist/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +17 -7
  2443. package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +17 -7
  2444. package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +17 -7
  2445. package/dist/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +17 -7
  2446. package/dist/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +17 -7
  2447. package/dist/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +17 -7
  2448. package/dist/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +17 -7
  2449. package/dist/serialization/resources/encounters/resources/v4/types/Vitals.js +17 -7
  2450. package/dist/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +17 -7
  2451. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  2452. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  2453. package/dist/serialization/resources/era/types/Era.js +17 -7
  2454. package/dist/serialization/resources/era/types/EraBase.js +17 -7
  2455. package/dist/serialization/resources/era/types/EraId.js +17 -7
  2456. package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +17 -7
  2457. package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +17 -7
  2458. package/dist/serialization/resources/expectedNetworkStatus/resources/index.js +17 -7
  2459. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +17 -7
  2460. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +17 -7
  2461. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +17 -7
  2462. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
  2463. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
  2464. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
  2465. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +17 -7
  2466. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +17 -7
  2467. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +17 -7
  2468. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +17 -7
  2469. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +17 -7
  2470. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +17 -7
  2471. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +17 -7
  2472. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +17 -7
  2473. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +17 -7
  2474. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +17 -7
  2475. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +17 -7
  2476. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +17 -7
  2477. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +17 -7
  2478. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +17 -7
  2479. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +17 -7
  2480. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +17 -7
  2481. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +17 -7
  2482. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +17 -7
  2483. package/dist/serialization/resources/exports/resources/index.js +17 -7
  2484. package/dist/serialization/resources/exports/resources/v3/client/getExports.js +17 -7
  2485. package/dist/serialization/resources/exports/resources/v3/client/index.js +17 -7
  2486. package/dist/serialization/resources/exports/resources/v3/types/GetExportsResponse.js +17 -7
  2487. package/dist/serialization/resources/externalPaymentAccountConfig/resources/index.js +17 -7
  2488. package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +17 -7
  2489. package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +17 -7
  2490. package/dist/serialization/resources/feeSchedules/resources/index.js +17 -7
  2491. package/dist/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
  2492. package/dist/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
  2493. package/dist/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
  2494. package/dist/serialization/resources/feeSchedules/resources/v3/client/index.js +17 -7
  2495. package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +17 -7
  2496. package/dist/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
  2497. package/dist/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
  2498. package/dist/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
  2499. package/dist/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +17 -7
  2500. package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +2 -0
  2501. package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +19 -7
  2502. package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +17 -7
  2503. package/dist/serialization/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +2 -0
  2504. package/dist/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +19 -7
  2505. package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +17 -7
  2506. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +17 -7
  2507. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +17 -7
  2508. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +17 -7
  2509. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +17 -7
  2510. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +17 -7
  2511. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +17 -7
  2512. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +17 -7
  2513. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +17 -7
  2514. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +15 -0
  2515. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +46 -0
  2516. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +17 -7
  2517. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +17 -7
  2518. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +17 -7
  2519. package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +17 -7
  2520. package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +17 -7
  2521. package/dist/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +2 -0
  2522. package/dist/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +19 -7
  2523. package/dist/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +17 -7
  2524. package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +14 -0
  2525. package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +45 -0
  2526. package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +17 -7
  2527. package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +17 -7
  2528. package/dist/serialization/resources/feeSchedules/resources/v3/types/Rate.js +17 -7
  2529. package/dist/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +17 -7
  2530. package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +17 -7
  2531. package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +17 -7
  2532. package/dist/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +17 -7
  2533. package/dist/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +17 -7
  2534. package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +8 -1
  2535. package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +20 -7
  2536. package/dist/serialization/resources/feeSchedules/resources/v3/types/index.d.ts +2 -0
  2537. package/dist/serialization/resources/feeSchedules/resources/v3/types/index.js +2 -0
  2538. package/dist/serialization/resources/financials/types/AccountType.js +17 -7
  2539. package/dist/serialization/resources/financials/types/Allocation.js +17 -7
  2540. package/dist/serialization/resources/financials/types/AllocationCreate.js +17 -7
  2541. package/dist/serialization/resources/financials/types/AllocationTarget.js +17 -7
  2542. package/dist/serialization/resources/financials/types/AllocationTargetCreate.js +17 -7
  2543. package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.js +17 -7
  2544. package/dist/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +17 -7
  2545. package/dist/serialization/resources/financials/types/BillingProviderAllocationTarget.js +17 -7
  2546. package/dist/serialization/resources/financials/types/ClaimAllocationTarget.js +17 -7
  2547. package/dist/serialization/resources/financials/types/InvoiceUpdate.js +17 -7
  2548. package/dist/serialization/resources/financials/types/NoteUpdate.js +17 -7
  2549. package/dist/serialization/resources/financials/types/PatientTransactionSource.js +17 -7
  2550. package/dist/serialization/resources/financials/types/RefundReason.js +17 -7
  2551. package/dist/serialization/resources/financials/types/RefundReasonUpdate.js +17 -7
  2552. package/dist/serialization/resources/financials/types/ServiceLineAllocationTarget.js +17 -7
  2553. package/dist/serialization/resources/guarantor/resources/index.js +17 -7
  2554. package/dist/serialization/resources/guarantor/resources/v1/client/create.js +17 -7
  2555. package/dist/serialization/resources/guarantor/resources/v1/client/index.js +17 -7
  2556. package/dist/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +17 -7
  2557. package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.js +17 -7
  2558. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +17 -7
  2559. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +17 -7
  2560. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +17 -7
  2561. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +17 -7
  2562. package/dist/serialization/resources/identifiers/types/Identifier.js +17 -7
  2563. package/dist/serialization/resources/identifiers/types/IdentifierBase.js +17 -7
  2564. package/dist/serialization/resources/identifiers/types/IdentifierCode.js +17 -7
  2565. package/dist/serialization/resources/identifiers/types/IdentifierCreate.js +17 -7
  2566. package/dist/serialization/resources/identifiers/types/IdentifierId.js +17 -7
  2567. package/dist/serialization/resources/identifiers/types/IdentifierUpdate.js +17 -7
  2568. package/dist/serialization/resources/identifiers/types/IdentifierValue.js +17 -7
  2569. package/dist/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +17 -7
  2570. package/dist/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +17 -7
  2571. package/dist/serialization/resources/identifiers/types/UpdatableIdentifier.js +17 -7
  2572. package/dist/serialization/resources/importInvoice/resources/index.js +17 -7
  2573. package/dist/serialization/resources/importInvoice/resources/v1/client/get.js +17 -7
  2574. package/dist/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
  2575. package/dist/serialization/resources/importInvoice/resources/v1/client/index.js +17 -7
  2576. package/dist/serialization/resources/importInvoice/resources/v1/client/update.js +17 -7
  2577. package/dist/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +17 -7
  2578. package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +17 -7
  2579. package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +17 -7
  2580. package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +17 -7
  2581. package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +17 -7
  2582. package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +17 -7
  2583. package/dist/serialization/resources/index.js +17 -7
  2584. package/dist/serialization/resources/individual/types/Gender.js +17 -7
  2585. package/dist/serialization/resources/individual/types/IndividualBase.js +17 -7
  2586. package/dist/serialization/resources/individual/types/IndividualId.js +17 -7
  2587. package/dist/serialization/resources/individual/types/Patient.js +17 -7
  2588. package/dist/serialization/resources/individual/types/PatientBase.js +17 -7
  2589. package/dist/serialization/resources/individual/types/PatientCreate.js +17 -7
  2590. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +17 -7
  2591. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +17 -7
  2592. package/dist/serialization/resources/individual/types/PatientUpdate.js +17 -7
  2593. package/dist/serialization/resources/individual/types/Subscriber.js +17 -7
  2594. package/dist/serialization/resources/individual/types/SubscriberBase.js +17 -7
  2595. package/dist/serialization/resources/individual/types/SubscriberCreate.js +17 -7
  2596. package/dist/serialization/resources/insuranceAdjudications/resources/index.js +17 -7
  2597. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
  2598. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
  2599. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +17 -7
  2600. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +17 -7
  2601. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +17 -7
  2602. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +17 -7
  2603. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +17 -7
  2604. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +17 -7
  2605. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +17 -7
  2606. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +17 -7
  2607. package/dist/serialization/resources/insuranceCards/resources/index.js +17 -7
  2608. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +17 -7
  2609. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +2 -0
  2610. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +19 -7
  2611. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +17 -7
  2612. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +17 -7
  2613. package/dist/serialization/resources/insurancePayments/resources/index.js +17 -7
  2614. package/dist/serialization/resources/insurancePayments/resources/v1/client/create.js +17 -7
  2615. package/dist/serialization/resources/insurancePayments/resources/v1/client/delete.js +17 -7
  2616. package/dist/serialization/resources/insurancePayments/resources/v1/client/get.js +17 -7
  2617. package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
  2618. package/dist/serialization/resources/insurancePayments/resources/v1/client/index.js +17 -7
  2619. package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js +17 -7
  2620. package/dist/serialization/resources/insurancePayments/resources/v1/client/update.js +17 -7
  2621. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +17 -7
  2622. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js +17 -7
  2623. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +17 -7
  2624. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +17 -7
  2625. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +17 -7
  2626. package/dist/serialization/resources/insuranceRefunds/resources/index.js +17 -7
  2627. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
  2628. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
  2629. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
  2630. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
  2631. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
  2632. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +17 -7
  2633. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
  2634. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +17 -7
  2635. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +17 -7
  2636. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +17 -7
  2637. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +17 -7
  2638. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +17 -7
  2639. package/dist/serialization/resources/invoices/resources/index.js +17 -7
  2640. package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +17 -7
  2641. package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +17 -7
  2642. package/dist/serialization/resources/invoices/resources/v2/types/Invoice.js +17 -7
  2643. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +17 -7
  2644. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +17 -7
  2645. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +17 -7
  2646. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +17 -7
  2647. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +17 -7
  2648. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +17 -7
  2649. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +17 -7
  2650. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +17 -7
  2651. package/dist/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +17 -7
  2652. package/dist/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +17 -7
  2653. package/dist/serialization/resources/invoices/types/Invoice.js +17 -7
  2654. package/dist/serialization/resources/invoices/types/InvoiceItem.js +17 -7
  2655. package/dist/serialization/resources/invoices/types/InvoiceStatus.js +17 -7
  2656. package/dist/serialization/resources/medicationDispense/resources/index.js +17 -7
  2657. package/dist/serialization/resources/medicationDispense/resources/v1/client/create.js +17 -7
  2658. package/dist/serialization/resources/medicationDispense/resources/v1/client/index.js +17 -7
  2659. package/dist/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +17 -7
  2660. package/dist/serialization/resources/nonInsurancePayerPayments/resources/index.js +17 -7
  2661. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
  2662. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
  2663. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
  2664. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
  2665. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
  2666. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +17 -7
  2667. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
  2668. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +17 -7
  2669. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +17 -7
  2670. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +17 -7
  2671. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +17 -7
  2672. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +17 -7
  2673. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
  2674. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
  2675. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
  2676. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
  2677. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
  2678. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
  2679. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +17 -7
  2680. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
  2681. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +17 -7
  2682. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +17 -7
  2683. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +17 -7
  2684. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +17 -7
  2685. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +17 -7
  2686. package/dist/serialization/resources/nonInsurancePayers/resources/index.js +17 -7
  2687. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
  2688. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
  2689. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
  2690. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
  2691. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
  2692. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
  2693. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
  2694. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +17 -7
  2695. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +17 -7
  2696. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +17 -7
  2697. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +17 -7
  2698. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +17 -7
  2699. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +17 -7
  2700. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +17 -7
  2701. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +17 -7
  2702. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +17 -7
  2703. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +17 -7
  2704. package/dist/serialization/resources/organizationProviders/resources/index.js +17 -7
  2705. package/dist/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +17 -7
  2706. package/dist/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +17 -7
  2707. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
  2708. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +44 -7
  2709. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +17 -7
  2710. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +17 -7
  2711. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +17 -7
  2712. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +17 -7
  2713. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +17 -7
  2714. package/dist/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +17 -7
  2715. package/dist/serialization/resources/organizationProviders/resources/v3/client/create.js +17 -7
  2716. package/dist/serialization/resources/organizationProviders/resources/v3/client/get.js +17 -7
  2717. package/dist/serialization/resources/organizationProviders/resources/v3/client/index.js +17 -7
  2718. package/dist/serialization/resources/organizationProviders/resources/v3/client/update.js +17 -7
  2719. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +17 -7
  2720. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +17 -7
  2721. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +17 -7
  2722. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +17 -7
  2723. package/dist/serialization/resources/organizationServiceFacilities/resources/index.js +17 -7
  2724. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
  2725. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
  2726. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
  2727. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
  2728. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
  2729. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +17 -7
  2730. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +17 -7
  2731. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +17 -7
  2732. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +17 -7
  2733. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +17 -7
  2734. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +17 -7
  2735. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +17 -7
  2736. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +17 -7
  2737. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +17 -7
  2738. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +17 -7
  2739. package/dist/serialization/resources/patientPayments/resources/index.js +17 -7
  2740. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +17 -7
  2741. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +17 -7
  2742. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +17 -7
  2743. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +17 -7
  2744. package/dist/serialization/resources/patientPayments/resources/v4/client/create.js +17 -7
  2745. package/dist/serialization/resources/patientPayments/resources/v4/client/delete.js +17 -7
  2746. package/dist/serialization/resources/patientPayments/resources/v4/client/get.js +17 -7
  2747. package/dist/serialization/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
  2748. package/dist/serialization/resources/patientPayments/resources/v4/client/index.js +17 -7
  2749. package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +17 -7
  2750. package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +17 -7
  2751. package/dist/serialization/resources/patientPayments/resources/v4/client/update.js +17 -7
  2752. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +17 -7
  2753. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +17 -7
  2754. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +17 -7
  2755. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +17 -7
  2756. package/dist/serialization/resources/patientRefunds/resources/index.js +17 -7
  2757. package/dist/serialization/resources/patientRefunds/resources/v1/client/create.js +17 -7
  2758. package/dist/serialization/resources/patientRefunds/resources/v1/client/delete.js +17 -7
  2759. package/dist/serialization/resources/patientRefunds/resources/v1/client/get.js +17 -7
  2760. package/dist/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
  2761. package/dist/serialization/resources/patientRefunds/resources/v1/client/index.js +17 -7
  2762. package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +17 -7
  2763. package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +17 -7
  2764. package/dist/serialization/resources/patientRefunds/resources/v1/client/update.js +17 -7
  2765. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +17 -7
  2766. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +17 -7
  2767. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +17 -7
  2768. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +17 -7
  2769. package/dist/serialization/resources/payers/resources/index.js +17 -7
  2770. package/dist/serialization/resources/payers/resources/v3/types/Payer.js +17 -7
  2771. package/dist/serialization/resources/payers/resources/v3/types/PayerId.js +17 -7
  2772. package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +17 -7
  2773. package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.js +17 -7
  2774. package/dist/serialization/resources/payers/resources/v3/types/PayerName.js +17 -7
  2775. package/dist/serialization/resources/payers/resources/v3/types/PayerPage.js +17 -7
  2776. package/dist/serialization/resources/payers/resources/v3/types/PayerUuid.js +17 -7
  2777. package/dist/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +17 -7
  2778. package/dist/serialization/resources/preEncounter/resources/appointments/resources/index.js +17 -7
  2779. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
  2780. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
  2781. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
  2782. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
  2783. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +15 -0
  2784. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +71 -0
  2785. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -0
  2786. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +19 -8
  2787. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
  2788. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
  2789. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +17 -7
  2790. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +17 -7
  2791. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +17 -7
  2792. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +17 -7
  2793. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +17 -7
  2794. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +17 -7
  2795. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +18 -0
  2796. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +49 -0
  2797. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +14 -0
  2798. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +47 -0
  2799. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +2 -0
  2800. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +2 -0
  2801. package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +17 -7
  2802. package/dist/serialization/resources/preEncounter/resources/common/types/Address.js +17 -7
  2803. package/dist/serialization/resources/preEncounter/resources/common/types/AddressUse.js +17 -7
  2804. package/dist/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +17 -7
  2805. package/dist/serialization/resources/preEncounter/resources/common/types/BaseModel.js +17 -7
  2806. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +17 -7
  2807. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +17 -7
  2808. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +17 -7
  2809. package/dist/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +17 -7
  2810. package/dist/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +17 -7
  2811. package/dist/serialization/resources/preEncounter/resources/common/types/CoverageId.js +17 -7
  2812. package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +17 -7
  2813. package/dist/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +17 -7
  2814. package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +17 -7
  2815. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +15 -0
  2816. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.js +46 -0
  2817. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
  2818. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +18 -7
  2819. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +17 -7
  2820. package/dist/serialization/resources/preEncounter/resources/common/types/Gender.js +17 -7
  2821. package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.js +17 -7
  2822. package/dist/serialization/resources/preEncounter/resources/common/types/NameUse.js +17 -7
  2823. package/dist/serialization/resources/preEncounter/resources/common/types/NoteId.js +17 -7
  2824. package/dist/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +17 -7
  2825. package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.js +17 -7
  2826. package/dist/serialization/resources/preEncounter/resources/common/types/PatientId.js +17 -7
  2827. package/dist/serialization/resources/preEncounter/resources/common/types/PayerId.js +17 -7
  2828. package/dist/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +10 -0
  2829. package/dist/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +45 -0
  2830. package/dist/serialization/resources/preEncounter/resources/common/types/Period.js +17 -7
  2831. package/dist/serialization/resources/preEncounter/resources/common/types/Race.js +17 -7
  2832. package/dist/serialization/resources/preEncounter/resources/common/types/Relationship.js +17 -7
  2833. package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +17 -7
  2834. package/dist/serialization/resources/preEncounter/resources/common/types/Sex.js +17 -7
  2835. package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +17 -7
  2836. package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.js +17 -7
  2837. package/dist/serialization/resources/preEncounter/resources/common/types/TagId.js +17 -7
  2838. package/dist/serialization/resources/preEncounter/resources/common/types/UserId.js +17 -7
  2839. package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +17 -7
  2840. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  2841. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +2 -0
  2842. package/dist/serialization/resources/preEncounter/resources/coverages/resources/index.js +17 -7
  2843. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
  2844. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
  2845. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +15 -0
  2846. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +71 -0
  2847. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +1 -0
  2848. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +19 -8
  2849. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +17 -7
  2850. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
  2851. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
  2852. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +18 -0
  2853. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +49 -0
  2854. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +17 -7
  2855. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +2 -0
  2856. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +19 -7
  2857. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +17 -7
  2858. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +17 -7
  2859. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +17 -7
  2860. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +17 -7
  2861. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +17 -7
  2862. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +17 -7
  2863. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +17 -7
  2864. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +17 -7
  2865. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +14 -0
  2866. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +47 -0
  2867. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +17 -7
  2868. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +17 -7
  2869. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +17 -7
  2870. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +17 -7
  2871. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +20 -0
  2872. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +51 -0
  2873. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
  2874. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +19 -7
  2875. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +1 -1
  2876. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +18 -7
  2877. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +17 -7
  2878. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +15 -0
  2879. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +46 -0
  2880. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +17 -7
  2881. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +17 -7
  2882. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +17 -7
  2883. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +17 -7
  2884. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +17 -7
  2885. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +4 -0
  2886. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +21 -7
  2887. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +17 -7
  2888. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +17 -7
  2889. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +17 -7
  2890. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +17 -7
  2891. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +17 -7
  2892. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +4 -0
  2893. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +4 -0
  2894. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/index.d.ts +1 -0
  2895. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/index.js +17 -0
  2896. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/index.d.ts +1 -0
  2897. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/index.js +37 -0
  2898. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -0
  2899. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +17 -0
  2900. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +19 -0
  2901. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +50 -0
  2902. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +19 -0
  2903. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +50 -0
  2904. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +11 -0
  2905. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +8 -0
  2906. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +13 -0
  2907. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +44 -0
  2908. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +14 -0
  2909. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +45 -0
  2910. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +13 -0
  2911. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +44 -0
  2912. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +17 -0
  2913. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +48 -0
  2914. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +12 -0
  2915. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +43 -0
  2916. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +14 -0
  2917. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +45 -0
  2918. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +9 -0
  2919. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +25 -0
  2920. package/dist/serialization/resources/preEncounter/resources/index.d.ts +1 -0
  2921. package/dist/serialization/resources/preEncounter/resources/index.js +19 -8
  2922. package/dist/serialization/resources/preEncounter/resources/lists/resources/index.js +17 -7
  2923. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
  2924. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
  2925. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +2 -2
  2926. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +19 -9
  2927. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +17 -7
  2928. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +17 -7
  2929. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +17 -7
  2930. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +17 -7
  2931. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +17 -7
  2932. package/dist/serialization/resources/preEncounter/resources/notes/resources/index.js +17 -7
  2933. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +17 -7
  2934. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +17 -7
  2935. package/dist/serialization/resources/preEncounter/resources/patients/resources/index.js +17 -7
  2936. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
  2937. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
  2938. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
  2939. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
  2940. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
  2941. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  2942. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +19 -8
  2943. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +20 -0
  2944. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +77 -0
  2945. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
  2946. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
  2947. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
  2948. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +17 -7
  2949. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +17 -7
  2950. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +17 -7
  2951. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +17 -7
  2952. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +17 -7
  2953. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +17 -7
  2954. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +17 -7
  2955. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +17 -7
  2956. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  2957. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +19 -7
  2958. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +17 -7
  2959. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +17 -7
  2960. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +17 -7
  2961. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +17 -7
  2962. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +17 -7
  2963. package/dist/serialization/resources/preEncounter/resources/tags/resources/index.js +17 -7
  2964. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +17 -7
  2965. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +17 -7
  2966. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +17 -7
  2967. package/dist/serialization/resources/remitDrafts/resources/index.js +17 -7
  2968. package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +17 -7
  2969. package/dist/serialization/resources/remits/resources/index.js +17 -7
  2970. package/dist/serialization/resources/remits/resources/v1/types/Payee.js +17 -7
  2971. package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +17 -7
  2972. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +17 -7
  2973. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +17 -7
  2974. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +17 -7
  2975. package/dist/serialization/resources/serviceFacility/types/ServiceFacilityId.js +17 -7
  2976. package/dist/serialization/resources/serviceLines/resources/index.js +17 -7
  2977. package/dist/serialization/resources/serviceLines/resources/v2/client/create.js +17 -7
  2978. package/dist/serialization/resources/serviceLines/resources/v2/client/delete.js +17 -7
  2979. package/dist/serialization/resources/serviceLines/resources/v2/client/index.js +17 -7
  2980. package/dist/serialization/resources/serviceLines/resources/v2/client/update.js +17 -7
  2981. package/dist/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +17 -7
  2982. package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +17 -7
  2983. package/dist/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +17 -7
  2984. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +17 -7
  2985. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +17 -7
  2986. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +17 -7
  2987. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +17 -7
  2988. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +17 -7
  2989. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +17 -7
  2990. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +17 -7
  2991. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +17 -7
  2992. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.js +17 -7
  2993. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +17 -7
  2994. package/dist/serialization/resources/tags/types/Tag.js +17 -7
  2995. package/dist/serialization/resources/tags/types/TagColorEnum.js +17 -7
  2996. package/dist/serialization/resources/tags/types/TagCreate.js +17 -7
  2997. package/dist/serialization/resources/tags/types/TagId.js +17 -7
  2998. package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.js +17 -7
  2999. package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.js +17 -7
  3000. package/dist/serialization/resources/tasks/resources/commons/types/TaskType.js +17 -7
  3001. package/dist/serialization/resources/tasks/resources/index.js +17 -7
  3002. package/dist/serialization/resources/tasks/resources/v3/client/get.js +17 -7
  3003. package/dist/serialization/resources/tasks/resources/v3/client/getMulti.js +17 -7
  3004. package/dist/serialization/resources/tasks/resources/v3/client/index.js +17 -7
  3005. package/dist/serialization/resources/tasks/resources/v3/client/update.js +17 -7
  3006. package/dist/serialization/resources/tasks/resources/v3/types/Task.js +17 -7
  3007. package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.js +17 -7
  3008. package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +17 -7
  3009. package/dist/serialization/resources/tasks/resources/v3/types/TaskActionType.js +17 -7
  3010. package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.js +17 -7
  3011. package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +17 -7
  3012. package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +17 -7
  3013. package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.js +17 -7
  3014. package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.js +17 -7
  3015. package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +17 -7
  3016. package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +17 -7
  3017. package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +17 -7
  3018. package/dist/serialization/resources/writeOffs/resources/index.js +17 -7
  3019. package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +17 -7
  3020. package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +17 -7
  3021. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +17 -7
  3022. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +17 -7
  3023. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +17 -7
  3024. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +17 -7
  3025. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +17 -7
  3026. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +17 -7
  3027. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +17 -7
  3028. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +17 -7
  3029. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +17 -7
  3030. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +17 -7
  3031. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +17 -7
  3032. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +17 -7
  3033. package/dist/serialization/resources/x12/resources/index.js +17 -7
  3034. package/dist/serialization/resources/x12/resources/v1/types/Carc.js +17 -7
  3035. package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +17 -7
  3036. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +17 -7
  3037. package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +17 -7
  3038. package/dist/version.d.ts +1 -0
  3039. package/dist/version.js +4 -0
  3040. package/environments.d.ts +1 -1
  3041. package/errors/CandidApiError.js +2 -1
  3042. package/errors/CandidApiTimeoutError.d.ts +1 -1
  3043. package/errors/CandidApiTimeoutError.js +2 -2
  3044. package/index.d.ts +1 -0
  3045. package/index.js +19 -8
  3046. package/{jest.config.js → jest.config.mjs} +4 -1
  3047. package/package.json +17 -13
  3048. package/reference.md +761 -448
  3049. package/scripts/rename-to-esm-files.js +115 -0
  3050. package/serialization/resources/auth/resources/index.js +17 -7
  3051. package/serialization/resources/auth/resources/v2/client/getToken.js +17 -7
  3052. package/serialization/resources/auth/resources/v2/client/index.js +17 -7
  3053. package/serialization/resources/auth/resources/v2/client/requests/AuthGetTokenRequest.js +17 -7
  3054. package/serialization/resources/auth/resources/v2/types/AuthGetTokenResponse.js +17 -7
  3055. package/serialization/resources/auth/resources/v2/types/TooManyRequestsErrorType.js +17 -7
  3056. package/serialization/resources/billingNotes/resources/index.js +17 -7
  3057. package/serialization/resources/billingNotes/resources/v2/client/delete.js +17 -7
  3058. package/serialization/resources/billingNotes/resources/v2/client/index.js +17 -7
  3059. package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +17 -7
  3060. package/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +17 -7
  3061. package/serialization/resources/billingNotes/resources/v2/client/update.js +17 -7
  3062. package/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +17 -7
  3063. package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +17 -7
  3064. package/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +17 -7
  3065. package/serialization/resources/chargeCapture/resources/index.js +17 -7
  3066. package/serialization/resources/chargeCapture/resources/v1/client/create.js +17 -7
  3067. package/serialization/resources/chargeCapture/resources/v1/client/delete.js +17 -7
  3068. package/serialization/resources/chargeCapture/resources/v1/client/index.js +17 -7
  3069. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +17 -7
  3070. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +17 -7
  3071. package/serialization/resources/chargeCapture/resources/v1/client/update.js +17 -7
  3072. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +17 -7
  3073. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +17 -7
  3074. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +17 -7
  3075. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +17 -7
  3076. package/serialization/resources/chargeCaptureBundles/resources/index.js +17 -7
  3077. package/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +17 -7
  3078. package/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +17 -7
  3079. package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +17 -7
  3080. package/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +17 -7
  3081. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +17 -7
  3082. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +17 -7
  3083. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +17 -7
  3084. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +17 -7
  3085. package/serialization/resources/claimSubmission/resources/index.js +17 -7
  3086. package/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +17 -7
  3087. package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +17 -7
  3088. package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +17 -7
  3089. package/serialization/resources/claims/types/Claim.js +17 -7
  3090. package/serialization/resources/claims/types/ClaimStatus.js +17 -7
  3091. package/serialization/resources/commons/errors/HttpRequestValidationsError.js +17 -7
  3092. package/serialization/resources/commons/types/AppointmentId.js +17 -7
  3093. package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +17 -7
  3094. package/serialization/resources/commons/types/ChargeCaptureBundleId.js +17 -7
  3095. package/serialization/resources/commons/types/ChargeCaptureId.js +17 -7
  3096. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +17 -7
  3097. package/serialization/resources/commons/types/ClaimId.js +17 -7
  3098. package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +17 -7
  3099. package/serialization/resources/commons/types/DateRangeOptionalEnd.js +17 -7
  3100. package/serialization/resources/commons/types/Date_.js +17 -7
  3101. package/serialization/resources/commons/types/Decimal.js +17 -7
  3102. package/serialization/resources/commons/types/DelayReasonCode.js +17 -7
  3103. package/serialization/resources/commons/types/Email.js +17 -7
  3104. package/serialization/resources/commons/types/EmrPayerCrosswalk.js +17 -7
  3105. package/serialization/resources/commons/types/EncounterExternalId.js +17 -7
  3106. package/serialization/resources/commons/types/EncounterId.js +17 -7
  3107. package/serialization/resources/commons/types/EntityConflictErrorMessage.js +17 -7
  3108. package/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +17 -7
  3109. package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +17 -7
  3110. package/serialization/resources/commons/types/ErrorMessage.js +17 -7
  3111. package/serialization/resources/commons/types/FacilityTypeCode.js +17 -7
  3112. package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +17 -7
  3113. package/serialization/resources/commons/types/InsuranceTypeCode.js +17 -7
  3114. package/serialization/resources/commons/types/IntendedSubmissionMedium.js +17 -7
  3115. package/serialization/resources/commons/types/InvoiceId.js +17 -7
  3116. package/serialization/resources/commons/types/LinkUrl.js +17 -7
  3117. package/serialization/resources/commons/types/NetworkType.js +17 -7
  3118. package/serialization/resources/commons/types/NotImplementedErrorMessage.js +17 -7
  3119. package/serialization/resources/commons/types/Npi.js +17 -7
  3120. package/serialization/resources/commons/types/OrganizationId.js +17 -7
  3121. package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +17 -7
  3122. package/serialization/resources/commons/types/PageToken.js +17 -7
  3123. package/serialization/resources/commons/types/PatientExternalId.js +17 -7
  3124. package/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +17 -7
  3125. package/serialization/resources/commons/types/PayerPlanGroupId.d.ts +10 -0
  3126. package/serialization/resources/commons/types/PayerPlanGroupId.js +45 -0
  3127. package/serialization/resources/commons/types/PhoneNumber.js +17 -7
  3128. package/serialization/resources/commons/types/PhoneNumberType.js +17 -7
  3129. package/serialization/resources/commons/types/PreEncounterAppointmentId.js +17 -7
  3130. package/serialization/resources/commons/types/PreEncounterPatientId.js +17 -7
  3131. package/serialization/resources/commons/types/Primitive.js +17 -7
  3132. package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  3133. package/serialization/resources/commons/types/ProcedureModifier.js +18 -7
  3134. package/serialization/resources/commons/types/ProviderCredentialingSpanId.js +17 -7
  3135. package/serialization/resources/commons/types/ProviderId.js +17 -7
  3136. package/serialization/resources/commons/types/QualifierCode.js +17 -7
  3137. package/serialization/resources/commons/types/RateId.js +17 -7
  3138. package/serialization/resources/commons/types/RegionNational.js +17 -7
  3139. package/serialization/resources/commons/types/RegionStates.js +17 -7
  3140. package/serialization/resources/commons/types/Regions.js +17 -7
  3141. package/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +17 -7
  3142. package/serialization/resources/commons/types/RequestValidationError.js +17 -7
  3143. package/serialization/resources/commons/types/ResourcePage.js +17 -7
  3144. package/serialization/resources/commons/types/SchemaId.js +17 -7
  3145. package/serialization/resources/commons/types/ServiceLineId.js +17 -7
  3146. package/serialization/resources/commons/types/ServiceLineUnits.js +17 -7
  3147. package/serialization/resources/commons/types/SortDirection.js +17 -7
  3148. package/serialization/resources/commons/types/SourceOfPaymentCode.js +17 -7
  3149. package/serialization/resources/commons/types/State.js +17 -7
  3150. package/serialization/resources/commons/types/StreetAddressBase.js +17 -7
  3151. package/serialization/resources/commons/types/StreetAddressLongZip.js +17 -7
  3152. package/serialization/resources/commons/types/StreetAddressShortZip.js +17 -7
  3153. package/serialization/resources/commons/types/TaskAssignmentId.js +17 -7
  3154. package/serialization/resources/commons/types/TaskId.js +17 -7
  3155. package/serialization/resources/commons/types/TaskNoteId.js +17 -7
  3156. package/serialization/resources/commons/types/TaxId.js +17 -7
  3157. package/serialization/resources/commons/types/UnauthorizedErrorMessage.js +17 -7
  3158. package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +17 -7
  3159. package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +17 -7
  3160. package/serialization/resources/commons/types/UserId.js +17 -7
  3161. package/serialization/resources/commons/types/WorkQueueId.js +17 -7
  3162. package/serialization/resources/commons/types/index.d.ts +1 -0
  3163. package/serialization/resources/commons/types/index.js +1 -0
  3164. package/serialization/resources/contracts/resources/index.js +17 -7
  3165. package/serialization/resources/contracts/resources/v2/client/delete.js +17 -7
  3166. package/serialization/resources/contracts/resources/v2/client/get.js +17 -7
  3167. package/serialization/resources/contracts/resources/v2/client/index.js +17 -7
  3168. package/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +17 -7
  3169. package/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +17 -7
  3170. package/serialization/resources/contracts/resources/v2/client/update.js +17 -7
  3171. package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +17 -7
  3172. package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +17 -7
  3173. package/serialization/resources/contracts/resources/v2/types/Contract.js +17 -7
  3174. package/serialization/resources/contracts/resources/v2/types/ContractBase.js +17 -7
  3175. package/serialization/resources/contracts/resources/v2/types/ContractId.js +17 -7
  3176. package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +17 -7
  3177. package/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +17 -7
  3178. package/serialization/resources/contracts/resources/v2/types/ContractStatus.js +17 -7
  3179. package/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +17 -7
  3180. package/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +17 -7
  3181. package/serialization/resources/contracts/resources/v2/types/ContractsPage.js +17 -7
  3182. package/serialization/resources/contracts/resources/v2/types/DateUpdate.js +17 -7
  3183. package/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +17 -7
  3184. package/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +17 -7
  3185. package/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +17 -7
  3186. package/serialization/resources/credentialing/resources/index.js +17 -7
  3187. package/serialization/resources/credentialing/resources/v2/client/create.js +17 -7
  3188. package/serialization/resources/credentialing/resources/v2/client/delete.js +17 -7
  3189. package/serialization/resources/credentialing/resources/v2/client/get.js +17 -7
  3190. package/serialization/resources/credentialing/resources/v2/client/getAll.js +17 -7
  3191. package/serialization/resources/credentialing/resources/v2/client/index.js +17 -7
  3192. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +17 -7
  3193. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +17 -7
  3194. package/serialization/resources/credentialing/resources/v2/client/update.js +17 -7
  3195. package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +17 -7
  3196. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +17 -7
  3197. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +17 -7
  3198. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +17 -7
  3199. package/serialization/resources/customSchemas/resources/index.js +17 -7
  3200. package/serialization/resources/customSchemas/resources/v1/client/create.js +17 -7
  3201. package/serialization/resources/customSchemas/resources/v1/client/get.js +17 -7
  3202. package/serialization/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
  3203. package/serialization/resources/customSchemas/resources/v1/client/index.js +17 -7
  3204. package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +17 -7
  3205. package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +17 -7
  3206. package/serialization/resources/customSchemas/resources/v1/client/update.js +17 -7
  3207. package/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +17 -7
  3208. package/serialization/resources/customSchemas/resources/v1/types/Schema.js +17 -7
  3209. package/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +17 -7
  3210. package/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +17 -7
  3211. package/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +17 -7
  3212. package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +17 -7
  3213. package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +17 -7
  3214. package/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +17 -7
  3215. package/serialization/resources/diagnoses/client/delete.js +17 -7
  3216. package/serialization/resources/diagnoses/client/index.js +17 -7
  3217. package/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +17 -7
  3218. package/serialization/resources/diagnoses/client/update.js +17 -7
  3219. package/serialization/resources/diagnoses/types/Diagnosis.js +17 -7
  3220. package/serialization/resources/diagnoses/types/DiagnosisCreate.js +17 -7
  3221. package/serialization/resources/diagnoses/types/DiagnosisId.js +17 -7
  3222. package/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +17 -7
  3223. package/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +17 -7
  3224. package/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +17 -7
  3225. package/serialization/resources/eligibility/resources/index.js +17 -7
  3226. package/serialization/resources/eligibility/resources/v2/client/index.js +17 -7
  3227. package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
  3228. package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
  3229. package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
  3230. package/serialization/resources/encounterProviders/resources/index.js +17 -7
  3231. package/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
  3232. package/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
  3233. package/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
  3234. package/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
  3235. package/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
  3236. package/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
  3237. package/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
  3238. package/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
  3239. package/serialization/resources/encounterProviders/resources/v2/client/index.js +17 -7
  3240. package/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
  3241. package/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
  3242. package/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
  3243. package/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
  3244. package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +17 -7
  3245. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +17 -7
  3246. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +17 -7
  3247. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +17 -7
  3248. package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +17 -7
  3249. package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +17 -7
  3250. package/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +17 -7
  3251. package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +17 -7
  3252. package/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +17 -7
  3253. package/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +17 -7
  3254. package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +17 -7
  3255. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +17 -7
  3256. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +17 -7
  3257. package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +17 -7
  3258. package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +17 -7
  3259. package/serialization/resources/encounters/resources/index.js +17 -7
  3260. package/serialization/resources/encounters/resources/v4/client/create.d.ts +11 -1
  3261. package/serialization/resources/encounters/resources/v4/client/create.js +29 -7
  3262. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +11 -1
  3263. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +29 -7
  3264. package/serialization/resources/encounters/resources/v4/client/index.js +17 -7
  3265. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +17 -7
  3266. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +17 -7
  3267. package/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  3268. package/serialization/resources/encounters/resources/v4/client/update.js +23 -7
  3269. package/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +17 -7
  3270. package/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +17 -7
  3271. package/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +17 -7
  3272. package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +17 -7
  3273. package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +17 -7
  3274. package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +17 -7
  3275. package/serialization/resources/encounters/resources/v4/types/Encounter.js +17 -7
  3276. package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +17 -7
  3277. package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +17 -7
  3278. package/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +17 -7
  3279. package/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +17 -7
  3280. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +17 -7
  3281. package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +17 -7
  3282. package/serialization/resources/encounters/resources/v4/types/EncounterPage.js +17 -7
  3283. package/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +17 -7
  3284. package/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +17 -7
  3285. package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +17 -7
  3286. package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +17 -7
  3287. package/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +17 -7
  3288. package/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +17 -7
  3289. package/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +17 -7
  3290. package/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +17 -7
  3291. package/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +17 -7
  3292. package/serialization/resources/encounters/resources/v4/types/Intervention.js +17 -7
  3293. package/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +17 -7
  3294. package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +17 -7
  3295. package/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +17 -7
  3296. package/serialization/resources/encounters/resources/v4/types/Lab.js +17 -7
  3297. package/serialization/resources/encounters/resources/v4/types/LabCodeType.js +17 -7
  3298. package/serialization/resources/encounters/resources/v4/types/Medication.js +17 -7
  3299. package/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +17 -7
  3300. package/serialization/resources/encounters/resources/v4/types/NoteCategory.js +17 -7
  3301. package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +17 -7
  3302. package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +17 -7
  3303. package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +14 -0
  3304. package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +45 -0
  3305. package/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +17 -7
  3306. package/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +17 -7
  3307. package/serialization/resources/encounters/resources/v4/types/RxCui.js +17 -7
  3308. package/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +17 -7
  3309. package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +17 -7
  3310. package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +17 -7
  3311. package/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +17 -7
  3312. package/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +17 -7
  3313. package/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +17 -7
  3314. package/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +17 -7
  3315. package/serialization/resources/encounters/resources/v4/types/Vitals.js +17 -7
  3316. package/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +17 -7
  3317. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  3318. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  3319. package/serialization/resources/era/types/Era.js +17 -7
  3320. package/serialization/resources/era/types/EraBase.js +17 -7
  3321. package/serialization/resources/era/types/EraId.js +17 -7
  3322. package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +17 -7
  3323. package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +17 -7
  3324. package/serialization/resources/expectedNetworkStatus/resources/index.js +17 -7
  3325. package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +17 -7
  3326. package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +17 -7
  3327. package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +17 -7
  3328. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
  3329. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
  3330. package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
  3331. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +17 -7
  3332. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +17 -7
  3333. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +17 -7
  3334. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +17 -7
  3335. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +17 -7
  3336. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +17 -7
  3337. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +17 -7
  3338. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +17 -7
  3339. package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +17 -7
  3340. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +17 -7
  3341. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +17 -7
  3342. package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +17 -7
  3343. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +17 -7
  3344. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +17 -7
  3345. package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +17 -7
  3346. package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +17 -7
  3347. package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +17 -7
  3348. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +17 -7
  3349. package/serialization/resources/exports/resources/index.js +17 -7
  3350. package/serialization/resources/exports/resources/v3/client/getExports.js +17 -7
  3351. package/serialization/resources/exports/resources/v3/client/index.js +17 -7
  3352. package/serialization/resources/exports/resources/v3/types/GetExportsResponse.js +17 -7
  3353. package/serialization/resources/externalPaymentAccountConfig/resources/index.js +17 -7
  3354. package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +17 -7
  3355. package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +17 -7
  3356. package/serialization/resources/feeSchedules/resources/index.js +17 -7
  3357. package/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
  3358. package/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
  3359. package/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
  3360. package/serialization/resources/feeSchedules/resources/v3/client/index.js +17 -7
  3361. package/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +17 -7
  3362. package/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
  3363. package/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
  3364. package/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
  3365. package/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +17 -7
  3366. package/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +2 -0
  3367. package/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +19 -7
  3368. package/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +17 -7
  3369. package/serialization/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +2 -0
  3370. package/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +19 -7
  3371. package/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +17 -7
  3372. package/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +17 -7
  3373. package/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +17 -7
  3374. package/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +17 -7
  3375. package/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +17 -7
  3376. package/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +17 -7
  3377. package/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +17 -7
  3378. package/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +17 -7
  3379. package/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +17 -7
  3380. package/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +15 -0
  3381. package/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +46 -0
  3382. package/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +17 -7
  3383. package/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +17 -7
  3384. package/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +17 -7
  3385. package/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +17 -7
  3386. package/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +17 -7
  3387. package/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +2 -0
  3388. package/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +19 -7
  3389. package/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +17 -7
  3390. package/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +14 -0
  3391. package/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +45 -0
  3392. package/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +17 -7
  3393. package/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +17 -7
  3394. package/serialization/resources/feeSchedules/resources/v3/types/Rate.js +17 -7
  3395. package/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +17 -7
  3396. package/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +17 -7
  3397. package/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +17 -7
  3398. package/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +17 -7
  3399. package/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +17 -7
  3400. package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +8 -1
  3401. package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +20 -7
  3402. package/serialization/resources/feeSchedules/resources/v3/types/index.d.ts +2 -0
  3403. package/serialization/resources/feeSchedules/resources/v3/types/index.js +2 -0
  3404. package/serialization/resources/financials/types/AccountType.js +17 -7
  3405. package/serialization/resources/financials/types/Allocation.js +17 -7
  3406. package/serialization/resources/financials/types/AllocationCreate.js +17 -7
  3407. package/serialization/resources/financials/types/AllocationTarget.js +17 -7
  3408. package/serialization/resources/financials/types/AllocationTargetCreate.js +17 -7
  3409. package/serialization/resources/financials/types/AppointmentAllocationTarget.js +17 -7
  3410. package/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +17 -7
  3411. package/serialization/resources/financials/types/BillingProviderAllocationTarget.js +17 -7
  3412. package/serialization/resources/financials/types/ClaimAllocationTarget.js +17 -7
  3413. package/serialization/resources/financials/types/InvoiceUpdate.js +17 -7
  3414. package/serialization/resources/financials/types/NoteUpdate.js +17 -7
  3415. package/serialization/resources/financials/types/PatientTransactionSource.js +17 -7
  3416. package/serialization/resources/financials/types/RefundReason.js +17 -7
  3417. package/serialization/resources/financials/types/RefundReasonUpdate.js +17 -7
  3418. package/serialization/resources/financials/types/ServiceLineAllocationTarget.js +17 -7
  3419. package/serialization/resources/guarantor/resources/index.js +17 -7
  3420. package/serialization/resources/guarantor/resources/v1/client/create.js +17 -7
  3421. package/serialization/resources/guarantor/resources/v1/client/index.js +17 -7
  3422. package/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +17 -7
  3423. package/serialization/resources/guarantor/resources/v1/types/Guarantor.js +17 -7
  3424. package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +17 -7
  3425. package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +17 -7
  3426. package/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +17 -7
  3427. package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +17 -7
  3428. package/serialization/resources/identifiers/types/Identifier.js +17 -7
  3429. package/serialization/resources/identifiers/types/IdentifierBase.js +17 -7
  3430. package/serialization/resources/identifiers/types/IdentifierCode.js +17 -7
  3431. package/serialization/resources/identifiers/types/IdentifierCreate.js +17 -7
  3432. package/serialization/resources/identifiers/types/IdentifierId.js +17 -7
  3433. package/serialization/resources/identifiers/types/IdentifierUpdate.js +17 -7
  3434. package/serialization/resources/identifiers/types/IdentifierValue.js +17 -7
  3435. package/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +17 -7
  3436. package/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +17 -7
  3437. package/serialization/resources/identifiers/types/UpdatableIdentifier.js +17 -7
  3438. package/serialization/resources/importInvoice/resources/index.js +17 -7
  3439. package/serialization/resources/importInvoice/resources/v1/client/get.js +17 -7
  3440. package/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
  3441. package/serialization/resources/importInvoice/resources/v1/client/index.js +17 -7
  3442. package/serialization/resources/importInvoice/resources/v1/client/update.js +17 -7
  3443. package/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +17 -7
  3444. package/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +17 -7
  3445. package/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +17 -7
  3446. package/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +17 -7
  3447. package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +17 -7
  3448. package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +17 -7
  3449. package/serialization/resources/index.js +17 -7
  3450. package/serialization/resources/individual/types/Gender.js +17 -7
  3451. package/serialization/resources/individual/types/IndividualBase.js +17 -7
  3452. package/serialization/resources/individual/types/IndividualId.js +17 -7
  3453. package/serialization/resources/individual/types/Patient.js +17 -7
  3454. package/serialization/resources/individual/types/PatientBase.js +17 -7
  3455. package/serialization/resources/individual/types/PatientCreate.js +17 -7
  3456. package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +17 -7
  3457. package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +17 -7
  3458. package/serialization/resources/individual/types/PatientUpdate.js +17 -7
  3459. package/serialization/resources/individual/types/Subscriber.js +17 -7
  3460. package/serialization/resources/individual/types/SubscriberBase.js +17 -7
  3461. package/serialization/resources/individual/types/SubscriberCreate.js +17 -7
  3462. package/serialization/resources/insuranceAdjudications/resources/index.js +17 -7
  3463. package/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
  3464. package/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
  3465. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +17 -7
  3466. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +17 -7
  3467. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +17 -7
  3468. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +17 -7
  3469. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +17 -7
  3470. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +17 -7
  3471. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +17 -7
  3472. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +17 -7
  3473. package/serialization/resources/insuranceCards/resources/index.js +17 -7
  3474. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +17 -7
  3475. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +2 -0
  3476. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +19 -7
  3477. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +17 -7
  3478. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +17 -7
  3479. package/serialization/resources/insurancePayments/resources/index.js +17 -7
  3480. package/serialization/resources/insurancePayments/resources/v1/client/create.js +17 -7
  3481. package/serialization/resources/insurancePayments/resources/v1/client/delete.js +17 -7
  3482. package/serialization/resources/insurancePayments/resources/v1/client/get.js +17 -7
  3483. package/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
  3484. package/serialization/resources/insurancePayments/resources/v1/client/index.js +17 -7
  3485. package/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js +17 -7
  3486. package/serialization/resources/insurancePayments/resources/v1/client/update.js +17 -7
  3487. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +17 -7
  3488. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js +17 -7
  3489. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +17 -7
  3490. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +17 -7
  3491. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +17 -7
  3492. package/serialization/resources/insuranceRefunds/resources/index.js +17 -7
  3493. package/serialization/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
  3494. package/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
  3495. package/serialization/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
  3496. package/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
  3497. package/serialization/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
  3498. package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +17 -7
  3499. package/serialization/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
  3500. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +17 -7
  3501. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +17 -7
  3502. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +17 -7
  3503. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +17 -7
  3504. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +17 -7
  3505. package/serialization/resources/invoices/resources/index.js +17 -7
  3506. package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +17 -7
  3507. package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +17 -7
  3508. package/serialization/resources/invoices/resources/v2/types/Invoice.js +17 -7
  3509. package/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +17 -7
  3510. package/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +17 -7
  3511. package/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +17 -7
  3512. package/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +17 -7
  3513. package/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +17 -7
  3514. package/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +17 -7
  3515. package/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +17 -7
  3516. package/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +17 -7
  3517. package/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +17 -7
  3518. package/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +17 -7
  3519. package/serialization/resources/invoices/types/Invoice.js +17 -7
  3520. package/serialization/resources/invoices/types/InvoiceItem.js +17 -7
  3521. package/serialization/resources/invoices/types/InvoiceStatus.js +17 -7
  3522. package/serialization/resources/medicationDispense/resources/index.js +17 -7
  3523. package/serialization/resources/medicationDispense/resources/v1/client/create.js +17 -7
  3524. package/serialization/resources/medicationDispense/resources/v1/client/index.js +17 -7
  3525. package/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +17 -7
  3526. package/serialization/resources/nonInsurancePayerPayments/resources/index.js +17 -7
  3527. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
  3528. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
  3529. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
  3530. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
  3531. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
  3532. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +17 -7
  3533. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
  3534. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +17 -7
  3535. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +17 -7
  3536. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +17 -7
  3537. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +17 -7
  3538. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +17 -7
  3539. package/serialization/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
  3540. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
  3541. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
  3542. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
  3543. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
  3544. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
  3545. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +17 -7
  3546. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
  3547. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +17 -7
  3548. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +17 -7
  3549. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +17 -7
  3550. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +17 -7
  3551. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +17 -7
  3552. package/serialization/resources/nonInsurancePayers/resources/index.js +17 -7
  3553. package/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
  3554. package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
  3555. package/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
  3556. package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
  3557. package/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
  3558. package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
  3559. package/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
  3560. package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +17 -7
  3561. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +17 -7
  3562. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +17 -7
  3563. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +17 -7
  3564. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +17 -7
  3565. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +17 -7
  3566. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +17 -7
  3567. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +17 -7
  3568. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +17 -7
  3569. package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +17 -7
  3570. package/serialization/resources/organizationProviders/resources/index.js +17 -7
  3571. package/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +17 -7
  3572. package/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +17 -7
  3573. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
  3574. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +44 -7
  3575. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +17 -7
  3576. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +17 -7
  3577. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +17 -7
  3578. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +17 -7
  3579. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +17 -7
  3580. package/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +17 -7
  3581. package/serialization/resources/organizationProviders/resources/v3/client/create.js +17 -7
  3582. package/serialization/resources/organizationProviders/resources/v3/client/get.js +17 -7
  3583. package/serialization/resources/organizationProviders/resources/v3/client/index.js +17 -7
  3584. package/serialization/resources/organizationProviders/resources/v3/client/update.js +17 -7
  3585. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +17 -7
  3586. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +17 -7
  3587. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +17 -7
  3588. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +17 -7
  3589. package/serialization/resources/organizationServiceFacilities/resources/index.js +17 -7
  3590. package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
  3591. package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
  3592. package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
  3593. package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
  3594. package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
  3595. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +17 -7
  3596. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +17 -7
  3597. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +17 -7
  3598. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +17 -7
  3599. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +17 -7
  3600. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +17 -7
  3601. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +17 -7
  3602. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +17 -7
  3603. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +17 -7
  3604. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +17 -7
  3605. package/serialization/resources/patientPayments/resources/index.js +17 -7
  3606. package/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +17 -7
  3607. package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +17 -7
  3608. package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +17 -7
  3609. package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +17 -7
  3610. package/serialization/resources/patientPayments/resources/v4/client/create.js +17 -7
  3611. package/serialization/resources/patientPayments/resources/v4/client/delete.js +17 -7
  3612. package/serialization/resources/patientPayments/resources/v4/client/get.js +17 -7
  3613. package/serialization/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
  3614. package/serialization/resources/patientPayments/resources/v4/client/index.js +17 -7
  3615. package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +17 -7
  3616. package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +17 -7
  3617. package/serialization/resources/patientPayments/resources/v4/client/update.js +17 -7
  3618. package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +17 -7
  3619. package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +17 -7
  3620. package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +17 -7
  3621. package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +17 -7
  3622. package/serialization/resources/patientRefunds/resources/index.js +17 -7
  3623. package/serialization/resources/patientRefunds/resources/v1/client/create.js +17 -7
  3624. package/serialization/resources/patientRefunds/resources/v1/client/delete.js +17 -7
  3625. package/serialization/resources/patientRefunds/resources/v1/client/get.js +17 -7
  3626. package/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
  3627. package/serialization/resources/patientRefunds/resources/v1/client/index.js +17 -7
  3628. package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +17 -7
  3629. package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +17 -7
  3630. package/serialization/resources/patientRefunds/resources/v1/client/update.js +17 -7
  3631. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +17 -7
  3632. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +17 -7
  3633. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +17 -7
  3634. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +17 -7
  3635. package/serialization/resources/payers/resources/index.js +17 -7
  3636. package/serialization/resources/payers/resources/v3/types/Payer.js +17 -7
  3637. package/serialization/resources/payers/resources/v3/types/PayerId.js +17 -7
  3638. package/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +17 -7
  3639. package/serialization/resources/payers/resources/v3/types/PayerInfo.js +17 -7
  3640. package/serialization/resources/payers/resources/v3/types/PayerName.js +17 -7
  3641. package/serialization/resources/payers/resources/v3/types/PayerPage.js +17 -7
  3642. package/serialization/resources/payers/resources/v3/types/PayerUuid.js +17 -7
  3643. package/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +17 -7
  3644. package/serialization/resources/preEncounter/resources/appointments/resources/index.js +17 -7
  3645. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
  3646. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
  3647. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
  3648. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
  3649. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +15 -0
  3650. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +71 -0
  3651. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -0
  3652. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +19 -8
  3653. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
  3654. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
  3655. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +17 -7
  3656. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +17 -7
  3657. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +17 -7
  3658. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +17 -7
  3659. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +17 -7
  3660. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +17 -7
  3661. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +18 -0
  3662. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +49 -0
  3663. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +14 -0
  3664. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +47 -0
  3665. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +2 -0
  3666. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +2 -0
  3667. package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +17 -7
  3668. package/serialization/resources/preEncounter/resources/common/types/Address.js +17 -7
  3669. package/serialization/resources/preEncounter/resources/common/types/AddressUse.js +17 -7
  3670. package/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +17 -7
  3671. package/serialization/resources/preEncounter/resources/common/types/BaseModel.js +17 -7
  3672. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +17 -7
  3673. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +17 -7
  3674. package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +17 -7
  3675. package/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +17 -7
  3676. package/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +17 -7
  3677. package/serialization/resources/preEncounter/resources/common/types/CoverageId.js +17 -7
  3678. package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +17 -7
  3679. package/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +17 -7
  3680. package/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +17 -7
  3681. package/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +15 -0
  3682. package/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.js +46 -0
  3683. package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
  3684. package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +18 -7
  3685. package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +17 -7
  3686. package/serialization/resources/preEncounter/resources/common/types/Gender.js +17 -7
  3687. package/serialization/resources/preEncounter/resources/common/types/HumanName.js +17 -7
  3688. package/serialization/resources/preEncounter/resources/common/types/NameUse.js +17 -7
  3689. package/serialization/resources/preEncounter/resources/common/types/NoteId.js +17 -7
  3690. package/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +17 -7
  3691. package/serialization/resources/preEncounter/resources/common/types/PageToken.js +17 -7
  3692. package/serialization/resources/preEncounter/resources/common/types/PatientId.js +17 -7
  3693. package/serialization/resources/preEncounter/resources/common/types/PayerId.js +17 -7
  3694. package/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +10 -0
  3695. package/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +45 -0
  3696. package/serialization/resources/preEncounter/resources/common/types/Period.js +17 -7
  3697. package/serialization/resources/preEncounter/resources/common/types/Race.js +17 -7
  3698. package/serialization/resources/preEncounter/resources/common/types/Relationship.js +17 -7
  3699. package/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +17 -7
  3700. package/serialization/resources/preEncounter/resources/common/types/Sex.js +17 -7
  3701. package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +17 -7
  3702. package/serialization/resources/preEncounter/resources/common/types/SortDirection.js +17 -7
  3703. package/serialization/resources/preEncounter/resources/common/types/TagId.js +17 -7
  3704. package/serialization/resources/preEncounter/resources/common/types/UserId.js +17 -7
  3705. package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +17 -7
  3706. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  3707. package/serialization/resources/preEncounter/resources/common/types/index.js +2 -0
  3708. package/serialization/resources/preEncounter/resources/coverages/resources/index.js +17 -7
  3709. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
  3710. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
  3711. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +15 -0
  3712. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +71 -0
  3713. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +1 -0
  3714. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +19 -8
  3715. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +17 -7
  3716. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
  3717. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
  3718. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +18 -0
  3719. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +49 -0
  3720. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +17 -7
  3721. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +2 -0
  3722. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +19 -7
  3723. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +17 -7
  3724. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +17 -7
  3725. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +17 -7
  3726. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +17 -7
  3727. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +17 -7
  3728. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +17 -7
  3729. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +17 -7
  3730. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +17 -7
  3731. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +14 -0
  3732. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +47 -0
  3733. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +17 -7
  3734. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +17 -7
  3735. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +17 -7
  3736. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +17 -7
  3737. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +20 -0
  3738. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +51 -0
  3739. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
  3740. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +19 -7
  3741. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +1 -1
  3742. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +18 -7
  3743. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +17 -7
  3744. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +15 -0
  3745. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +46 -0
  3746. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +17 -7
  3747. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +17 -7
  3748. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +17 -7
  3749. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +17 -7
  3750. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +17 -7
  3751. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +4 -0
  3752. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +21 -7
  3753. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +17 -7
  3754. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +17 -7
  3755. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +17 -7
  3756. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +17 -7
  3757. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +17 -7
  3758. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +4 -0
  3759. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +4 -0
  3760. package/serialization/resources/preEncounter/resources/eligibilityChecks/index.d.ts +1 -0
  3761. package/serialization/resources/preEncounter/resources/eligibilityChecks/index.js +17 -0
  3762. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/index.d.ts +1 -0
  3763. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/index.js +37 -0
  3764. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -0
  3765. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +17 -0
  3766. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +19 -0
  3767. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +50 -0
  3768. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +19 -0
  3769. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +50 -0
  3770. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +11 -0
  3771. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +8 -0
  3772. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +13 -0
  3773. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +44 -0
  3774. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +14 -0
  3775. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +45 -0
  3776. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +13 -0
  3777. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +44 -0
  3778. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +17 -0
  3779. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +48 -0
  3780. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +12 -0
  3781. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +43 -0
  3782. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +14 -0
  3783. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +45 -0
  3784. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +9 -0
  3785. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +25 -0
  3786. package/serialization/resources/preEncounter/resources/index.d.ts +1 -0
  3787. package/serialization/resources/preEncounter/resources/index.js +19 -8
  3788. package/serialization/resources/preEncounter/resources/lists/resources/index.js +17 -7
  3789. package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
  3790. package/serialization/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
  3791. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +2 -2
  3792. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +19 -9
  3793. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +17 -7
  3794. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +17 -7
  3795. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +17 -7
  3796. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +17 -7
  3797. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +17 -7
  3798. package/serialization/resources/preEncounter/resources/notes/resources/index.js +17 -7
  3799. package/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +17 -7
  3800. package/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +17 -7
  3801. package/serialization/resources/preEncounter/resources/patients/resources/index.js +17 -7
  3802. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
  3803. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
  3804. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
  3805. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
  3806. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
  3807. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  3808. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +19 -8
  3809. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +20 -0
  3810. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +77 -0
  3811. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
  3812. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
  3813. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
  3814. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +17 -7
  3815. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +17 -7
  3816. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +17 -7
  3817. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +17 -7
  3818. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +17 -7
  3819. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +17 -7
  3820. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +17 -7
  3821. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +17 -7
  3822. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  3823. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +19 -7
  3824. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +17 -7
  3825. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +17 -7
  3826. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +17 -7
  3827. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +17 -7
  3828. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +17 -7
  3829. package/serialization/resources/preEncounter/resources/tags/resources/index.js +17 -7
  3830. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +17 -7
  3831. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +17 -7
  3832. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +17 -7
  3833. package/serialization/resources/remitDrafts/resources/index.js +17 -7
  3834. package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +17 -7
  3835. package/serialization/resources/remits/resources/index.js +17 -7
  3836. package/serialization/resources/remits/resources/v1/types/Payee.js +17 -7
  3837. package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +17 -7
  3838. package/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +17 -7
  3839. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +17 -7
  3840. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +17 -7
  3841. package/serialization/resources/serviceFacility/types/ServiceFacilityId.js +17 -7
  3842. package/serialization/resources/serviceLines/resources/index.js +17 -7
  3843. package/serialization/resources/serviceLines/resources/v2/client/create.js +17 -7
  3844. package/serialization/resources/serviceLines/resources/v2/client/delete.js +17 -7
  3845. package/serialization/resources/serviceLines/resources/v2/client/index.js +17 -7
  3846. package/serialization/resources/serviceLines/resources/v2/client/update.js +17 -7
  3847. package/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +17 -7
  3848. package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +17 -7
  3849. package/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +17 -7
  3850. package/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +17 -7
  3851. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +17 -7
  3852. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +17 -7
  3853. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +17 -7
  3854. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +17 -7
  3855. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +17 -7
  3856. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +17 -7
  3857. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +17 -7
  3858. package/serialization/resources/serviceLines/resources/v2/types/TestResult.js +17 -7
  3859. package/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +17 -7
  3860. package/serialization/resources/tags/types/Tag.js +17 -7
  3861. package/serialization/resources/tags/types/TagColorEnum.js +17 -7
  3862. package/serialization/resources/tags/types/TagCreate.js +17 -7
  3863. package/serialization/resources/tags/types/TagId.js +17 -7
  3864. package/serialization/resources/tasks/resources/commons/types/TaskCategory.js +17 -7
  3865. package/serialization/resources/tasks/resources/commons/types/TaskStatus.js +17 -7
  3866. package/serialization/resources/tasks/resources/commons/types/TaskType.js +17 -7
  3867. package/serialization/resources/tasks/resources/index.js +17 -7
  3868. package/serialization/resources/tasks/resources/v3/client/get.js +17 -7
  3869. package/serialization/resources/tasks/resources/v3/client/getMulti.js +17 -7
  3870. package/serialization/resources/tasks/resources/v3/client/index.js +17 -7
  3871. package/serialization/resources/tasks/resources/v3/client/update.js +17 -7
  3872. package/serialization/resources/tasks/resources/v3/types/Task.js +17 -7
  3873. package/serialization/resources/tasks/resources/v3/types/TaskAction.js +17 -7
  3874. package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +17 -7
  3875. package/serialization/resources/tasks/resources/v3/types/TaskActionType.js +17 -7
  3876. package/serialization/resources/tasks/resources/v3/types/TaskActions.js +17 -7
  3877. package/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +17 -7
  3878. package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +17 -7
  3879. package/serialization/resources/tasks/resources/v3/types/TaskNote.js +17 -7
  3880. package/serialization/resources/tasks/resources/v3/types/TaskPage.js +17 -7
  3881. package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +17 -7
  3882. package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +17 -7
  3883. package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +17 -7
  3884. package/serialization/resources/writeOffs/resources/index.js +17 -7
  3885. package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +17 -7
  3886. package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +17 -7
  3887. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +17 -7
  3888. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +17 -7
  3889. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +17 -7
  3890. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +17 -7
  3891. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +17 -7
  3892. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +17 -7
  3893. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +17 -7
  3894. package/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +17 -7
  3895. package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +17 -7
  3896. package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +17 -7
  3897. package/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +17 -7
  3898. package/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +17 -7
  3899. package/serialization/resources/x12/resources/index.js +17 -7
  3900. package/serialization/resources/x12/resources/v1/types/Carc.js +17 -7
  3901. package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +17 -7
  3902. package/serialization/resources/x12/resources/v1/types/Rarc.js +17 -7
  3903. package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +17 -7
  3904. package/version.d.ts +1 -0
  3905. package/version.js +4 -0
@@ -18,13 +18,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
18
18
  }) : function(o, v) {
19
19
  o["default"] = v;
20
20
  });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
28
38
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
39
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
40
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -61,28 +71,32 @@ class V1 {
61
71
  * name: {
62
72
  * family: "string",
63
73
  * given: ["string"],
64
- * use: CandidApi.preEncounter.NameUse.Usual,
74
+ * use: "USUAL",
65
75
  * period: {}
66
76
  * },
67
77
  * otherNames: [{
68
78
  * family: "string",
69
79
  * given: ["string"],
70
- * use: CandidApi.preEncounter.NameUse.Usual,
80
+ * use: "USUAL",
71
81
  * period: {}
72
82
  * }],
73
- * gender: CandidApi.preEncounter.Gender.Man,
83
+ * otherIdentifiers: [{
84
+ * value: "string",
85
+ * system: "string"
86
+ * }],
87
+ * gender: "MAN",
74
88
  * birthDate: "2023-01-15",
75
89
  * socialSecurityNumber: "string",
76
- * biologicalSex: CandidApi.preEncounter.Sex.Female,
77
- * sexualOrientation: CandidApi.preEncounter.SexualOrientation.Heterosexual,
78
- * race: CandidApi.preEncounter.Race.AmericanIndianOrAlaskaNative,
79
- * ethnicity: CandidApi.preEncounter.Ethnicity.HispanicOrLatino,
80
- * disabilityStatus: CandidApi.preEncounter.DisabilityStatus.Disabled,
81
- * maritalStatus: CandidApi.preEncounter.patients.v1.MaritalStatus.Annulled,
82
- * deceased: new Date("2024-01-15T09:30:00.000Z"),
90
+ * biologicalSex: "FEMALE",
91
+ * sexualOrientation: "HETEROSEXUAL",
92
+ * race: "AMERICAN_INDIAN_OR_ALASKA_NATIVE",
93
+ * ethnicity: "HISPANIC_OR_LATINO",
94
+ * disabilityStatus: "DISABLED",
95
+ * maritalStatus: "ANNULLED",
96
+ * deceased: "2024-01-15T09:30:00Z",
83
97
  * multipleBirth: 1,
84
98
  * primaryAddress: {
85
- * use: CandidApi.preEncounter.AddressUse.Home,
99
+ * use: "HOME",
86
100
  * line: ["string"],
87
101
  * city: "string",
88
102
  * state: "string",
@@ -91,7 +105,7 @@ class V1 {
91
105
  * period: {}
92
106
  * },
93
107
  * otherAddresses: [{
94
- * use: CandidApi.preEncounter.AddressUse.Home,
108
+ * use: "HOME",
95
109
  * line: ["string"],
96
110
  * city: "string",
97
111
  * state: "string",
@@ -101,11 +115,11 @@ class V1 {
101
115
  * }],
102
116
  * primaryTelecom: {
103
117
  * value: "string",
104
- * use: CandidApi.preEncounter.ContactPointUse.Home
118
+ * use: "HOME"
105
119
  * },
106
120
  * otherTelecoms: [{
107
121
  * value: "string",
108
- * use: CandidApi.preEncounter.ContactPointUse.Home
122
+ * use: "HOME"
109
123
  * }],
110
124
  * email: "string",
111
125
  * electronicCommunicationOptIn: true,
@@ -116,19 +130,19 @@ class V1 {
116
130
  * systemName: "string"
117
131
  * },
118
132
  * contacts: [{
119
- * relationship: [CandidApi.preEncounter.Relationship.Self],
133
+ * relationship: ["SELF"],
120
134
  * name: {
121
135
  * family: "string",
122
136
  * given: ["string"],
123
- * use: CandidApi.preEncounter.NameUse.Usual,
137
+ * use: "USUAL",
124
138
  * period: {}
125
139
  * },
126
140
  * telecoms: [{
127
141
  * value: "string",
128
- * use: CandidApi.preEncounter.ContactPointUse.Home
142
+ * use: "HOME"
129
143
  * }],
130
144
  * addresses: [{
131
- * use: CandidApi.preEncounter.AddressUse.Home,
145
+ * use: "HOME",
132
146
  * line: ["string"],
133
147
  * city: "string",
134
148
  * state: "string",
@@ -143,18 +157,19 @@ class V1 {
143
157
  * name: {
144
158
  * family: "string",
145
159
  * given: ["string"],
146
- * use: CandidApi.preEncounter.NameUse.Usual,
160
+ * use: "USUAL",
147
161
  * period: {}
148
162
  * },
149
- * type: CandidApi.preEncounter.ExternalProviderType.Primary,
163
+ * type: "PRIMARY",
150
164
  * npi: "string",
151
165
  * telecoms: [{
152
166
  * value: "string",
153
- * use: CandidApi.preEncounter.ContactPointUse.Home
167
+ * use: "HOME"
154
168
  * }],
155
169
  * addresses: [],
156
170
  * period: {},
157
- * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string")
171
+ * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string"),
172
+ * fax: "string"
158
173
  * }],
159
174
  * filingOrder: {
160
175
  * coverages: [CandidApi.preEncounter.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
@@ -167,17 +182,17 @@ class V1 {
167
182
  * name: {
168
183
  * family: "string",
169
184
  * given: ["string"],
170
- * use: CandidApi.preEncounter.NameUse.Usual,
185
+ * use: "USUAL",
171
186
  * period: {}
172
187
  * },
173
188
  * telecom: {
174
189
  * value: "string",
175
- * use: CandidApi.preEncounter.ContactPointUse.Home
190
+ * use: "HOME"
176
191
  * },
177
192
  * email: "string",
178
193
  * birthDate: "2023-01-15",
179
194
  * address: {
180
- * use: CandidApi.preEncounter.AddressUse.Home,
195
+ * use: "HOME",
181
196
  * line: ["string"],
182
197
  * city: "string",
183
198
  * state: "string",
@@ -193,7 +208,7 @@ class V1 {
193
208
  * additionalPayerInformation: {},
194
209
  * authorizationNumber: "string",
195
210
  * cptCode: "string",
196
- * units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit,
211
+ * units: "VISIT",
197
212
  * quantity: 1,
198
213
  * period: {},
199
214
  * notes: "string"
@@ -203,48 +218,41 @@ class V1 {
203
218
  * name: {
204
219
  * family: "string",
205
220
  * given: ["string"],
206
- * use: CandidApi.preEncounter.NameUse.Usual,
221
+ * use: "USUAL",
207
222
  * period: {}
208
223
  * },
209
- * type: CandidApi.preEncounter.ExternalProviderType.Primary,
224
+ * type: "PRIMARY",
210
225
  * npi: "string",
211
226
  * telecoms: [{
212
227
  * value: "string",
213
- * use: CandidApi.preEncounter.ContactPointUse.Home
228
+ * use: "HOME"
214
229
  * }],
215
230
  * addresses: [],
216
231
  * period: {},
217
- * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string")
232
+ * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string"),
233
+ * fax: "string"
218
234
  * },
219
235
  * referralNumber: "string"
220
236
  * }],
221
237
  * primaryServiceFacilityId: "string",
222
- * doNotInvoiceReason: CandidApi.preEncounter.patients.v1.DoNotInvoiceReason.Bankruptcy,
238
+ * doNotInvoiceReason: "BANKRUPTCY",
223
239
  * noteIds: [CandidApi.preEncounter.NoteId("string")],
224
240
  * tagIds: [CandidApi.preEncounter.TagId("string")]
225
241
  * }
226
242
  * })
227
243
  */
228
244
  create(request, requestOptions) {
229
- var _a, _b;
230
245
  return __awaiter(this, void 0, void 0, function* () {
246
+ var _a, _b, _c;
231
247
  const { skipDuplicateCheck, body: _body } = request;
232
248
  const _queryParams = {};
233
249
  if (skipDuplicateCheck != null) {
234
250
  _queryParams["skip_duplicate_check"] = skipDuplicateCheck.toString();
235
251
  }
236
252
  const _response = yield core.fetcher({
237
- url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
238
- .preEncounter, "/patients/v1"),
253
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, "/patients/v1"),
239
254
  method: "POST",
240
- headers: {
241
- Authorization: yield this._getAuthorizationHeader(),
242
- "X-Fern-Language": "JavaScript",
243
- "X-Fern-SDK-Name": "candidhealth",
244
- "X-Fern-SDK-Version": "0.39.5",
245
- "X-Fern-Runtime": core.RUNTIME.type,
246
- "X-Fern-Runtime-Version": core.RUNTIME.version,
247
- },
255
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.7", "User-Agent": "candidhealth/0.39.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
248
256
  contentType: "application/json",
249
257
  queryParameters: _queryParams,
250
258
  requestType: "json",
@@ -267,7 +275,7 @@ class V1 {
267
275
  };
268
276
  }
269
277
  if (_response.error.reason === "status-code") {
270
- switch ((_b = _response.error.body) === null || _b === void 0 ? void 0 : _b.errorName) {
278
+ switch ((_c = _response.error.body) === null || _c === void 0 ? void 0 : _c.errorName) {
271
279
  case "VersionConflictError":
272
280
  return {
273
281
  ok: false,
@@ -300,28 +308,32 @@ class V1 {
300
308
  * name: {
301
309
  * family: "string",
302
310
  * given: ["string"],
303
- * use: CandidApi.preEncounter.NameUse.Usual,
311
+ * use: "USUAL",
304
312
  * period: {}
305
313
  * },
306
314
  * otherNames: [{
307
315
  * family: "string",
308
316
  * given: ["string"],
309
- * use: CandidApi.preEncounter.NameUse.Usual,
317
+ * use: "USUAL",
310
318
  * period: {}
311
319
  * }],
312
- * gender: CandidApi.preEncounter.Gender.Man,
320
+ * otherIdentifiers: [{
321
+ * value: "string",
322
+ * system: "string"
323
+ * }],
324
+ * gender: "MAN",
313
325
  * birthDate: "2023-01-15",
314
326
  * socialSecurityNumber: "string",
315
- * biologicalSex: CandidApi.preEncounter.Sex.Female,
316
- * sexualOrientation: CandidApi.preEncounter.SexualOrientation.Heterosexual,
317
- * race: CandidApi.preEncounter.Race.AmericanIndianOrAlaskaNative,
318
- * ethnicity: CandidApi.preEncounter.Ethnicity.HispanicOrLatino,
319
- * disabilityStatus: CandidApi.preEncounter.DisabilityStatus.Disabled,
320
- * maritalStatus: CandidApi.preEncounter.patients.v1.MaritalStatus.Annulled,
321
- * deceased: new Date("2024-01-15T09:30:00.000Z"),
327
+ * biologicalSex: "FEMALE",
328
+ * sexualOrientation: "HETEROSEXUAL",
329
+ * race: "AMERICAN_INDIAN_OR_ALASKA_NATIVE",
330
+ * ethnicity: "HISPANIC_OR_LATINO",
331
+ * disabilityStatus: "DISABLED",
332
+ * maritalStatus: "ANNULLED",
333
+ * deceased: "2024-01-15T09:30:00Z",
322
334
  * multipleBirth: 1,
323
335
  * primaryAddress: {
324
- * use: CandidApi.preEncounter.AddressUse.Home,
336
+ * use: "HOME",
325
337
  * line: ["string"],
326
338
  * city: "string",
327
339
  * state: "string",
@@ -330,7 +342,7 @@ class V1 {
330
342
  * period: {}
331
343
  * },
332
344
  * otherAddresses: [{
333
- * use: CandidApi.preEncounter.AddressUse.Home,
345
+ * use: "HOME",
334
346
  * line: ["string"],
335
347
  * city: "string",
336
348
  * state: "string",
@@ -340,11 +352,11 @@ class V1 {
340
352
  * }],
341
353
  * primaryTelecom: {
342
354
  * value: "string",
343
- * use: CandidApi.preEncounter.ContactPointUse.Home
355
+ * use: "HOME"
344
356
  * },
345
357
  * otherTelecoms: [{
346
358
  * value: "string",
347
- * use: CandidApi.preEncounter.ContactPointUse.Home
359
+ * use: "HOME"
348
360
  * }],
349
361
  * email: "string",
350
362
  * electronicCommunicationOptIn: true,
@@ -355,19 +367,19 @@ class V1 {
355
367
  * systemName: "string"
356
368
  * },
357
369
  * contacts: [{
358
- * relationship: [CandidApi.preEncounter.Relationship.Self],
370
+ * relationship: ["SELF"],
359
371
  * name: {
360
372
  * family: "string",
361
373
  * given: ["string"],
362
- * use: CandidApi.preEncounter.NameUse.Usual,
374
+ * use: "USUAL",
363
375
  * period: {}
364
376
  * },
365
377
  * telecoms: [{
366
378
  * value: "string",
367
- * use: CandidApi.preEncounter.ContactPointUse.Home
379
+ * use: "HOME"
368
380
  * }],
369
381
  * addresses: [{
370
- * use: CandidApi.preEncounter.AddressUse.Home,
382
+ * use: "HOME",
371
383
  * line: ["string"],
372
384
  * city: "string",
373
385
  * state: "string",
@@ -382,18 +394,19 @@ class V1 {
382
394
  * name: {
383
395
  * family: "string",
384
396
  * given: ["string"],
385
- * use: CandidApi.preEncounter.NameUse.Usual,
397
+ * use: "USUAL",
386
398
  * period: {}
387
399
  * },
388
- * type: CandidApi.preEncounter.ExternalProviderType.Primary,
400
+ * type: "PRIMARY",
389
401
  * npi: "string",
390
402
  * telecoms: [{
391
403
  * value: "string",
392
- * use: CandidApi.preEncounter.ContactPointUse.Home
404
+ * use: "HOME"
393
405
  * }],
394
406
  * addresses: [],
395
407
  * period: {},
396
- * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string")
408
+ * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string"),
409
+ * fax: "string"
397
410
  * }],
398
411
  * filingOrder: {
399
412
  * coverages: [CandidApi.preEncounter.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
@@ -406,17 +419,17 @@ class V1 {
406
419
  * name: {
407
420
  * family: "string",
408
421
  * given: ["string"],
409
- * use: CandidApi.preEncounter.NameUse.Usual,
422
+ * use: "USUAL",
410
423
  * period: {}
411
424
  * },
412
425
  * telecom: {
413
426
  * value: "string",
414
- * use: CandidApi.preEncounter.ContactPointUse.Home
427
+ * use: "HOME"
415
428
  * },
416
429
  * email: "string",
417
430
  * birthDate: "2023-01-15",
418
431
  * address: {
419
- * use: CandidApi.preEncounter.AddressUse.Home,
432
+ * use: "HOME",
420
433
  * line: ["string"],
421
434
  * city: "string",
422
435
  * state: "string",
@@ -432,7 +445,7 @@ class V1 {
432
445
  * additionalPayerInformation: {},
433
446
  * authorizationNumber: "string",
434
447
  * cptCode: "string",
435
- * units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit,
448
+ * units: "VISIT",
436
449
  * quantity: 1,
437
450
  * period: {},
438
451
  * notes: "string"
@@ -442,48 +455,41 @@ class V1 {
442
455
  * name: {
443
456
  * family: "string",
444
457
  * given: ["string"],
445
- * use: CandidApi.preEncounter.NameUse.Usual,
458
+ * use: "USUAL",
446
459
  * period: {}
447
460
  * },
448
- * type: CandidApi.preEncounter.ExternalProviderType.Primary,
461
+ * type: "PRIMARY",
449
462
  * npi: "string",
450
463
  * telecoms: [{
451
464
  * value: "string",
452
- * use: CandidApi.preEncounter.ContactPointUse.Home
465
+ * use: "HOME"
453
466
  * }],
454
467
  * addresses: [],
455
468
  * period: {},
456
- * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string")
469
+ * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string"),
470
+ * fax: "string"
457
471
  * },
458
472
  * referralNumber: "string"
459
473
  * }],
460
474
  * primaryServiceFacilityId: "string",
461
- * doNotInvoiceReason: CandidApi.preEncounter.patients.v1.DoNotInvoiceReason.Bankruptcy,
475
+ * doNotInvoiceReason: "BANKRUPTCY",
462
476
  * noteIds: [CandidApi.preEncounter.NoteId("string")],
463
477
  * tagIds: [CandidApi.preEncounter.TagId("string")]
464
478
  * }
465
479
  * })
466
480
  */
467
481
  createWithMrn(request, requestOptions) {
468
- var _a, _b;
469
482
  return __awaiter(this, void 0, void 0, function* () {
483
+ var _a, _b, _c;
470
484
  const { skipDuplicateCheck, body: _body } = request;
471
485
  const _queryParams = {};
472
486
  if (skipDuplicateCheck != null) {
473
487
  _queryParams["skip_duplicate_check"] = skipDuplicateCheck.toString();
474
488
  }
475
489
  const _response = yield core.fetcher({
476
- url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
477
- .preEncounter, "/patients/v1/with_mrn"),
490
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, "/patients/v1/with_mrn"),
478
491
  method: "POST",
479
- headers: {
480
- Authorization: yield this._getAuthorizationHeader(),
481
- "X-Fern-Language": "JavaScript",
482
- "X-Fern-SDK-Name": "candidhealth",
483
- "X-Fern-SDK-Version": "0.39.5",
484
- "X-Fern-Runtime": core.RUNTIME.type,
485
- "X-Fern-Runtime-Version": core.RUNTIME.version,
486
- },
492
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.7", "User-Agent": "candidhealth/0.39.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
487
493
  contentType: "application/json",
488
494
  queryParameters: _queryParams,
489
495
  requestType: "json",
@@ -506,7 +512,7 @@ class V1 {
506
512
  };
507
513
  }
508
514
  if (_response.error.reason === "status-code") {
509
- switch ((_b = _response.error.body) === null || _b === void 0 ? void 0 : _b.errorName) {
515
+ switch ((_c = _response.error.body) === null || _c === void 0 ? void 0 : _c.errorName) {
510
516
  case "VersionConflictError":
511
517
  case "BadRequestError":
512
518
  return {
@@ -538,12 +544,12 @@ class V1 {
538
544
  * mrn: "string",
539
545
  * pageToken: CandidApi.preEncounter.PageToken("string"),
540
546
  * sortField: CandidApi.preEncounter.patients.v1.PatientSortField("string"),
541
- * sortDirection: CandidApi.preEncounter.SortDirection.Asc
547
+ * sortDirection: "asc"
542
548
  * })
543
549
  */
544
- getMulti(request = {}, requestOptions) {
545
- var _a;
546
- return __awaiter(this, void 0, void 0, function* () {
550
+ getMulti() {
551
+ return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
552
+ var _a, _b;
547
553
  const { limit, mrn, pageToken, sortField, sortDirection } = request;
548
554
  const _queryParams = {};
549
555
  if (limit != null) {
@@ -559,20 +565,14 @@ class V1 {
559
565
  _queryParams["sort_field"] = sortField;
560
566
  }
561
567
  if (sortDirection != null) {
562
- _queryParams["sort_direction"] = sortDirection;
568
+ _queryParams["sort_direction"] = serializers.preEncounter.SortDirection.jsonOrThrow(sortDirection, {
569
+ unrecognizedObjectKeys: "strip",
570
+ });
563
571
  }
564
572
  const _response = yield core.fetcher({
565
- url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
566
- .preEncounter, "/patients/v1/get_multi"),
573
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, "/patients/v1/get_multi"),
567
574
  method: "GET",
568
- headers: {
569
- Authorization: yield this._getAuthorizationHeader(),
570
- "X-Fern-Language": "JavaScript",
571
- "X-Fern-SDK-Name": "candidhealth",
572
- "X-Fern-SDK-Version": "0.39.5",
573
- "X-Fern-Runtime": core.RUNTIME.type,
574
- "X-Fern-Runtime-Version": core.RUNTIME.version,
575
- },
575
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.7", "User-Agent": "candidhealth/0.39.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
576
576
  contentType: "application/json",
577
577
  queryParameters: _queryParams,
578
578
  requestType: "json",
@@ -607,20 +607,12 @@ class V1 {
607
607
  * await client.preEncounter.patients.v1.get(CandidApi.preEncounter.PatientId("string"))
608
608
  */
609
609
  get(id, requestOptions) {
610
- var _a, _b;
611
610
  return __awaiter(this, void 0, void 0, function* () {
611
+ var _a, _b, _c;
612
612
  const _response = yield core.fetcher({
613
- url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
614
- .preEncounter, `/patients/v1/${encodeURIComponent(serializers.preEncounter.PatientId.jsonOrThrow(id))}`),
613
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, `/patients/v1/${encodeURIComponent(serializers.preEncounter.PatientId.jsonOrThrow(id))}`),
615
614
  method: "GET",
616
- headers: {
617
- Authorization: yield this._getAuthorizationHeader(),
618
- "X-Fern-Language": "JavaScript",
619
- "X-Fern-SDK-Name": "candidhealth",
620
- "X-Fern-SDK-Version": "0.39.5",
621
- "X-Fern-Runtime": core.RUNTIME.type,
622
- "X-Fern-Runtime-Version": core.RUNTIME.version,
623
- },
615
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.7", "User-Agent": "candidhealth/0.39.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
624
616
  contentType: "application/json",
625
617
  requestType: "json",
626
618
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -639,7 +631,7 @@ class V1 {
639
631
  };
640
632
  }
641
633
  if (_response.error.reason === "status-code") {
642
- switch ((_b = _response.error.body) === null || _b === void 0 ? void 0 : _b.errorName) {
634
+ switch ((_c = _response.error.body) === null || _c === void 0 ? void 0 : _c.errorName) {
643
635
  case "NotFoundError":
644
636
  return {
645
637
  ok: false,
@@ -668,20 +660,12 @@ class V1 {
668
660
  * await client.preEncounter.patients.v1.getHistory(CandidApi.preEncounter.PatientId("string"))
669
661
  */
670
662
  getHistory(id, requestOptions) {
671
- var _a, _b;
672
663
  return __awaiter(this, void 0, void 0, function* () {
664
+ var _a, _b, _c;
673
665
  const _response = yield core.fetcher({
674
- url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
675
- .preEncounter, `/patients/v1/${encodeURIComponent(serializers.preEncounter.PatientId.jsonOrThrow(id))}/history`),
666
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, `/patients/v1/${encodeURIComponent(serializers.preEncounter.PatientId.jsonOrThrow(id))}/history`),
676
667
  method: "GET",
677
- headers: {
678
- Authorization: yield this._getAuthorizationHeader(),
679
- "X-Fern-Language": "JavaScript",
680
- "X-Fern-SDK-Name": "candidhealth",
681
- "X-Fern-SDK-Version": "0.39.5",
682
- "X-Fern-Runtime": core.RUNTIME.type,
683
- "X-Fern-Runtime-Version": core.RUNTIME.version,
684
- },
668
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.7", "User-Agent": "candidhealth/0.39.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
685
669
  contentType: "application/json",
686
670
  requestType: "json",
687
671
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -700,7 +684,7 @@ class V1 {
700
684
  };
701
685
  }
702
686
  if (_response.error.reason === "status-code") {
703
- switch ((_b = _response.error.body) === null || _b === void 0 ? void 0 : _b.errorName) {
687
+ switch ((_c = _response.error.body) === null || _c === void 0 ? void 0 : _c.errorName) {
704
688
  case "NotFoundError":
705
689
  return {
706
690
  ok: false,
@@ -732,28 +716,32 @@ class V1 {
732
716
  * name: {
733
717
  * family: "string",
734
718
  * given: ["string"],
735
- * use: CandidApi.preEncounter.NameUse.Usual,
719
+ * use: "USUAL",
736
720
  * period: {}
737
721
  * },
738
722
  * otherNames: [{
739
723
  * family: "string",
740
724
  * given: ["string"],
741
- * use: CandidApi.preEncounter.NameUse.Usual,
725
+ * use: "USUAL",
742
726
  * period: {}
743
727
  * }],
744
- * gender: CandidApi.preEncounter.Gender.Man,
728
+ * otherIdentifiers: [{
729
+ * value: "string",
730
+ * system: "string"
731
+ * }],
732
+ * gender: "MAN",
745
733
  * birthDate: "2023-01-15",
746
734
  * socialSecurityNumber: "string",
747
- * biologicalSex: CandidApi.preEncounter.Sex.Female,
748
- * sexualOrientation: CandidApi.preEncounter.SexualOrientation.Heterosexual,
749
- * race: CandidApi.preEncounter.Race.AmericanIndianOrAlaskaNative,
750
- * ethnicity: CandidApi.preEncounter.Ethnicity.HispanicOrLatino,
751
- * disabilityStatus: CandidApi.preEncounter.DisabilityStatus.Disabled,
752
- * maritalStatus: CandidApi.preEncounter.patients.v1.MaritalStatus.Annulled,
753
- * deceased: new Date("2024-01-15T09:30:00.000Z"),
735
+ * biologicalSex: "FEMALE",
736
+ * sexualOrientation: "HETEROSEXUAL",
737
+ * race: "AMERICAN_INDIAN_OR_ALASKA_NATIVE",
738
+ * ethnicity: "HISPANIC_OR_LATINO",
739
+ * disabilityStatus: "DISABLED",
740
+ * maritalStatus: "ANNULLED",
741
+ * deceased: "2024-01-15T09:30:00Z",
754
742
  * multipleBirth: 1,
755
743
  * primaryAddress: {
756
- * use: CandidApi.preEncounter.AddressUse.Home,
744
+ * use: "HOME",
757
745
  * line: ["string"],
758
746
  * city: "string",
759
747
  * state: "string",
@@ -762,7 +750,7 @@ class V1 {
762
750
  * period: {}
763
751
  * },
764
752
  * otherAddresses: [{
765
- * use: CandidApi.preEncounter.AddressUse.Home,
753
+ * use: "HOME",
766
754
  * line: ["string"],
767
755
  * city: "string",
768
756
  * state: "string",
@@ -772,11 +760,11 @@ class V1 {
772
760
  * }],
773
761
  * primaryTelecom: {
774
762
  * value: "string",
775
- * use: CandidApi.preEncounter.ContactPointUse.Home
763
+ * use: "HOME"
776
764
  * },
777
765
  * otherTelecoms: [{
778
766
  * value: "string",
779
- * use: CandidApi.preEncounter.ContactPointUse.Home
767
+ * use: "HOME"
780
768
  * }],
781
769
  * email: "string",
782
770
  * electronicCommunicationOptIn: true,
@@ -787,19 +775,19 @@ class V1 {
787
775
  * systemName: "string"
788
776
  * },
789
777
  * contacts: [{
790
- * relationship: [CandidApi.preEncounter.Relationship.Self],
778
+ * relationship: ["SELF"],
791
779
  * name: {
792
780
  * family: "string",
793
781
  * given: ["string"],
794
- * use: CandidApi.preEncounter.NameUse.Usual,
782
+ * use: "USUAL",
795
783
  * period: {}
796
784
  * },
797
785
  * telecoms: [{
798
786
  * value: "string",
799
- * use: CandidApi.preEncounter.ContactPointUse.Home
787
+ * use: "HOME"
800
788
  * }],
801
789
  * addresses: [{
802
- * use: CandidApi.preEncounter.AddressUse.Home,
790
+ * use: "HOME",
803
791
  * line: ["string"],
804
792
  * city: "string",
805
793
  * state: "string",
@@ -814,18 +802,19 @@ class V1 {
814
802
  * name: {
815
803
  * family: "string",
816
804
  * given: ["string"],
817
- * use: CandidApi.preEncounter.NameUse.Usual,
805
+ * use: "USUAL",
818
806
  * period: {}
819
807
  * },
820
- * type: CandidApi.preEncounter.ExternalProviderType.Primary,
808
+ * type: "PRIMARY",
821
809
  * npi: "string",
822
810
  * telecoms: [{
823
811
  * value: "string",
824
- * use: CandidApi.preEncounter.ContactPointUse.Home
812
+ * use: "HOME"
825
813
  * }],
826
814
  * addresses: [],
827
815
  * period: {},
828
- * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string")
816
+ * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string"),
817
+ * fax: "string"
829
818
  * }],
830
819
  * filingOrder: {
831
820
  * coverages: [CandidApi.preEncounter.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
@@ -838,17 +827,17 @@ class V1 {
838
827
  * name: {
839
828
  * family: "string",
840
829
  * given: ["string"],
841
- * use: CandidApi.preEncounter.NameUse.Usual,
830
+ * use: "USUAL",
842
831
  * period: {}
843
832
  * },
844
833
  * telecom: {
845
834
  * value: "string",
846
- * use: CandidApi.preEncounter.ContactPointUse.Home
835
+ * use: "HOME"
847
836
  * },
848
837
  * email: "string",
849
838
  * birthDate: "2023-01-15",
850
839
  * address: {
851
- * use: CandidApi.preEncounter.AddressUse.Home,
840
+ * use: "HOME",
852
841
  * line: ["string"],
853
842
  * city: "string",
854
843
  * state: "string",
@@ -864,7 +853,7 @@ class V1 {
864
853
  * additionalPayerInformation: {},
865
854
  * authorizationNumber: "string",
866
855
  * cptCode: "string",
867
- * units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit,
856
+ * units: "VISIT",
868
857
  * quantity: 1,
869
858
  * period: {},
870
859
  * notes: "string"
@@ -874,42 +863,35 @@ class V1 {
874
863
  * name: {
875
864
  * family: "string",
876
865
  * given: ["string"],
877
- * use: CandidApi.preEncounter.NameUse.Usual,
866
+ * use: "USUAL",
878
867
  * period: {}
879
868
  * },
880
- * type: CandidApi.preEncounter.ExternalProviderType.Primary,
869
+ * type: "PRIMARY",
881
870
  * npi: "string",
882
871
  * telecoms: [{
883
872
  * value: "string",
884
- * use: CandidApi.preEncounter.ContactPointUse.Home
873
+ * use: "HOME"
885
874
  * }],
886
875
  * addresses: [],
887
876
  * period: {},
888
- * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string")
877
+ * canonicalId: CandidApi.preEncounter.CanonicalProviderId("string"),
878
+ * fax: "string"
889
879
  * },
890
880
  * referralNumber: "string"
891
881
  * }],
892
882
  * primaryServiceFacilityId: "string",
893
- * doNotInvoiceReason: CandidApi.preEncounter.patients.v1.DoNotInvoiceReason.Bankruptcy,
883
+ * doNotInvoiceReason: "BANKRUPTCY",
894
884
  * noteIds: [CandidApi.preEncounter.NoteId("string")],
895
885
  * tagIds: [CandidApi.preEncounter.TagId("string")]
896
886
  * })
897
887
  */
898
888
  update(id, version, request, requestOptions) {
899
- var _a, _b;
900
889
  return __awaiter(this, void 0, void 0, function* () {
890
+ var _a, _b, _c;
901
891
  const _response = yield core.fetcher({
902
- url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
903
- .preEncounter, `/patients/v1/${encodeURIComponent(serializers.preEncounter.PatientId.jsonOrThrow(id))}/${encodeURIComponent(version)}`),
892
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, `/patients/v1/${encodeURIComponent(serializers.preEncounter.PatientId.jsonOrThrow(id))}/${encodeURIComponent(version)}`),
904
893
  method: "PUT",
905
- headers: {
906
- Authorization: yield this._getAuthorizationHeader(),
907
- "X-Fern-Language": "JavaScript",
908
- "X-Fern-SDK-Name": "candidhealth",
909
- "X-Fern-SDK-Version": "0.39.5",
910
- "X-Fern-Runtime": core.RUNTIME.type,
911
- "X-Fern-Runtime-Version": core.RUNTIME.version,
912
- },
894
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.7", "User-Agent": "candidhealth/0.39.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
913
895
  contentType: "application/json",
914
896
  requestType: "json",
915
897
  body: serializers.preEncounter.patients.v1.MutablePatient.jsonOrThrow(request, {
@@ -931,7 +913,7 @@ class V1 {
931
913
  };
932
914
  }
933
915
  if (_response.error.reason === "status-code") {
934
- switch ((_b = _response.error.body) === null || _b === void 0 ? void 0 : _b.errorName) {
916
+ switch ((_c = _response.error.body) === null || _c === void 0 ? void 0 : _c.errorName) {
935
917
  case "NotFoundError":
936
918
  case "VersionConflictError":
937
919
  return {
@@ -952,7 +934,7 @@ class V1 {
952
934
  });
953
935
  }
954
936
  /**
955
- * Sets a patient as deactivated. The path must contain the most recent version to prevent race conditions. Deactivating historic versions is not supported. Subsequent updates via PUT to the patient will "reactivate" the patient and set the deactivated flag to false.
937
+ * Sets a patient as deactivated. The path must contain the most recent version plus 1 to prevent race conditions. Deactivating historic versions is not supported.
956
938
  *
957
939
  * @param {CandidApi.preEncounter.PatientId} id
958
940
  * @param {string} version
@@ -962,20 +944,12 @@ class V1 {
962
944
  * await client.preEncounter.patients.v1.deactivate(CandidApi.preEncounter.PatientId("string"), "string")
963
945
  */
964
946
  deactivate(id, version, requestOptions) {
965
- var _a, _b;
966
947
  return __awaiter(this, void 0, void 0, function* () {
948
+ var _a, _b, _c;
967
949
  const _response = yield core.fetcher({
968
- url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
969
- .preEncounter, `/patients/v1/${encodeURIComponent(serializers.preEncounter.PatientId.jsonOrThrow(id))}/${encodeURIComponent(version)}`),
950
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, `/patients/v1/${encodeURIComponent(serializers.preEncounter.PatientId.jsonOrThrow(id))}/${encodeURIComponent(version)}`),
970
951
  method: "DELETE",
971
- headers: {
972
- Authorization: yield this._getAuthorizationHeader(),
973
- "X-Fern-Language": "JavaScript",
974
- "X-Fern-SDK-Name": "candidhealth",
975
- "X-Fern-SDK-Version": "0.39.5",
976
- "X-Fern-Runtime": core.RUNTIME.type,
977
- "X-Fern-Runtime-Version": core.RUNTIME.version,
978
- },
952
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.7", "User-Agent": "candidhealth/0.39.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
979
953
  contentType: "application/json",
980
954
  requestType: "json",
981
955
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -989,7 +963,7 @@ class V1 {
989
963
  };
990
964
  }
991
965
  if (_response.error.reason === "status-code") {
992
- switch ((_b = _response.error.body) === null || _b === void 0 ? void 0 : _b.errorName) {
966
+ switch ((_c = _response.error.body) === null || _c === void 0 ? void 0 : _c.errorName) {
993
967
  case "NotFoundError":
994
968
  case "VersionConflictError":
995
969
  return {
@@ -1009,6 +983,56 @@ class V1 {
1009
983
  };
1010
984
  });
1011
985
  }
986
+ /**
987
+ * Removes the deactivated flag for a patient. The path must contain the most recent version plus 1 to prevent race conditions. Reactivating historic versions is not supported.
988
+ *
989
+ * @param {CandidApi.preEncounter.PatientId} id
990
+ * @param {string} version
991
+ * @param {V1.RequestOptions} requestOptions - Request-specific configuration.
992
+ *
993
+ * @example
994
+ * await client.preEncounter.patients.v1.reactivate(CandidApi.preEncounter.PatientId("string"), "string")
995
+ */
996
+ reactivate(id, version, requestOptions) {
997
+ return __awaiter(this, void 0, void 0, function* () {
998
+ var _a, _b, _c;
999
+ const _response = yield core.fetcher({
1000
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, `/patients/v1/${encodeURIComponent(serializers.preEncounter.PatientId.jsonOrThrow(id))}/${encodeURIComponent(version)}`),
1001
+ method: "PATCH",
1002
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.7", "User-Agent": "candidhealth/0.39.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1003
+ contentType: "application/json",
1004
+ requestType: "json",
1005
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1006
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1007
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1008
+ });
1009
+ if (_response.ok) {
1010
+ return {
1011
+ ok: true,
1012
+ body: undefined,
1013
+ };
1014
+ }
1015
+ if (_response.error.reason === "status-code") {
1016
+ switch ((_c = _response.error.body) === null || _c === void 0 ? void 0 : _c.errorName) {
1017
+ case "NotFoundError":
1018
+ case "VersionConflictError":
1019
+ return {
1020
+ ok: false,
1021
+ error: serializers.preEncounter.patients.v1.reactivate.Error.parseOrThrow(_response.error.body, {
1022
+ unrecognizedObjectKeys: "passthrough",
1023
+ allowUnrecognizedUnionMembers: true,
1024
+ allowUnrecognizedEnumValues: true,
1025
+ breadcrumbsPrefix: ["response"],
1026
+ }),
1027
+ };
1028
+ }
1029
+ }
1030
+ return {
1031
+ ok: false,
1032
+ error: CandidApi.preEncounter.patients.v1.reactivate.Error._unknown(_response.error),
1033
+ };
1034
+ });
1035
+ }
1012
1036
  /**
1013
1037
  * Returns a list of Patients based on the search criteria.
1014
1038
  *
@@ -1021,9 +1045,9 @@ class V1 {
1021
1045
  * similarNameOrdering: "string"
1022
1046
  * })
1023
1047
  */
1024
- search(request = {}, requestOptions) {
1025
- var _a;
1026
- return __awaiter(this, void 0, void 0, function* () {
1048
+ search() {
1049
+ return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
1050
+ var _a, _b;
1027
1051
  const { mrn, similarNameOrdering } = request;
1028
1052
  const _queryParams = {};
1029
1053
  if (mrn != null) {
@@ -1033,17 +1057,9 @@ class V1 {
1033
1057
  _queryParams["similar_name_ordering"] = similarNameOrdering;
1034
1058
  }
1035
1059
  const _response = yield core.fetcher({
1036
- url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
1037
- .preEncounter, "/patients/v1"),
1060
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, "/patients/v1"),
1038
1061
  method: "GET",
1039
- headers: {
1040
- Authorization: yield this._getAuthorizationHeader(),
1041
- "X-Fern-Language": "JavaScript",
1042
- "X-Fern-SDK-Name": "candidhealth",
1043
- "X-Fern-SDK-Version": "0.39.5",
1044
- "X-Fern-Runtime": core.RUNTIME.type,
1045
- "X-Fern-Runtime-Version": core.RUNTIME.version,
1046
- },
1062
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.7", "User-Agent": "candidhealth/0.39.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1047
1063
  contentType: "application/json",
1048
1064
  queryParameters: _queryParams,
1049
1065
  requestType: "json",
@@ -1076,27 +1092,19 @@ class V1 {
1076
1092
  *
1077
1093
  * @example
1078
1094
  * await client.preEncounter.patients.v1.scan({
1079
- * since: new Date("2024-01-15T09:30:00.000Z")
1095
+ * since: "2024-01-15T09:30:00Z"
1080
1096
  * })
1081
1097
  */
1082
1098
  scan(request, requestOptions) {
1083
- var _a;
1084
1099
  return __awaiter(this, void 0, void 0, function* () {
1100
+ var _a, _b;
1085
1101
  const { since } = request;
1086
1102
  const _queryParams = {};
1087
1103
  _queryParams["since"] = since.toISOString();
1088
1104
  const _response = yield core.fetcher({
1089
- url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
1090
- .preEncounter, "/patients/v1/updates/scan"),
1105
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, "/patients/v1/updates/scan"),
1091
1106
  method: "GET",
1092
- headers: {
1093
- Authorization: yield this._getAuthorizationHeader(),
1094
- "X-Fern-Language": "JavaScript",
1095
- "X-Fern-SDK-Name": "candidhealth",
1096
- "X-Fern-SDK-Version": "0.39.5",
1097
- "X-Fern-Runtime": core.RUNTIME.type,
1098
- "X-Fern-Runtime-Version": core.RUNTIME.version,
1099
- },
1107
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.7", "User-Agent": "candidhealth/0.39.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1100
1108
  contentType: "application/json",
1101
1109
  queryParameters: _queryParams,
1102
1110
  requestType: "json",