candidhealth 0.39.5 → 0.39.6

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 (3567) 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 +1 -1
  115. package/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -1
  116. package/api/resources/commons/types/ProviderCredentialingSpanId.js +1 -2
  117. package/api/resources/commons/types/ProviderId.d.ts +1 -1
  118. package/api/resources/commons/types/ProviderId.js +1 -2
  119. package/api/resources/commons/types/QualifierCode.d.ts +1 -1
  120. package/api/resources/commons/types/RateId.d.ts +1 -1
  121. package/api/resources/commons/types/RateId.js +1 -2
  122. package/api/resources/commons/types/Regions.d.ts +1 -1
  123. package/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +1 -1
  124. package/api/resources/commons/types/SchemaId.d.ts +1 -1
  125. package/api/resources/commons/types/SchemaId.js +1 -2
  126. package/api/resources/commons/types/ServiceLineId.d.ts +1 -1
  127. package/api/resources/commons/types/ServiceLineId.js +1 -2
  128. package/api/resources/commons/types/ServiceLineUnits.d.ts +1 -1
  129. package/api/resources/commons/types/SortDirection.d.ts +1 -1
  130. package/api/resources/commons/types/SourceOfPaymentCode.d.ts +1 -1
  131. package/api/resources/commons/types/State.d.ts +1 -1
  132. package/api/resources/commons/types/TaskAssignmentId.d.ts +1 -1
  133. package/api/resources/commons/types/TaskAssignmentId.js +1 -2
  134. package/api/resources/commons/types/TaskId.d.ts +1 -1
  135. package/api/resources/commons/types/TaskId.js +1 -2
  136. package/api/resources/commons/types/TaskNoteId.d.ts +1 -1
  137. package/api/resources/commons/types/TaskNoteId.js +1 -2
  138. package/api/resources/commons/types/TaxId.d.ts +1 -1
  139. package/api/resources/commons/types/TaxId.js +1 -2
  140. package/api/resources/commons/types/UserId.d.ts +1 -1
  141. package/api/resources/commons/types/UserId.js +1 -2
  142. package/api/resources/commons/types/WorkQueueId.d.ts +1 -1
  143. package/api/resources/commons/types/WorkQueueId.js +1 -2
  144. package/api/resources/commons/types/index.d.ts +1 -0
  145. package/api/resources/commons/types/index.js +1 -0
  146. package/api/resources/contracts/client/Client.d.ts +5 -1
  147. package/api/resources/contracts/resources/index.js +17 -7
  148. package/api/resources/contracts/resources/v2/client/Client.d.ts +9 -5
  149. package/api/resources/contracts/resources/v2/client/Client.js +50 -78
  150. package/api/resources/contracts/resources/v2/client/create.d.ts +1 -1
  151. package/api/resources/contracts/resources/v2/client/create.js +17 -7
  152. package/api/resources/contracts/resources/v2/client/delete.d.ts +1 -1
  153. package/api/resources/contracts/resources/v2/client/delete.js +17 -7
  154. package/api/resources/contracts/resources/v2/client/get.d.ts +1 -1
  155. package/api/resources/contracts/resources/v2/client/get.js +17 -7
  156. package/api/resources/contracts/resources/v2/client/getMulti.d.ts +1 -1
  157. package/api/resources/contracts/resources/v2/client/getMulti.js +17 -7
  158. package/api/resources/contracts/resources/v2/client/index.js +17 -7
  159. package/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -1
  160. package/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +2 -2
  161. package/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +2 -2
  162. package/api/resources/contracts/resources/v2/client/update.d.ts +1 -1
  163. package/api/resources/contracts/resources/v2/client/update.js +17 -7
  164. package/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +1 -1
  165. package/api/resources/contracts/resources/v2/types/ContractId.d.ts +1 -1
  166. package/api/resources/contracts/resources/v2/types/ContractId.js +1 -2
  167. package/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +1 -1
  168. package/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -1
  169. package/api/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -2
  170. package/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +1 -1
  171. package/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +1 -1
  172. package/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +1 -1
  173. package/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -1
  174. package/api/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -2
  175. package/api/resources/credentialing/client/Client.d.ts +5 -1
  176. package/api/resources/credentialing/resources/index.js +17 -7
  177. package/api/resources/credentialing/resources/v2/client/Client.d.ts +6 -2
  178. package/api/resources/credentialing/resources/v2/client/Client.js +43 -73
  179. package/api/resources/credentialing/resources/v2/client/create.d.ts +1 -1
  180. package/api/resources/credentialing/resources/v2/client/create.js +17 -7
  181. package/api/resources/credentialing/resources/v2/client/delete.d.ts +1 -1
  182. package/api/resources/credentialing/resources/v2/client/delete.js +17 -7
  183. package/api/resources/credentialing/resources/v2/client/get.d.ts +1 -1
  184. package/api/resources/credentialing/resources/v2/client/get.js +17 -7
  185. package/api/resources/credentialing/resources/v2/client/getAll.d.ts +1 -1
  186. package/api/resources/credentialing/resources/v2/client/getAll.js +17 -7
  187. package/api/resources/credentialing/resources/v2/client/index.js +17 -7
  188. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
  189. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
  190. package/api/resources/credentialing/resources/v2/client/update.d.ts +1 -1
  191. package/api/resources/credentialing/resources/v2/client/update.js +17 -7
  192. package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +1 -1
  193. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -1
  194. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -2
  195. package/api/resources/customSchemas/client/Client.d.ts +5 -1
  196. package/api/resources/customSchemas/resources/index.js +17 -7
  197. package/api/resources/customSchemas/resources/v1/client/Client.d.ts +9 -5
  198. package/api/resources/customSchemas/resources/v1/client/Client.js +40 -62
  199. package/api/resources/customSchemas/resources/v1/client/create.d.ts +1 -1
  200. package/api/resources/customSchemas/resources/v1/client/create.js +17 -7
  201. package/api/resources/customSchemas/resources/v1/client/get.d.ts +1 -1
  202. package/api/resources/customSchemas/resources/v1/client/get.js +17 -7
  203. package/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -1
  204. package/api/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
  205. package/api/resources/customSchemas/resources/v1/client/index.js +17 -7
  206. package/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +4 -4
  207. package/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +1 -1
  208. package/api/resources/customSchemas/resources/v1/client/update.d.ts +1 -1
  209. package/api/resources/customSchemas/resources/v1/client/update.js +17 -7
  210. package/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +1 -1
  211. package/api/resources/diagnoses/client/Client.d.ts +6 -2
  212. package/api/resources/diagnoses/client/Client.js +32 -46
  213. package/api/resources/diagnoses/client/create.d.ts +1 -1
  214. package/api/resources/diagnoses/client/create.js +17 -7
  215. package/api/resources/diagnoses/client/delete.d.ts +1 -1
  216. package/api/resources/diagnoses/client/delete.js +17 -7
  217. package/api/resources/diagnoses/client/index.js +17 -7
  218. package/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +1 -1
  219. package/api/resources/diagnoses/client/update.d.ts +1 -1
  220. package/api/resources/diagnoses/client/update.js +17 -7
  221. package/api/resources/diagnoses/types/Diagnosis.d.ts +2 -2
  222. package/api/resources/diagnoses/types/DiagnosisId.d.ts +1 -1
  223. package/api/resources/diagnoses/types/DiagnosisId.js +1 -2
  224. package/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +1 -1
  225. package/api/resources/eligibility/client/Client.d.ts +5 -1
  226. package/api/resources/eligibility/resources/index.js +17 -7
  227. package/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
  228. package/api/resources/eligibility/resources/v2/client/Client.js +29 -43
  229. package/api/resources/eligibility/resources/v2/client/index.js +17 -7
  230. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -1
  231. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
  232. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -1
  233. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
  234. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -1
  235. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
  236. package/api/resources/encounterProviders/client/Client.d.ts +5 -1
  237. package/api/resources/encounterProviders/resources/index.js +17 -7
  238. package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +14 -10
  239. package/api/resources/encounterProviders/resources/v2/client/Client.js +75 -161
  240. package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -1
  241. package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
  242. package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +1 -1
  243. package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
  244. package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +1 -1
  245. package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
  246. package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +1 -1
  247. package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
  248. package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -1
  249. package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
  250. package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -1
  251. package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
  252. package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +1 -1
  253. package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
  254. package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -1
  255. package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
  256. package/api/resources/encounterProviders/resources/v2/client/index.js +17 -7
  257. package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +1 -1
  258. package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
  259. package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +1 -1
  260. package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
  261. package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +1 -1
  262. package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
  263. package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +1 -1
  264. package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
  265. package/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -1
  266. package/api/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -2
  267. package/api/resources/encounters/client/Client.d.ts +5 -1
  268. package/api/resources/encounters/resources/index.js +17 -7
  269. package/api/resources/encounters/resources/v4/client/Client.d.ts +88 -82
  270. package/api/resources/encounters/resources/v4/client/Client.js +141 -158
  271. package/api/resources/encounters/resources/v4/client/create.d.ts +13 -1
  272. package/api/resources/encounters/resources/v4/client/create.js +39 -7
  273. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +13 -1
  274. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +39 -7
  275. package/api/resources/encounters/resources/v4/client/get.d.ts +1 -1
  276. package/api/resources/encounters/resources/v4/client/get.js +17 -7
  277. package/api/resources/encounters/resources/v4/client/getAll.d.ts +1 -1
  278. package/api/resources/encounters/resources/v4/client/getAll.js +17 -7
  279. package/api/resources/encounters/resources/v4/client/index.js +17 -7
  280. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +52 -50
  281. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -1
  282. package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +3 -3
  283. package/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  284. package/api/resources/encounters/resources/v4/client/update.js +28 -7
  285. package/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +1 -1
  286. package/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -1
  287. package/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -1
  288. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +10 -10
  289. package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +1 -1
  290. package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +10 -10
  291. package/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +1 -1
  292. package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +1 -1
  293. package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -1
  294. package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -2
  295. package/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -1
  296. package/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -2
  297. package/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +1 -1
  298. package/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +1 -1
  299. package/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +1 -1
  300. package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +1 -1
  301. package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +8 -0
  302. package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +5 -0
  303. package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -1
  304. package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -2
  305. package/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +1 -1
  306. package/api/resources/encounters/resources/v4/types/RxCui.d.ts +1 -1
  307. package/api/resources/encounters/resources/v4/types/RxCui.js +1 -2
  308. package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +1 -1
  309. package/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +1 -1
  310. package/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +1 -1
  311. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  312. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  313. package/api/resources/era/types/EraId.d.ts +1 -1
  314. package/api/resources/era/types/EraId.js +1 -2
  315. package/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +1 -1
  316. package/api/resources/expectedNetworkStatus/client/Client.d.ts +6 -2
  317. package/api/resources/expectedNetworkStatus/resources/index.js +17 -7
  318. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +6 -2
  319. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +22 -20
  320. package/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +1 -1
  321. package/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +17 -7
  322. package/api/resources/expectedNetworkStatus/resources/v1/client/index.js +17 -7
  323. package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +2 -2
  324. package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +1 -1
  325. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +14 -10
  326. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +35 -41
  327. package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +1 -1
  328. package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
  329. package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +1 -1
  330. package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
  331. package/api/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
  332. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +1 -1
  333. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +1 -1
  334. package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +1 -1
  335. package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +1 -1
  336. package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +1 -1
  337. package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -1
  338. package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -2
  339. package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +1 -1
  340. package/api/resources/exports/client/Client.d.ts +5 -1
  341. package/api/resources/exports/resources/index.js +17 -7
  342. package/api/resources/exports/resources/v3/client/Client.d.ts +4 -0
  343. package/api/resources/exports/resources/v3/client/Client.js +21 -19
  344. package/api/resources/exports/resources/v3/client/getExports.d.ts +1 -2
  345. package/api/resources/exports/resources/v3/client/getExports.js +17 -7
  346. package/api/resources/exports/resources/v3/client/index.js +17 -7
  347. package/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -2
  348. package/api/resources/externalPaymentAccountConfig/client/Client.d.ts +5 -1
  349. package/api/resources/externalPaymentAccountConfig/resources/index.js +17 -7
  350. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +4 -0
  351. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +22 -20
  352. package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +1 -1
  353. package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +17 -7
  354. package/api/resources/externalPaymentAccountConfig/resources/v1/client/index.js +17 -7
  355. package/api/resources/feeSchedules/client/Client.d.ts +5 -1
  356. package/api/resources/feeSchedules/resources/index.js +17 -7
  357. package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +20 -16
  358. package/api/resources/feeSchedules/resources/v3/client/Client.js +111 -163
  359. package/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +1 -1
  360. package/api/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
  361. package/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +1 -1
  362. package/api/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
  363. package/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +1 -1
  364. package/api/resources/feeSchedules/resources/v3/client/getMulti.js +17 -7
  365. package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +1 -1
  366. package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +17 -7
  367. package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +1 -1
  368. package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +17 -7
  369. package/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +1 -1
  370. package/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
  371. package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +1 -1
  372. package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +17 -7
  373. package/api/resources/feeSchedules/resources/v3/client/index.js +17 -7
  374. package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +5 -5
  375. package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +5 -5
  376. package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +6 -6
  377. package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -1
  378. package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
  379. package/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -1
  380. package/api/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
  381. package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -1
  382. package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
  383. package/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +1 -1
  384. package/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +1 -1
  385. package/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +1 -1
  386. package/api/resources/financials/types/AccountType.d.ts +1 -1
  387. package/api/resources/financials/types/AllocationTarget.d.ts +1 -1
  388. package/api/resources/financials/types/AllocationTargetCreate.d.ts +1 -1
  389. package/api/resources/financials/types/InvoiceUpdate.d.ts +1 -1
  390. package/api/resources/financials/types/NoteUpdate.d.ts +1 -1
  391. package/api/resources/financials/types/PatientTransactionSource.d.ts +1 -1
  392. package/api/resources/financials/types/RefundReason.d.ts +1 -1
  393. package/api/resources/financials/types/RefundReasonUpdate.d.ts +1 -1
  394. package/api/resources/guarantor/client/Client.d.ts +5 -1
  395. package/api/resources/guarantor/resources/index.js +17 -7
  396. package/api/resources/guarantor/resources/v1/client/Client.d.ts +8 -4
  397. package/api/resources/guarantor/resources/v1/client/Client.js +31 -45
  398. package/api/resources/guarantor/resources/v1/client/create.d.ts +1 -1
  399. package/api/resources/guarantor/resources/v1/client/create.js +17 -7
  400. package/api/resources/guarantor/resources/v1/client/get.d.ts +1 -1
  401. package/api/resources/guarantor/resources/v1/client/get.js +17 -7
  402. package/api/resources/guarantor/resources/v1/client/index.js +17 -7
  403. package/api/resources/guarantor/resources/v1/client/update.d.ts +1 -1
  404. package/api/resources/guarantor/resources/v1/client/update.js +17 -7
  405. package/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -1
  406. package/api/resources/guarantor/resources/v1/types/GuarantorId.js +1 -2
  407. package/api/resources/identifiers/types/IdentifierCode.d.ts +1 -1
  408. package/api/resources/identifiers/types/IdentifierId.d.ts +1 -1
  409. package/api/resources/identifiers/types/IdentifierId.js +1 -2
  410. package/api/resources/identifiers/types/IdentifierValue.d.ts +1 -1
  411. package/api/resources/identifiers/types/UpdatableIdentifier.d.ts +1 -1
  412. package/api/resources/importInvoice/client/Client.d.ts +5 -1
  413. package/api/resources/importInvoice/resources/index.js +17 -7
  414. package/api/resources/importInvoice/resources/v1/client/Client.d.ts +10 -6
  415. package/api/resources/importInvoice/resources/v1/client/Client.js +50 -66
  416. package/api/resources/importInvoice/resources/v1/client/get.d.ts +1 -1
  417. package/api/resources/importInvoice/resources/v1/client/get.js +17 -7
  418. package/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +1 -1
  419. package/api/resources/importInvoice/resources/v1/client/getMulti.js +17 -7
  420. package/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +1 -1
  421. package/api/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
  422. package/api/resources/importInvoice/resources/v1/client/index.js +17 -7
  423. package/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +3 -3
  424. package/api/resources/importInvoice/resources/v1/client/update.d.ts +1 -1
  425. package/api/resources/importInvoice/resources/v1/client/update.js +17 -7
  426. package/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +1 -1
  427. package/api/resources/index.js +17 -7
  428. package/api/resources/individual/types/Gender.d.ts +1 -1
  429. package/api/resources/individual/types/IndividualId.d.ts +1 -1
  430. package/api/resources/individual/types/IndividualId.js +1 -2
  431. package/api/resources/insuranceAdjudications/client/Client.d.ts +5 -1
  432. package/api/resources/insuranceAdjudications/resources/index.js +17 -7
  433. package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +5 -1
  434. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +28 -42
  435. package/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -1
  436. package/api/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
  437. package/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +1 -1
  438. package/api/resources/insuranceAdjudications/resources/v1/client/delete.js +17 -7
  439. package/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +1 -1
  440. package/api/resources/insuranceAdjudications/resources/v1/client/get.js +17 -7
  441. package/api/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
  442. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -1
  443. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -2
  444. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -1
  445. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -2
  446. package/api/resources/insuranceCards/resources/index.js +17 -7
  447. package/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
  448. package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -1
  449. package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -2
  450. package/api/resources/insurancePayments/client/Client.d.ts +5 -1
  451. package/api/resources/insurancePayments/resources/index.js +17 -7
  452. package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +8 -4
  453. package/api/resources/insurancePayments/resources/v1/client/Client.js +52 -78
  454. package/api/resources/insurancePayments/resources/v1/client/create.d.ts +1 -1
  455. package/api/resources/insurancePayments/resources/v1/client/create.js +17 -7
  456. package/api/resources/insurancePayments/resources/v1/client/delete.d.ts +1 -1
  457. package/api/resources/insurancePayments/resources/v1/client/delete.js +17 -7
  458. package/api/resources/insurancePayments/resources/v1/client/get.d.ts +1 -1
  459. package/api/resources/insurancePayments/resources/v1/client/get.js +17 -7
  460. package/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -1
  461. package/api/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
  462. package/api/resources/insurancePayments/resources/v1/client/index.js +17 -7
  463. package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +2 -2
  464. package/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +1 -1
  465. package/api/resources/insurancePayments/resources/v1/client/update.d.ts +1 -1
  466. package/api/resources/insurancePayments/resources/v1/client/update.js +17 -7
  467. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -1
  468. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -2
  469. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +1 -1
  470. package/api/resources/insuranceRefunds/client/Client.d.ts +5 -1
  471. package/api/resources/insuranceRefunds/resources/index.js +17 -7
  472. package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +10 -6
  473. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +54 -80
  474. package/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -1
  475. package/api/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
  476. package/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -1
  477. package/api/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
  478. package/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -1
  479. package/api/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
  480. package/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -1
  481. package/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
  482. package/api/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
  483. package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +2 -2
  484. package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +2 -2
  485. package/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -1
  486. package/api/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
  487. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -1
  488. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -2
  489. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +1 -1
  490. package/api/resources/invoices/resources/index.js +17 -7
  491. package/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +1 -1
  492. package/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +1 -1
  493. package/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +1 -1
  494. package/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +1 -1
  495. package/api/resources/invoices/types/InvoiceStatus.d.ts +1 -1
  496. package/api/resources/medicationDispense/client/Client.d.ts +5 -1
  497. package/api/resources/medicationDispense/resources/index.js +17 -7
  498. package/api/resources/medicationDispense/resources/v1/client/Client.d.ts +8 -4
  499. package/api/resources/medicationDispense/resources/v1/client/Client.js +25 -23
  500. package/api/resources/medicationDispense/resources/v1/client/create.d.ts +1 -1
  501. package/api/resources/medicationDispense/resources/v1/client/create.js +17 -7
  502. package/api/resources/medicationDispense/resources/v1/client/index.js +17 -7
  503. package/api/resources/nonInsurancePayerPayments/client/Client.d.ts +5 -1
  504. package/api/resources/nonInsurancePayerPayments/resources/index.js +17 -7
  505. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +8 -4
  506. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +53 -78
  507. package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -1
  508. package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
  509. package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -1
  510. package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
  511. package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -1
  512. package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
  513. package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -1
  514. package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
  515. package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
  516. package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +2 -2
  517. package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -1
  518. package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -1
  519. package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
  520. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -1
  521. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -2
  522. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +1 -1
  523. package/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +5 -1
  524. package/api/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
  525. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +10 -6
  526. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +52 -80
  527. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -1
  528. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
  529. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -1
  530. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
  531. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -1
  532. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
  533. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -1
  534. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
  535. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
  536. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +2 -2
  537. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +2 -2
  538. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -1
  539. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
  540. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -1
  541. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -2
  542. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +1 -1
  543. package/api/resources/nonInsurancePayers/client/Client.d.ts +5 -1
  544. package/api/resources/nonInsurancePayers/resources/index.js +17 -7
  545. package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +7 -3
  546. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +52 -86
  547. package/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +1 -1
  548. package/api/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
  549. package/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -1
  550. package/api/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
  551. package/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -1
  552. package/api/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
  553. package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -1
  554. package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
  555. package/api/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
  556. package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +2 -2
  557. package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -1
  558. package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
  559. package/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +1 -1
  560. package/api/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
  561. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +1 -1
  562. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +1 -1
  563. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +1 -1
  564. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -1
  565. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -2
  566. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +1 -1
  567. package/api/resources/organizationProviders/client/Client.d.ts +5 -1
  568. package/api/resources/organizationProviders/resources/index.js +17 -7
  569. package/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +1 -1
  570. package/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +1 -1
  571. package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +24 -1
  572. package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +23 -0
  573. package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -1
  574. package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -2
  575. package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +1 -1
  576. package/api/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +1 -1
  577. package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +15 -11
  578. package/api/resources/organizationProviders/resources/v3/client/Client.js +46 -68
  579. package/api/resources/organizationProviders/resources/v3/client/create.d.ts +1 -1
  580. package/api/resources/organizationProviders/resources/v3/client/create.js +17 -7
  581. package/api/resources/organizationProviders/resources/v3/client/get.d.ts +1 -1
  582. package/api/resources/organizationProviders/resources/v3/client/get.js +17 -7
  583. package/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +1 -1
  584. package/api/resources/organizationProviders/resources/v3/client/getMulti.js +17 -7
  585. package/api/resources/organizationProviders/resources/v3/client/index.js +17 -7
  586. package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +1 -1
  587. package/api/resources/organizationProviders/resources/v3/client/update.d.ts +1 -1
  588. package/api/resources/organizationProviders/resources/v3/client/update.js +17 -7
  589. package/api/resources/organizationServiceFacilities/client/Client.d.ts +5 -1
  590. package/api/resources/organizationServiceFacilities/resources/index.js +17 -7
  591. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +16 -12
  592. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +50 -80
  593. package/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -1
  594. package/api/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
  595. package/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -1
  596. package/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
  597. package/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -1
  598. package/api/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
  599. package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +1 -1
  600. package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +17 -7
  601. package/api/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
  602. package/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +1 -1
  603. package/api/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
  604. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -1
  605. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -2
  606. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +1 -1
  607. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +1 -1
  608. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +1 -1
  609. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +1 -1
  610. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +1 -1
  611. package/api/resources/patientPayments/client/Client.d.ts +5 -1
  612. package/api/resources/patientPayments/resources/index.js +17 -7
  613. package/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -1
  614. package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -1
  615. package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -2
  616. package/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +1 -1
  617. package/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +1 -1
  618. package/api/resources/patientPayments/resources/v4/client/Client.d.ts +9 -5
  619. package/api/resources/patientPayments/resources/v4/client/Client.js +57 -81
  620. package/api/resources/patientPayments/resources/v4/client/create.d.ts +1 -1
  621. package/api/resources/patientPayments/resources/v4/client/create.js +17 -7
  622. package/api/resources/patientPayments/resources/v4/client/delete.d.ts +1 -1
  623. package/api/resources/patientPayments/resources/v4/client/delete.js +17 -7
  624. package/api/resources/patientPayments/resources/v4/client/get.d.ts +1 -1
  625. package/api/resources/patientPayments/resources/v4/client/get.js +17 -7
  626. package/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -1
  627. package/api/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
  628. package/api/resources/patientPayments/resources/v4/client/index.js +17 -7
  629. package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +3 -3
  630. package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +1 -1
  631. package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -1
  632. package/api/resources/patientPayments/resources/v4/client/update.d.ts +1 -1
  633. package/api/resources/patientPayments/resources/v4/client/update.js +17 -7
  634. package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -1
  635. package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -2
  636. package/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +1 -1
  637. package/api/resources/patientRefunds/client/Client.d.ts +5 -1
  638. package/api/resources/patientRefunds/resources/index.js +17 -7
  639. package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +11 -7
  640. package/api/resources/patientRefunds/resources/v1/client/Client.js +59 -83
  641. package/api/resources/patientRefunds/resources/v1/client/create.d.ts +1 -1
  642. package/api/resources/patientRefunds/resources/v1/client/create.js +17 -7
  643. package/api/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -1
  644. package/api/resources/patientRefunds/resources/v1/client/delete.js +17 -7
  645. package/api/resources/patientRefunds/resources/v1/client/get.d.ts +1 -1
  646. package/api/resources/patientRefunds/resources/v1/client/get.js +17 -7
  647. package/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -1
  648. package/api/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
  649. package/api/resources/patientRefunds/resources/v1/client/index.js +17 -7
  650. package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +3 -3
  651. package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +2 -2
  652. package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +2 -2
  653. package/api/resources/patientRefunds/resources/v1/client/update.d.ts +1 -1
  654. package/api/resources/patientRefunds/resources/v1/client/update.js +17 -7
  655. package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -1
  656. package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -2
  657. package/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +1 -1
  658. package/api/resources/payers/client/Client.d.ts +5 -1
  659. package/api/resources/payers/resources/index.js +17 -7
  660. package/api/resources/payers/resources/v3/client/Client.d.ts +4 -0
  661. package/api/resources/payers/resources/v3/client/Client.js +25 -31
  662. package/api/resources/payers/resources/v3/client/get.d.ts +1 -1
  663. package/api/resources/payers/resources/v3/client/get.js +17 -7
  664. package/api/resources/payers/resources/v3/client/getAll.d.ts +1 -1
  665. package/api/resources/payers/resources/v3/client/getAll.js +17 -7
  666. package/api/resources/payers/resources/v3/client/index.js +17 -7
  667. package/api/resources/payers/resources/v3/types/PayerId.d.ts +1 -1
  668. package/api/resources/payers/resources/v3/types/PayerId.js +1 -2
  669. package/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +1 -1
  670. package/api/resources/payers/resources/v3/types/PayerName.d.ts +1 -1
  671. package/api/resources/payers/resources/v3/types/PayerName.js +1 -2
  672. package/api/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -1
  673. package/api/resources/payers/resources/v3/types/PayerUuid.js +1 -2
  674. package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -1
  675. package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -2
  676. package/api/resources/preEncounter/client/Client.d.ts +10 -6
  677. package/api/resources/preEncounter/resources/appointments/client/Client.d.ts +5 -1
  678. package/api/resources/preEncounter/resources/appointments/resources/index.js +17 -7
  679. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +23 -19
  680. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +59 -97
  681. package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +1 -1
  682. package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
  683. package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -1
  684. package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
  685. package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -1
  686. package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
  687. package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +1 -1
  688. package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
  689. package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +17 -7
  690. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +1 -1
  691. package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +1 -1
  692. package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
  693. package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -1
  694. package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
  695. package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +1 -1
  696. package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -1
  697. package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +1 -1
  698. package/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +1 -1
  699. package/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -1
  700. package/api/resources/preEncounter/resources/common/types/AppointmentId.js +1 -2
  701. package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -1
  702. package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -2
  703. package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -1
  704. package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -2
  705. package/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +1 -1
  706. package/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -1
  707. package/api/resources/preEncounter/resources/common/types/CoverageId.js +1 -2
  708. package/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +1 -1
  709. package/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +1 -1
  710. package/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -1
  711. package/api/resources/preEncounter/resources/common/types/Gender.d.ts +1 -1
  712. package/api/resources/preEncounter/resources/common/types/NameUse.d.ts +1 -1
  713. package/api/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -1
  714. package/api/resources/preEncounter/resources/common/types/NoteId.js +1 -2
  715. package/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -1
  716. package/api/resources/preEncounter/resources/common/types/OrganizationId.js +1 -2
  717. package/api/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -1
  718. package/api/resources/preEncounter/resources/common/types/PageToken.js +1 -2
  719. package/api/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -1
  720. package/api/resources/preEncounter/resources/common/types/PatientId.js +1 -2
  721. package/api/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -1
  722. package/api/resources/preEncounter/resources/common/types/PayerId.js +1 -2
  723. package/api/resources/preEncounter/resources/common/types/Race.d.ts +1 -1
  724. package/api/resources/preEncounter/resources/common/types/Relationship.d.ts +1 -1
  725. package/api/resources/preEncounter/resources/common/types/Sex.d.ts +1 -1
  726. package/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +1 -1
  727. package/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +1 -1
  728. package/api/resources/preEncounter/resources/common/types/TagId.d.ts +1 -1
  729. package/api/resources/preEncounter/resources/common/types/TagId.js +1 -2
  730. package/api/resources/preEncounter/resources/common/types/UserId.d.ts +1 -1
  731. package/api/resources/preEncounter/resources/common/types/UserId.js +1 -2
  732. package/api/resources/preEncounter/resources/coverages/client/Client.d.ts +5 -1
  733. package/api/resources/preEncounter/resources/coverages/resources/index.js +17 -7
  734. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +30 -26
  735. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +71 -125
  736. package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +1 -1
  737. package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +17 -7
  738. package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +1 -1
  739. package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +17 -7
  740. package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +1 -1
  741. package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +17 -7
  742. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +1 -1
  743. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +17 -7
  744. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +1 -1
  745. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
  746. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +1 -1
  747. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
  748. package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +17 -7
  749. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +1 -1
  750. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +1 -1
  751. package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +1 -1
  752. package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
  753. package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -1
  754. package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
  755. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  756. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  757. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +1 -1
  758. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +1 -1
  759. package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
  760. package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +1 -1
  761. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +1 -1
  762. package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +1 -1
  763. package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +1 -1
  764. package/api/resources/preEncounter/resources/index.js +17 -7
  765. package/api/resources/preEncounter/resources/lists/client/Client.d.ts +5 -1
  766. package/api/resources/preEncounter/resources/lists/resources/index.js +17 -7
  767. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +6 -2
  768. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +37 -39
  769. package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +1 -1
  770. package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +17 -7
  771. package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -1
  772. package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
  773. package/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
  774. package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -1
  775. package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -1
  776. package/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.d.ts +1 -1
  777. package/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +1 -2
  778. package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -1
  779. package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -2
  780. package/api/resources/preEncounter/resources/notes/client/Client.d.ts +5 -1
  781. package/api/resources/preEncounter/resources/notes/resources/index.js +17 -7
  782. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +4 -0
  783. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +29 -51
  784. package/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +1 -1
  785. package/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +17 -7
  786. package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +1 -1
  787. package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +17 -7
  788. package/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +1 -1
  789. package/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +17 -7
  790. package/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +17 -7
  791. package/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +1 -1
  792. package/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +17 -7
  793. package/api/resources/preEncounter/resources/patients/client/Client.d.ts +5 -1
  794. package/api/resources/preEncounter/resources/patients/resources/index.js +17 -7
  795. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +93 -89
  796. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +146 -206
  797. package/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -1
  798. package/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
  799. package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +1 -1
  800. package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
  801. package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -1
  802. package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
  803. package/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -1
  804. package/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
  805. package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +1 -1
  806. package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
  807. package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +1 -1
  808. package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +17 -7
  809. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +17 -7
  810. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +29 -29
  811. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +29 -29
  812. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -1
  813. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -1
  814. package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +1 -1
  815. package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
  816. package/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +1 -1
  817. package/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
  818. package/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -1
  819. package/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
  820. package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +1 -1
  821. package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +1 -1
  822. package/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +1 -1
  823. package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -1
  824. package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -2
  825. package/api/resources/preEncounter/resources/tags/client/Client.d.ts +5 -1
  826. package/api/resources/preEncounter/resources/tags/resources/index.js +17 -7
  827. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +4 -0
  828. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +34 -64
  829. package/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +1 -1
  830. package/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +17 -7
  831. package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +1 -1
  832. package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +17 -7
  833. package/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +1 -1
  834. package/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +17 -7
  835. package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +1 -1
  836. package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +17 -7
  837. package/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +17 -7
  838. package/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +1 -1
  839. package/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +17 -7
  840. package/api/resources/remitDrafts/resources/index.js +17 -7
  841. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -1
  842. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -2
  843. package/api/resources/remits/resources/index.js +17 -7
  844. package/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +1 -1
  845. package/api/resources/serviceFacility/client/Client.d.ts +5 -1
  846. package/api/resources/serviceFacility/client/Client.js +21 -19
  847. package/api/resources/serviceFacility/client/index.js +17 -7
  848. package/api/resources/serviceFacility/client/update.d.ts +1 -1
  849. package/api/resources/serviceFacility/client/update.js +17 -7
  850. package/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -1
  851. package/api/resources/serviceFacility/types/ServiceFacilityId.js +1 -2
  852. package/api/resources/serviceLines/client/Client.d.ts +5 -1
  853. package/api/resources/serviceLines/resources/index.js +17 -7
  854. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +19 -15
  855. package/api/resources/serviceLines/resources/v2/client/Client.js +44 -58
  856. package/api/resources/serviceLines/resources/v2/client/create.d.ts +1 -1
  857. package/api/resources/serviceLines/resources/v2/client/create.js +17 -7
  858. package/api/resources/serviceLines/resources/v2/client/delete.d.ts +1 -1
  859. package/api/resources/serviceLines/resources/v2/client/delete.js +17 -7
  860. package/api/resources/serviceLines/resources/v2/client/index.js +17 -7
  861. package/api/resources/serviceLines/resources/v2/client/update.d.ts +1 -1
  862. package/api/resources/serviceLines/resources/v2/client/update.js +17 -7
  863. package/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -1
  864. package/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +1 -1
  865. package/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +1 -1
  866. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +4 -4
  867. package/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
  868. package/api/resources/tags/types/TagColorEnum.d.ts +1 -1
  869. package/api/resources/tags/types/TagId.d.ts +1 -1
  870. package/api/resources/tags/types/TagId.js +1 -2
  871. package/api/resources/tasks/client/Client.d.ts +5 -1
  872. package/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -1
  873. package/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +1 -1
  874. package/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -1
  875. package/api/resources/tasks/resources/index.js +17 -7
  876. package/api/resources/tasks/resources/v3/client/Client.d.ts +11 -7
  877. package/api/resources/tasks/resources/v3/client/Client.js +53 -77
  878. package/api/resources/tasks/resources/v3/client/create.d.ts +1 -1
  879. package/api/resources/tasks/resources/v3/client/create.js +17 -7
  880. package/api/resources/tasks/resources/v3/client/get.d.ts +1 -1
  881. package/api/resources/tasks/resources/v3/client/get.js +17 -7
  882. package/api/resources/tasks/resources/v3/client/getActions.d.ts +1 -1
  883. package/api/resources/tasks/resources/v3/client/getActions.js +17 -7
  884. package/api/resources/tasks/resources/v3/client/getMulti.d.ts +1 -1
  885. package/api/resources/tasks/resources/v3/client/getMulti.js +17 -7
  886. package/api/resources/tasks/resources/v3/client/index.js +17 -7
  887. package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +4 -4
  888. package/api/resources/tasks/resources/v3/client/update.d.ts +1 -1
  889. package/api/resources/tasks/resources/v3/client/update.js +17 -7
  890. package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +1 -1
  891. package/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +1 -1
  892. package/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +1 -1
  893. package/api/resources/writeOffs/client/Client.d.ts +5 -1
  894. package/api/resources/writeOffs/resources/index.js +17 -7
  895. package/api/resources/writeOffs/resources/v1/client/Client.d.ts +9 -5
  896. package/api/resources/writeOffs/resources/v1/client/Client.js +47 -63
  897. package/api/resources/writeOffs/resources/v1/client/create.d.ts +1 -1
  898. package/api/resources/writeOffs/resources/v1/client/create.js +17 -7
  899. package/api/resources/writeOffs/resources/v1/client/get.d.ts +1 -1
  900. package/api/resources/writeOffs/resources/v1/client/get.js +17 -7
  901. package/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +1 -1
  902. package/api/resources/writeOffs/resources/v1/client/getMulti.js +17 -7
  903. package/api/resources/writeOffs/resources/v1/client/index.js +17 -7
  904. package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -2
  905. package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +3 -3
  906. package/api/resources/writeOffs/resources/v1/client/revert.d.ts +1 -1
  907. package/api/resources/writeOffs/resources/v1/client/revert.js +17 -7
  908. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +1 -1
  909. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +1 -1
  910. package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -1
  911. package/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +1 -1
  912. package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
  913. package/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -1
  914. package/api/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -2
  915. package/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +1 -1
  916. package/api/resources/x12/resources/index.js +17 -7
  917. package/api/resources/x12/resources/v1/types/Carc.d.ts +1 -1
  918. package/api/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  919. package/core/auth/BearerToken.d.ts +1 -1
  920. package/core/auth/OAuthTokenProvider.js +17 -7
  921. package/core/fetcher/APIResponse.d.ts +1 -1
  922. package/core/fetcher/Fetcher.d.ts +3 -3
  923. package/core/fetcher/Fetcher.js +6 -31
  924. package/core/fetcher/Supplier.d.ts +1 -1
  925. package/core/fetcher/createRequestUrl.d.ts +1 -1
  926. package/core/fetcher/createRequestUrl.js +1 -2
  927. package/core/fetcher/getFetchFn.js +18 -9
  928. package/core/fetcher/getHeader.js +1 -2
  929. package/core/fetcher/getRequestBody.js +5 -5
  930. package/core/fetcher/getResponseBody.js +9 -3
  931. package/core/fetcher/makeRequest.d.ts +1 -1
  932. package/core/fetcher/requestWithRetries.js +17 -9
  933. package/core/fetcher/signals.d.ts +0 -1
  934. package/core/fetcher/signals.js +2 -3
  935. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
  936. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
  937. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
  938. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +126 -0
  939. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
  940. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
  941. package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
  942. package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +59 -0
  943. package/core/index.js +17 -7
  944. package/core/json.d.ts +15 -0
  945. package/core/json.js +24 -0
  946. package/core/runtime/runtime.d.ts +1 -1
  947. package/core/runtime/runtime.js +51 -41
  948. package/core/schemas/Schema.d.ts +8 -5
  949. package/core/schemas/Schema.js +3 -0
  950. package/core/schemas/builders/bigint/bigint.d.ts +2 -0
  951. package/core/schemas/builders/bigint/bigint.js +53 -0
  952. package/core/schemas/builders/bigint/index.d.ts +1 -0
  953. package/core/schemas/builders/bigint/index.js +5 -0
  954. package/core/schemas/builders/date/date.js +1 -2
  955. package/core/schemas/builders/enum/enum.js +1 -2
  956. package/core/schemas/builders/index.d.ts +1 -0
  957. package/core/schemas/builders/index.js +1 -0
  958. package/core/schemas/builders/lazy/lazy.d.ts +1 -1
  959. package/core/schemas/builders/lazy/lazy.js +3 -4
  960. package/core/schemas/builders/lazy/lazyObject.js +1 -2
  961. package/core/schemas/builders/list/list.js +1 -2
  962. package/core/schemas/builders/literals/booleanLiteral.js +1 -2
  963. package/core/schemas/builders/literals/stringLiteral.js +1 -2
  964. package/core/schemas/builders/object/object.d.ts +1 -1
  965. package/core/schemas/builders/object/object.js +31 -3
  966. package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +3 -3
  967. package/core/schemas/builders/object/objectWithoutOptionalProperties.js +1 -2
  968. package/core/schemas/builders/object/property.js +2 -3
  969. package/core/schemas/builders/object/types.d.ts +16 -11
  970. package/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -3
  971. package/core/schemas/builders/object-like/types.d.ts +1 -1
  972. package/core/schemas/builders/record/record.js +2 -4
  973. package/core/schemas/builders/record/types.d.ts +2 -2
  974. package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +4 -0
  975. package/core/schemas/builders/schema-utils/getSchemaUtils.js +67 -4
  976. package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +1 -2
  977. package/core/schemas/builders/set/set.js +1 -2
  978. package/core/schemas/builders/undiscriminated-union/types.d.ts +4 -4
  979. package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +1 -2
  980. package/core/schemas/builders/union/discriminant.js +1 -2
  981. package/core/schemas/builders/union/types.d.ts +6 -6
  982. package/core/schemas/builders/union/union.d.ts +1 -1
  983. package/core/schemas/builders/union/union.js +1 -2
  984. package/core/schemas/utils/MaybePromise.d.ts +1 -1
  985. package/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +4 -4
  986. package/core/schemas/utils/createIdentitySchemaCreator.js +1 -2
  987. package/core/schemas/utils/entries.d.ts +1 -1
  988. package/core/schemas/utils/entries.js +1 -2
  989. package/core/schemas/utils/filterObject.d.ts +1 -1
  990. package/core/schemas/utils/filterObject.js +1 -2
  991. package/core/schemas/utils/getErrorMessageForIncorrectType.js +5 -2
  992. package/core/schemas/utils/isPlainObject.js +1 -2
  993. package/core/schemas/utils/keys.d.ts +1 -1
  994. package/core/schemas/utils/keys.js +1 -2
  995. package/core/schemas/utils/maybeSkipValidation.js +1 -2
  996. package/core/schemas/utils/partition.js +1 -2
  997. package/dist/Client.d.ts +38 -34
  998. package/dist/Client.js +17 -7
  999. package/dist/api/resources/auth/client/Client.d.ts +5 -1
  1000. package/dist/api/resources/auth/resources/index.js +17 -7
  1001. package/dist/api/resources/auth/resources/v2/client/Client.d.ts +4 -0
  1002. package/dist/api/resources/auth/resources/v2/client/Client.js +21 -19
  1003. package/dist/api/resources/auth/resources/v2/client/getToken.d.ts +1 -1
  1004. package/dist/api/resources/auth/resources/v2/client/getToken.js +17 -7
  1005. package/dist/api/resources/auth/resources/v2/client/index.js +17 -7
  1006. package/dist/api/resources/billingNotes/client/Client.d.ts +5 -1
  1007. package/dist/api/resources/billingNotes/resources/index.js +17 -7
  1008. package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +4 -0
  1009. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +28 -42
  1010. package/dist/api/resources/billingNotes/resources/v2/client/create.d.ts +1 -1
  1011. package/dist/api/resources/billingNotes/resources/v2/client/create.js +17 -7
  1012. package/dist/api/resources/billingNotes/resources/v2/client/delete.d.ts +1 -1
  1013. package/dist/api/resources/billingNotes/resources/v2/client/delete.js +17 -7
  1014. package/dist/api/resources/billingNotes/resources/v2/client/index.js +17 -7
  1015. package/dist/api/resources/billingNotes/resources/v2/client/update.d.ts +1 -1
  1016. package/dist/api/resources/billingNotes/resources/v2/client/update.js +17 -7
  1017. package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -1
  1018. package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -1
  1019. package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -2
  1020. package/dist/api/resources/chargeCapture/client/Client.d.ts +5 -1
  1021. package/dist/api/resources/chargeCapture/resources/index.js +17 -7
  1022. package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +7 -3
  1023. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +45 -73
  1024. package/dist/api/resources/chargeCapture/resources/v1/client/create.d.ts +1 -1
  1025. package/dist/api/resources/chargeCapture/resources/v1/client/create.js +17 -7
  1026. package/dist/api/resources/chargeCapture/resources/v1/client/delete.d.ts +1 -1
  1027. package/dist/api/resources/chargeCapture/resources/v1/client/delete.js +17 -7
  1028. package/dist/api/resources/chargeCapture/resources/v1/client/get.d.ts +1 -1
  1029. package/dist/api/resources/chargeCapture/resources/v1/client/get.js +17 -7
  1030. package/dist/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -1
  1031. package/dist/api/resources/chargeCapture/resources/v1/client/getAll.js +17 -7
  1032. package/dist/api/resources/chargeCapture/resources/v1/client/index.js +17 -7
  1033. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -1
  1034. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -1
  1035. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +1 -1
  1036. package/dist/api/resources/chargeCapture/resources/v1/client/update.d.ts +1 -1
  1037. package/dist/api/resources/chargeCapture/resources/v1/client/update.js +17 -7
  1038. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +1 -1
  1039. package/dist/api/resources/chargeCaptureBundles/client/Client.d.ts +5 -1
  1040. package/dist/api/resources/chargeCaptureBundles/resources/index.js +17 -7
  1041. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +6 -2
  1042. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +37 -49
  1043. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +1 -1
  1044. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.js +17 -7
  1045. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +1 -1
  1046. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +17 -7
  1047. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +17 -7
  1048. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +2 -2
  1049. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +1 -1
  1050. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +17 -7
  1051. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +1 -1
  1052. package/dist/api/resources/claimSubmission/resources/index.js +17 -7
  1053. package/dist/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +1 -1
  1054. package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
  1055. package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +4 -4
  1056. package/dist/api/resources/claims/types/Claim.d.ts +4 -4
  1057. package/dist/api/resources/claims/types/ClaimStatus.d.ts +1 -1
  1058. package/dist/api/resources/commons/types/AppointmentId.d.ts +1 -1
  1059. package/dist/api/resources/commons/types/AppointmentId.js +1 -2
  1060. package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +1 -1
  1061. package/dist/api/resources/commons/types/ChargeCaptureBundleId.d.ts +1 -1
  1062. package/dist/api/resources/commons/types/ChargeCaptureBundleId.js +1 -2
  1063. package/dist/api/resources/commons/types/ChargeCaptureId.d.ts +1 -1
  1064. package/dist/api/resources/commons/types/ChargeCaptureId.js +1 -2
  1065. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -1
  1066. package/dist/api/resources/commons/types/ClaimId.d.ts +1 -1
  1067. package/dist/api/resources/commons/types/ClaimId.js +1 -2
  1068. package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +1 -1
  1069. package/dist/api/resources/commons/types/Date_.d.ts +1 -1
  1070. package/dist/api/resources/commons/types/Date_.js +1 -2
  1071. package/dist/api/resources/commons/types/Decimal.d.ts +1 -1
  1072. package/dist/api/resources/commons/types/Decimal.js +1 -2
  1073. package/dist/api/resources/commons/types/DelayReasonCode.d.ts +1 -1
  1074. package/dist/api/resources/commons/types/Email.d.ts +1 -1
  1075. package/dist/api/resources/commons/types/Email.js +1 -2
  1076. package/dist/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -1
  1077. package/dist/api/resources/commons/types/EncounterExternalId.d.ts +1 -1
  1078. package/dist/api/resources/commons/types/EncounterExternalId.js +1 -2
  1079. package/dist/api/resources/commons/types/EncounterId.d.ts +1 -1
  1080. package/dist/api/resources/commons/types/EncounterId.js +1 -2
  1081. package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +1 -1
  1082. package/dist/api/resources/commons/types/ErrorMessage.d.ts +1 -1
  1083. package/dist/api/resources/commons/types/ErrorMessage.js +1 -2
  1084. package/dist/api/resources/commons/types/FacilityTypeCode.d.ts +1 -1
  1085. package/dist/api/resources/commons/types/InsuranceTypeCode.d.ts +1 -1
  1086. package/dist/api/resources/commons/types/IntendedSubmissionMedium.d.ts +1 -1
  1087. package/dist/api/resources/commons/types/InvoiceId.d.ts +1 -1
  1088. package/dist/api/resources/commons/types/InvoiceId.js +1 -2
  1089. package/dist/api/resources/commons/types/LinkUrl.d.ts +1 -1
  1090. package/dist/api/resources/commons/types/LinkUrl.js +1 -2
  1091. package/dist/api/resources/commons/types/NetworkType.d.ts +1 -1
  1092. package/dist/api/resources/commons/types/Npi.d.ts +1 -1
  1093. package/dist/api/resources/commons/types/Npi.js +1 -2
  1094. package/dist/api/resources/commons/types/OrganizationId.d.ts +1 -1
  1095. package/dist/api/resources/commons/types/OrganizationId.js +1 -2
  1096. package/dist/api/resources/commons/types/PageToken.d.ts +1 -1
  1097. package/dist/api/resources/commons/types/PageToken.js +1 -2
  1098. package/dist/api/resources/commons/types/PatientExternalId.d.ts +1 -1
  1099. package/dist/api/resources/commons/types/PatientExternalId.js +1 -2
  1100. package/dist/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +1 -1
  1101. package/dist/api/resources/commons/types/PayerPlanGroupId.d.ts +8 -0
  1102. package/dist/api/resources/commons/types/PayerPlanGroupId.js +9 -0
  1103. package/dist/api/resources/commons/types/PhoneNumberType.d.ts +1 -1
  1104. package/dist/api/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -1
  1105. package/dist/api/resources/commons/types/PreEncounterAppointmentId.js +1 -2
  1106. package/dist/api/resources/commons/types/PreEncounterPatientId.d.ts +1 -1
  1107. package/dist/api/resources/commons/types/PreEncounterPatientId.js +1 -2
  1108. package/dist/api/resources/commons/types/Primitive.d.ts +1 -1
  1109. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +1 -1
  1110. package/dist/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -1
  1111. package/dist/api/resources/commons/types/ProviderCredentialingSpanId.js +1 -2
  1112. package/dist/api/resources/commons/types/ProviderId.d.ts +1 -1
  1113. package/dist/api/resources/commons/types/ProviderId.js +1 -2
  1114. package/dist/api/resources/commons/types/QualifierCode.d.ts +1 -1
  1115. package/dist/api/resources/commons/types/RateId.d.ts +1 -1
  1116. package/dist/api/resources/commons/types/RateId.js +1 -2
  1117. package/dist/api/resources/commons/types/Regions.d.ts +1 -1
  1118. package/dist/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +1 -1
  1119. package/dist/api/resources/commons/types/SchemaId.d.ts +1 -1
  1120. package/dist/api/resources/commons/types/SchemaId.js +1 -2
  1121. package/dist/api/resources/commons/types/ServiceLineId.d.ts +1 -1
  1122. package/dist/api/resources/commons/types/ServiceLineId.js +1 -2
  1123. package/dist/api/resources/commons/types/ServiceLineUnits.d.ts +1 -1
  1124. package/dist/api/resources/commons/types/SortDirection.d.ts +1 -1
  1125. package/dist/api/resources/commons/types/SourceOfPaymentCode.d.ts +1 -1
  1126. package/dist/api/resources/commons/types/State.d.ts +1 -1
  1127. package/dist/api/resources/commons/types/TaskAssignmentId.d.ts +1 -1
  1128. package/dist/api/resources/commons/types/TaskAssignmentId.js +1 -2
  1129. package/dist/api/resources/commons/types/TaskId.d.ts +1 -1
  1130. package/dist/api/resources/commons/types/TaskId.js +1 -2
  1131. package/dist/api/resources/commons/types/TaskNoteId.d.ts +1 -1
  1132. package/dist/api/resources/commons/types/TaskNoteId.js +1 -2
  1133. package/dist/api/resources/commons/types/TaxId.d.ts +1 -1
  1134. package/dist/api/resources/commons/types/TaxId.js +1 -2
  1135. package/dist/api/resources/commons/types/UserId.d.ts +1 -1
  1136. package/dist/api/resources/commons/types/UserId.js +1 -2
  1137. package/dist/api/resources/commons/types/WorkQueueId.d.ts +1 -1
  1138. package/dist/api/resources/commons/types/WorkQueueId.js +1 -2
  1139. package/dist/api/resources/commons/types/index.d.ts +1 -0
  1140. package/dist/api/resources/commons/types/index.js +1 -0
  1141. package/dist/api/resources/contracts/client/Client.d.ts +5 -1
  1142. package/dist/api/resources/contracts/resources/index.js +17 -7
  1143. package/dist/api/resources/contracts/resources/v2/client/Client.d.ts +9 -5
  1144. package/dist/api/resources/contracts/resources/v2/client/Client.js +50 -78
  1145. package/dist/api/resources/contracts/resources/v2/client/create.d.ts +1 -1
  1146. package/dist/api/resources/contracts/resources/v2/client/create.js +17 -7
  1147. package/dist/api/resources/contracts/resources/v2/client/delete.d.ts +1 -1
  1148. package/dist/api/resources/contracts/resources/v2/client/delete.js +17 -7
  1149. package/dist/api/resources/contracts/resources/v2/client/get.d.ts +1 -1
  1150. package/dist/api/resources/contracts/resources/v2/client/get.js +17 -7
  1151. package/dist/api/resources/contracts/resources/v2/client/getMulti.d.ts +1 -1
  1152. package/dist/api/resources/contracts/resources/v2/client/getMulti.js +17 -7
  1153. package/dist/api/resources/contracts/resources/v2/client/index.js +17 -7
  1154. package/dist/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -1
  1155. package/dist/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +2 -2
  1156. package/dist/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +2 -2
  1157. package/dist/api/resources/contracts/resources/v2/client/update.d.ts +1 -1
  1158. package/dist/api/resources/contracts/resources/v2/client/update.js +17 -7
  1159. package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +1 -1
  1160. package/dist/api/resources/contracts/resources/v2/types/ContractId.d.ts +1 -1
  1161. package/dist/api/resources/contracts/resources/v2/types/ContractId.js +1 -2
  1162. package/dist/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +1 -1
  1163. package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -1
  1164. package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -2
  1165. package/dist/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +1 -1
  1166. package/dist/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +1 -1
  1167. package/dist/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +1 -1
  1168. package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -1
  1169. package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -2
  1170. package/dist/api/resources/credentialing/client/Client.d.ts +5 -1
  1171. package/dist/api/resources/credentialing/resources/index.js +17 -7
  1172. package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +6 -2
  1173. package/dist/api/resources/credentialing/resources/v2/client/Client.js +43 -73
  1174. package/dist/api/resources/credentialing/resources/v2/client/create.d.ts +1 -1
  1175. package/dist/api/resources/credentialing/resources/v2/client/create.js +17 -7
  1176. package/dist/api/resources/credentialing/resources/v2/client/delete.d.ts +1 -1
  1177. package/dist/api/resources/credentialing/resources/v2/client/delete.js +17 -7
  1178. package/dist/api/resources/credentialing/resources/v2/client/get.d.ts +1 -1
  1179. package/dist/api/resources/credentialing/resources/v2/client/get.js +17 -7
  1180. package/dist/api/resources/credentialing/resources/v2/client/getAll.d.ts +1 -1
  1181. package/dist/api/resources/credentialing/resources/v2/client/getAll.js +17 -7
  1182. package/dist/api/resources/credentialing/resources/v2/client/index.js +17 -7
  1183. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
  1184. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
  1185. package/dist/api/resources/credentialing/resources/v2/client/update.d.ts +1 -1
  1186. package/dist/api/resources/credentialing/resources/v2/client/update.js +17 -7
  1187. package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +1 -1
  1188. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -1
  1189. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -2
  1190. package/dist/api/resources/customSchemas/client/Client.d.ts +5 -1
  1191. package/dist/api/resources/customSchemas/resources/index.js +17 -7
  1192. package/dist/api/resources/customSchemas/resources/v1/client/Client.d.ts +9 -5
  1193. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +40 -62
  1194. package/dist/api/resources/customSchemas/resources/v1/client/create.d.ts +1 -1
  1195. package/dist/api/resources/customSchemas/resources/v1/client/create.js +17 -7
  1196. package/dist/api/resources/customSchemas/resources/v1/client/get.d.ts +1 -1
  1197. package/dist/api/resources/customSchemas/resources/v1/client/get.js +17 -7
  1198. package/dist/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -1
  1199. package/dist/api/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
  1200. package/dist/api/resources/customSchemas/resources/v1/client/index.js +17 -7
  1201. package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +4 -4
  1202. package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +1 -1
  1203. package/dist/api/resources/customSchemas/resources/v1/client/update.d.ts +1 -1
  1204. package/dist/api/resources/customSchemas/resources/v1/client/update.js +17 -7
  1205. package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +1 -1
  1206. package/dist/api/resources/diagnoses/client/Client.d.ts +6 -2
  1207. package/dist/api/resources/diagnoses/client/Client.js +32 -46
  1208. package/dist/api/resources/diagnoses/client/create.d.ts +1 -1
  1209. package/dist/api/resources/diagnoses/client/create.js +17 -7
  1210. package/dist/api/resources/diagnoses/client/delete.d.ts +1 -1
  1211. package/dist/api/resources/diagnoses/client/delete.js +17 -7
  1212. package/dist/api/resources/diagnoses/client/index.js +17 -7
  1213. package/dist/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +1 -1
  1214. package/dist/api/resources/diagnoses/client/update.d.ts +1 -1
  1215. package/dist/api/resources/diagnoses/client/update.js +17 -7
  1216. package/dist/api/resources/diagnoses/types/Diagnosis.d.ts +2 -2
  1217. package/dist/api/resources/diagnoses/types/DiagnosisId.d.ts +1 -1
  1218. package/dist/api/resources/diagnoses/types/DiagnosisId.js +1 -2
  1219. package/dist/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +1 -1
  1220. package/dist/api/resources/eligibility/client/Client.d.ts +5 -1
  1221. package/dist/api/resources/eligibility/resources/index.js +17 -7
  1222. package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
  1223. package/dist/api/resources/eligibility/resources/v2/client/Client.js +29 -43
  1224. package/dist/api/resources/eligibility/resources/v2/client/index.js +17 -7
  1225. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -1
  1226. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
  1227. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -1
  1228. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
  1229. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -1
  1230. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
  1231. package/dist/api/resources/encounterProviders/client/Client.d.ts +5 -1
  1232. package/dist/api/resources/encounterProviders/resources/index.js +17 -7
  1233. package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +14 -10
  1234. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +75 -161
  1235. package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -1
  1236. package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
  1237. package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +1 -1
  1238. package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
  1239. package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +1 -1
  1240. package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
  1241. package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +1 -1
  1242. package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
  1243. package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -1
  1244. package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
  1245. package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -1
  1246. package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
  1247. package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +1 -1
  1248. package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
  1249. package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -1
  1250. package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
  1251. package/dist/api/resources/encounterProviders/resources/v2/client/index.js +17 -7
  1252. package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +1 -1
  1253. package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
  1254. package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +1 -1
  1255. package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
  1256. package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +1 -1
  1257. package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
  1258. package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +1 -1
  1259. package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
  1260. package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -1
  1261. package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -2
  1262. package/dist/api/resources/encounters/client/Client.d.ts +5 -1
  1263. package/dist/api/resources/encounters/resources/index.js +17 -7
  1264. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +88 -82
  1265. package/dist/api/resources/encounters/resources/v4/client/Client.js +141 -158
  1266. package/dist/api/resources/encounters/resources/v4/client/create.d.ts +13 -1
  1267. package/dist/api/resources/encounters/resources/v4/client/create.js +39 -7
  1268. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +13 -1
  1269. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +39 -7
  1270. package/dist/api/resources/encounters/resources/v4/client/get.d.ts +1 -1
  1271. package/dist/api/resources/encounters/resources/v4/client/get.js +17 -7
  1272. package/dist/api/resources/encounters/resources/v4/client/getAll.d.ts +1 -1
  1273. package/dist/api/resources/encounters/resources/v4/client/getAll.js +17 -7
  1274. package/dist/api/resources/encounters/resources/v4/client/index.js +17 -7
  1275. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +52 -50
  1276. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -1
  1277. package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +3 -3
  1278. package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  1279. package/dist/api/resources/encounters/resources/v4/client/update.js +28 -7
  1280. package/dist/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +1 -1
  1281. package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -1
  1282. package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -1
  1283. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +10 -10
  1284. package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +1 -1
  1285. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +10 -10
  1286. package/dist/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +1 -1
  1287. package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +1 -1
  1288. package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -1
  1289. package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -2
  1290. package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -1
  1291. package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -2
  1292. package/dist/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +1 -1
  1293. package/dist/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +1 -1
  1294. package/dist/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +1 -1
  1295. package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +1 -1
  1296. package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +8 -0
  1297. package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +5 -0
  1298. package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -1
  1299. package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -2
  1300. package/dist/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +1 -1
  1301. package/dist/api/resources/encounters/resources/v4/types/RxCui.d.ts +1 -1
  1302. package/dist/api/resources/encounters/resources/v4/types/RxCui.js +1 -2
  1303. package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +1 -1
  1304. package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +1 -1
  1305. package/dist/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +1 -1
  1306. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  1307. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  1308. package/dist/api/resources/era/types/EraId.d.ts +1 -1
  1309. package/dist/api/resources/era/types/EraId.js +1 -2
  1310. package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +1 -1
  1311. package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +6 -2
  1312. package/dist/api/resources/expectedNetworkStatus/resources/index.js +17 -7
  1313. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +6 -2
  1314. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +22 -20
  1315. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +1 -1
  1316. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +17 -7
  1317. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.js +17 -7
  1318. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +2 -2
  1319. package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +1 -1
  1320. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +14 -10
  1321. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +35 -41
  1322. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +1 -1
  1323. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
  1324. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +1 -1
  1325. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
  1326. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
  1327. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +1 -1
  1328. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +1 -1
  1329. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +1 -1
  1330. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +1 -1
  1331. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +1 -1
  1332. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -1
  1333. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -2
  1334. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +1 -1
  1335. package/dist/api/resources/exports/client/Client.d.ts +5 -1
  1336. package/dist/api/resources/exports/resources/index.js +17 -7
  1337. package/dist/api/resources/exports/resources/v3/client/Client.d.ts +4 -0
  1338. package/dist/api/resources/exports/resources/v3/client/Client.js +21 -19
  1339. package/dist/api/resources/exports/resources/v3/client/getExports.d.ts +1 -2
  1340. package/dist/api/resources/exports/resources/v3/client/getExports.js +17 -7
  1341. package/dist/api/resources/exports/resources/v3/client/index.js +17 -7
  1342. package/dist/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -2
  1343. package/dist/api/resources/externalPaymentAccountConfig/client/Client.d.ts +5 -1
  1344. package/dist/api/resources/externalPaymentAccountConfig/resources/index.js +17 -7
  1345. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +4 -0
  1346. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +22 -20
  1347. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +1 -1
  1348. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +17 -7
  1349. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/index.js +17 -7
  1350. package/dist/api/resources/feeSchedules/client/Client.d.ts +5 -1
  1351. package/dist/api/resources/feeSchedules/resources/index.js +17 -7
  1352. package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +20 -16
  1353. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +111 -163
  1354. package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +1 -1
  1355. package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
  1356. package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +1 -1
  1357. package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
  1358. package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +1 -1
  1359. package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.js +17 -7
  1360. package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +1 -1
  1361. package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +17 -7
  1362. package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +1 -1
  1363. package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +17 -7
  1364. package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +1 -1
  1365. package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
  1366. package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +1 -1
  1367. package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +17 -7
  1368. package/dist/api/resources/feeSchedules/resources/v3/client/index.js +17 -7
  1369. package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +5 -5
  1370. package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +5 -5
  1371. package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +6 -6
  1372. package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -1
  1373. package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
  1374. package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -1
  1375. package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
  1376. package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -1
  1377. package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
  1378. package/dist/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +1 -1
  1379. package/dist/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +1 -1
  1380. package/dist/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +1 -1
  1381. package/dist/api/resources/financials/types/AccountType.d.ts +1 -1
  1382. package/dist/api/resources/financials/types/AllocationTarget.d.ts +1 -1
  1383. package/dist/api/resources/financials/types/AllocationTargetCreate.d.ts +1 -1
  1384. package/dist/api/resources/financials/types/InvoiceUpdate.d.ts +1 -1
  1385. package/dist/api/resources/financials/types/NoteUpdate.d.ts +1 -1
  1386. package/dist/api/resources/financials/types/PatientTransactionSource.d.ts +1 -1
  1387. package/dist/api/resources/financials/types/RefundReason.d.ts +1 -1
  1388. package/dist/api/resources/financials/types/RefundReasonUpdate.d.ts +1 -1
  1389. package/dist/api/resources/guarantor/client/Client.d.ts +5 -1
  1390. package/dist/api/resources/guarantor/resources/index.js +17 -7
  1391. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +8 -4
  1392. package/dist/api/resources/guarantor/resources/v1/client/Client.js +31 -45
  1393. package/dist/api/resources/guarantor/resources/v1/client/create.d.ts +1 -1
  1394. package/dist/api/resources/guarantor/resources/v1/client/create.js +17 -7
  1395. package/dist/api/resources/guarantor/resources/v1/client/get.d.ts +1 -1
  1396. package/dist/api/resources/guarantor/resources/v1/client/get.js +17 -7
  1397. package/dist/api/resources/guarantor/resources/v1/client/index.js +17 -7
  1398. package/dist/api/resources/guarantor/resources/v1/client/update.d.ts +1 -1
  1399. package/dist/api/resources/guarantor/resources/v1/client/update.js +17 -7
  1400. package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -1
  1401. package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.js +1 -2
  1402. package/dist/api/resources/identifiers/types/IdentifierCode.d.ts +1 -1
  1403. package/dist/api/resources/identifiers/types/IdentifierId.d.ts +1 -1
  1404. package/dist/api/resources/identifiers/types/IdentifierId.js +1 -2
  1405. package/dist/api/resources/identifiers/types/IdentifierValue.d.ts +1 -1
  1406. package/dist/api/resources/identifiers/types/UpdatableIdentifier.d.ts +1 -1
  1407. package/dist/api/resources/importInvoice/client/Client.d.ts +5 -1
  1408. package/dist/api/resources/importInvoice/resources/index.js +17 -7
  1409. package/dist/api/resources/importInvoice/resources/v1/client/Client.d.ts +10 -6
  1410. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +50 -66
  1411. package/dist/api/resources/importInvoice/resources/v1/client/get.d.ts +1 -1
  1412. package/dist/api/resources/importInvoice/resources/v1/client/get.js +17 -7
  1413. package/dist/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +1 -1
  1414. package/dist/api/resources/importInvoice/resources/v1/client/getMulti.js +17 -7
  1415. package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +1 -1
  1416. package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
  1417. package/dist/api/resources/importInvoice/resources/v1/client/index.js +17 -7
  1418. package/dist/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +3 -3
  1419. package/dist/api/resources/importInvoice/resources/v1/client/update.d.ts +1 -1
  1420. package/dist/api/resources/importInvoice/resources/v1/client/update.js +17 -7
  1421. package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +1 -1
  1422. package/dist/api/resources/index.js +17 -7
  1423. package/dist/api/resources/individual/types/Gender.d.ts +1 -1
  1424. package/dist/api/resources/individual/types/IndividualId.d.ts +1 -1
  1425. package/dist/api/resources/individual/types/IndividualId.js +1 -2
  1426. package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +5 -1
  1427. package/dist/api/resources/insuranceAdjudications/resources/index.js +17 -7
  1428. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +5 -1
  1429. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +28 -42
  1430. package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -1
  1431. package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
  1432. package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +1 -1
  1433. package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.js +17 -7
  1434. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +1 -1
  1435. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.js +17 -7
  1436. package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
  1437. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -1
  1438. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -2
  1439. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -1
  1440. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -2
  1441. package/dist/api/resources/insuranceCards/resources/index.js +17 -7
  1442. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
  1443. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -1
  1444. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -2
  1445. package/dist/api/resources/insurancePayments/client/Client.d.ts +5 -1
  1446. package/dist/api/resources/insurancePayments/resources/index.js +17 -7
  1447. package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +8 -4
  1448. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +52 -78
  1449. package/dist/api/resources/insurancePayments/resources/v1/client/create.d.ts +1 -1
  1450. package/dist/api/resources/insurancePayments/resources/v1/client/create.js +17 -7
  1451. package/dist/api/resources/insurancePayments/resources/v1/client/delete.d.ts +1 -1
  1452. package/dist/api/resources/insurancePayments/resources/v1/client/delete.js +17 -7
  1453. package/dist/api/resources/insurancePayments/resources/v1/client/get.d.ts +1 -1
  1454. package/dist/api/resources/insurancePayments/resources/v1/client/get.js +17 -7
  1455. package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -1
  1456. package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
  1457. package/dist/api/resources/insurancePayments/resources/v1/client/index.js +17 -7
  1458. package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +2 -2
  1459. package/dist/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +1 -1
  1460. package/dist/api/resources/insurancePayments/resources/v1/client/update.d.ts +1 -1
  1461. package/dist/api/resources/insurancePayments/resources/v1/client/update.js +17 -7
  1462. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -1
  1463. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -2
  1464. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +1 -1
  1465. package/dist/api/resources/insuranceRefunds/client/Client.d.ts +5 -1
  1466. package/dist/api/resources/insuranceRefunds/resources/index.js +17 -7
  1467. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +10 -6
  1468. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +54 -80
  1469. package/dist/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -1
  1470. package/dist/api/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
  1471. package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -1
  1472. package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
  1473. package/dist/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -1
  1474. package/dist/api/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
  1475. package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -1
  1476. package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
  1477. package/dist/api/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
  1478. package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +2 -2
  1479. package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +2 -2
  1480. package/dist/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -1
  1481. package/dist/api/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
  1482. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -1
  1483. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -2
  1484. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +1 -1
  1485. package/dist/api/resources/invoices/resources/index.js +17 -7
  1486. package/dist/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +1 -1
  1487. package/dist/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +1 -1
  1488. package/dist/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +1 -1
  1489. package/dist/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +1 -1
  1490. package/dist/api/resources/invoices/types/InvoiceStatus.d.ts +1 -1
  1491. package/dist/api/resources/medicationDispense/client/Client.d.ts +5 -1
  1492. package/dist/api/resources/medicationDispense/resources/index.js +17 -7
  1493. package/dist/api/resources/medicationDispense/resources/v1/client/Client.d.ts +8 -4
  1494. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +25 -23
  1495. package/dist/api/resources/medicationDispense/resources/v1/client/create.d.ts +1 -1
  1496. package/dist/api/resources/medicationDispense/resources/v1/client/create.js +17 -7
  1497. package/dist/api/resources/medicationDispense/resources/v1/client/index.js +17 -7
  1498. package/dist/api/resources/nonInsurancePayerPayments/client/Client.d.ts +5 -1
  1499. package/dist/api/resources/nonInsurancePayerPayments/resources/index.js +17 -7
  1500. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +8 -4
  1501. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +53 -78
  1502. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -1
  1503. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
  1504. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -1
  1505. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
  1506. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -1
  1507. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
  1508. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -1
  1509. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
  1510. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
  1511. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +2 -2
  1512. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -1
  1513. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -1
  1514. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
  1515. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -1
  1516. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -2
  1517. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +1 -1
  1518. package/dist/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +5 -1
  1519. package/dist/api/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
  1520. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +10 -6
  1521. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +52 -80
  1522. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -1
  1523. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
  1524. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -1
  1525. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
  1526. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -1
  1527. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
  1528. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -1
  1529. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
  1530. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
  1531. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +2 -2
  1532. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +2 -2
  1533. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -1
  1534. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
  1535. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -1
  1536. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -2
  1537. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +1 -1
  1538. package/dist/api/resources/nonInsurancePayers/client/Client.d.ts +5 -1
  1539. package/dist/api/resources/nonInsurancePayers/resources/index.js +17 -7
  1540. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +7 -3
  1541. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +52 -86
  1542. package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +1 -1
  1543. package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
  1544. package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -1
  1545. package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
  1546. package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -1
  1547. package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
  1548. package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -1
  1549. package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
  1550. package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
  1551. package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +2 -2
  1552. package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -1
  1553. package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
  1554. package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +1 -1
  1555. package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
  1556. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +1 -1
  1557. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +1 -1
  1558. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +1 -1
  1559. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -1
  1560. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -2
  1561. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +1 -1
  1562. package/dist/api/resources/organizationProviders/client/Client.d.ts +5 -1
  1563. package/dist/api/resources/organizationProviders/resources/index.js +17 -7
  1564. package/dist/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +1 -1
  1565. package/dist/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +1 -1
  1566. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +24 -1
  1567. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +23 -0
  1568. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -1
  1569. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -2
  1570. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +1 -1
  1571. package/dist/api/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +1 -1
  1572. package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +15 -11
  1573. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +46 -68
  1574. package/dist/api/resources/organizationProviders/resources/v3/client/create.d.ts +1 -1
  1575. package/dist/api/resources/organizationProviders/resources/v3/client/create.js +17 -7
  1576. package/dist/api/resources/organizationProviders/resources/v3/client/get.d.ts +1 -1
  1577. package/dist/api/resources/organizationProviders/resources/v3/client/get.js +17 -7
  1578. package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +1 -1
  1579. package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.js +17 -7
  1580. package/dist/api/resources/organizationProviders/resources/v3/client/index.js +17 -7
  1581. package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +1 -1
  1582. package/dist/api/resources/organizationProviders/resources/v3/client/update.d.ts +1 -1
  1583. package/dist/api/resources/organizationProviders/resources/v3/client/update.js +17 -7
  1584. package/dist/api/resources/organizationServiceFacilities/client/Client.d.ts +5 -1
  1585. package/dist/api/resources/organizationServiceFacilities/resources/index.js +17 -7
  1586. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +16 -12
  1587. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +50 -80
  1588. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -1
  1589. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
  1590. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -1
  1591. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
  1592. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -1
  1593. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
  1594. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +1 -1
  1595. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +17 -7
  1596. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
  1597. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +1 -1
  1598. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
  1599. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -1
  1600. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -2
  1601. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +1 -1
  1602. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +1 -1
  1603. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +1 -1
  1604. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +1 -1
  1605. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +1 -1
  1606. package/dist/api/resources/patientPayments/client/Client.d.ts +5 -1
  1607. package/dist/api/resources/patientPayments/resources/index.js +17 -7
  1608. package/dist/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -1
  1609. package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -1
  1610. package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -2
  1611. package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +1 -1
  1612. package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +1 -1
  1613. package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +9 -5
  1614. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +57 -81
  1615. package/dist/api/resources/patientPayments/resources/v4/client/create.d.ts +1 -1
  1616. package/dist/api/resources/patientPayments/resources/v4/client/create.js +17 -7
  1617. package/dist/api/resources/patientPayments/resources/v4/client/delete.d.ts +1 -1
  1618. package/dist/api/resources/patientPayments/resources/v4/client/delete.js +17 -7
  1619. package/dist/api/resources/patientPayments/resources/v4/client/get.d.ts +1 -1
  1620. package/dist/api/resources/patientPayments/resources/v4/client/get.js +17 -7
  1621. package/dist/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -1
  1622. package/dist/api/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
  1623. package/dist/api/resources/patientPayments/resources/v4/client/index.js +17 -7
  1624. package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +3 -3
  1625. package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +1 -1
  1626. package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -1
  1627. package/dist/api/resources/patientPayments/resources/v4/client/update.d.ts +1 -1
  1628. package/dist/api/resources/patientPayments/resources/v4/client/update.js +17 -7
  1629. package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -1
  1630. package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -2
  1631. package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +1 -1
  1632. package/dist/api/resources/patientRefunds/client/Client.d.ts +5 -1
  1633. package/dist/api/resources/patientRefunds/resources/index.js +17 -7
  1634. package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +11 -7
  1635. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +59 -83
  1636. package/dist/api/resources/patientRefunds/resources/v1/client/create.d.ts +1 -1
  1637. package/dist/api/resources/patientRefunds/resources/v1/client/create.js +17 -7
  1638. package/dist/api/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -1
  1639. package/dist/api/resources/patientRefunds/resources/v1/client/delete.js +17 -7
  1640. package/dist/api/resources/patientRefunds/resources/v1/client/get.d.ts +1 -1
  1641. package/dist/api/resources/patientRefunds/resources/v1/client/get.js +17 -7
  1642. package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -1
  1643. package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
  1644. package/dist/api/resources/patientRefunds/resources/v1/client/index.js +17 -7
  1645. package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +3 -3
  1646. package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +2 -2
  1647. package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +2 -2
  1648. package/dist/api/resources/patientRefunds/resources/v1/client/update.d.ts +1 -1
  1649. package/dist/api/resources/patientRefunds/resources/v1/client/update.js +17 -7
  1650. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -1
  1651. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -2
  1652. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +1 -1
  1653. package/dist/api/resources/payers/client/Client.d.ts +5 -1
  1654. package/dist/api/resources/payers/resources/index.js +17 -7
  1655. package/dist/api/resources/payers/resources/v3/client/Client.d.ts +4 -0
  1656. package/dist/api/resources/payers/resources/v3/client/Client.js +25 -31
  1657. package/dist/api/resources/payers/resources/v3/client/get.d.ts +1 -1
  1658. package/dist/api/resources/payers/resources/v3/client/get.js +17 -7
  1659. package/dist/api/resources/payers/resources/v3/client/getAll.d.ts +1 -1
  1660. package/dist/api/resources/payers/resources/v3/client/getAll.js +17 -7
  1661. package/dist/api/resources/payers/resources/v3/client/index.js +17 -7
  1662. package/dist/api/resources/payers/resources/v3/types/PayerId.d.ts +1 -1
  1663. package/dist/api/resources/payers/resources/v3/types/PayerId.js +1 -2
  1664. package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +1 -1
  1665. package/dist/api/resources/payers/resources/v3/types/PayerName.d.ts +1 -1
  1666. package/dist/api/resources/payers/resources/v3/types/PayerName.js +1 -2
  1667. package/dist/api/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -1
  1668. package/dist/api/resources/payers/resources/v3/types/PayerUuid.js +1 -2
  1669. package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -1
  1670. package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -2
  1671. package/dist/api/resources/preEncounter/client/Client.d.ts +10 -6
  1672. package/dist/api/resources/preEncounter/resources/appointments/client/Client.d.ts +5 -1
  1673. package/dist/api/resources/preEncounter/resources/appointments/resources/index.js +17 -7
  1674. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +23 -19
  1675. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +59 -97
  1676. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +1 -1
  1677. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
  1678. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -1
  1679. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
  1680. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -1
  1681. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
  1682. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +1 -1
  1683. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
  1684. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +17 -7
  1685. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +1 -1
  1686. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +1 -1
  1687. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
  1688. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -1
  1689. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
  1690. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +1 -1
  1691. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -1
  1692. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +1 -1
  1693. package/dist/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +1 -1
  1694. package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -1
  1695. package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.js +1 -2
  1696. package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -1
  1697. package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -2
  1698. package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -1
  1699. package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -2
  1700. package/dist/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +1 -1
  1701. package/dist/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -1
  1702. package/dist/api/resources/preEncounter/resources/common/types/CoverageId.js +1 -2
  1703. package/dist/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +1 -1
  1704. package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +1 -1
  1705. package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -1
  1706. package/dist/api/resources/preEncounter/resources/common/types/Gender.d.ts +1 -1
  1707. package/dist/api/resources/preEncounter/resources/common/types/NameUse.d.ts +1 -1
  1708. package/dist/api/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -1
  1709. package/dist/api/resources/preEncounter/resources/common/types/NoteId.js +1 -2
  1710. package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -1
  1711. package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.js +1 -2
  1712. package/dist/api/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -1
  1713. package/dist/api/resources/preEncounter/resources/common/types/PageToken.js +1 -2
  1714. package/dist/api/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -1
  1715. package/dist/api/resources/preEncounter/resources/common/types/PatientId.js +1 -2
  1716. package/dist/api/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -1
  1717. package/dist/api/resources/preEncounter/resources/common/types/PayerId.js +1 -2
  1718. package/dist/api/resources/preEncounter/resources/common/types/Race.d.ts +1 -1
  1719. package/dist/api/resources/preEncounter/resources/common/types/Relationship.d.ts +1 -1
  1720. package/dist/api/resources/preEncounter/resources/common/types/Sex.d.ts +1 -1
  1721. package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +1 -1
  1722. package/dist/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +1 -1
  1723. package/dist/api/resources/preEncounter/resources/common/types/TagId.d.ts +1 -1
  1724. package/dist/api/resources/preEncounter/resources/common/types/TagId.js +1 -2
  1725. package/dist/api/resources/preEncounter/resources/common/types/UserId.d.ts +1 -1
  1726. package/dist/api/resources/preEncounter/resources/common/types/UserId.js +1 -2
  1727. package/dist/api/resources/preEncounter/resources/coverages/client/Client.d.ts +5 -1
  1728. package/dist/api/resources/preEncounter/resources/coverages/resources/index.js +17 -7
  1729. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +30 -26
  1730. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +71 -125
  1731. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +1 -1
  1732. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +17 -7
  1733. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +1 -1
  1734. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +17 -7
  1735. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +1 -1
  1736. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +17 -7
  1737. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +1 -1
  1738. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +17 -7
  1739. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +1 -1
  1740. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
  1741. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +1 -1
  1742. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
  1743. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +17 -7
  1744. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +1 -1
  1745. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +1 -1
  1746. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +1 -1
  1747. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
  1748. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -1
  1749. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
  1750. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  1751. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  1752. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +1 -1
  1753. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +1 -1
  1754. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
  1755. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +1 -1
  1756. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +1 -1
  1757. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +1 -1
  1758. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +1 -1
  1759. package/dist/api/resources/preEncounter/resources/index.js +17 -7
  1760. package/dist/api/resources/preEncounter/resources/lists/client/Client.d.ts +5 -1
  1761. package/dist/api/resources/preEncounter/resources/lists/resources/index.js +17 -7
  1762. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +6 -2
  1763. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +37 -39
  1764. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +1 -1
  1765. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +17 -7
  1766. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -1
  1767. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
  1768. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
  1769. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -1
  1770. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -1
  1771. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.d.ts +1 -1
  1772. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +1 -2
  1773. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -1
  1774. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -2
  1775. package/dist/api/resources/preEncounter/resources/notes/client/Client.d.ts +5 -1
  1776. package/dist/api/resources/preEncounter/resources/notes/resources/index.js +17 -7
  1777. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +4 -0
  1778. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +29 -51
  1779. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +1 -1
  1780. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +17 -7
  1781. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +1 -1
  1782. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +17 -7
  1783. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +1 -1
  1784. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +17 -7
  1785. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +17 -7
  1786. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +1 -1
  1787. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +17 -7
  1788. package/dist/api/resources/preEncounter/resources/patients/client/Client.d.ts +5 -1
  1789. package/dist/api/resources/preEncounter/resources/patients/resources/index.js +17 -7
  1790. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +93 -89
  1791. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +146 -206
  1792. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -1
  1793. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
  1794. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +1 -1
  1795. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
  1796. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -1
  1797. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
  1798. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -1
  1799. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
  1800. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +1 -1
  1801. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
  1802. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +1 -1
  1803. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +17 -7
  1804. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +17 -7
  1805. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +29 -29
  1806. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +29 -29
  1807. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -1
  1808. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -1
  1809. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +1 -1
  1810. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
  1811. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +1 -1
  1812. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
  1813. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -1
  1814. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
  1815. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +1 -1
  1816. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +1 -1
  1817. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +1 -1
  1818. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -1
  1819. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -2
  1820. package/dist/api/resources/preEncounter/resources/tags/client/Client.d.ts +5 -1
  1821. package/dist/api/resources/preEncounter/resources/tags/resources/index.js +17 -7
  1822. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +4 -0
  1823. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +34 -64
  1824. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +1 -1
  1825. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +17 -7
  1826. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +1 -1
  1827. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +17 -7
  1828. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +1 -1
  1829. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +17 -7
  1830. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +1 -1
  1831. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +17 -7
  1832. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +17 -7
  1833. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +1 -1
  1834. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +17 -7
  1835. package/dist/api/resources/remitDrafts/resources/index.js +17 -7
  1836. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -1
  1837. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -2
  1838. package/dist/api/resources/remits/resources/index.js +17 -7
  1839. package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +1 -1
  1840. package/dist/api/resources/serviceFacility/client/Client.d.ts +5 -1
  1841. package/dist/api/resources/serviceFacility/client/Client.js +21 -19
  1842. package/dist/api/resources/serviceFacility/client/index.js +17 -7
  1843. package/dist/api/resources/serviceFacility/client/update.d.ts +1 -1
  1844. package/dist/api/resources/serviceFacility/client/update.js +17 -7
  1845. package/dist/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -1
  1846. package/dist/api/resources/serviceFacility/types/ServiceFacilityId.js +1 -2
  1847. package/dist/api/resources/serviceLines/client/Client.d.ts +5 -1
  1848. package/dist/api/resources/serviceLines/resources/index.js +17 -7
  1849. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +19 -15
  1850. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +44 -58
  1851. package/dist/api/resources/serviceLines/resources/v2/client/create.d.ts +1 -1
  1852. package/dist/api/resources/serviceLines/resources/v2/client/create.js +17 -7
  1853. package/dist/api/resources/serviceLines/resources/v2/client/delete.d.ts +1 -1
  1854. package/dist/api/resources/serviceLines/resources/v2/client/delete.js +17 -7
  1855. package/dist/api/resources/serviceLines/resources/v2/client/index.js +17 -7
  1856. package/dist/api/resources/serviceLines/resources/v2/client/update.d.ts +1 -1
  1857. package/dist/api/resources/serviceLines/resources/v2/client/update.js +17 -7
  1858. package/dist/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -1
  1859. package/dist/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +1 -1
  1860. package/dist/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +1 -1
  1861. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +4 -4
  1862. package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
  1863. package/dist/api/resources/tags/types/TagColorEnum.d.ts +1 -1
  1864. package/dist/api/resources/tags/types/TagId.d.ts +1 -1
  1865. package/dist/api/resources/tags/types/TagId.js +1 -2
  1866. package/dist/api/resources/tasks/client/Client.d.ts +5 -1
  1867. package/dist/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -1
  1868. package/dist/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +1 -1
  1869. package/dist/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -1
  1870. package/dist/api/resources/tasks/resources/index.js +17 -7
  1871. package/dist/api/resources/tasks/resources/v3/client/Client.d.ts +11 -7
  1872. package/dist/api/resources/tasks/resources/v3/client/Client.js +53 -77
  1873. package/dist/api/resources/tasks/resources/v3/client/create.d.ts +1 -1
  1874. package/dist/api/resources/tasks/resources/v3/client/create.js +17 -7
  1875. package/dist/api/resources/tasks/resources/v3/client/get.d.ts +1 -1
  1876. package/dist/api/resources/tasks/resources/v3/client/get.js +17 -7
  1877. package/dist/api/resources/tasks/resources/v3/client/getActions.d.ts +1 -1
  1878. package/dist/api/resources/tasks/resources/v3/client/getActions.js +17 -7
  1879. package/dist/api/resources/tasks/resources/v3/client/getMulti.d.ts +1 -1
  1880. package/dist/api/resources/tasks/resources/v3/client/getMulti.js +17 -7
  1881. package/dist/api/resources/tasks/resources/v3/client/index.js +17 -7
  1882. package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +4 -4
  1883. package/dist/api/resources/tasks/resources/v3/client/update.d.ts +1 -1
  1884. package/dist/api/resources/tasks/resources/v3/client/update.js +17 -7
  1885. package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +1 -1
  1886. package/dist/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +1 -1
  1887. package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +1 -1
  1888. package/dist/api/resources/writeOffs/client/Client.d.ts +5 -1
  1889. package/dist/api/resources/writeOffs/resources/index.js +17 -7
  1890. package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +9 -5
  1891. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +47 -63
  1892. package/dist/api/resources/writeOffs/resources/v1/client/create.d.ts +1 -1
  1893. package/dist/api/resources/writeOffs/resources/v1/client/create.js +17 -7
  1894. package/dist/api/resources/writeOffs/resources/v1/client/get.d.ts +1 -1
  1895. package/dist/api/resources/writeOffs/resources/v1/client/get.js +17 -7
  1896. package/dist/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +1 -1
  1897. package/dist/api/resources/writeOffs/resources/v1/client/getMulti.js +17 -7
  1898. package/dist/api/resources/writeOffs/resources/v1/client/index.js +17 -7
  1899. package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -2
  1900. package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +3 -3
  1901. package/dist/api/resources/writeOffs/resources/v1/client/revert.d.ts +1 -1
  1902. package/dist/api/resources/writeOffs/resources/v1/client/revert.js +17 -7
  1903. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +1 -1
  1904. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +1 -1
  1905. package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -1
  1906. package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +1 -1
  1907. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
  1908. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -1
  1909. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -2
  1910. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +1 -1
  1911. package/dist/api/resources/x12/resources/index.js +17 -7
  1912. package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +1 -1
  1913. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  1914. package/dist/core/auth/BearerToken.d.ts +1 -1
  1915. package/dist/core/auth/OAuthTokenProvider.js +17 -7
  1916. package/dist/core/fetcher/APIResponse.d.ts +1 -1
  1917. package/dist/core/fetcher/Fetcher.d.ts +3 -3
  1918. package/dist/core/fetcher/Fetcher.js +6 -31
  1919. package/dist/core/fetcher/Supplier.d.ts +1 -1
  1920. package/dist/core/fetcher/createRequestUrl.d.ts +1 -1
  1921. package/dist/core/fetcher/createRequestUrl.js +1 -2
  1922. package/dist/core/fetcher/getFetchFn.js +18 -9
  1923. package/dist/core/fetcher/getHeader.js +1 -2
  1924. package/dist/core/fetcher/getRequestBody.js +5 -5
  1925. package/dist/core/fetcher/getResponseBody.js +9 -3
  1926. package/dist/core/fetcher/makeRequest.d.ts +1 -1
  1927. package/dist/core/fetcher/requestWithRetries.js +17 -9
  1928. package/dist/core/fetcher/signals.d.ts +0 -1
  1929. package/dist/core/fetcher/signals.js +2 -3
  1930. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
  1931. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
  1932. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
  1933. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +126 -0
  1934. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
  1935. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
  1936. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
  1937. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +59 -0
  1938. package/dist/core/index.js +17 -7
  1939. package/dist/core/json.d.ts +15 -0
  1940. package/dist/core/json.js +24 -0
  1941. package/dist/core/runtime/runtime.d.ts +1 -1
  1942. package/dist/core/runtime/runtime.js +51 -41
  1943. package/dist/core/schemas/Schema.d.ts +8 -5
  1944. package/dist/core/schemas/Schema.js +3 -0
  1945. package/dist/core/schemas/builders/bigint/bigint.d.ts +2 -0
  1946. package/dist/core/schemas/builders/bigint/bigint.js +53 -0
  1947. package/dist/core/schemas/builders/bigint/index.d.ts +1 -0
  1948. package/dist/core/schemas/builders/bigint/index.js +5 -0
  1949. package/dist/core/schemas/builders/date/date.js +1 -2
  1950. package/dist/core/schemas/builders/enum/enum.js +1 -2
  1951. package/dist/core/schemas/builders/index.d.ts +1 -0
  1952. package/dist/core/schemas/builders/index.js +1 -0
  1953. package/dist/core/schemas/builders/lazy/lazy.d.ts +1 -1
  1954. package/dist/core/schemas/builders/lazy/lazy.js +3 -4
  1955. package/dist/core/schemas/builders/lazy/lazyObject.js +1 -2
  1956. package/dist/core/schemas/builders/list/list.js +1 -2
  1957. package/dist/core/schemas/builders/literals/booleanLiteral.js +1 -2
  1958. package/dist/core/schemas/builders/literals/stringLiteral.js +1 -2
  1959. package/dist/core/schemas/builders/object/object.d.ts +1 -1
  1960. package/dist/core/schemas/builders/object/object.js +31 -3
  1961. package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +3 -3
  1962. package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.js +1 -2
  1963. package/dist/core/schemas/builders/object/property.js +2 -3
  1964. package/dist/core/schemas/builders/object/types.d.ts +16 -11
  1965. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -3
  1966. package/dist/core/schemas/builders/object-like/types.d.ts +1 -1
  1967. package/dist/core/schemas/builders/record/record.js +2 -4
  1968. package/dist/core/schemas/builders/record/types.d.ts +2 -2
  1969. package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +4 -0
  1970. package/dist/core/schemas/builders/schema-utils/getSchemaUtils.js +67 -4
  1971. package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.js +1 -2
  1972. package/dist/core/schemas/builders/set/set.js +1 -2
  1973. package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +4 -4
  1974. package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +1 -2
  1975. package/dist/core/schemas/builders/union/discriminant.js +1 -2
  1976. package/dist/core/schemas/builders/union/types.d.ts +6 -6
  1977. package/dist/core/schemas/builders/union/union.d.ts +1 -1
  1978. package/dist/core/schemas/builders/union/union.js +1 -2
  1979. package/dist/core/schemas/utils/MaybePromise.d.ts +1 -1
  1980. package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +4 -4
  1981. package/dist/core/schemas/utils/createIdentitySchemaCreator.js +1 -2
  1982. package/dist/core/schemas/utils/entries.d.ts +1 -1
  1983. package/dist/core/schemas/utils/entries.js +1 -2
  1984. package/dist/core/schemas/utils/filterObject.d.ts +1 -1
  1985. package/dist/core/schemas/utils/filterObject.js +1 -2
  1986. package/dist/core/schemas/utils/getErrorMessageForIncorrectType.js +5 -2
  1987. package/dist/core/schemas/utils/isPlainObject.js +1 -2
  1988. package/dist/core/schemas/utils/keys.d.ts +1 -1
  1989. package/dist/core/schemas/utils/keys.js +1 -2
  1990. package/dist/core/schemas/utils/maybeSkipValidation.js +1 -2
  1991. package/dist/core/schemas/utils/partition.js +1 -2
  1992. package/dist/environments.d.ts +1 -1
  1993. package/dist/errors/CandidApiError.js +2 -1
  1994. package/dist/errors/CandidApiTimeoutError.d.ts +1 -1
  1995. package/dist/errors/CandidApiTimeoutError.js +2 -2
  1996. package/dist/index.d.ts +1 -0
  1997. package/dist/index.js +19 -8
  1998. package/dist/serialization/resources/auth/resources/index.js +17 -7
  1999. package/dist/serialization/resources/auth/resources/v2/client/getToken.js +17 -7
  2000. package/dist/serialization/resources/auth/resources/v2/client/index.js +17 -7
  2001. package/dist/serialization/resources/auth/resources/v2/client/requests/AuthGetTokenRequest.js +17 -7
  2002. package/dist/serialization/resources/auth/resources/v2/types/AuthGetTokenResponse.js +17 -7
  2003. package/dist/serialization/resources/auth/resources/v2/types/TooManyRequestsErrorType.js +17 -7
  2004. package/dist/serialization/resources/billingNotes/resources/index.js +17 -7
  2005. package/dist/serialization/resources/billingNotes/resources/v2/client/delete.js +17 -7
  2006. package/dist/serialization/resources/billingNotes/resources/v2/client/index.js +17 -7
  2007. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +17 -7
  2008. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +17 -7
  2009. package/dist/serialization/resources/billingNotes/resources/v2/client/update.js +17 -7
  2010. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +17 -7
  2011. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +17 -7
  2012. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +17 -7
  2013. package/dist/serialization/resources/chargeCapture/resources/index.js +17 -7
  2014. package/dist/serialization/resources/chargeCapture/resources/v1/client/create.js +17 -7
  2015. package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.js +17 -7
  2016. package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +17 -7
  2017. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +17 -7
  2018. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +17 -7
  2019. package/dist/serialization/resources/chargeCapture/resources/v1/client/update.js +17 -7
  2020. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +17 -7
  2021. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +17 -7
  2022. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +17 -7
  2023. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +17 -7
  2024. package/dist/serialization/resources/chargeCaptureBundles/resources/index.js +17 -7
  2025. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +17 -7
  2026. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +17 -7
  2027. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +17 -7
  2028. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +17 -7
  2029. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +17 -7
  2030. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +17 -7
  2031. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +17 -7
  2032. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +17 -7
  2033. package/dist/serialization/resources/claimSubmission/resources/index.js +17 -7
  2034. package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +17 -7
  2035. package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +17 -7
  2036. package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +17 -7
  2037. package/dist/serialization/resources/claims/types/Claim.js +17 -7
  2038. package/dist/serialization/resources/claims/types/ClaimStatus.js +17 -7
  2039. package/dist/serialization/resources/commons/errors/HttpRequestValidationsError.js +17 -7
  2040. package/dist/serialization/resources/commons/types/AppointmentId.js +17 -7
  2041. package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +17 -7
  2042. package/dist/serialization/resources/commons/types/ChargeCaptureBundleId.js +17 -7
  2043. package/dist/serialization/resources/commons/types/ChargeCaptureId.js +17 -7
  2044. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +17 -7
  2045. package/dist/serialization/resources/commons/types/ClaimId.js +17 -7
  2046. package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +17 -7
  2047. package/dist/serialization/resources/commons/types/DateRangeOptionalEnd.js +17 -7
  2048. package/dist/serialization/resources/commons/types/Date_.js +17 -7
  2049. package/dist/serialization/resources/commons/types/Decimal.js +17 -7
  2050. package/dist/serialization/resources/commons/types/DelayReasonCode.js +17 -7
  2051. package/dist/serialization/resources/commons/types/Email.js +17 -7
  2052. package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.js +17 -7
  2053. package/dist/serialization/resources/commons/types/EncounterExternalId.js +17 -7
  2054. package/dist/serialization/resources/commons/types/EncounterId.js +17 -7
  2055. package/dist/serialization/resources/commons/types/EntityConflictErrorMessage.js +17 -7
  2056. package/dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +17 -7
  2057. package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +17 -7
  2058. package/dist/serialization/resources/commons/types/ErrorMessage.js +17 -7
  2059. package/dist/serialization/resources/commons/types/FacilityTypeCode.js +17 -7
  2060. package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +17 -7
  2061. package/dist/serialization/resources/commons/types/InsuranceTypeCode.js +17 -7
  2062. package/dist/serialization/resources/commons/types/IntendedSubmissionMedium.js +17 -7
  2063. package/dist/serialization/resources/commons/types/InvoiceId.js +17 -7
  2064. package/dist/serialization/resources/commons/types/LinkUrl.js +17 -7
  2065. package/dist/serialization/resources/commons/types/NetworkType.js +17 -7
  2066. package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.js +17 -7
  2067. package/dist/serialization/resources/commons/types/Npi.js +17 -7
  2068. package/dist/serialization/resources/commons/types/OrganizationId.js +17 -7
  2069. package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +17 -7
  2070. package/dist/serialization/resources/commons/types/PageToken.js +17 -7
  2071. package/dist/serialization/resources/commons/types/PatientExternalId.js +17 -7
  2072. package/dist/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +17 -7
  2073. package/dist/serialization/resources/commons/types/PayerPlanGroupId.d.ts +10 -0
  2074. package/dist/serialization/resources/commons/types/PayerPlanGroupId.js +45 -0
  2075. package/dist/serialization/resources/commons/types/PhoneNumber.js +17 -7
  2076. package/dist/serialization/resources/commons/types/PhoneNumberType.js +17 -7
  2077. package/dist/serialization/resources/commons/types/PreEncounterAppointmentId.js +17 -7
  2078. package/dist/serialization/resources/commons/types/PreEncounterPatientId.js +17 -7
  2079. package/dist/serialization/resources/commons/types/Primitive.js +17 -7
  2080. package/dist/serialization/resources/commons/types/ProcedureModifier.js +17 -7
  2081. package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.js +17 -7
  2082. package/dist/serialization/resources/commons/types/ProviderId.js +17 -7
  2083. package/dist/serialization/resources/commons/types/QualifierCode.js +17 -7
  2084. package/dist/serialization/resources/commons/types/RateId.js +17 -7
  2085. package/dist/serialization/resources/commons/types/RegionNational.js +17 -7
  2086. package/dist/serialization/resources/commons/types/RegionStates.js +17 -7
  2087. package/dist/serialization/resources/commons/types/Regions.js +17 -7
  2088. package/dist/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +17 -7
  2089. package/dist/serialization/resources/commons/types/RequestValidationError.js +17 -7
  2090. package/dist/serialization/resources/commons/types/ResourcePage.js +17 -7
  2091. package/dist/serialization/resources/commons/types/SchemaId.js +17 -7
  2092. package/dist/serialization/resources/commons/types/ServiceLineId.js +17 -7
  2093. package/dist/serialization/resources/commons/types/ServiceLineUnits.js +17 -7
  2094. package/dist/serialization/resources/commons/types/SortDirection.js +17 -7
  2095. package/dist/serialization/resources/commons/types/SourceOfPaymentCode.js +17 -7
  2096. package/dist/serialization/resources/commons/types/State.js +17 -7
  2097. package/dist/serialization/resources/commons/types/StreetAddressBase.js +17 -7
  2098. package/dist/serialization/resources/commons/types/StreetAddressLongZip.js +17 -7
  2099. package/dist/serialization/resources/commons/types/StreetAddressShortZip.js +17 -7
  2100. package/dist/serialization/resources/commons/types/TaskAssignmentId.js +17 -7
  2101. package/dist/serialization/resources/commons/types/TaskId.js +17 -7
  2102. package/dist/serialization/resources/commons/types/TaskNoteId.js +17 -7
  2103. package/dist/serialization/resources/commons/types/TaxId.js +17 -7
  2104. package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.js +17 -7
  2105. package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +17 -7
  2106. package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +17 -7
  2107. package/dist/serialization/resources/commons/types/UserId.js +17 -7
  2108. package/dist/serialization/resources/commons/types/WorkQueueId.js +17 -7
  2109. package/dist/serialization/resources/commons/types/index.d.ts +1 -0
  2110. package/dist/serialization/resources/commons/types/index.js +1 -0
  2111. package/dist/serialization/resources/contracts/resources/index.js +17 -7
  2112. package/dist/serialization/resources/contracts/resources/v2/client/delete.js +17 -7
  2113. package/dist/serialization/resources/contracts/resources/v2/client/get.js +17 -7
  2114. package/dist/serialization/resources/contracts/resources/v2/client/index.js +17 -7
  2115. package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +17 -7
  2116. package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +17 -7
  2117. package/dist/serialization/resources/contracts/resources/v2/client/update.js +17 -7
  2118. package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +17 -7
  2119. package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +17 -7
  2120. package/dist/serialization/resources/contracts/resources/v2/types/Contract.js +17 -7
  2121. package/dist/serialization/resources/contracts/resources/v2/types/ContractBase.js +17 -7
  2122. package/dist/serialization/resources/contracts/resources/v2/types/ContractId.js +17 -7
  2123. package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +17 -7
  2124. package/dist/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +17 -7
  2125. package/dist/serialization/resources/contracts/resources/v2/types/ContractStatus.js +17 -7
  2126. package/dist/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +17 -7
  2127. package/dist/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +17 -7
  2128. package/dist/serialization/resources/contracts/resources/v2/types/ContractsPage.js +17 -7
  2129. package/dist/serialization/resources/contracts/resources/v2/types/DateUpdate.js +17 -7
  2130. package/dist/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +17 -7
  2131. package/dist/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +17 -7
  2132. package/dist/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +17 -7
  2133. package/dist/serialization/resources/credentialing/resources/index.js +17 -7
  2134. package/dist/serialization/resources/credentialing/resources/v2/client/create.js +17 -7
  2135. package/dist/serialization/resources/credentialing/resources/v2/client/delete.js +17 -7
  2136. package/dist/serialization/resources/credentialing/resources/v2/client/get.js +17 -7
  2137. package/dist/serialization/resources/credentialing/resources/v2/client/getAll.js +17 -7
  2138. package/dist/serialization/resources/credentialing/resources/v2/client/index.js +17 -7
  2139. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +17 -7
  2140. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +17 -7
  2141. package/dist/serialization/resources/credentialing/resources/v2/client/update.js +17 -7
  2142. package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +17 -7
  2143. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +17 -7
  2144. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +17 -7
  2145. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +17 -7
  2146. package/dist/serialization/resources/customSchemas/resources/index.js +17 -7
  2147. package/dist/serialization/resources/customSchemas/resources/v1/client/create.js +17 -7
  2148. package/dist/serialization/resources/customSchemas/resources/v1/client/get.js +17 -7
  2149. package/dist/serialization/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
  2150. package/dist/serialization/resources/customSchemas/resources/v1/client/index.js +17 -7
  2151. package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +17 -7
  2152. package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +17 -7
  2153. package/dist/serialization/resources/customSchemas/resources/v1/client/update.js +17 -7
  2154. package/dist/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +17 -7
  2155. package/dist/serialization/resources/customSchemas/resources/v1/types/Schema.js +17 -7
  2156. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +17 -7
  2157. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +17 -7
  2158. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +17 -7
  2159. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +17 -7
  2160. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +17 -7
  2161. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +17 -7
  2162. package/dist/serialization/resources/diagnoses/client/delete.js +17 -7
  2163. package/dist/serialization/resources/diagnoses/client/index.js +17 -7
  2164. package/dist/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +17 -7
  2165. package/dist/serialization/resources/diagnoses/client/update.js +17 -7
  2166. package/dist/serialization/resources/diagnoses/types/Diagnosis.js +17 -7
  2167. package/dist/serialization/resources/diagnoses/types/DiagnosisCreate.js +17 -7
  2168. package/dist/serialization/resources/diagnoses/types/DiagnosisId.js +17 -7
  2169. package/dist/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +17 -7
  2170. package/dist/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +17 -7
  2171. package/dist/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +17 -7
  2172. package/dist/serialization/resources/eligibility/resources/index.js +17 -7
  2173. package/dist/serialization/resources/eligibility/resources/v2/client/index.js +17 -7
  2174. package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
  2175. package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
  2176. package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
  2177. package/dist/serialization/resources/encounterProviders/resources/index.js +17 -7
  2178. package/dist/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
  2179. package/dist/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
  2180. package/dist/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
  2181. package/dist/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
  2182. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
  2183. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
  2184. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
  2185. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
  2186. package/dist/serialization/resources/encounterProviders/resources/v2/client/index.js +17 -7
  2187. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
  2188. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
  2189. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
  2190. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
  2191. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +17 -7
  2192. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +17 -7
  2193. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +17 -7
  2194. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +17 -7
  2195. package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +17 -7
  2196. package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +17 -7
  2197. package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +17 -7
  2198. package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +17 -7
  2199. package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +17 -7
  2200. package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +17 -7
  2201. package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +17 -7
  2202. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +17 -7
  2203. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +17 -7
  2204. package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +17 -7
  2205. package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +17 -7
  2206. package/dist/serialization/resources/encounters/resources/index.js +17 -7
  2207. package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +11 -1
  2208. package/dist/serialization/resources/encounters/resources/v4/client/create.js +29 -7
  2209. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +11 -1
  2210. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +29 -7
  2211. package/dist/serialization/resources/encounters/resources/v4/client/index.js +17 -7
  2212. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +17 -7
  2213. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +17 -7
  2214. package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  2215. package/dist/serialization/resources/encounters/resources/v4/client/update.js +23 -7
  2216. package/dist/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +17 -7
  2217. package/dist/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +17 -7
  2218. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +17 -7
  2219. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +17 -7
  2220. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +17 -7
  2221. package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +17 -7
  2222. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +17 -7
  2223. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +17 -7
  2224. package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +17 -7
  2225. package/dist/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +17 -7
  2226. package/dist/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +17 -7
  2227. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +17 -7
  2228. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +17 -7
  2229. package/dist/serialization/resources/encounters/resources/v4/types/EncounterPage.js +17 -7
  2230. package/dist/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +17 -7
  2231. package/dist/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +17 -7
  2232. package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +17 -7
  2233. package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +17 -7
  2234. package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +17 -7
  2235. package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +17 -7
  2236. package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +17 -7
  2237. package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +17 -7
  2238. package/dist/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +17 -7
  2239. package/dist/serialization/resources/encounters/resources/v4/types/Intervention.js +17 -7
  2240. package/dist/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +17 -7
  2241. package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +17 -7
  2242. package/dist/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +17 -7
  2243. package/dist/serialization/resources/encounters/resources/v4/types/Lab.js +17 -7
  2244. package/dist/serialization/resources/encounters/resources/v4/types/LabCodeType.js +17 -7
  2245. package/dist/serialization/resources/encounters/resources/v4/types/Medication.js +17 -7
  2246. package/dist/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +17 -7
  2247. package/dist/serialization/resources/encounters/resources/v4/types/NoteCategory.js +17 -7
  2248. package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +17 -7
  2249. package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +17 -7
  2250. package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +14 -0
  2251. package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +45 -0
  2252. package/dist/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +17 -7
  2253. package/dist/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +17 -7
  2254. package/dist/serialization/resources/encounters/resources/v4/types/RxCui.js +17 -7
  2255. package/dist/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +17 -7
  2256. package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +17 -7
  2257. package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +17 -7
  2258. package/dist/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +17 -7
  2259. package/dist/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +17 -7
  2260. package/dist/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +17 -7
  2261. package/dist/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +17 -7
  2262. package/dist/serialization/resources/encounters/resources/v4/types/Vitals.js +17 -7
  2263. package/dist/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +17 -7
  2264. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  2265. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  2266. package/dist/serialization/resources/era/types/Era.js +17 -7
  2267. package/dist/serialization/resources/era/types/EraBase.js +17 -7
  2268. package/dist/serialization/resources/era/types/EraId.js +17 -7
  2269. package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +17 -7
  2270. package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +17 -7
  2271. package/dist/serialization/resources/expectedNetworkStatus/resources/index.js +17 -7
  2272. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +17 -7
  2273. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +17 -7
  2274. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +17 -7
  2275. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
  2276. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
  2277. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
  2278. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +17 -7
  2279. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +17 -7
  2280. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +17 -7
  2281. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +17 -7
  2282. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +17 -7
  2283. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +17 -7
  2284. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +17 -7
  2285. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +17 -7
  2286. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +17 -7
  2287. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +17 -7
  2288. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +17 -7
  2289. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +17 -7
  2290. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +17 -7
  2291. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +17 -7
  2292. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +17 -7
  2293. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +17 -7
  2294. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +17 -7
  2295. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +17 -7
  2296. package/dist/serialization/resources/exports/resources/index.js +17 -7
  2297. package/dist/serialization/resources/exports/resources/v3/client/getExports.js +17 -7
  2298. package/dist/serialization/resources/exports/resources/v3/client/index.js +17 -7
  2299. package/dist/serialization/resources/exports/resources/v3/types/GetExportsResponse.js +17 -7
  2300. package/dist/serialization/resources/externalPaymentAccountConfig/resources/index.js +17 -7
  2301. package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +17 -7
  2302. package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +17 -7
  2303. package/dist/serialization/resources/feeSchedules/resources/index.js +17 -7
  2304. package/dist/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
  2305. package/dist/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
  2306. package/dist/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
  2307. package/dist/serialization/resources/feeSchedules/resources/v3/client/index.js +17 -7
  2308. package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +17 -7
  2309. package/dist/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
  2310. package/dist/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
  2311. package/dist/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
  2312. package/dist/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +17 -7
  2313. package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +17 -7
  2314. package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +17 -7
  2315. package/dist/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +17 -7
  2316. package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +17 -7
  2317. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +17 -7
  2318. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +17 -7
  2319. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +17 -7
  2320. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +17 -7
  2321. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +17 -7
  2322. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +17 -7
  2323. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +17 -7
  2324. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +17 -7
  2325. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +17 -7
  2326. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +17 -7
  2327. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +17 -7
  2328. package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +17 -7
  2329. package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +17 -7
  2330. package/dist/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +17 -7
  2331. package/dist/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +17 -7
  2332. package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +17 -7
  2333. package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +17 -7
  2334. package/dist/serialization/resources/feeSchedules/resources/v3/types/Rate.js +17 -7
  2335. package/dist/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +17 -7
  2336. package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +17 -7
  2337. package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +17 -7
  2338. package/dist/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +17 -7
  2339. package/dist/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +17 -7
  2340. package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +17 -7
  2341. package/dist/serialization/resources/financials/types/AccountType.js +17 -7
  2342. package/dist/serialization/resources/financials/types/Allocation.js +17 -7
  2343. package/dist/serialization/resources/financials/types/AllocationCreate.js +17 -7
  2344. package/dist/serialization/resources/financials/types/AllocationTarget.js +17 -7
  2345. package/dist/serialization/resources/financials/types/AllocationTargetCreate.js +17 -7
  2346. package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.js +17 -7
  2347. package/dist/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +17 -7
  2348. package/dist/serialization/resources/financials/types/BillingProviderAllocationTarget.js +17 -7
  2349. package/dist/serialization/resources/financials/types/ClaimAllocationTarget.js +17 -7
  2350. package/dist/serialization/resources/financials/types/InvoiceUpdate.js +17 -7
  2351. package/dist/serialization/resources/financials/types/NoteUpdate.js +17 -7
  2352. package/dist/serialization/resources/financials/types/PatientTransactionSource.js +17 -7
  2353. package/dist/serialization/resources/financials/types/RefundReason.js +17 -7
  2354. package/dist/serialization/resources/financials/types/RefundReasonUpdate.js +17 -7
  2355. package/dist/serialization/resources/financials/types/ServiceLineAllocationTarget.js +17 -7
  2356. package/dist/serialization/resources/guarantor/resources/index.js +17 -7
  2357. package/dist/serialization/resources/guarantor/resources/v1/client/create.js +17 -7
  2358. package/dist/serialization/resources/guarantor/resources/v1/client/index.js +17 -7
  2359. package/dist/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +17 -7
  2360. package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.js +17 -7
  2361. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +17 -7
  2362. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +17 -7
  2363. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +17 -7
  2364. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +17 -7
  2365. package/dist/serialization/resources/identifiers/types/Identifier.js +17 -7
  2366. package/dist/serialization/resources/identifiers/types/IdentifierBase.js +17 -7
  2367. package/dist/serialization/resources/identifiers/types/IdentifierCode.js +17 -7
  2368. package/dist/serialization/resources/identifiers/types/IdentifierCreate.js +17 -7
  2369. package/dist/serialization/resources/identifiers/types/IdentifierId.js +17 -7
  2370. package/dist/serialization/resources/identifiers/types/IdentifierUpdate.js +17 -7
  2371. package/dist/serialization/resources/identifiers/types/IdentifierValue.js +17 -7
  2372. package/dist/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +17 -7
  2373. package/dist/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +17 -7
  2374. package/dist/serialization/resources/identifiers/types/UpdatableIdentifier.js +17 -7
  2375. package/dist/serialization/resources/importInvoice/resources/index.js +17 -7
  2376. package/dist/serialization/resources/importInvoice/resources/v1/client/get.js +17 -7
  2377. package/dist/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
  2378. package/dist/serialization/resources/importInvoice/resources/v1/client/index.js +17 -7
  2379. package/dist/serialization/resources/importInvoice/resources/v1/client/update.js +17 -7
  2380. package/dist/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +17 -7
  2381. package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +17 -7
  2382. package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +17 -7
  2383. package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +17 -7
  2384. package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +17 -7
  2385. package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +17 -7
  2386. package/dist/serialization/resources/index.js +17 -7
  2387. package/dist/serialization/resources/individual/types/Gender.js +17 -7
  2388. package/dist/serialization/resources/individual/types/IndividualBase.js +17 -7
  2389. package/dist/serialization/resources/individual/types/IndividualId.js +17 -7
  2390. package/dist/serialization/resources/individual/types/Patient.js +17 -7
  2391. package/dist/serialization/resources/individual/types/PatientBase.js +17 -7
  2392. package/dist/serialization/resources/individual/types/PatientCreate.js +17 -7
  2393. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +17 -7
  2394. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +17 -7
  2395. package/dist/serialization/resources/individual/types/PatientUpdate.js +17 -7
  2396. package/dist/serialization/resources/individual/types/Subscriber.js +17 -7
  2397. package/dist/serialization/resources/individual/types/SubscriberBase.js +17 -7
  2398. package/dist/serialization/resources/individual/types/SubscriberCreate.js +17 -7
  2399. package/dist/serialization/resources/insuranceAdjudications/resources/index.js +17 -7
  2400. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
  2401. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
  2402. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +17 -7
  2403. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +17 -7
  2404. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +17 -7
  2405. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +17 -7
  2406. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +17 -7
  2407. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +17 -7
  2408. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +17 -7
  2409. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +17 -7
  2410. package/dist/serialization/resources/insuranceCards/resources/index.js +17 -7
  2411. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +17 -7
  2412. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +2 -0
  2413. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +19 -7
  2414. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +17 -7
  2415. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +17 -7
  2416. package/dist/serialization/resources/insurancePayments/resources/index.js +17 -7
  2417. package/dist/serialization/resources/insurancePayments/resources/v1/client/create.js +17 -7
  2418. package/dist/serialization/resources/insurancePayments/resources/v1/client/delete.js +17 -7
  2419. package/dist/serialization/resources/insurancePayments/resources/v1/client/get.js +17 -7
  2420. package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
  2421. package/dist/serialization/resources/insurancePayments/resources/v1/client/index.js +17 -7
  2422. package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js +17 -7
  2423. package/dist/serialization/resources/insurancePayments/resources/v1/client/update.js +17 -7
  2424. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +17 -7
  2425. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js +17 -7
  2426. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +17 -7
  2427. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +17 -7
  2428. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +17 -7
  2429. package/dist/serialization/resources/insuranceRefunds/resources/index.js +17 -7
  2430. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
  2431. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
  2432. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
  2433. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
  2434. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
  2435. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +17 -7
  2436. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
  2437. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +17 -7
  2438. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +17 -7
  2439. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +17 -7
  2440. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +17 -7
  2441. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +17 -7
  2442. package/dist/serialization/resources/invoices/resources/index.js +17 -7
  2443. package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +17 -7
  2444. package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +17 -7
  2445. package/dist/serialization/resources/invoices/resources/v2/types/Invoice.js +17 -7
  2446. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +17 -7
  2447. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +17 -7
  2448. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +17 -7
  2449. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +17 -7
  2450. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +17 -7
  2451. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +17 -7
  2452. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +17 -7
  2453. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +17 -7
  2454. package/dist/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +17 -7
  2455. package/dist/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +17 -7
  2456. package/dist/serialization/resources/invoices/types/Invoice.js +17 -7
  2457. package/dist/serialization/resources/invoices/types/InvoiceItem.js +17 -7
  2458. package/dist/serialization/resources/invoices/types/InvoiceStatus.js +17 -7
  2459. package/dist/serialization/resources/medicationDispense/resources/index.js +17 -7
  2460. package/dist/serialization/resources/medicationDispense/resources/v1/client/create.js +17 -7
  2461. package/dist/serialization/resources/medicationDispense/resources/v1/client/index.js +17 -7
  2462. package/dist/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +17 -7
  2463. package/dist/serialization/resources/nonInsurancePayerPayments/resources/index.js +17 -7
  2464. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
  2465. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
  2466. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
  2467. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
  2468. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
  2469. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +17 -7
  2470. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
  2471. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +17 -7
  2472. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +17 -7
  2473. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +17 -7
  2474. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +17 -7
  2475. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +17 -7
  2476. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
  2477. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
  2478. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
  2479. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
  2480. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
  2481. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
  2482. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +17 -7
  2483. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
  2484. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +17 -7
  2485. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +17 -7
  2486. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +17 -7
  2487. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +17 -7
  2488. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +17 -7
  2489. package/dist/serialization/resources/nonInsurancePayers/resources/index.js +17 -7
  2490. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
  2491. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
  2492. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
  2493. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
  2494. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
  2495. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
  2496. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
  2497. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +17 -7
  2498. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +17 -7
  2499. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +17 -7
  2500. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +17 -7
  2501. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +17 -7
  2502. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +17 -7
  2503. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +17 -7
  2504. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +17 -7
  2505. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +17 -7
  2506. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +17 -7
  2507. package/dist/serialization/resources/organizationProviders/resources/index.js +17 -7
  2508. package/dist/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +17 -7
  2509. package/dist/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +17 -7
  2510. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
  2511. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +40 -7
  2512. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +17 -7
  2513. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +17 -7
  2514. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +17 -7
  2515. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +17 -7
  2516. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +17 -7
  2517. package/dist/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +17 -7
  2518. package/dist/serialization/resources/organizationProviders/resources/v3/client/create.js +17 -7
  2519. package/dist/serialization/resources/organizationProviders/resources/v3/client/get.js +17 -7
  2520. package/dist/serialization/resources/organizationProviders/resources/v3/client/index.js +17 -7
  2521. package/dist/serialization/resources/organizationProviders/resources/v3/client/update.js +17 -7
  2522. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +17 -7
  2523. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +17 -7
  2524. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +17 -7
  2525. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +17 -7
  2526. package/dist/serialization/resources/organizationServiceFacilities/resources/index.js +17 -7
  2527. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
  2528. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
  2529. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
  2530. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
  2531. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
  2532. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +17 -7
  2533. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +17 -7
  2534. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +17 -7
  2535. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +17 -7
  2536. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +17 -7
  2537. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +17 -7
  2538. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +17 -7
  2539. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +17 -7
  2540. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +17 -7
  2541. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +17 -7
  2542. package/dist/serialization/resources/patientPayments/resources/index.js +17 -7
  2543. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +17 -7
  2544. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +17 -7
  2545. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +17 -7
  2546. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +17 -7
  2547. package/dist/serialization/resources/patientPayments/resources/v4/client/create.js +17 -7
  2548. package/dist/serialization/resources/patientPayments/resources/v4/client/delete.js +17 -7
  2549. package/dist/serialization/resources/patientPayments/resources/v4/client/get.js +17 -7
  2550. package/dist/serialization/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
  2551. package/dist/serialization/resources/patientPayments/resources/v4/client/index.js +17 -7
  2552. package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +17 -7
  2553. package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +17 -7
  2554. package/dist/serialization/resources/patientPayments/resources/v4/client/update.js +17 -7
  2555. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +17 -7
  2556. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +17 -7
  2557. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +17 -7
  2558. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +17 -7
  2559. package/dist/serialization/resources/patientRefunds/resources/index.js +17 -7
  2560. package/dist/serialization/resources/patientRefunds/resources/v1/client/create.js +17 -7
  2561. package/dist/serialization/resources/patientRefunds/resources/v1/client/delete.js +17 -7
  2562. package/dist/serialization/resources/patientRefunds/resources/v1/client/get.js +17 -7
  2563. package/dist/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
  2564. package/dist/serialization/resources/patientRefunds/resources/v1/client/index.js +17 -7
  2565. package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +17 -7
  2566. package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +17 -7
  2567. package/dist/serialization/resources/patientRefunds/resources/v1/client/update.js +17 -7
  2568. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +17 -7
  2569. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +17 -7
  2570. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +17 -7
  2571. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +17 -7
  2572. package/dist/serialization/resources/payers/resources/index.js +17 -7
  2573. package/dist/serialization/resources/payers/resources/v3/types/Payer.js +17 -7
  2574. package/dist/serialization/resources/payers/resources/v3/types/PayerId.js +17 -7
  2575. package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +17 -7
  2576. package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.js +17 -7
  2577. package/dist/serialization/resources/payers/resources/v3/types/PayerName.js +17 -7
  2578. package/dist/serialization/resources/payers/resources/v3/types/PayerPage.js +17 -7
  2579. package/dist/serialization/resources/payers/resources/v3/types/PayerUuid.js +17 -7
  2580. package/dist/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +17 -7
  2581. package/dist/serialization/resources/preEncounter/resources/appointments/resources/index.js +17 -7
  2582. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
  2583. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
  2584. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
  2585. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
  2586. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +17 -7
  2587. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
  2588. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
  2589. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +17 -7
  2590. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +17 -7
  2591. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +17 -7
  2592. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +17 -7
  2593. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +17 -7
  2594. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +17 -7
  2595. package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +17 -7
  2596. package/dist/serialization/resources/preEncounter/resources/common/types/Address.js +17 -7
  2597. package/dist/serialization/resources/preEncounter/resources/common/types/AddressUse.js +17 -7
  2598. package/dist/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +17 -7
  2599. package/dist/serialization/resources/preEncounter/resources/common/types/BaseModel.js +17 -7
  2600. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +17 -7
  2601. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +17 -7
  2602. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +17 -7
  2603. package/dist/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +17 -7
  2604. package/dist/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +17 -7
  2605. package/dist/serialization/resources/preEncounter/resources/common/types/CoverageId.js +17 -7
  2606. package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +17 -7
  2607. package/dist/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +17 -7
  2608. package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +17 -7
  2609. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +17 -7
  2610. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +17 -7
  2611. package/dist/serialization/resources/preEncounter/resources/common/types/Gender.js +17 -7
  2612. package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.js +17 -7
  2613. package/dist/serialization/resources/preEncounter/resources/common/types/NameUse.js +17 -7
  2614. package/dist/serialization/resources/preEncounter/resources/common/types/NoteId.js +17 -7
  2615. package/dist/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +17 -7
  2616. package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.js +17 -7
  2617. package/dist/serialization/resources/preEncounter/resources/common/types/PatientId.js +17 -7
  2618. package/dist/serialization/resources/preEncounter/resources/common/types/PayerId.js +17 -7
  2619. package/dist/serialization/resources/preEncounter/resources/common/types/Period.js +17 -7
  2620. package/dist/serialization/resources/preEncounter/resources/common/types/Race.js +17 -7
  2621. package/dist/serialization/resources/preEncounter/resources/common/types/Relationship.js +17 -7
  2622. package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +17 -7
  2623. package/dist/serialization/resources/preEncounter/resources/common/types/Sex.js +17 -7
  2624. package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +17 -7
  2625. package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.js +17 -7
  2626. package/dist/serialization/resources/preEncounter/resources/common/types/TagId.js +17 -7
  2627. package/dist/serialization/resources/preEncounter/resources/common/types/UserId.js +17 -7
  2628. package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +17 -7
  2629. package/dist/serialization/resources/preEncounter/resources/coverages/resources/index.js +17 -7
  2630. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
  2631. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
  2632. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +17 -7
  2633. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +17 -7
  2634. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
  2635. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
  2636. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +17 -7
  2637. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +17 -7
  2638. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +17 -7
  2639. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +17 -7
  2640. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +17 -7
  2641. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +17 -7
  2642. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +17 -7
  2643. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +17 -7
  2644. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +17 -7
  2645. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +17 -7
  2646. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +17 -7
  2647. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +17 -7
  2648. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +17 -7
  2649. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +17 -7
  2650. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +17 -7
  2651. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +17 -7
  2652. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +17 -7
  2653. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +17 -7
  2654. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +17 -7
  2655. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +17 -7
  2656. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +17 -7
  2657. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +17 -7
  2658. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +17 -7
  2659. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +17 -7
  2660. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +17 -7
  2661. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +17 -7
  2662. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +17 -7
  2663. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +17 -7
  2664. package/dist/serialization/resources/preEncounter/resources/index.js +17 -7
  2665. package/dist/serialization/resources/preEncounter/resources/lists/resources/index.js +17 -7
  2666. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
  2667. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
  2668. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +17 -7
  2669. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +17 -7
  2670. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +17 -7
  2671. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +17 -7
  2672. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +17 -7
  2673. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +17 -7
  2674. package/dist/serialization/resources/preEncounter/resources/notes/resources/index.js +17 -7
  2675. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +17 -7
  2676. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +17 -7
  2677. package/dist/serialization/resources/preEncounter/resources/patients/resources/index.js +17 -7
  2678. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
  2679. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
  2680. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
  2681. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
  2682. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
  2683. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +17 -7
  2684. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
  2685. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
  2686. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
  2687. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +17 -7
  2688. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +17 -7
  2689. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +17 -7
  2690. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +17 -7
  2691. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +17 -7
  2692. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +17 -7
  2693. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +17 -7
  2694. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +17 -7
  2695. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +17 -7
  2696. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +17 -7
  2697. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +17 -7
  2698. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +17 -7
  2699. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +17 -7
  2700. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +17 -7
  2701. package/dist/serialization/resources/preEncounter/resources/tags/resources/index.js +17 -7
  2702. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +17 -7
  2703. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +17 -7
  2704. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +17 -7
  2705. package/dist/serialization/resources/remitDrafts/resources/index.js +17 -7
  2706. package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +17 -7
  2707. package/dist/serialization/resources/remits/resources/index.js +17 -7
  2708. package/dist/serialization/resources/remits/resources/v1/types/Payee.js +17 -7
  2709. package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +17 -7
  2710. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +17 -7
  2711. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +17 -7
  2712. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +17 -7
  2713. package/dist/serialization/resources/serviceFacility/types/ServiceFacilityId.js +17 -7
  2714. package/dist/serialization/resources/serviceLines/resources/index.js +17 -7
  2715. package/dist/serialization/resources/serviceLines/resources/v2/client/create.js +17 -7
  2716. package/dist/serialization/resources/serviceLines/resources/v2/client/delete.js +17 -7
  2717. package/dist/serialization/resources/serviceLines/resources/v2/client/index.js +17 -7
  2718. package/dist/serialization/resources/serviceLines/resources/v2/client/update.js +17 -7
  2719. package/dist/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +17 -7
  2720. package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +17 -7
  2721. package/dist/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +17 -7
  2722. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +17 -7
  2723. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +17 -7
  2724. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +17 -7
  2725. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +17 -7
  2726. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +17 -7
  2727. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +17 -7
  2728. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +17 -7
  2729. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +17 -7
  2730. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.js +17 -7
  2731. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +17 -7
  2732. package/dist/serialization/resources/tags/types/Tag.js +17 -7
  2733. package/dist/serialization/resources/tags/types/TagColorEnum.js +17 -7
  2734. package/dist/serialization/resources/tags/types/TagCreate.js +17 -7
  2735. package/dist/serialization/resources/tags/types/TagId.js +17 -7
  2736. package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.js +17 -7
  2737. package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.js +17 -7
  2738. package/dist/serialization/resources/tasks/resources/commons/types/TaskType.js +17 -7
  2739. package/dist/serialization/resources/tasks/resources/index.js +17 -7
  2740. package/dist/serialization/resources/tasks/resources/v3/client/get.js +17 -7
  2741. package/dist/serialization/resources/tasks/resources/v3/client/getMulti.js +17 -7
  2742. package/dist/serialization/resources/tasks/resources/v3/client/index.js +17 -7
  2743. package/dist/serialization/resources/tasks/resources/v3/client/update.js +17 -7
  2744. package/dist/serialization/resources/tasks/resources/v3/types/Task.js +17 -7
  2745. package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.js +17 -7
  2746. package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +17 -7
  2747. package/dist/serialization/resources/tasks/resources/v3/types/TaskActionType.js +17 -7
  2748. package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.js +17 -7
  2749. package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +17 -7
  2750. package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +17 -7
  2751. package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.js +17 -7
  2752. package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.js +17 -7
  2753. package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +17 -7
  2754. package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +17 -7
  2755. package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +17 -7
  2756. package/dist/serialization/resources/writeOffs/resources/index.js +17 -7
  2757. package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +17 -7
  2758. package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +17 -7
  2759. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +17 -7
  2760. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +17 -7
  2761. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +17 -7
  2762. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +17 -7
  2763. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +17 -7
  2764. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +17 -7
  2765. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +17 -7
  2766. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +17 -7
  2767. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +17 -7
  2768. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +17 -7
  2769. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +17 -7
  2770. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +17 -7
  2771. package/dist/serialization/resources/x12/resources/index.js +17 -7
  2772. package/dist/serialization/resources/x12/resources/v1/types/Carc.js +17 -7
  2773. package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +17 -7
  2774. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +17 -7
  2775. package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +17 -7
  2776. package/dist/version.d.ts +1 -0
  2777. package/dist/version.js +4 -0
  2778. package/environments.d.ts +1 -1
  2779. package/errors/CandidApiError.js +2 -1
  2780. package/errors/CandidApiTimeoutError.d.ts +1 -1
  2781. package/errors/CandidApiTimeoutError.js +2 -2
  2782. package/index.d.ts +1 -0
  2783. package/index.js +19 -8
  2784. package/{jest.config.js → jest.config.mjs} +4 -1
  2785. package/package.json +17 -13
  2786. package/reference.md +437 -435
  2787. package/scripts/rename-to-esm-files.js +115 -0
  2788. package/serialization/resources/auth/resources/index.js +17 -7
  2789. package/serialization/resources/auth/resources/v2/client/getToken.js +17 -7
  2790. package/serialization/resources/auth/resources/v2/client/index.js +17 -7
  2791. package/serialization/resources/auth/resources/v2/client/requests/AuthGetTokenRequest.js +17 -7
  2792. package/serialization/resources/auth/resources/v2/types/AuthGetTokenResponse.js +17 -7
  2793. package/serialization/resources/auth/resources/v2/types/TooManyRequestsErrorType.js +17 -7
  2794. package/serialization/resources/billingNotes/resources/index.js +17 -7
  2795. package/serialization/resources/billingNotes/resources/v2/client/delete.js +17 -7
  2796. package/serialization/resources/billingNotes/resources/v2/client/index.js +17 -7
  2797. package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +17 -7
  2798. package/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +17 -7
  2799. package/serialization/resources/billingNotes/resources/v2/client/update.js +17 -7
  2800. package/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +17 -7
  2801. package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +17 -7
  2802. package/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +17 -7
  2803. package/serialization/resources/chargeCapture/resources/index.js +17 -7
  2804. package/serialization/resources/chargeCapture/resources/v1/client/create.js +17 -7
  2805. package/serialization/resources/chargeCapture/resources/v1/client/delete.js +17 -7
  2806. package/serialization/resources/chargeCapture/resources/v1/client/index.js +17 -7
  2807. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +17 -7
  2808. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +17 -7
  2809. package/serialization/resources/chargeCapture/resources/v1/client/update.js +17 -7
  2810. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +17 -7
  2811. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +17 -7
  2812. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +17 -7
  2813. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +17 -7
  2814. package/serialization/resources/chargeCaptureBundles/resources/index.js +17 -7
  2815. package/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +17 -7
  2816. package/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +17 -7
  2817. package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +17 -7
  2818. package/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +17 -7
  2819. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +17 -7
  2820. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +17 -7
  2821. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +17 -7
  2822. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +17 -7
  2823. package/serialization/resources/claimSubmission/resources/index.js +17 -7
  2824. package/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +17 -7
  2825. package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +17 -7
  2826. package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +17 -7
  2827. package/serialization/resources/claims/types/Claim.js +17 -7
  2828. package/serialization/resources/claims/types/ClaimStatus.js +17 -7
  2829. package/serialization/resources/commons/errors/HttpRequestValidationsError.js +17 -7
  2830. package/serialization/resources/commons/types/AppointmentId.js +17 -7
  2831. package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +17 -7
  2832. package/serialization/resources/commons/types/ChargeCaptureBundleId.js +17 -7
  2833. package/serialization/resources/commons/types/ChargeCaptureId.js +17 -7
  2834. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +17 -7
  2835. package/serialization/resources/commons/types/ClaimId.js +17 -7
  2836. package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +17 -7
  2837. package/serialization/resources/commons/types/DateRangeOptionalEnd.js +17 -7
  2838. package/serialization/resources/commons/types/Date_.js +17 -7
  2839. package/serialization/resources/commons/types/Decimal.js +17 -7
  2840. package/serialization/resources/commons/types/DelayReasonCode.js +17 -7
  2841. package/serialization/resources/commons/types/Email.js +17 -7
  2842. package/serialization/resources/commons/types/EmrPayerCrosswalk.js +17 -7
  2843. package/serialization/resources/commons/types/EncounterExternalId.js +17 -7
  2844. package/serialization/resources/commons/types/EncounterId.js +17 -7
  2845. package/serialization/resources/commons/types/EntityConflictErrorMessage.js +17 -7
  2846. package/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +17 -7
  2847. package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +17 -7
  2848. package/serialization/resources/commons/types/ErrorMessage.js +17 -7
  2849. package/serialization/resources/commons/types/FacilityTypeCode.js +17 -7
  2850. package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +17 -7
  2851. package/serialization/resources/commons/types/InsuranceTypeCode.js +17 -7
  2852. package/serialization/resources/commons/types/IntendedSubmissionMedium.js +17 -7
  2853. package/serialization/resources/commons/types/InvoiceId.js +17 -7
  2854. package/serialization/resources/commons/types/LinkUrl.js +17 -7
  2855. package/serialization/resources/commons/types/NetworkType.js +17 -7
  2856. package/serialization/resources/commons/types/NotImplementedErrorMessage.js +17 -7
  2857. package/serialization/resources/commons/types/Npi.js +17 -7
  2858. package/serialization/resources/commons/types/OrganizationId.js +17 -7
  2859. package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +17 -7
  2860. package/serialization/resources/commons/types/PageToken.js +17 -7
  2861. package/serialization/resources/commons/types/PatientExternalId.js +17 -7
  2862. package/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +17 -7
  2863. package/serialization/resources/commons/types/PayerPlanGroupId.d.ts +10 -0
  2864. package/serialization/resources/commons/types/PayerPlanGroupId.js +45 -0
  2865. package/serialization/resources/commons/types/PhoneNumber.js +17 -7
  2866. package/serialization/resources/commons/types/PhoneNumberType.js +17 -7
  2867. package/serialization/resources/commons/types/PreEncounterAppointmentId.js +17 -7
  2868. package/serialization/resources/commons/types/PreEncounterPatientId.js +17 -7
  2869. package/serialization/resources/commons/types/Primitive.js +17 -7
  2870. package/serialization/resources/commons/types/ProcedureModifier.js +17 -7
  2871. package/serialization/resources/commons/types/ProviderCredentialingSpanId.js +17 -7
  2872. package/serialization/resources/commons/types/ProviderId.js +17 -7
  2873. package/serialization/resources/commons/types/QualifierCode.js +17 -7
  2874. package/serialization/resources/commons/types/RateId.js +17 -7
  2875. package/serialization/resources/commons/types/RegionNational.js +17 -7
  2876. package/serialization/resources/commons/types/RegionStates.js +17 -7
  2877. package/serialization/resources/commons/types/Regions.js +17 -7
  2878. package/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +17 -7
  2879. package/serialization/resources/commons/types/RequestValidationError.js +17 -7
  2880. package/serialization/resources/commons/types/ResourcePage.js +17 -7
  2881. package/serialization/resources/commons/types/SchemaId.js +17 -7
  2882. package/serialization/resources/commons/types/ServiceLineId.js +17 -7
  2883. package/serialization/resources/commons/types/ServiceLineUnits.js +17 -7
  2884. package/serialization/resources/commons/types/SortDirection.js +17 -7
  2885. package/serialization/resources/commons/types/SourceOfPaymentCode.js +17 -7
  2886. package/serialization/resources/commons/types/State.js +17 -7
  2887. package/serialization/resources/commons/types/StreetAddressBase.js +17 -7
  2888. package/serialization/resources/commons/types/StreetAddressLongZip.js +17 -7
  2889. package/serialization/resources/commons/types/StreetAddressShortZip.js +17 -7
  2890. package/serialization/resources/commons/types/TaskAssignmentId.js +17 -7
  2891. package/serialization/resources/commons/types/TaskId.js +17 -7
  2892. package/serialization/resources/commons/types/TaskNoteId.js +17 -7
  2893. package/serialization/resources/commons/types/TaxId.js +17 -7
  2894. package/serialization/resources/commons/types/UnauthorizedErrorMessage.js +17 -7
  2895. package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +17 -7
  2896. package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +17 -7
  2897. package/serialization/resources/commons/types/UserId.js +17 -7
  2898. package/serialization/resources/commons/types/WorkQueueId.js +17 -7
  2899. package/serialization/resources/commons/types/index.d.ts +1 -0
  2900. package/serialization/resources/commons/types/index.js +1 -0
  2901. package/serialization/resources/contracts/resources/index.js +17 -7
  2902. package/serialization/resources/contracts/resources/v2/client/delete.js +17 -7
  2903. package/serialization/resources/contracts/resources/v2/client/get.js +17 -7
  2904. package/serialization/resources/contracts/resources/v2/client/index.js +17 -7
  2905. package/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +17 -7
  2906. package/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +17 -7
  2907. package/serialization/resources/contracts/resources/v2/client/update.js +17 -7
  2908. package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +17 -7
  2909. package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +17 -7
  2910. package/serialization/resources/contracts/resources/v2/types/Contract.js +17 -7
  2911. package/serialization/resources/contracts/resources/v2/types/ContractBase.js +17 -7
  2912. package/serialization/resources/contracts/resources/v2/types/ContractId.js +17 -7
  2913. package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +17 -7
  2914. package/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +17 -7
  2915. package/serialization/resources/contracts/resources/v2/types/ContractStatus.js +17 -7
  2916. package/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +17 -7
  2917. package/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +17 -7
  2918. package/serialization/resources/contracts/resources/v2/types/ContractsPage.js +17 -7
  2919. package/serialization/resources/contracts/resources/v2/types/DateUpdate.js +17 -7
  2920. package/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +17 -7
  2921. package/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +17 -7
  2922. package/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +17 -7
  2923. package/serialization/resources/credentialing/resources/index.js +17 -7
  2924. package/serialization/resources/credentialing/resources/v2/client/create.js +17 -7
  2925. package/serialization/resources/credentialing/resources/v2/client/delete.js +17 -7
  2926. package/serialization/resources/credentialing/resources/v2/client/get.js +17 -7
  2927. package/serialization/resources/credentialing/resources/v2/client/getAll.js +17 -7
  2928. package/serialization/resources/credentialing/resources/v2/client/index.js +17 -7
  2929. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +17 -7
  2930. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +17 -7
  2931. package/serialization/resources/credentialing/resources/v2/client/update.js +17 -7
  2932. package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +17 -7
  2933. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +17 -7
  2934. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +17 -7
  2935. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +17 -7
  2936. package/serialization/resources/customSchemas/resources/index.js +17 -7
  2937. package/serialization/resources/customSchemas/resources/v1/client/create.js +17 -7
  2938. package/serialization/resources/customSchemas/resources/v1/client/get.js +17 -7
  2939. package/serialization/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
  2940. package/serialization/resources/customSchemas/resources/v1/client/index.js +17 -7
  2941. package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +17 -7
  2942. package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +17 -7
  2943. package/serialization/resources/customSchemas/resources/v1/client/update.js +17 -7
  2944. package/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +17 -7
  2945. package/serialization/resources/customSchemas/resources/v1/types/Schema.js +17 -7
  2946. package/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +17 -7
  2947. package/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +17 -7
  2948. package/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +17 -7
  2949. package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +17 -7
  2950. package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +17 -7
  2951. package/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +17 -7
  2952. package/serialization/resources/diagnoses/client/delete.js +17 -7
  2953. package/serialization/resources/diagnoses/client/index.js +17 -7
  2954. package/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +17 -7
  2955. package/serialization/resources/diagnoses/client/update.js +17 -7
  2956. package/serialization/resources/diagnoses/types/Diagnosis.js +17 -7
  2957. package/serialization/resources/diagnoses/types/DiagnosisCreate.js +17 -7
  2958. package/serialization/resources/diagnoses/types/DiagnosisId.js +17 -7
  2959. package/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +17 -7
  2960. package/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +17 -7
  2961. package/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +17 -7
  2962. package/serialization/resources/eligibility/resources/index.js +17 -7
  2963. package/serialization/resources/eligibility/resources/v2/client/index.js +17 -7
  2964. package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
  2965. package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
  2966. package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
  2967. package/serialization/resources/encounterProviders/resources/index.js +17 -7
  2968. package/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
  2969. package/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
  2970. package/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
  2971. package/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
  2972. package/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
  2973. package/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
  2974. package/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
  2975. package/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
  2976. package/serialization/resources/encounterProviders/resources/v2/client/index.js +17 -7
  2977. package/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
  2978. package/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
  2979. package/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
  2980. package/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
  2981. package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +17 -7
  2982. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +17 -7
  2983. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +17 -7
  2984. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +17 -7
  2985. package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +17 -7
  2986. package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +17 -7
  2987. package/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +17 -7
  2988. package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +17 -7
  2989. package/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +17 -7
  2990. package/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +17 -7
  2991. package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +17 -7
  2992. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +17 -7
  2993. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +17 -7
  2994. package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +17 -7
  2995. package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +17 -7
  2996. package/serialization/resources/encounters/resources/index.js +17 -7
  2997. package/serialization/resources/encounters/resources/v4/client/create.d.ts +11 -1
  2998. package/serialization/resources/encounters/resources/v4/client/create.js +29 -7
  2999. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +11 -1
  3000. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +29 -7
  3001. package/serialization/resources/encounters/resources/v4/client/index.js +17 -7
  3002. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +17 -7
  3003. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +17 -7
  3004. package/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  3005. package/serialization/resources/encounters/resources/v4/client/update.js +23 -7
  3006. package/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +17 -7
  3007. package/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +17 -7
  3008. package/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +17 -7
  3009. package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +17 -7
  3010. package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +17 -7
  3011. package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +17 -7
  3012. package/serialization/resources/encounters/resources/v4/types/Encounter.js +17 -7
  3013. package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +17 -7
  3014. package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +17 -7
  3015. package/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +17 -7
  3016. package/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +17 -7
  3017. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +17 -7
  3018. package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +17 -7
  3019. package/serialization/resources/encounters/resources/v4/types/EncounterPage.js +17 -7
  3020. package/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +17 -7
  3021. package/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +17 -7
  3022. package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +17 -7
  3023. package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +17 -7
  3024. package/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +17 -7
  3025. package/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +17 -7
  3026. package/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +17 -7
  3027. package/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +17 -7
  3028. package/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +17 -7
  3029. package/serialization/resources/encounters/resources/v4/types/Intervention.js +17 -7
  3030. package/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +17 -7
  3031. package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +17 -7
  3032. package/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +17 -7
  3033. package/serialization/resources/encounters/resources/v4/types/Lab.js +17 -7
  3034. package/serialization/resources/encounters/resources/v4/types/LabCodeType.js +17 -7
  3035. package/serialization/resources/encounters/resources/v4/types/Medication.js +17 -7
  3036. package/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +17 -7
  3037. package/serialization/resources/encounters/resources/v4/types/NoteCategory.js +17 -7
  3038. package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +17 -7
  3039. package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +17 -7
  3040. package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +14 -0
  3041. package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +45 -0
  3042. package/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +17 -7
  3043. package/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +17 -7
  3044. package/serialization/resources/encounters/resources/v4/types/RxCui.js +17 -7
  3045. package/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +17 -7
  3046. package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +17 -7
  3047. package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +17 -7
  3048. package/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +17 -7
  3049. package/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +17 -7
  3050. package/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +17 -7
  3051. package/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +17 -7
  3052. package/serialization/resources/encounters/resources/v4/types/Vitals.js +17 -7
  3053. package/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +17 -7
  3054. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  3055. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  3056. package/serialization/resources/era/types/Era.js +17 -7
  3057. package/serialization/resources/era/types/EraBase.js +17 -7
  3058. package/serialization/resources/era/types/EraId.js +17 -7
  3059. package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +17 -7
  3060. package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +17 -7
  3061. package/serialization/resources/expectedNetworkStatus/resources/index.js +17 -7
  3062. package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +17 -7
  3063. package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +17 -7
  3064. package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +17 -7
  3065. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
  3066. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
  3067. package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
  3068. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +17 -7
  3069. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +17 -7
  3070. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +17 -7
  3071. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +17 -7
  3072. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +17 -7
  3073. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +17 -7
  3074. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +17 -7
  3075. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +17 -7
  3076. package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +17 -7
  3077. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +17 -7
  3078. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +17 -7
  3079. package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +17 -7
  3080. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +17 -7
  3081. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +17 -7
  3082. package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +17 -7
  3083. package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +17 -7
  3084. package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +17 -7
  3085. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +17 -7
  3086. package/serialization/resources/exports/resources/index.js +17 -7
  3087. package/serialization/resources/exports/resources/v3/client/getExports.js +17 -7
  3088. package/serialization/resources/exports/resources/v3/client/index.js +17 -7
  3089. package/serialization/resources/exports/resources/v3/types/GetExportsResponse.js +17 -7
  3090. package/serialization/resources/externalPaymentAccountConfig/resources/index.js +17 -7
  3091. package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +17 -7
  3092. package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +17 -7
  3093. package/serialization/resources/feeSchedules/resources/index.js +17 -7
  3094. package/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
  3095. package/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
  3096. package/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
  3097. package/serialization/resources/feeSchedules/resources/v3/client/index.js +17 -7
  3098. package/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +17 -7
  3099. package/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
  3100. package/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
  3101. package/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
  3102. package/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +17 -7
  3103. package/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +17 -7
  3104. package/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +17 -7
  3105. package/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +17 -7
  3106. package/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +17 -7
  3107. package/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +17 -7
  3108. package/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +17 -7
  3109. package/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +17 -7
  3110. package/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +17 -7
  3111. package/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +17 -7
  3112. package/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +17 -7
  3113. package/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +17 -7
  3114. package/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +17 -7
  3115. package/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +17 -7
  3116. package/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +17 -7
  3117. package/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +17 -7
  3118. package/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +17 -7
  3119. package/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +17 -7
  3120. package/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +17 -7
  3121. package/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +17 -7
  3122. package/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +17 -7
  3123. package/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +17 -7
  3124. package/serialization/resources/feeSchedules/resources/v3/types/Rate.js +17 -7
  3125. package/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +17 -7
  3126. package/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +17 -7
  3127. package/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +17 -7
  3128. package/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +17 -7
  3129. package/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +17 -7
  3130. package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +17 -7
  3131. package/serialization/resources/financials/types/AccountType.js +17 -7
  3132. package/serialization/resources/financials/types/Allocation.js +17 -7
  3133. package/serialization/resources/financials/types/AllocationCreate.js +17 -7
  3134. package/serialization/resources/financials/types/AllocationTarget.js +17 -7
  3135. package/serialization/resources/financials/types/AllocationTargetCreate.js +17 -7
  3136. package/serialization/resources/financials/types/AppointmentAllocationTarget.js +17 -7
  3137. package/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +17 -7
  3138. package/serialization/resources/financials/types/BillingProviderAllocationTarget.js +17 -7
  3139. package/serialization/resources/financials/types/ClaimAllocationTarget.js +17 -7
  3140. package/serialization/resources/financials/types/InvoiceUpdate.js +17 -7
  3141. package/serialization/resources/financials/types/NoteUpdate.js +17 -7
  3142. package/serialization/resources/financials/types/PatientTransactionSource.js +17 -7
  3143. package/serialization/resources/financials/types/RefundReason.js +17 -7
  3144. package/serialization/resources/financials/types/RefundReasonUpdate.js +17 -7
  3145. package/serialization/resources/financials/types/ServiceLineAllocationTarget.js +17 -7
  3146. package/serialization/resources/guarantor/resources/index.js +17 -7
  3147. package/serialization/resources/guarantor/resources/v1/client/create.js +17 -7
  3148. package/serialization/resources/guarantor/resources/v1/client/index.js +17 -7
  3149. package/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +17 -7
  3150. package/serialization/resources/guarantor/resources/v1/types/Guarantor.js +17 -7
  3151. package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +17 -7
  3152. package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +17 -7
  3153. package/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +17 -7
  3154. package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +17 -7
  3155. package/serialization/resources/identifiers/types/Identifier.js +17 -7
  3156. package/serialization/resources/identifiers/types/IdentifierBase.js +17 -7
  3157. package/serialization/resources/identifiers/types/IdentifierCode.js +17 -7
  3158. package/serialization/resources/identifiers/types/IdentifierCreate.js +17 -7
  3159. package/serialization/resources/identifiers/types/IdentifierId.js +17 -7
  3160. package/serialization/resources/identifiers/types/IdentifierUpdate.js +17 -7
  3161. package/serialization/resources/identifiers/types/IdentifierValue.js +17 -7
  3162. package/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +17 -7
  3163. package/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +17 -7
  3164. package/serialization/resources/identifiers/types/UpdatableIdentifier.js +17 -7
  3165. package/serialization/resources/importInvoice/resources/index.js +17 -7
  3166. package/serialization/resources/importInvoice/resources/v1/client/get.js +17 -7
  3167. package/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
  3168. package/serialization/resources/importInvoice/resources/v1/client/index.js +17 -7
  3169. package/serialization/resources/importInvoice/resources/v1/client/update.js +17 -7
  3170. package/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +17 -7
  3171. package/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +17 -7
  3172. package/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +17 -7
  3173. package/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +17 -7
  3174. package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +17 -7
  3175. package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +17 -7
  3176. package/serialization/resources/index.js +17 -7
  3177. package/serialization/resources/individual/types/Gender.js +17 -7
  3178. package/serialization/resources/individual/types/IndividualBase.js +17 -7
  3179. package/serialization/resources/individual/types/IndividualId.js +17 -7
  3180. package/serialization/resources/individual/types/Patient.js +17 -7
  3181. package/serialization/resources/individual/types/PatientBase.js +17 -7
  3182. package/serialization/resources/individual/types/PatientCreate.js +17 -7
  3183. package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +17 -7
  3184. package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +17 -7
  3185. package/serialization/resources/individual/types/PatientUpdate.js +17 -7
  3186. package/serialization/resources/individual/types/Subscriber.js +17 -7
  3187. package/serialization/resources/individual/types/SubscriberBase.js +17 -7
  3188. package/serialization/resources/individual/types/SubscriberCreate.js +17 -7
  3189. package/serialization/resources/insuranceAdjudications/resources/index.js +17 -7
  3190. package/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
  3191. package/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
  3192. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +17 -7
  3193. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +17 -7
  3194. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +17 -7
  3195. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +17 -7
  3196. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +17 -7
  3197. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +17 -7
  3198. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +17 -7
  3199. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +17 -7
  3200. package/serialization/resources/insuranceCards/resources/index.js +17 -7
  3201. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +17 -7
  3202. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +2 -0
  3203. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +19 -7
  3204. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +17 -7
  3205. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +17 -7
  3206. package/serialization/resources/insurancePayments/resources/index.js +17 -7
  3207. package/serialization/resources/insurancePayments/resources/v1/client/create.js +17 -7
  3208. package/serialization/resources/insurancePayments/resources/v1/client/delete.js +17 -7
  3209. package/serialization/resources/insurancePayments/resources/v1/client/get.js +17 -7
  3210. package/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
  3211. package/serialization/resources/insurancePayments/resources/v1/client/index.js +17 -7
  3212. package/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js +17 -7
  3213. package/serialization/resources/insurancePayments/resources/v1/client/update.js +17 -7
  3214. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +17 -7
  3215. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js +17 -7
  3216. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +17 -7
  3217. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +17 -7
  3218. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +17 -7
  3219. package/serialization/resources/insuranceRefunds/resources/index.js +17 -7
  3220. package/serialization/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
  3221. package/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
  3222. package/serialization/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
  3223. package/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
  3224. package/serialization/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
  3225. package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +17 -7
  3226. package/serialization/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
  3227. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +17 -7
  3228. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +17 -7
  3229. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +17 -7
  3230. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +17 -7
  3231. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +17 -7
  3232. package/serialization/resources/invoices/resources/index.js +17 -7
  3233. package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +17 -7
  3234. package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +17 -7
  3235. package/serialization/resources/invoices/resources/v2/types/Invoice.js +17 -7
  3236. package/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +17 -7
  3237. package/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +17 -7
  3238. package/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +17 -7
  3239. package/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +17 -7
  3240. package/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +17 -7
  3241. package/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +17 -7
  3242. package/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +17 -7
  3243. package/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +17 -7
  3244. package/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +17 -7
  3245. package/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +17 -7
  3246. package/serialization/resources/invoices/types/Invoice.js +17 -7
  3247. package/serialization/resources/invoices/types/InvoiceItem.js +17 -7
  3248. package/serialization/resources/invoices/types/InvoiceStatus.js +17 -7
  3249. package/serialization/resources/medicationDispense/resources/index.js +17 -7
  3250. package/serialization/resources/medicationDispense/resources/v1/client/create.js +17 -7
  3251. package/serialization/resources/medicationDispense/resources/v1/client/index.js +17 -7
  3252. package/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +17 -7
  3253. package/serialization/resources/nonInsurancePayerPayments/resources/index.js +17 -7
  3254. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
  3255. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
  3256. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
  3257. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
  3258. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
  3259. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +17 -7
  3260. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
  3261. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +17 -7
  3262. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +17 -7
  3263. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +17 -7
  3264. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +17 -7
  3265. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +17 -7
  3266. package/serialization/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
  3267. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
  3268. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
  3269. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
  3270. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
  3271. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
  3272. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +17 -7
  3273. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
  3274. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +17 -7
  3275. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +17 -7
  3276. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +17 -7
  3277. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +17 -7
  3278. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +17 -7
  3279. package/serialization/resources/nonInsurancePayers/resources/index.js +17 -7
  3280. package/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
  3281. package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
  3282. package/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
  3283. package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
  3284. package/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
  3285. package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
  3286. package/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
  3287. package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +17 -7
  3288. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +17 -7
  3289. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +17 -7
  3290. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +17 -7
  3291. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +17 -7
  3292. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +17 -7
  3293. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +17 -7
  3294. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +17 -7
  3295. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +17 -7
  3296. package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +17 -7
  3297. package/serialization/resources/organizationProviders/resources/index.js +17 -7
  3298. package/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +17 -7
  3299. package/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +17 -7
  3300. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
  3301. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +40 -7
  3302. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +17 -7
  3303. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +17 -7
  3304. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +17 -7
  3305. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +17 -7
  3306. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +17 -7
  3307. package/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +17 -7
  3308. package/serialization/resources/organizationProviders/resources/v3/client/create.js +17 -7
  3309. package/serialization/resources/organizationProviders/resources/v3/client/get.js +17 -7
  3310. package/serialization/resources/organizationProviders/resources/v3/client/index.js +17 -7
  3311. package/serialization/resources/organizationProviders/resources/v3/client/update.js +17 -7
  3312. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +17 -7
  3313. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +17 -7
  3314. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +17 -7
  3315. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +17 -7
  3316. package/serialization/resources/organizationServiceFacilities/resources/index.js +17 -7
  3317. package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
  3318. package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
  3319. package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
  3320. package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
  3321. package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
  3322. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +17 -7
  3323. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +17 -7
  3324. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +17 -7
  3325. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +17 -7
  3326. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +17 -7
  3327. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +17 -7
  3328. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +17 -7
  3329. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +17 -7
  3330. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +17 -7
  3331. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +17 -7
  3332. package/serialization/resources/patientPayments/resources/index.js +17 -7
  3333. package/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +17 -7
  3334. package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +17 -7
  3335. package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +17 -7
  3336. package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +17 -7
  3337. package/serialization/resources/patientPayments/resources/v4/client/create.js +17 -7
  3338. package/serialization/resources/patientPayments/resources/v4/client/delete.js +17 -7
  3339. package/serialization/resources/patientPayments/resources/v4/client/get.js +17 -7
  3340. package/serialization/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
  3341. package/serialization/resources/patientPayments/resources/v4/client/index.js +17 -7
  3342. package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +17 -7
  3343. package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +17 -7
  3344. package/serialization/resources/patientPayments/resources/v4/client/update.js +17 -7
  3345. package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +17 -7
  3346. package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +17 -7
  3347. package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +17 -7
  3348. package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +17 -7
  3349. package/serialization/resources/patientRefunds/resources/index.js +17 -7
  3350. package/serialization/resources/patientRefunds/resources/v1/client/create.js +17 -7
  3351. package/serialization/resources/patientRefunds/resources/v1/client/delete.js +17 -7
  3352. package/serialization/resources/patientRefunds/resources/v1/client/get.js +17 -7
  3353. package/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
  3354. package/serialization/resources/patientRefunds/resources/v1/client/index.js +17 -7
  3355. package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +17 -7
  3356. package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +17 -7
  3357. package/serialization/resources/patientRefunds/resources/v1/client/update.js +17 -7
  3358. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +17 -7
  3359. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +17 -7
  3360. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +17 -7
  3361. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +17 -7
  3362. package/serialization/resources/payers/resources/index.js +17 -7
  3363. package/serialization/resources/payers/resources/v3/types/Payer.js +17 -7
  3364. package/serialization/resources/payers/resources/v3/types/PayerId.js +17 -7
  3365. package/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +17 -7
  3366. package/serialization/resources/payers/resources/v3/types/PayerInfo.js +17 -7
  3367. package/serialization/resources/payers/resources/v3/types/PayerName.js +17 -7
  3368. package/serialization/resources/payers/resources/v3/types/PayerPage.js +17 -7
  3369. package/serialization/resources/payers/resources/v3/types/PayerUuid.js +17 -7
  3370. package/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +17 -7
  3371. package/serialization/resources/preEncounter/resources/appointments/resources/index.js +17 -7
  3372. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
  3373. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
  3374. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
  3375. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
  3376. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +17 -7
  3377. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
  3378. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
  3379. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +17 -7
  3380. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +17 -7
  3381. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +17 -7
  3382. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +17 -7
  3383. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +17 -7
  3384. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +17 -7
  3385. package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +17 -7
  3386. package/serialization/resources/preEncounter/resources/common/types/Address.js +17 -7
  3387. package/serialization/resources/preEncounter/resources/common/types/AddressUse.js +17 -7
  3388. package/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +17 -7
  3389. package/serialization/resources/preEncounter/resources/common/types/BaseModel.js +17 -7
  3390. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +17 -7
  3391. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +17 -7
  3392. package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +17 -7
  3393. package/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +17 -7
  3394. package/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +17 -7
  3395. package/serialization/resources/preEncounter/resources/common/types/CoverageId.js +17 -7
  3396. package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +17 -7
  3397. package/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +17 -7
  3398. package/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +17 -7
  3399. package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +17 -7
  3400. package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +17 -7
  3401. package/serialization/resources/preEncounter/resources/common/types/Gender.js +17 -7
  3402. package/serialization/resources/preEncounter/resources/common/types/HumanName.js +17 -7
  3403. package/serialization/resources/preEncounter/resources/common/types/NameUse.js +17 -7
  3404. package/serialization/resources/preEncounter/resources/common/types/NoteId.js +17 -7
  3405. package/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +17 -7
  3406. package/serialization/resources/preEncounter/resources/common/types/PageToken.js +17 -7
  3407. package/serialization/resources/preEncounter/resources/common/types/PatientId.js +17 -7
  3408. package/serialization/resources/preEncounter/resources/common/types/PayerId.js +17 -7
  3409. package/serialization/resources/preEncounter/resources/common/types/Period.js +17 -7
  3410. package/serialization/resources/preEncounter/resources/common/types/Race.js +17 -7
  3411. package/serialization/resources/preEncounter/resources/common/types/Relationship.js +17 -7
  3412. package/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +17 -7
  3413. package/serialization/resources/preEncounter/resources/common/types/Sex.js +17 -7
  3414. package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +17 -7
  3415. package/serialization/resources/preEncounter/resources/common/types/SortDirection.js +17 -7
  3416. package/serialization/resources/preEncounter/resources/common/types/TagId.js +17 -7
  3417. package/serialization/resources/preEncounter/resources/common/types/UserId.js +17 -7
  3418. package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +17 -7
  3419. package/serialization/resources/preEncounter/resources/coverages/resources/index.js +17 -7
  3420. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
  3421. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
  3422. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +17 -7
  3423. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +17 -7
  3424. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
  3425. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
  3426. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +17 -7
  3427. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +17 -7
  3428. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +17 -7
  3429. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +17 -7
  3430. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +17 -7
  3431. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +17 -7
  3432. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +17 -7
  3433. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +17 -7
  3434. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +17 -7
  3435. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +17 -7
  3436. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +17 -7
  3437. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +17 -7
  3438. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +17 -7
  3439. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +17 -7
  3440. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +17 -7
  3441. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +17 -7
  3442. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +17 -7
  3443. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +17 -7
  3444. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +17 -7
  3445. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +17 -7
  3446. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +17 -7
  3447. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +17 -7
  3448. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +17 -7
  3449. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +17 -7
  3450. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +17 -7
  3451. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +17 -7
  3452. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +17 -7
  3453. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +17 -7
  3454. package/serialization/resources/preEncounter/resources/index.js +17 -7
  3455. package/serialization/resources/preEncounter/resources/lists/resources/index.js +17 -7
  3456. package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
  3457. package/serialization/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
  3458. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +17 -7
  3459. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +17 -7
  3460. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +17 -7
  3461. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +17 -7
  3462. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +17 -7
  3463. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +17 -7
  3464. package/serialization/resources/preEncounter/resources/notes/resources/index.js +17 -7
  3465. package/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +17 -7
  3466. package/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +17 -7
  3467. package/serialization/resources/preEncounter/resources/patients/resources/index.js +17 -7
  3468. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
  3469. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
  3470. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
  3471. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
  3472. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
  3473. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +17 -7
  3474. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
  3475. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
  3476. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
  3477. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +17 -7
  3478. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +17 -7
  3479. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +17 -7
  3480. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +17 -7
  3481. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +17 -7
  3482. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +17 -7
  3483. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +17 -7
  3484. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +17 -7
  3485. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +17 -7
  3486. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +17 -7
  3487. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +17 -7
  3488. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +17 -7
  3489. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +17 -7
  3490. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +17 -7
  3491. package/serialization/resources/preEncounter/resources/tags/resources/index.js +17 -7
  3492. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +17 -7
  3493. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +17 -7
  3494. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +17 -7
  3495. package/serialization/resources/remitDrafts/resources/index.js +17 -7
  3496. package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +17 -7
  3497. package/serialization/resources/remits/resources/index.js +17 -7
  3498. package/serialization/resources/remits/resources/v1/types/Payee.js +17 -7
  3499. package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +17 -7
  3500. package/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +17 -7
  3501. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +17 -7
  3502. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +17 -7
  3503. package/serialization/resources/serviceFacility/types/ServiceFacilityId.js +17 -7
  3504. package/serialization/resources/serviceLines/resources/index.js +17 -7
  3505. package/serialization/resources/serviceLines/resources/v2/client/create.js +17 -7
  3506. package/serialization/resources/serviceLines/resources/v2/client/delete.js +17 -7
  3507. package/serialization/resources/serviceLines/resources/v2/client/index.js +17 -7
  3508. package/serialization/resources/serviceLines/resources/v2/client/update.js +17 -7
  3509. package/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +17 -7
  3510. package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +17 -7
  3511. package/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +17 -7
  3512. package/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +17 -7
  3513. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +17 -7
  3514. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +17 -7
  3515. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +17 -7
  3516. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +17 -7
  3517. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +17 -7
  3518. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +17 -7
  3519. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +17 -7
  3520. package/serialization/resources/serviceLines/resources/v2/types/TestResult.js +17 -7
  3521. package/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +17 -7
  3522. package/serialization/resources/tags/types/Tag.js +17 -7
  3523. package/serialization/resources/tags/types/TagColorEnum.js +17 -7
  3524. package/serialization/resources/tags/types/TagCreate.js +17 -7
  3525. package/serialization/resources/tags/types/TagId.js +17 -7
  3526. package/serialization/resources/tasks/resources/commons/types/TaskCategory.js +17 -7
  3527. package/serialization/resources/tasks/resources/commons/types/TaskStatus.js +17 -7
  3528. package/serialization/resources/tasks/resources/commons/types/TaskType.js +17 -7
  3529. package/serialization/resources/tasks/resources/index.js +17 -7
  3530. package/serialization/resources/tasks/resources/v3/client/get.js +17 -7
  3531. package/serialization/resources/tasks/resources/v3/client/getMulti.js +17 -7
  3532. package/serialization/resources/tasks/resources/v3/client/index.js +17 -7
  3533. package/serialization/resources/tasks/resources/v3/client/update.js +17 -7
  3534. package/serialization/resources/tasks/resources/v3/types/Task.js +17 -7
  3535. package/serialization/resources/tasks/resources/v3/types/TaskAction.js +17 -7
  3536. package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +17 -7
  3537. package/serialization/resources/tasks/resources/v3/types/TaskActionType.js +17 -7
  3538. package/serialization/resources/tasks/resources/v3/types/TaskActions.js +17 -7
  3539. package/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +17 -7
  3540. package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +17 -7
  3541. package/serialization/resources/tasks/resources/v3/types/TaskNote.js +17 -7
  3542. package/serialization/resources/tasks/resources/v3/types/TaskPage.js +17 -7
  3543. package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +17 -7
  3544. package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +17 -7
  3545. package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +17 -7
  3546. package/serialization/resources/writeOffs/resources/index.js +17 -7
  3547. package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +17 -7
  3548. package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +17 -7
  3549. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +17 -7
  3550. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +17 -7
  3551. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +17 -7
  3552. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +17 -7
  3553. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +17 -7
  3554. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +17 -7
  3555. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +17 -7
  3556. package/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +17 -7
  3557. package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +17 -7
  3558. package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +17 -7
  3559. package/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +17 -7
  3560. package/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +17 -7
  3561. package/serialization/resources/x12/resources/index.js +17 -7
  3562. package/serialization/resources/x12/resources/v1/types/Carc.js +17 -7
  3563. package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +17 -7
  3564. package/serialization/resources/x12/resources/v1/types/Rarc.js +17 -7
  3565. package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +17 -7
  3566. package/version.d.ts +1 -0
  3567. package/version.js +4 -0
package/reference.md CHANGED
@@ -357,8 +357,8 @@ await client.chargeCaptureBundles.v1.getAll({
357
357
  limit: 1,
358
358
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
359
359
  patientExternalId: "string",
360
- bundleStatus: CandidApi.ChargeCaptureBundleStatus.InProgress,
361
- chargeStatus: CandidApi.ChargeCaptureStatus.Planned,
360
+ bundleStatus: "in-progress",
361
+ chargeStatus: "planned",
362
362
  chargeExternalId: "string",
363
363
  dateOfService: "2023-01-15",
364
364
  });
@@ -417,7 +417,7 @@ await client.chargeCapture.v1.create({
417
417
  ehrSourceUrl: "string",
418
418
  dateOfService: "2023-01-15",
419
419
  patientExternalId: "string",
420
- status: CandidApi.ChargeCaptureStatus.Planned,
420
+ status: "planned",
421
421
  });
422
422
  ```
423
423
 
@@ -519,7 +519,7 @@ await client.chargeCapture.v1.update(CandidApi.ChargeCaptureId("d5e9c84f-c2b2-4b
519
519
  chargeExternalId: "string",
520
520
  ehrSourceUrl: "string",
521
521
  patientExternalId: "string",
522
- status: CandidApi.ChargeCaptureStatus.Planned,
522
+ status: "planned",
523
523
  dateOfService: "2023-01-15",
524
524
  });
525
525
  ```
@@ -629,7 +629,7 @@ await client.chargeCapture.v1.getAll({
629
629
  limit: 1,
630
630
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
631
631
  patientExternalId: "string",
632
- status: CandidApi.ChargeCaptureStatus.Planned,
632
+ status: "planned",
633
633
  chargeExternalId: "string",
634
634
  dateOfService: "2023-01-15",
635
635
  });
@@ -736,8 +736,8 @@ await client.contracts.v2.getMulti({
736
736
  contractingProviderId: CandidApi.ContractingProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
737
737
  renderingProviderIds: CandidApi.RenderingProviderid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
738
738
  payerNames: "string",
739
- states: CandidApi.State.Aa,
740
- contractStatus: CandidApi.ContractStatus.Pending,
739
+ states: "AA",
740
+ contractStatus: "pending",
741
741
  });
742
742
  ```
743
743
 
@@ -810,7 +810,7 @@ await client.contracts.v2.create({
810
810
  regions: {
811
811
  type: "states",
812
812
  },
813
- contractStatus: CandidApi.ContractStatus.Pending,
813
+ contractStatus: "pending",
814
814
  authorizedSignatory: {
815
815
  firstName: "string",
816
816
  lastName: "string",
@@ -935,10 +935,10 @@ await client.contracts.v2.update(CandidApi.ContractId("d5e9c84f-c2b2-4bf4-b4b0-7
935
935
  type: "set",
936
936
  value: {
937
937
  type: "states",
938
- states: [CandidApi.State.Aa],
938
+ states: ["AA"],
939
939
  },
940
940
  },
941
- contractStatus: CandidApi.ContractStatus.Pending,
941
+ contractStatus: "pending",
942
942
  authorizedSignatory: {
943
943
  type: "set",
944
944
  firstName: "string",
@@ -1023,7 +1023,7 @@ await client.credentialing.v2.create({
1023
1023
  endDate: "2023-01-15",
1024
1024
  regions: {
1025
1025
  type: "states",
1026
- states: [CandidApi.State.Aa],
1026
+ states: ["AA"],
1027
1027
  },
1028
1028
  submittedDate: "2023-01-15",
1029
1029
  payerLoadedDate: "2023-01-15",
@@ -1248,7 +1248,7 @@ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9
1248
1248
  endDate: "2023-01-15",
1249
1249
  regions: {
1250
1250
  type: "states",
1251
- states: [CandidApi.State.Aa],
1251
+ states: ["AA"],
1252
1252
  },
1253
1253
  submittedDate: "2023-01-15",
1254
1254
  payerLoadedDate: "2023-01-15",
@@ -1450,19 +1450,19 @@ await client.customSchemas.v1.create({
1450
1450
  fields: [
1451
1451
  {
1452
1452
  key: "provider_category",
1453
- type: CandidApi.Primitive.String,
1453
+ type: "STRING",
1454
1454
  },
1455
1455
  {
1456
1456
  key: "is_urgent_care",
1457
- type: CandidApi.Primitive.Boolean,
1457
+ type: "BOOLEAN",
1458
1458
  },
1459
1459
  {
1460
1460
  key: "bmi",
1461
- type: CandidApi.Primitive.Double,
1461
+ type: "DOUBLE",
1462
1462
  },
1463
1463
  {
1464
1464
  key: "age",
1465
- type: CandidApi.Primitive.Integer,
1465
+ type: "INTEGER",
1466
1466
  },
1467
1467
  ],
1468
1468
  });
@@ -1534,7 +1534,7 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
1534
1534
  fieldsToAdd: [
1535
1535
  {
1536
1536
  key: "visit_type",
1537
- type: CandidApi.Primitive.String,
1537
+ type: "STRING",
1538
1538
  },
1539
1539
  ],
1540
1540
  });
@@ -1596,16 +1596,16 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
1596
1596
 
1597
1597
  This API is a wrapper around Change Healthcare's eligibility API. Below are some helpful documentation links:
1598
1598
 
1599
- - [Change Healthcare - Guides: Contents of the Eligibility Request Body](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-request-body)
1600
- - [Change Healthcare - Guides: Use "Bare Minimum" Eligibility Requests](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-bare-minimum-eligibility-requests)
1601
- - [Change Healthcare - Guides: Contents of the Eligibility Response](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-response)
1602
- - [Change Healthcare - Guides: Eligibility JSON-to-EDI API Contents](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-json-to-edi-api-contents)
1603
- - [Change Healthcare - Guides: Eligibility Error Messages](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-error-messages)
1604
- - [Change Healthcare - Guides: FAQ](https://developers.changehealthcare.com/eligibilityandclaims/docs/frequently-asked-questions)
1605
- - [Change Healthcare - Guides: Eligibility FAQs](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-api-requests)
1606
- - [Change Healthcare - Guides: Sandbox API Values and Test Responses](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-sandbox-api-values-and-test-responses)
1607
- - [Change Healthcare - Guides: Sandbox Predefined Fields and Values](https://developers.changehealthcare.com/eligibilityandclaims/docs/sandbox-predefined-fields-and-values)
1608
- - [Change Healthcare - Guides: Using Test Payers in the Sandbox](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-the-test-payers-in-the-sandbox-api)
1599
+ - [Change Healthcare - Guides: Contents of the Eligibility Request Body](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-request-body)
1600
+ - [Change Healthcare - Guides: Use "Bare Minimum" Eligibility Requests](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-bare-minimum-eligibility-requests)
1601
+ - [Change Healthcare - Guides: Contents of the Eligibility Response](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-response)
1602
+ - [Change Healthcare - Guides: Eligibility JSON-to-EDI API Contents](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-json-to-edi-api-contents)
1603
+ - [Change Healthcare - Guides: Eligibility Error Messages](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-error-messages)
1604
+ - [Change Healthcare - Guides: FAQ](https://developers.changehealthcare.com/eligibilityandclaims/docs/frequently-asked-questions)
1605
+ - [Change Healthcare - Guides: Eligibility FAQs](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-api-requests)
1606
+ - [Change Healthcare - Guides: Sandbox API Values and Test Responses](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-sandbox-api-values-and-test-responses)
1607
+ - [Change Healthcare - Guides: Sandbox Predefined Fields and Values](https://developers.changehealthcare.com/eligibilityandclaims/docs/sandbox-predefined-fields-and-values)
1608
+ - [Change Healthcare - Guides: Using Test Payers in the Sandbox](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-the-test-payers-in-the-sandbox-api)
1609
1609
 
1610
1610
  A schema of the response object can be found here: [Change Healthcare Docs](https://developers.changehealthcare.com/eligibilityandclaims/reference/medicaleligibility)
1611
1611
 
@@ -1680,20 +1680,20 @@ If you'd like access to this endpoint, please reach out to support@joincandidhea
1680
1680
 
1681
1681
  This API is a wrapper around Availity's coverages API. Below are some helpful documentation links:
1682
1682
 
1683
- - [Availity - Coverages 1.0.0 API](https://developer.availity.com/partner/documentation#c_coverages_references)
1684
- - [Candid Availity Eligibility Integration Guide](https://support.joincandidhealth.com/hc/en-us/articles/24218441631892--Availity-Eligibility-Integration-Guide)
1683
+ - [Availity - Coverages 1.0.0 API](https://developer.availity.com/partner/documentation#c_coverages_references)
1684
+ - [Candid Availity Eligibility Integration Guide](https://support.joincandidhealth.com/hc/en-us/articles/24218441631892--Availity-Eligibility-Integration-Guide)
1685
1685
 
1686
1686
  A schema of the response object can be found here: [Availity Docs](https://developer.availity.com/partner/product/191210/api/190898#/Coverages_100/operation/%2Fcoverages%2F{id}/get)
1687
1687
 
1688
- - Note Availity requires a free developer account to access this documentation.
1688
+ - Note Availity requires a free developer account to access this documentation.
1689
1689
 
1690
1690
  Check connection status of Availity API and partners here:
1691
1691
 
1692
- - [Availity Trading Partner Connection Status](https://www.availity.com/status/)
1693
- </dd>
1694
- </dl>
1695
- </dd>
1696
- </dl>
1692
+ - [Availity Trading Partner Connection Status](https://www.availity.com/status/)
1693
+ </dd>
1694
+ </dl>
1695
+ </dd>
1696
+ </dl>
1697
1697
 
1698
1698
  #### 🔌 Usage
1699
1699
 
@@ -1747,20 +1747,20 @@ If you'd like access to this endpoint, please reach out to support@joincandidhea
1747
1747
 
1748
1748
  This API is a wrapper around Availity's coverages API. Below are some helpful documentation links:
1749
1749
 
1750
- - [Availity - Coverages 1.0.0 API](https://developer.availity.com/partner/documentation#c_coverages_references)
1751
- - [Candid Availity Eligibility Integration Guide](https://support.joincandidhealth.com/hc/en-us/articles/24218441631892--Availity-Eligibility-Integration-Guide)
1750
+ - [Availity - Coverages 1.0.0 API](https://developer.availity.com/partner/documentation#c_coverages_references)
1751
+ - [Candid Availity Eligibility Integration Guide](https://support.joincandidhealth.com/hc/en-us/articles/24218441631892--Availity-Eligibility-Integration-Guide)
1752
1752
 
1753
1753
  A schema of the response object can be found here: [Availity Docs](https://developer.availity.com/partner/product/191210/api/190898#/Coverages_100/operation/%2Fcoverages%2F{id}/get)
1754
1754
 
1755
- - Note Availity requires a free developer account to access this documentation.
1755
+ - Note Availity requires a free developer account to access this documentation.
1756
1756
 
1757
1757
  Check connection status of Availity API and partners here:
1758
1758
 
1759
- - [Availity Trading Partner Connection Status](https://www.availity.com/status/)
1760
- </dd>
1761
- </dl>
1762
- </dd>
1763
- </dl>
1759
+ - [Availity Trading Partner Connection Status](https://www.availity.com/status/)
1760
+ </dd>
1761
+ </dl>
1762
+ </dd>
1763
+ </dl>
1764
1764
 
1765
1765
  #### 🔌 Usage
1766
1766
 
@@ -1832,14 +1832,14 @@ await client.encounterProviders.v2.updateReferringProvider(
1832
1832
  address1: "123 Main St",
1833
1833
  address2: "Apt 1",
1834
1834
  city: "New York",
1835
- state: CandidApi.State.Ny,
1835
+ state: "NY",
1836
1836
  zipCode: "10001",
1837
1837
  zipPlusFourCode: "1234",
1838
1838
  },
1839
1839
  firstName: "string",
1840
1840
  lastName: "string",
1841
1841
  organizationName: "string",
1842
- }
1842
+ },
1843
1843
  );
1844
1844
  ```
1845
1845
 
@@ -1905,15 +1905,15 @@ await client.encounterProviders.v2.updateInitialReferringProvider(
1905
1905
  address1: "123 Main St",
1906
1906
  address2: "Apt 1",
1907
1907
  city: "New York",
1908
- state: CandidApi.State.Ny,
1908
+ state: "NY",
1909
1909
  zipCode: "10001",
1910
1910
  zipPlusFourCode: "1234",
1911
1911
  },
1912
- qualifier: CandidApi.QualifierCode.Dq,
1912
+ qualifier: "DQ",
1913
1913
  firstName: "string",
1914
1914
  lastName: "string",
1915
1915
  organizationName: "string",
1916
- }
1916
+ },
1917
1917
  );
1918
1918
  ```
1919
1919
 
@@ -1979,14 +1979,14 @@ await client.encounterProviders.v2.updateSupervisingProvider(
1979
1979
  address1: "123 Main St",
1980
1980
  address2: "Apt 1",
1981
1981
  city: "New York",
1982
- state: CandidApi.State.Ny,
1982
+ state: "NY",
1983
1983
  zipCode: "10001",
1984
1984
  zipPlusFourCode: "1234",
1985
1985
  },
1986
1986
  firstName: "string",
1987
1987
  lastName: "string",
1988
1988
  organizationName: "string",
1989
- }
1989
+ },
1990
1990
  );
1991
1991
  ```
1992
1992
 
@@ -2052,14 +2052,14 @@ await client.encounterProviders.v2.updateOrderingProvider(
2052
2052
  address1: "123 Main St",
2053
2053
  address2: "Apt 1",
2054
2054
  city: "New York",
2055
- state: CandidApi.State.Ny,
2055
+ state: "NY",
2056
2056
  zipCode: "10001",
2057
2057
  zipPlusFourCode: "1234",
2058
2058
  },
2059
2059
  firstName: "string",
2060
2060
  lastName: "string",
2061
2061
  organizationName: "string",
2062
- }
2062
+ },
2063
2063
  );
2064
2064
  ```
2065
2065
 
@@ -2125,14 +2125,14 @@ await client.encounterProviders.v2.createReferringProvider(
2125
2125
  address1: "123 Main St",
2126
2126
  address2: "Apt 1",
2127
2127
  city: "New York",
2128
- state: CandidApi.State.Ny,
2128
+ state: "NY",
2129
2129
  zipCode: "10001",
2130
2130
  zipPlusFourCode: "1234",
2131
2131
  },
2132
2132
  firstName: "string",
2133
2133
  lastName: "string",
2134
2134
  organizationName: "string",
2135
- }
2135
+ },
2136
2136
  );
2137
2137
  ```
2138
2138
 
@@ -2198,15 +2198,15 @@ await client.encounterProviders.v2.createInitialReferringProvider(
2198
2198
  address1: "123 Main St",
2199
2199
  address2: "Apt 1",
2200
2200
  city: "New York",
2201
- state: CandidApi.State.Ny,
2201
+ state: "NY",
2202
2202
  zipCode: "10001",
2203
2203
  zipPlusFourCode: "1234",
2204
2204
  },
2205
- qualifier: CandidApi.QualifierCode.Dq,
2205
+ qualifier: "DQ",
2206
2206
  firstName: "string",
2207
2207
  lastName: "string",
2208
2208
  organizationName: "string",
2209
- }
2209
+ },
2210
2210
  );
2211
2211
  ```
2212
2212
 
@@ -2272,14 +2272,14 @@ await client.encounterProviders.v2.createSupervisingProvider(
2272
2272
  address1: "123 Main St",
2273
2273
  address2: "Apt 1",
2274
2274
  city: "New York",
2275
- state: CandidApi.State.Ny,
2275
+ state: "NY",
2276
2276
  zipCode: "10001",
2277
2277
  zipPlusFourCode: "1234",
2278
2278
  },
2279
2279
  firstName: "string",
2280
2280
  lastName: "string",
2281
2281
  organizationName: "string",
2282
- }
2282
+ },
2283
2283
  );
2284
2284
  ```
2285
2285
 
@@ -2345,14 +2345,14 @@ await client.encounterProviders.v2.createOrderingProvider(
2345
2345
  address1: "123 Main St",
2346
2346
  address2: "Apt 1",
2347
2347
  city: "New York",
2348
- state: CandidApi.State.Ny,
2348
+ state: "NY",
2349
2349
  zipCode: "10001",
2350
2350
  zipPlusFourCode: "1234",
2351
2351
  },
2352
2352
  firstName: "string",
2353
2353
  lastName: "string",
2354
2354
  organizationName: "string",
2355
- }
2355
+ },
2356
2356
  );
2357
2357
  ```
2358
2358
 
@@ -2410,7 +2410,7 @@ await client.encounterProviders.v2.createOrderingProvider(
2410
2410
 
2411
2411
  ```typescript
2412
2412
  await client.encounterProviders.v2.deleteReferringProvider(
2413
- CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
2413
+ CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
2414
2414
  );
2415
2415
  ```
2416
2416
 
@@ -2460,7 +2460,7 @@ await client.encounterProviders.v2.deleteReferringProvider(
2460
2460
 
2461
2461
  ```typescript
2462
2462
  await client.encounterProviders.v2.deleteInitialReferringProvider(
2463
- CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
2463
+ CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
2464
2464
  );
2465
2465
  ```
2466
2466
 
@@ -2510,7 +2510,7 @@ await client.encounterProviders.v2.deleteInitialReferringProvider(
2510
2510
 
2511
2511
  ```typescript
2512
2512
  await client.encounterProviders.v2.deleteSupervisingProvider(
2513
- CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
2513
+ CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
2514
2514
  );
2515
2515
  ```
2516
2516
 
@@ -2560,7 +2560,7 @@ await client.encounterProviders.v2.deleteSupervisingProvider(
2560
2560
 
2561
2561
  ```typescript
2562
2562
  await client.encounterProviders.v2.deleteOrderingProvider(
2563
- CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
2563
+ CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
2564
2564
  );
2565
2565
  ```
2566
2566
 
@@ -2613,15 +2613,15 @@ await client.encounterProviders.v2.deleteOrderingProvider(
2613
2613
  ```typescript
2614
2614
  await client.encounters.v4.getAll({
2615
2615
  limit: 100,
2616
- claimStatus: CandidApi.ClaimStatus.BillerReceived,
2617
- sort: CandidApi.EncounterSortOptions.CreatedAtAsc,
2616
+ claimStatus: "biller_received",
2617
+ sort: "created_at:asc",
2618
2618
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
2619
2619
  dateOfServiceMin: "2019-08-24",
2620
2620
  dateOfServiceMax: "2019-08-25",
2621
2621
  primaryPayerNames: "Medicare,Medicaid",
2622
2622
  searchTerm: "doe",
2623
2623
  externalId: CandidApi.EncounterExternalId("123456"),
2624
- diagnosesUpdatedSince: new Date("2019-08-24T14:15:22.000Z"),
2624
+ diagnosesUpdatedSince: "2019-08-24T14:15:22Z",
2625
2625
  });
2626
2626
  ```
2627
2627
 
@@ -2723,7 +2723,7 @@ await client.encounters.v4.create({
2723
2723
  phoneNumbers: [
2724
2724
  {
2725
2725
  number: "1234567890",
2726
- type: CandidApi.PhoneNumberType.Home,
2726
+ type: "Home",
2727
2727
  },
2728
2728
  ],
2729
2729
  phoneConsent: true,
@@ -2742,27 +2742,27 @@ await client.encounters.v4.create({
2742
2742
  address1: "123 Main St",
2743
2743
  address2: "Apt 1",
2744
2744
  city: "New York",
2745
- state: CandidApi.State.Ny,
2745
+ state: "NY",
2746
2746
  zipCode: "10001",
2747
2747
  zipPlusFourCode: "1234",
2748
2748
  },
2749
2749
  firstName: "string",
2750
2750
  lastName: "string",
2751
- gender: CandidApi.Gender.Male,
2751
+ gender: "male",
2752
2752
  },
2753
2753
  billingProvider: {
2754
2754
  address: {
2755
2755
  address1: "123 Main St",
2756
2756
  address2: "Apt 1",
2757
2757
  city: "New York",
2758
- state: CandidApi.State.Ny,
2758
+ state: "NY",
2759
2759
  zipCode: "10001",
2760
2760
  zipPlusFourCode: "1234",
2761
2761
  },
2762
2762
  taxId: "string",
2763
2763
  npi: "string",
2764
2764
  taxonomyCode: "string",
2765
- providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
2765
+ providerCommercialLicenseType: "0",
2766
2766
  firstName: "string",
2767
2767
  lastName: "string",
2768
2768
  organizationName: "string",
@@ -2774,7 +2774,7 @@ await client.encounters.v4.create({
2774
2774
  address1: "123 Main St",
2775
2775
  address2: "Apt 1",
2776
2776
  city: "New York",
2777
- state: CandidApi.State.Ny,
2777
+ state: "NY",
2778
2778
  zipCode: "10001",
2779
2779
  zipPlusFourCode: "1234",
2780
2780
  },
@@ -2789,7 +2789,7 @@ await client.encounters.v4.create({
2789
2789
  address1: "123 Main St",
2790
2790
  address2: "Apt 1",
2791
2791
  city: "New York",
2792
- state: CandidApi.State.Ny,
2792
+ state: "NY",
2793
2793
  zipCode: "10001",
2794
2794
  zipPlusFourCode: "1234",
2795
2795
  },
@@ -2804,11 +2804,11 @@ await client.encounters.v4.create({
2804
2804
  address1: "123 Main St",
2805
2805
  address2: "Apt 1",
2806
2806
  city: "New York",
2807
- state: CandidApi.State.Ny,
2807
+ state: "NY",
2808
2808
  zipCode: "10001",
2809
2809
  zipPlusFourCode: "1234",
2810
2810
  },
2811
- qualifier: CandidApi.QualifierCode.Dq,
2811
+ qualifier: "DQ",
2812
2812
  firstName: "string",
2813
2813
  lastName: "string",
2814
2814
  organizationName: "string",
@@ -2820,7 +2820,7 @@ await client.encounters.v4.create({
2820
2820
  address1: "123 Main St",
2821
2821
  address2: "Apt 1",
2822
2822
  city: "New York",
2823
- state: CandidApi.State.Ny,
2823
+ state: "NY",
2824
2824
  zipCode: "10001",
2825
2825
  zipPlusFourCode: "1234",
2826
2826
  },
@@ -2835,7 +2835,7 @@ await client.encounters.v4.create({
2835
2835
  address1: "123 Main St",
2836
2836
  address2: "Apt 1",
2837
2837
  city: "New York",
2838
- state: CandidApi.State.Ny,
2838
+ state: "NY",
2839
2839
  zipCode: "10001",
2840
2840
  zipPlusFourCode: "1234",
2841
2841
  },
@@ -2850,25 +2850,26 @@ await client.encounters.v4.create({
2850
2850
  rxPcn: "string",
2851
2851
  imageUrlFront: "string",
2852
2852
  imageUrlBack: "string",
2853
- emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
2853
+ emrPayerCrosswalk: "HEALTHIE",
2854
2854
  groupNumber: "string",
2855
2855
  planName: "string",
2856
- planType: CandidApi.SourceOfPaymentCode.SelfPay,
2857
- insuranceType: CandidApi.InsuranceTypeCode.C01,
2856
+ planType: "09",
2857
+ insuranceType: "01",
2858
+ payerPlanGroupId: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
2858
2859
  },
2859
- patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
2860
+ patientRelationshipToSubscriberCode: "01",
2860
2861
  dateOfBirth: "2023-01-15",
2861
2862
  address: {
2862
2863
  address1: "123 Main St",
2863
2864
  address2: "Apt 1",
2864
2865
  city: "New York",
2865
- state: CandidApi.State.Ny,
2866
+ state: "NY",
2866
2867
  zipCode: "10001",
2867
2868
  zipPlusFourCode: "1234",
2868
2869
  },
2869
2870
  firstName: "string",
2870
2871
  lastName: "string",
2871
- gender: CandidApi.Gender.Male,
2872
+ gender: "male",
2872
2873
  },
2873
2874
  subscriberSecondary: {
2874
2875
  insuranceCard: {
@@ -2879,38 +2880,39 @@ await client.encounters.v4.create({
2879
2880
  rxPcn: "string",
2880
2881
  imageUrlFront: "string",
2881
2882
  imageUrlBack: "string",
2882
- emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
2883
+ emrPayerCrosswalk: "HEALTHIE",
2883
2884
  groupNumber: "string",
2884
2885
  planName: "string",
2885
- planType: CandidApi.SourceOfPaymentCode.SelfPay,
2886
- insuranceType: CandidApi.InsuranceTypeCode.C01,
2886
+ planType: "09",
2887
+ insuranceType: "01",
2888
+ payerPlanGroupId: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
2887
2889
  },
2888
- patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
2890
+ patientRelationshipToSubscriberCode: "01",
2889
2891
  dateOfBirth: "2023-01-15",
2890
2892
  address: {
2891
2893
  address1: "123 Main St",
2892
2894
  address2: "Apt 1",
2893
2895
  city: "New York",
2894
- state: CandidApi.State.Ny,
2896
+ state: "NY",
2895
2897
  zipCode: "10001",
2896
2898
  zipPlusFourCode: "1234",
2897
2899
  },
2898
2900
  firstName: "string",
2899
2901
  lastName: "string",
2900
- gender: CandidApi.Gender.Male,
2902
+ gender: "male",
2901
2903
  },
2902
2904
  priorAuthorizationNumber: CandidApi.PriorAuthorizationNumber("string"),
2903
- responsibleParty: CandidApi.ResponsiblePartyType.InsurancePay,
2905
+ responsibleParty: "INSURANCE_PAY",
2904
2906
  diagnoses: [
2905
2907
  {
2906
2908
  name: "string",
2907
- codeType: CandidApi.DiagnosisTypeCode.Abf,
2909
+ codeType: "ABF",
2908
2910
  code: "string",
2909
2911
  },
2910
2912
  ],
2911
2913
  clinicalNotes: [
2912
2914
  {
2913
- category: CandidApi.NoteCategory.Clinical,
2915
+ category: "clinical",
2914
2916
  notes: [],
2915
2917
  },
2916
2918
  ],
@@ -2919,10 +2921,10 @@ await client.encounters.v4.create({
2919
2921
  text: "string",
2920
2922
  },
2921
2923
  ],
2922
- placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
2924
+ placeOfServiceCode: "01",
2923
2925
  patientHistories: [
2924
2926
  {
2925
- category: CandidApi.PatientHistoryCategoryEnum.PresentIllness,
2927
+ category: "present_illness",
2926
2928
  questions: [
2927
2929
  {
2928
2930
  id: CandidApi.IntakeQuestionId("6E7FBCE4-A8EA-46D0-A8D8-FF83CA3BB176"),
@@ -2947,7 +2949,7 @@ await client.encounters.v4.create({
2947
2949
  {
2948
2950
  procedureCode: "string",
2949
2951
  quantity: CandidApi.Decimal("string"),
2950
- units: CandidApi.ServiceLineUnits.Mj,
2952
+ units: "MJ",
2951
2953
  diagnosisPointers: [],
2952
2954
  },
2953
2955
  ],
@@ -2955,7 +2957,7 @@ await client.encounters.v4.create({
2955
2957
  phoneNumbers: [
2956
2958
  {
2957
2959
  number: "1234567890",
2958
- type: CandidApi.PhoneNumberType.Home,
2960
+ type: "Home",
2959
2961
  },
2960
2962
  ],
2961
2963
  phoneConsent: true,
@@ -2969,26 +2971,26 @@ await client.encounters.v4.create({
2969
2971
  address1: "123 Main St",
2970
2972
  address2: "Apt 1",
2971
2973
  city: "New York",
2972
- state: CandidApi.State.Ny,
2974
+ state: "NY",
2973
2975
  zipCode: "10001",
2974
2976
  zipPlusFourCode: "1234",
2975
2977
  },
2976
2978
  },
2977
2979
  externalClaimSubmission: {
2978
- claimCreatedAt: new Date("2023-01-01T12:00:00.000Z"),
2980
+ claimCreatedAt: "2023-01-01T12:00:00.000000Z",
2979
2981
  patientControlNumber: "PATIENT_CONTROL_NUMBER",
2980
2982
  submissionRecords: [
2981
2983
  {
2982
- submittedAt: new Date("2023-01-01T13:00:00.000Z"),
2983
- claimFrequencyCode: CandidApi.ClaimFrequencyTypeCode.Original,
2984
- payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
2985
- intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Electronic,
2984
+ submittedAt: "2023-01-01T13:00:00.000000Z",
2985
+ claimFrequencyCode: "1",
2986
+ payerResponsibility: "primary",
2987
+ intendedSubmissionMedium: "electronic",
2986
2988
  },
2987
2989
  {
2988
- submittedAt: new Date("2023-01-04T12:00:00.000Z"),
2989
- claimFrequencyCode: CandidApi.ClaimFrequencyTypeCode.Replacement,
2990
- payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
2991
- intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Paper,
2990
+ submittedAt: "2023-01-04T12:00:00.000000Z",
2991
+ claimFrequencyCode: "7",
2992
+ payerResponsibility: "primary",
2993
+ intendedSubmissionMedium: "paper",
2992
2994
  },
2993
2995
  ],
2994
2996
  },
@@ -3006,9 +3008,9 @@ await client.encounters.v4.create({
3006
3008
  ],
3007
3009
  referralNumber: "string",
3008
3010
  epsdtReferral: {
3009
- conditionIndicator1: CandidApi.EpsdtReferralConditionIndicatorCode.Av,
3010
- conditionIndicator2: CandidApi.EpsdtReferralConditionIndicatorCode.Av,
3011
- conditionIndicator3: CandidApi.EpsdtReferralConditionIndicatorCode.Av,
3011
+ conditionIndicator1: "AV",
3012
+ conditionIndicator2: "AV",
3013
+ conditionIndicator3: "AV",
3012
3014
  },
3013
3015
  externalId: CandidApi.EncounterExternalId("string"),
3014
3016
  dateOfService: "2023-01-15",
@@ -3039,7 +3041,7 @@ await client.encounters.v4.create({
3039
3041
  interventions: [
3040
3042
  {
3041
3043
  name: "Physical Therapy Session",
3042
- category: CandidApi.InterventionCategory.Lifestyle,
3044
+ category: "lifestyle",
3043
3045
  description:
3044
3046
  "A session focused on improving muscular strength, flexibility, and range of motion post-injury.",
3045
3047
  medication: {
@@ -3054,7 +3056,7 @@ await client.encounters.v4.create({
3054
3056
  {
3055
3057
  name: "Genetic Health Labs",
3056
3058
  code: "GH12345",
3057
- codeType: CandidApi.LabCodeType.Quest,
3059
+ codeType: "quest",
3058
3060
  },
3059
3061
  ],
3060
3062
  },
@@ -3063,19 +3065,19 @@ await client.encounters.v4.create({
3063
3065
  address1: "123 Main St",
3064
3066
  address2: "Apt 1",
3065
3067
  city: "New York",
3066
- state: CandidApi.State.Ny,
3068
+ state: "NY",
3067
3069
  zipCode: "10001",
3068
3070
  zipPlusFourCode: "1234",
3069
3071
  },
3070
- synchronicity: CandidApi.SynchronicityType.Synchronous,
3071
- billableStatus: CandidApi.BillableStatusType.Billable,
3072
+ synchronicity: "Synchronous",
3073
+ billableStatus: "BILLABLE",
3072
3074
  additionalInformation: "string",
3073
- serviceAuthorizationExceptionCode: CandidApi.ServiceAuthorizationExceptionCode.C1,
3075
+ serviceAuthorizationExceptionCode: "1",
3074
3076
  admissionDate: "2023-01-15",
3075
3077
  dischargeDate: "2023-01-15",
3076
3078
  onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
3077
3079
  lastMenstrualPeriodDate: "2023-01-15",
3078
- delayReasonCode: CandidApi.DelayReasonCode.C1,
3080
+ delayReasonCode: "1",
3079
3081
  });
3080
3082
  ```
3081
3083
 
@@ -3130,13 +3132,13 @@ of the pre-encounter service should use the standard create endpoint.
3130
3132
  The endpoint will create an encounter from the provided fields, pulling information from the provided patient and appointment objects
3131
3133
  where applicable. In particular, the following fields are populated from the patient and appointment objects:
3132
3134
 
3133
- - Patient
3134
- - Referring Provider
3135
- - Subscriber Primary
3136
- - Subscriber Secondary
3137
- - Referral Number
3138
- - Responsible Party
3139
- - Guarantor
3135
+ - Patient
3136
+ - Referring Provider
3137
+ - Subscriber Primary
3138
+ - Subscriber Secondary
3139
+ - Referral Number
3140
+ - Responsible Party
3141
+ - Guarantor
3140
3142
 
3141
3143
  Utilizing this endpoint opts you into automatic updating of the encounter when the patient or appointment is updated, assuming the
3142
3144
  encounter has not already been submitted or adjudicated.
@@ -3163,14 +3165,14 @@ await client.encounters.v4.createFromPreEncounterPatient({
3163
3165
  address1: "123 Main St",
3164
3166
  address2: "Apt 1",
3165
3167
  city: "New York",
3166
- state: CandidApi.State.Ny,
3168
+ state: "NY",
3167
3169
  zipCode: "10001",
3168
3170
  zipPlusFourCode: "1234",
3169
3171
  },
3170
3172
  taxId: "string",
3171
3173
  npi: "string",
3172
3174
  taxonomyCode: "string",
3173
- providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
3175
+ providerCommercialLicenseType: "0",
3174
3176
  firstName: "string",
3175
3177
  lastName: "string",
3176
3178
  organizationName: "string",
@@ -3182,7 +3184,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
3182
3184
  address1: "123 Main St",
3183
3185
  address2: "Apt 1",
3184
3186
  city: "New York",
3185
- state: CandidApi.State.Ny,
3187
+ state: "NY",
3186
3188
  zipCode: "10001",
3187
3189
  zipPlusFourCode: "1234",
3188
3190
  },
@@ -3197,11 +3199,11 @@ await client.encounters.v4.createFromPreEncounterPatient({
3197
3199
  address1: "123 Main St",
3198
3200
  address2: "Apt 1",
3199
3201
  city: "New York",
3200
- state: CandidApi.State.Ny,
3202
+ state: "NY",
3201
3203
  zipCode: "10001",
3202
3204
  zipPlusFourCode: "1234",
3203
3205
  },
3204
- qualifier: CandidApi.QualifierCode.Dq,
3206
+ qualifier: "DQ",
3205
3207
  firstName: "string",
3206
3208
  lastName: "string",
3207
3209
  organizationName: "string",
@@ -3213,7 +3215,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
3213
3215
  address1: "123 Main St",
3214
3216
  address2: "Apt 1",
3215
3217
  city: "New York",
3216
- state: CandidApi.State.Ny,
3218
+ state: "NY",
3217
3219
  zipCode: "10001",
3218
3220
  zipPlusFourCode: "1234",
3219
3221
  },
@@ -3228,7 +3230,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
3228
3230
  address1: "123 Main St",
3229
3231
  address2: "Apt 1",
3230
3232
  city: "New York",
3231
- state: CandidApi.State.Ny,
3233
+ state: "NY",
3232
3234
  zipCode: "10001",
3233
3235
  zipPlusFourCode: "1234",
3234
3236
  },
@@ -3237,13 +3239,13 @@ await client.encounters.v4.createFromPreEncounterPatient({
3237
3239
  diagnoses: [
3238
3240
  {
3239
3241
  name: "string",
3240
- codeType: CandidApi.DiagnosisTypeCode.Abf,
3242
+ codeType: "ABF",
3241
3243
  code: "string",
3242
3244
  },
3243
3245
  ],
3244
3246
  clinicalNotes: [
3245
3247
  {
3246
- category: CandidApi.NoteCategory.Clinical,
3248
+ category: "clinical",
3247
3249
  notes: [],
3248
3250
  },
3249
3251
  ],
@@ -3252,10 +3254,10 @@ await client.encounters.v4.createFromPreEncounterPatient({
3252
3254
  text: "string",
3253
3255
  },
3254
3256
  ],
3255
- placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
3257
+ placeOfServiceCode: "01",
3256
3258
  patientHistories: [
3257
3259
  {
3258
- category: CandidApi.PatientHistoryCategoryEnum.PresentIllness,
3260
+ category: "present_illness",
3259
3261
  questions: [
3260
3262
  {
3261
3263
  id: CandidApi.IntakeQuestionId("6E7FBCE4-A8EA-46D0-A8D8-FF83CA3BB176"),
@@ -3280,25 +3282,25 @@ await client.encounters.v4.createFromPreEncounterPatient({
3280
3282
  {
3281
3283
  procedureCode: "string",
3282
3284
  quantity: CandidApi.Decimal("string"),
3283
- units: CandidApi.ServiceLineUnits.Mj,
3285
+ units: "MJ",
3284
3286
  diagnosisPointers: [],
3285
3287
  },
3286
3288
  ],
3287
3289
  externalClaimSubmission: {
3288
- claimCreatedAt: new Date("2023-01-01T12:00:00.000Z"),
3290
+ claimCreatedAt: "2023-01-01T12:00:00.000000Z",
3289
3291
  patientControlNumber: "PATIENT_CONTROL_NUMBER",
3290
3292
  submissionRecords: [
3291
3293
  {
3292
- submittedAt: new Date("2023-01-01T13:00:00.000Z"),
3293
- claimFrequencyCode: CandidApi.ClaimFrequencyTypeCode.Original,
3294
- payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
3295
- intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Electronic,
3294
+ submittedAt: "2023-01-01T13:00:00.000000Z",
3295
+ claimFrequencyCode: "1",
3296
+ payerResponsibility: "primary",
3297
+ intendedSubmissionMedium: "electronic",
3296
3298
  },
3297
3299
  {
3298
- submittedAt: new Date("2023-01-04T12:00:00.000Z"),
3299
- claimFrequencyCode: CandidApi.ClaimFrequencyTypeCode.Replacement,
3300
- payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
3301
- intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Paper,
3300
+ submittedAt: "2023-01-04T12:00:00.000000Z",
3301
+ claimFrequencyCode: "7",
3302
+ payerResponsibility: "primary",
3303
+ intendedSubmissionMedium: "paper",
3302
3304
  },
3303
3305
  ],
3304
3306
  },
@@ -3343,7 +3345,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
3343
3345
  interventions: [
3344
3346
  {
3345
3347
  name: "Physical Therapy Session",
3346
- category: CandidApi.InterventionCategory.Lifestyle,
3348
+ category: "lifestyle",
3347
3349
  description:
3348
3350
  "A session focused on improving muscular strength, flexibility, and range of motion post-injury.",
3349
3351
  medication: {
@@ -3358,7 +3360,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
3358
3360
  {
3359
3361
  name: "Genetic Health Labs",
3360
3362
  code: "GH12345",
3361
- codeType: CandidApi.LabCodeType.Quest,
3363
+ codeType: "quest",
3362
3364
  },
3363
3365
  ],
3364
3366
  },
@@ -3367,19 +3369,19 @@ await client.encounters.v4.createFromPreEncounterPatient({
3367
3369
  address1: "123 Main St",
3368
3370
  address2: "Apt 1",
3369
3371
  city: "New York",
3370
- state: CandidApi.State.Ny,
3372
+ state: "NY",
3371
3373
  zipCode: "10001",
3372
3374
  zipPlusFourCode: "1234",
3373
3375
  },
3374
- synchronicity: CandidApi.SynchronicityType.Synchronous,
3375
- billableStatus: CandidApi.BillableStatusType.Billable,
3376
+ synchronicity: "Synchronous",
3377
+ billableStatus: "BILLABLE",
3376
3378
  additionalInformation: "string",
3377
- serviceAuthorizationExceptionCode: CandidApi.ServiceAuthorizationExceptionCode.C1,
3379
+ serviceAuthorizationExceptionCode: "1",
3378
3380
  admissionDate: "2023-01-15",
3379
3381
  dischargeDate: "2023-01-15",
3380
3382
  onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
3381
3383
  lastMenstrualPeriodDate: "2023-01-15",
3382
- delayReasonCode: CandidApi.DelayReasonCode.C1,
3384
+ delayReasonCode: "1",
3383
3385
  });
3384
3386
  ```
3385
3387
 
@@ -3430,7 +3432,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
3430
3432
  ```typescript
3431
3433
  await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
3432
3434
  diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
3433
- placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
3435
+ placeOfServiceCodeAsSubmitted: "01",
3434
3436
  });
3435
3437
  ```
3436
3438
 
@@ -3508,12 +3510,12 @@ await client.expectedNetworkStatus.v1.compute({
3508
3510
  externalPatientId: "string",
3509
3511
  subscriberPayerId: "string",
3510
3512
  subscriberPayerName: "string",
3511
- subscriberInsuranceType: CandidApi.InsuranceTypeCode.C01,
3513
+ subscriberInsuranceType: "01",
3512
3514
  subscriberPlanName: "string",
3513
3515
  billingProviderNpi: "string",
3514
3516
  billingProviderTin: "string",
3515
3517
  renderingProviderNpi: "string",
3516
- contractedState: CandidApi.State.Aa,
3518
+ contractedState: "AA",
3517
3519
  dateOfService: CandidApi.Date_("string"),
3518
3520
  });
3519
3521
  ```
@@ -3585,16 +3587,16 @@ to discuss enabling this endpoint if it is not available for your organization.
3585
3587
  await client.expectedNetworkStatus.v2.computeForRenderingProvider(
3586
3588
  CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
3587
3589
  {
3588
- serviceType: CandidApi.ServiceType.NewPatientVideoAppt,
3589
- placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
3590
+ serviceType: "new_patient_video_appt",
3591
+ placeOfServiceCode: "01",
3590
3592
  subscriberInformation: {
3591
3593
  payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
3592
3594
  memberId: "string",
3593
3595
  insuranceType: {
3594
- lineOfBusiness: CandidApi.LineOfBusiness.Medicare,
3596
+ lineOfBusiness: "medicare",
3595
3597
  insuranceTypeCodes: {
3596
3598
  type: "insurance_type_code",
3597
- value: CandidApi.InsuranceTypeCode.C01,
3599
+ value: "01",
3598
3600
  },
3599
3601
  },
3600
3602
  },
@@ -3602,14 +3604,14 @@ await client.expectedNetworkStatus.v2.computeForRenderingProvider(
3602
3604
  address1: "123 Main St",
3603
3605
  address2: "Apt 1",
3604
3606
  city: "New York",
3605
- state: CandidApi.State.Ny,
3607
+ state: "NY",
3606
3608
  zipCode: "10001",
3607
3609
  zipPlusFourCode: "1234",
3608
3610
  },
3609
3611
  billingProviderId: CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
3610
3612
  organizationServiceFacilityId: CandidApi.OrganizationServiceFacilityId("30F55EE6-8C0E-43FC-A7FC-DAC00D5BF569"),
3611
3613
  dateOfService: "2023-01-15",
3612
- }
3614
+ },
3613
3615
  );
3614
3616
  ```
3615
3617
 
@@ -3684,16 +3686,16 @@ to discuss enabling this endpoint if it is not available for your organization.
3684
3686
 
3685
3687
  ```typescript
3686
3688
  await client.expectedNetworkStatus.v2.computeAllInNetworkProviders({
3687
- serviceType: CandidApi.ServiceType.NewPatientVideoAppt,
3688
- placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
3689
+ serviceType: "new_patient_video_appt",
3690
+ placeOfServiceCode: "01",
3689
3691
  subscriberInformation: {
3690
3692
  payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
3691
3693
  memberId: "string",
3692
3694
  insuranceType: {
3693
- lineOfBusiness: CandidApi.LineOfBusiness.Medicare,
3695
+ lineOfBusiness: "medicare",
3694
3696
  insuranceTypeCodes: {
3695
3697
  type: "insurance_type_code",
3696
- value: CandidApi.InsuranceTypeCode.C01,
3698
+ value: "01",
3697
3699
  },
3698
3700
  },
3699
3701
  },
@@ -3701,7 +3703,7 @@ await client.expectedNetworkStatus.v2.computeAllInNetworkProviders({
3701
3703
  address1: "123 Main St",
3702
3704
  address2: "Apt 1",
3703
3705
  city: "New York",
3704
- state: CandidApi.State.Ny,
3706
+ state: "NY",
3705
3707
  zipCode: "10001",
3706
3708
  zipPlusFourCode: "1234",
3707
3709
  },
@@ -3971,7 +3973,7 @@ Tests a service line against a rate to see if it matches.
3971
3973
  ```typescript
3972
3974
  await client.feeSchedules.v3.testMatch(
3973
3975
  CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
3974
- CandidApi.RateId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
3976
+ CandidApi.RateId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
3975
3977
  );
3976
3978
  ```
3977
3979
 
@@ -4049,13 +4051,13 @@ await client.feeSchedules.v3.getMulti({
4049
4051
  activeDate: "2023-01-15",
4050
4052
  payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
4051
4053
  organizationBillingProviderId: CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
4052
- states: CandidApi.State.Aa,
4054
+ states: "AA",
4053
4055
  zipCodes: "string",
4054
- licenseTypes: CandidApi.LicenseType.Md,
4055
- facilityTypeCodes: CandidApi.FacilityTypeCode.Pharmacy,
4056
- networkTypes: CandidApi.NetworkType.Ppo,
4056
+ licenseTypes: "MD",
4057
+ facilityTypeCodes: "01",
4058
+ networkTypes: "12",
4057
4059
  cptCode: "string",
4058
- modifiers: CandidApi.ProcedureModifier.TwentyTwo,
4060
+ modifiers: "22",
4059
4061
  });
4060
4062
  ```
4061
4063
 
@@ -4122,16 +4124,16 @@ Gets unique values for a dimension based on other selection criteria. The respon
4122
4124
  await client.feeSchedules.v3.getUniqueValuesForDimension({
4123
4125
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
4124
4126
  limit: 1,
4125
- pivotDimension: CandidApi.DimensionName.PayerUuid,
4127
+ pivotDimension: "payer_uuid",
4126
4128
  payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
4127
4129
  organizationBillingProviderId: CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
4128
- states: CandidApi.State.Aa,
4130
+ states: "AA",
4129
4131
  zipCodes: "string",
4130
- licenseTypes: CandidApi.LicenseType.Md,
4131
- facilityTypeCodes: CandidApi.FacilityTypeCode.Pharmacy,
4132
- networkTypes: CandidApi.NetworkType.Ppo,
4132
+ licenseTypes: "MD",
4133
+ facilityTypeCodes: "01",
4134
+ networkTypes: "12",
4133
4135
  cptCode: "string",
4134
- modifiers: CandidApi.ProcedureModifier.TwentyTwo,
4136
+ modifiers: "22",
4135
4137
  });
4136
4138
  ```
4137
4139
 
@@ -4266,13 +4268,13 @@ await client.feeSchedules.v3.uploadFeeSchedule({
4266
4268
  dimensions: {
4267
4269
  payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
4268
4270
  organizationBillingProviderId: CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
4269
- states: new Set([CandidApi.State.Aa]),
4271
+ states: new Set(["AA"]),
4270
4272
  zipCodes: new Set(["string"]),
4271
- licenseTypes: new Set([CandidApi.LicenseType.Md]),
4272
- facilityTypeCodes: new Set([CandidApi.FacilityTypeCode.Pharmacy]),
4273
- networkTypes: new Set([CandidApi.NetworkType.Ppo]),
4273
+ licenseTypes: new Set(["MD"]),
4274
+ facilityTypeCodes: new Set(["01"]),
4275
+ networkTypes: new Set(["12"]),
4274
4276
  cptCode: "string",
4275
- modifiers: new Set([CandidApi.ProcedureModifier.TwentyTwo]),
4277
+ modifiers: new Set(["22"]),
4276
4278
  },
4277
4279
  entries: [
4278
4280
  {
@@ -4618,7 +4620,7 @@ await client.guarantor.v1.create(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-
4618
4620
  phoneNumbers: [
4619
4621
  {
4620
4622
  number: "1234567890",
4621
- type: CandidApi.PhoneNumberType.Home,
4623
+ type: "Home",
4622
4624
  },
4623
4625
  ],
4624
4626
  phoneConsent: true,
@@ -4632,7 +4634,7 @@ await client.guarantor.v1.create(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-
4632
4634
  address1: "123 Main St",
4633
4635
  address2: "Apt 1",
4634
4636
  city: "New York",
4635
- state: CandidApi.State.Ny,
4637
+ state: "NY",
4636
4638
  zipCode: "10001",
4637
4639
  zipPlusFourCode: "1234",
4638
4640
  },
@@ -4779,14 +4781,14 @@ await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-
4779
4781
  address1: "123 Main St",
4780
4782
  address2: "Apt 1",
4781
4783
  city: "New York",
4782
- state: CandidApi.State.Ny,
4784
+ state: "NY",
4783
4785
  zipCode: "10001",
4784
4786
  zipPlusFourCode: "1234",
4785
4787
  },
4786
4788
  phoneNumbers: [
4787
4789
  {
4788
4790
  number: "1234567890",
4789
- type: CandidApi.PhoneNumberType.Home,
4791
+ type: "Home",
4790
4792
  },
4791
4793
  ],
4792
4794
  phoneConsent: true,
@@ -4880,7 +4882,7 @@ await client.importInvoice.v1.importInvoice({
4880
4882
  amountCents: 1,
4881
4883
  },
4882
4884
  ],
4883
- status: CandidApi.InvoiceStatus.Draft,
4885
+ status: "DRAFT",
4884
4886
  externalIdentifier: "string",
4885
4887
  customerInvoiceUrl: "string",
4886
4888
  });
@@ -4952,10 +4954,10 @@ await client.importInvoice.v1.getMulti({
4952
4954
  note: "string",
4953
4955
  dueDateBefore: "2023-01-15",
4954
4956
  dueDateAfter: "2023-01-15",
4955
- status: CandidApi.InvoiceStatus.Draft,
4957
+ status: "DRAFT",
4956
4958
  limit: 1,
4957
- sort: CandidApi.InvoiceSortField.CreatedAt,
4958
- sortDirection: CandidApi.SortDirection.Asc,
4959
+ sort: "CREATED_AT",
4960
+ sortDirection: "asc",
4959
4961
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
4960
4962
  });
4961
4963
  ```
@@ -5085,11 +5087,11 @@ Update the information on the imported invoice
5085
5087
  ```typescript
5086
5088
  await client.importInvoice.v1.update(CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
5087
5089
  customerInvoiceUrl: "string",
5088
- status: CandidApi.InvoiceStatus.Draft,
5090
+ status: "DRAFT",
5089
5091
  note: "string",
5090
5092
  dueDate: "2023-01-15",
5091
5093
  items: {
5092
- updateType: CandidApi.InvoiceItemUpdateType.Append,
5094
+ updateType: "APPEND",
5093
5095
  items: [
5094
5096
  {
5095
5097
  attribution: {
@@ -5254,7 +5256,7 @@ await client.insuranceAdjudications.v1.create({
5254
5256
  claims: {
5255
5257
  "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32": [
5256
5258
  {
5257
- claimStatusCode: CandidApi.ClaimStatusCodeCreate.ProcessedAsPrimary,
5259
+ claimStatusCode: "1",
5258
5260
  serviceLines: {},
5259
5261
  carcs: [],
5260
5262
  },
@@ -5325,7 +5327,7 @@ Deletes the insurance adjudication record matching the provided insurance_adjudi
5325
5327
 
5326
5328
  ```typescript
5327
5329
  await client.insuranceAdjudications.v1.delete(
5328
- CandidApi.InsuranceAdjudicationId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
5330
+ CandidApi.InsuranceAdjudicationId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5329
5331
  );
5330
5332
  ```
5331
5333
 
@@ -5397,8 +5399,8 @@ await client.insurancePayments.v1.getMulti({
5397
5399
  claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5398
5400
  serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5399
5401
  billingProviderId: CandidApi.ProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5400
- sort: CandidApi.InsurancePaymentSortField.AmountCents,
5401
- sortDirection: CandidApi.SortDirection.Asc,
5402
+ sort: "amount_cents",
5403
+ sortDirection: "asc",
5402
5404
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
5403
5405
  });
5404
5406
  ```
@@ -5534,7 +5536,7 @@ await client.insurancePayments.v1.create({
5534
5536
  type: "payer_info",
5535
5537
  },
5536
5538
  amountCents: 1,
5537
- paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
5539
+ paymentTimestamp: "2024-01-15T09:30:00Z",
5538
5540
  paymentNote: "string",
5539
5541
  allocations: [
5540
5542
  {
@@ -5610,7 +5612,7 @@ then the allocations must be appropriately updated as well.
5610
5612
 
5611
5613
  ```typescript
5612
5614
  await client.insurancePayments.v1.update(CandidApi.InsurancePaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
5613
- paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
5615
+ paymentTimestamp: "2024-01-15T09:30:00Z",
5614
5616
  paymentNote: {
5615
5617
  type: "set",
5616
5618
  value: "string",
@@ -5760,8 +5762,8 @@ await client.insuranceRefunds.v1.getMulti({
5760
5762
  claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5761
5763
  serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5762
5764
  billingProviderId: CandidApi.ProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5763
- sort: CandidApi.InsuranceRefundSortField.AmountCents,
5764
- sortDirection: CandidApi.SortDirection.Asc,
5765
+ sort: "amount_cents",
5766
+ sortDirection: "asc",
5765
5767
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
5766
5768
  });
5767
5769
  ```
@@ -5897,7 +5899,7 @@ await client.insuranceRefunds.v1.create({
5897
5899
  type: "payer_info",
5898
5900
  },
5899
5901
  amountCents: 1,
5900
- refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
5902
+ refundTimestamp: "2024-01-15T09:30:00Z",
5901
5903
  refundNote: "string",
5902
5904
  allocations: [
5903
5905
  {
@@ -5908,7 +5910,7 @@ await client.insuranceRefunds.v1.create({
5908
5910
  },
5909
5911
  },
5910
5912
  ],
5911
- refundReason: CandidApi.RefundReason.Overcharged,
5913
+ refundReason: "OVERCHARGED",
5912
5914
  });
5913
5915
  ```
5914
5916
 
@@ -5974,14 +5976,14 @@ then the allocations must be appropriately updated as well.
5974
5976
 
5975
5977
  ```typescript
5976
5978
  await client.insuranceRefunds.v1.update(CandidApi.InsuranceRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
5977
- refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
5979
+ refundTimestamp: "2024-01-15T09:30:00Z",
5978
5980
  refundNote: {
5979
5981
  type: "set",
5980
5982
  value: "string",
5981
5983
  },
5982
5984
  refundReason: {
5983
5985
  type: "set",
5984
- value: CandidApi.RefundReason.Overcharged,
5986
+ value: "OVERCHARGED",
5985
5987
  },
5986
5988
  });
5987
5989
  ```
@@ -6111,20 +6113,20 @@ await client.medicationDispense.v1.create({
6111
6113
  patientExternalId: "string",
6112
6114
  procedureCode: "string",
6113
6115
  quantity: CandidApi.Decimal("string"),
6114
- units: CandidApi.ServiceLineUnits.Mj,
6116
+ units: "MJ",
6115
6117
  dateOfService: "2023-01-15",
6116
6118
  drugIdentification: {
6117
- serviceIdQualifier: CandidApi.ServiceIdQualifier.EanUcc13,
6119
+ serviceIdQualifier: "EN",
6118
6120
  nationalDrugCode: "string",
6119
6121
  nationalDrugUnitCount: "string",
6120
- measurementUnitCode: CandidApi.MeasurementUnitCode.Milliliters,
6122
+ measurementUnitCode: "ML",
6121
6123
  linkSequenceNumber: "string",
6122
6124
  pharmacyPrescriptionNumber: "string",
6123
6125
  conversionFormula: "string",
6124
6126
  drugDescription: "string",
6125
6127
  },
6126
6128
  description: "string",
6127
- modifiers: [CandidApi.ProcedureModifier.TwentyTwo],
6129
+ modifiers: ["22"],
6128
6130
  });
6129
6131
  ```
6130
6132
 
@@ -6195,8 +6197,8 @@ await client.nonInsurancePayerPayments.v1.getMulti({
6195
6197
  nonInsurancePayerId: CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6196
6198
  checkNumber: "string",
6197
6199
  invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6198
- sort: CandidApi.NonInsurancePayerPaymentSortField.AmountCents,
6199
- sortDirection: CandidApi.SortDirection.Asc,
6200
+ sort: "amount_cents",
6201
+ sortDirection: "asc",
6200
6202
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
6201
6203
  });
6202
6204
  ```
@@ -6262,7 +6264,7 @@ Retrieves a previously created non-insurance payer payment by its `non_insurance
6262
6264
 
6263
6265
  ```typescript
6264
6266
  await client.nonInsurancePayerPayments.v1.get(
6265
- CandidApi.NonInsurancePayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
6267
+ CandidApi.NonInsurancePayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6266
6268
  );
6267
6269
  ```
6268
6270
 
@@ -6314,7 +6316,7 @@ await client.nonInsurancePayerPayments.v1.get(
6314
6316
  await client.nonInsurancePayerPayments.v1.create({
6315
6317
  nonInsurancePayerId: CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6316
6318
  amountCents: 1,
6317
- paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
6319
+ paymentTimestamp: "2024-01-15T09:30:00Z",
6318
6320
  paymentNote: "string",
6319
6321
  checkNumber: "string",
6320
6322
  allocations: [
@@ -6378,7 +6380,7 @@ await client.nonInsurancePayerPayments.v1.create({
6378
6380
  await client.nonInsurancePayerPayments.v1.update(
6379
6381
  CandidApi.NonInsurancePayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6380
6382
  {
6381
- paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
6383
+ paymentTimestamp: "2024-01-15T09:30:00Z",
6382
6384
  paymentNote: {
6383
6385
  type: "set",
6384
6386
  value: "string",
@@ -6387,7 +6389,7 @@ await client.nonInsurancePayerPayments.v1.update(
6387
6389
  type: "set",
6388
6390
  value: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6389
6391
  },
6390
- }
6392
+ },
6391
6393
  );
6392
6394
  ```
6393
6395
 
@@ -6460,7 +6462,7 @@ Deletes the non-insurance payer payment record matching the provided `non_insura
6460
6462
 
6461
6463
  ```typescript
6462
6464
  await client.nonInsurancePayerPayments.v1.delete(
6463
- CandidApi.NonInsurancePayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
6465
+ CandidApi.NonInsurancePayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6464
6466
  );
6465
6467
  ```
6466
6468
 
@@ -6531,8 +6533,8 @@ await client.nonInsurancePayerRefunds.v1.getMulti({
6531
6533
  nonInsurancePayerId: CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6532
6534
  checkNumber: "string",
6533
6535
  invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6534
- sort: CandidApi.NonInsurancePayerRefundSortField.AmountCents,
6535
- sortDirection: CandidApi.SortDirection.Asc,
6536
+ sort: "amount_cents",
6537
+ sortDirection: "asc",
6536
6538
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
6537
6539
  });
6538
6540
  ```
@@ -6598,7 +6600,7 @@ Retrieves a previously created non-insurance payer refund by its `non_insurance_
6598
6600
 
6599
6601
  ```typescript
6600
6602
  await client.nonInsurancePayerRefunds.v1.get(
6601
- CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
6603
+ CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6602
6604
  );
6603
6605
  ```
6604
6606
 
@@ -6668,7 +6670,7 @@ await client.nonInsurancePayerRefunds.v1.create({
6668
6670
  nonInsurancePayerId: CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6669
6671
  invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6670
6672
  amountCents: 1,
6671
- refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
6673
+ refundTimestamp: "2024-01-15T09:30:00Z",
6672
6674
  refundNote: "string",
6673
6675
  checkNumber: "string",
6674
6676
  allocations: [
@@ -6680,7 +6682,7 @@ await client.nonInsurancePayerRefunds.v1.create({
6680
6682
  },
6681
6683
  },
6682
6684
  ],
6683
- refundReason: CandidApi.RefundReason.Overcharged,
6685
+ refundReason: "OVERCHARGED",
6684
6686
  });
6685
6687
  ```
6686
6688
 
@@ -6748,20 +6750,20 @@ then the allocations must be appropriately updated as well.
6748
6750
  await client.nonInsurancePayerRefunds.v1.update(
6749
6751
  CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6750
6752
  {
6751
- refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
6753
+ refundTimestamp: "2024-01-15T09:30:00Z",
6752
6754
  refundNote: {
6753
6755
  type: "set",
6754
6756
  value: "string",
6755
6757
  },
6756
6758
  refundReason: {
6757
6759
  type: "set",
6758
- value: CandidApi.RefundReason.Overcharged,
6760
+ value: "OVERCHARGED",
6759
6761
  },
6760
6762
  invoiceId: {
6761
6763
  type: "set",
6762
6764
  value: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6763
6765
  },
6764
- }
6766
+ },
6765
6767
  );
6766
6768
  ```
6767
6769
 
@@ -6834,7 +6836,7 @@ Deletes the non-insurance payer refund record matching the provided `non_insuran
6834
6836
 
6835
6837
  ```typescript
6836
6838
  await client.nonInsurancePayerRefunds.v1.delete(
6837
- CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
6839
+ CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6838
6840
  );
6839
6841
  ```
6840
6842
 
@@ -6893,7 +6895,7 @@ await client.nonInsurancePayers.v1.create({
6893
6895
  address1: "123 Main St",
6894
6896
  address2: "Apt 1",
6895
6897
  city: "New York",
6896
- state: CandidApi.State.Ny,
6898
+ state: "NY",
6897
6899
  zipCode: "10001",
6898
6900
  zipPlusFourCode: "1234",
6899
6901
  },
@@ -6949,7 +6951,7 @@ await client.nonInsurancePayers.v1.toggleEnablement(
6949
6951
  CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6950
6952
  {
6951
6953
  enabled: true,
6952
- }
6954
+ },
6953
6955
  );
6954
6956
  ```
6955
6957
 
@@ -7010,8 +7012,8 @@ await client.nonInsurancePayers.v1.getMulti({
7010
7012
  name: "string",
7011
7013
  category: "string",
7012
7014
  enabled: true,
7013
- sort: CandidApi.NonInsurancePayerSortField.Name,
7014
- sortDirection: CandidApi.SortDirection.Asc,
7015
+ sort: "NAME",
7016
+ sortDirection: "asc",
7015
7017
  limit: 1,
7016
7018
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
7017
7019
  });
@@ -7228,7 +7230,7 @@ await client.nonInsurancePayers.v1.delete(CandidApi.NonInsurancePayerId("d5e9c84
7228
7230
 
7229
7231
  ```typescript
7230
7232
  await client.organizationServiceFacilities.v2.get(
7231
- CandidApi.OrganizationServiceFacilityId("30F55EE6-8C0E-43FC-A7FC-DAC00D5BF569")
7233
+ CandidApi.OrganizationServiceFacilityId("30F55EE6-8C0E-43FC-A7FC-DAC00D5BF569"),
7232
7234
  );
7233
7235
  ```
7234
7236
 
@@ -7333,17 +7335,17 @@ await client.organizationServiceFacilities.v2.create({
7333
7335
  name: "Test Service Facility",
7334
7336
  aliases: ["Test Service Facility Alias"],
7335
7337
  description: "Test Service Facility Description",
7336
- status: CandidApi.ServiceFacilityStatus.Active,
7337
- operationalStatus: CandidApi.ServiceFacilityOperationalStatus.Closed,
7338
- mode: CandidApi.ServiceFacilityMode.Instance,
7339
- type: CandidApi.ServiceFacilityType.DiagnosticsOrTherapeuticsUnit,
7340
- physicalType: CandidApi.ServiceFacilityPhysicalType.Site,
7338
+ status: "active",
7339
+ operationalStatus: "C",
7340
+ mode: "instance",
7341
+ type: "DX",
7342
+ physicalType: "si",
7341
7343
  telecoms: ["555-555-5555"],
7342
7344
  address: {
7343
7345
  address1: "123 Main St",
7344
7346
  address2: "Apt 1",
7345
7347
  city: "New York",
7346
- state: CandidApi.State.Ny,
7348
+ state: "NY",
7347
7349
  zipCode: "10001",
7348
7350
  zipPlusFourCode: "1234",
7349
7351
  },
@@ -7401,21 +7403,21 @@ await client.organizationServiceFacilities.v2.update(
7401
7403
  name: "Test Service Facility",
7402
7404
  aliases: ["Test Service Facility Alias"],
7403
7405
  description: "Test Service Facility Description",
7404
- status: CandidApi.ServiceFacilityStatus.Active,
7405
- operationalStatus: CandidApi.ServiceFacilityOperationalStatus.Closed,
7406
- mode: CandidApi.ServiceFacilityMode.Instance,
7407
- type: CandidApi.ServiceFacilityType.DiagnosticsOrTherapeuticsUnit,
7408
- physicalType: CandidApi.ServiceFacilityPhysicalType.Site,
7406
+ status: "active",
7407
+ operationalStatus: "C",
7408
+ mode: "instance",
7409
+ type: "DX",
7410
+ physicalType: "si",
7409
7411
  telecoms: ["555-555-5555"],
7410
7412
  address: {
7411
7413
  address1: "123 Main St",
7412
7414
  address2: "Apt 1",
7413
7415
  city: "New York",
7414
- state: CandidApi.State.Ny,
7416
+ state: "NY",
7415
7417
  zipCode: "10001",
7416
7418
  zipPlusFourCode: "1234",
7417
7419
  },
7418
- }
7420
+ },
7419
7421
  );
7420
7422
  ```
7421
7423
 
@@ -7473,7 +7475,7 @@ await client.organizationServiceFacilities.v2.update(
7473
7475
 
7474
7476
  ```typescript
7475
7477
  await client.organizationServiceFacilities.v2.delete(
7476
- CandidApi.OrganizationServiceFacilityId("30F55EE6-8C0E-43FC-A7FC-DAC00D5BF569")
7478
+ CandidApi.OrganizationServiceFacilityId("30F55EE6-8C0E-43FC-A7FC-DAC00D5BF569"),
7477
7479
  );
7478
7480
  ```
7479
7481
 
@@ -7579,7 +7581,7 @@ await client.organizationProviders.v3.getMulti({
7579
7581
  isRendering: true,
7580
7582
  isBilling: true,
7581
7583
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
7582
- sort: CandidApi.OrganizationProviderSortOptions.ProviderNameAsc,
7584
+ sort: "provider_name:asc",
7583
7585
  });
7584
7586
  ```
7585
7587
 
@@ -7635,21 +7637,21 @@ await client.organizationProviders.v3.create({
7635
7637
  firstName: "string",
7636
7638
  lastName: "string",
7637
7639
  organizationName: "string",
7638
- providerType: CandidApi.ProviderType.Individual,
7640
+ providerType: "INDIVIDUAL",
7639
7641
  taxId: "string",
7640
7642
  taxonomyCode: "string",
7641
- licenseType: CandidApi.LicenseType.Md,
7643
+ licenseType: "MD",
7642
7644
  addresses: [
7643
7645
  {
7644
7646
  address: {
7645
7647
  address1: "123 Main St",
7646
7648
  address2: "Apt 1",
7647
7649
  city: "New York",
7648
- state: CandidApi.State.Ny,
7650
+ state: "NY",
7649
7651
  zipCode: "10001",
7650
7652
  zipPlusFourCode: "1234",
7651
7653
  },
7652
- addressType: CandidApi.AddressType.Default,
7654
+ addressType: "DEFAULT",
7653
7655
  },
7654
7656
  ],
7655
7657
  employmentStartDate: "2023-01-15",
@@ -7659,7 +7661,7 @@ await client.organizationProviders.v3.create({
7659
7661
  period: {
7660
7662
  startDate: CandidApi.Date_("string"),
7661
7663
  },
7662
- identifierCode: CandidApi.IdentifierCode.Mcr,
7664
+ identifierCode: "MCR",
7663
7665
  identifierValue: {
7664
7666
  type: "medicare_provider_identifier",
7665
7667
  },
@@ -7720,21 +7722,21 @@ await client.organizationProviders.v3.update(CandidApi.OrganizationProviderId("d
7720
7722
  firstName: "string",
7721
7723
  lastName: "string",
7722
7724
  organizationName: "string",
7723
- providerType: CandidApi.ProviderType.Individual,
7725
+ providerType: "INDIVIDUAL",
7724
7726
  taxId: "string",
7725
7727
  taxonomyCode: "string",
7726
- licenseType: CandidApi.LicenseType.Md,
7728
+ licenseType: "MD",
7727
7729
  addresses: [
7728
7730
  {
7729
7731
  address: {
7730
7732
  address1: "123 Main St",
7731
7733
  address2: "Apt 1",
7732
7734
  city: "New York",
7733
- state: CandidApi.State.Ny,
7735
+ state: "NY",
7734
7736
  zipCode: "10001",
7735
7737
  zipPlusFourCode: "1234",
7736
7738
  },
7737
- addressType: CandidApi.AddressType.Default,
7739
+ addressType: "DEFAULT",
7738
7740
  },
7739
7741
  ],
7740
7742
  employmentStartDate: CandidApi.Date_("string"),
@@ -7745,7 +7747,7 @@ await client.organizationProviders.v3.update(CandidApi.OrganizationProviderId("d
7745
7747
  period: {
7746
7748
  startDate: CandidApi.Date_("string"),
7747
7749
  },
7748
- identifierCode: CandidApi.IdentifierCode.Mcr,
7750
+ identifierCode: "MCR",
7749
7751
  identifierValue: {
7750
7752
  type: "medicare_provider_identifier",
7751
7753
  },
@@ -7833,9 +7835,9 @@ await client.patientPayments.v4.getMulti({
7833
7835
  billingProviderId: CandidApi.ProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
7834
7836
  unattributed: true,
7835
7837
  invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
7836
- sources: CandidApi.PatientTransactionSource.ManualEntry,
7837
- sort: CandidApi.PatientPaymentSortField.PaymentSource,
7838
- sortDirection: CandidApi.SortDirection.Asc,
7838
+ sources: "MANUAL_ENTRY",
7839
+ sort: "payment_source",
7840
+ sortDirection: "asc",
7839
7841
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
7840
7842
  });
7841
7843
  ```
@@ -7967,7 +7969,7 @@ claim, or billing provider.
7967
7969
  ```typescript
7968
7970
  await client.patientPayments.v4.create({
7969
7971
  amountCents: 1,
7970
- paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
7972
+ paymentTimestamp: "2024-01-15T09:30:00Z",
7971
7973
  paymentNote: "string",
7972
7974
  patientExternalId: CandidApi.PatientExternalId("string"),
7973
7975
  allocations: [
@@ -8044,7 +8046,7 @@ Updates the patient payment record matching the provided patient_payment_id.
8044
8046
 
8045
8047
  ```typescript
8046
8048
  await client.patientPayments.v4.update(CandidApi.PatientPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
8047
- paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
8049
+ paymentTimestamp: "2024-01-15T09:30:00Z",
8048
8050
  paymentNote: {
8049
8051
  type: "set",
8050
8052
  value: "string",
@@ -8198,9 +8200,9 @@ await client.patientRefunds.v1.getMulti({
8198
8200
  billingProviderId: CandidApi.ProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8199
8201
  unattributed: true,
8200
8202
  invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8201
- sources: CandidApi.PatientTransactionSource.ManualEntry,
8202
- sort: CandidApi.PatientRefundSortField.RefundSource,
8203
- sortDirection: CandidApi.SortDirection.Asc,
8203
+ sources: "MANUAL_ENTRY",
8204
+ sort: "refund_source",
8205
+ sortDirection: "asc",
8204
8206
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
8205
8207
  });
8206
8208
  ```
@@ -8332,7 +8334,7 @@ claim, or billing provider.
8332
8334
  ```typescript
8333
8335
  await client.patientRefunds.v1.create({
8334
8336
  amountCents: 1,
8335
- refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
8337
+ refundTimestamp: "2024-01-15T09:30:00Z",
8336
8338
  refundNote: "string",
8337
8339
  patientExternalId: CandidApi.PatientExternalId("string"),
8338
8340
  allocations: [
@@ -8345,7 +8347,7 @@ await client.patientRefunds.v1.create({
8345
8347
  },
8346
8348
  ],
8347
8349
  invoice: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8348
- refundReason: CandidApi.RefundReason.Overcharged,
8350
+ refundReason: "OVERCHARGED",
8349
8351
  });
8350
8352
  ```
8351
8353
 
@@ -8410,7 +8412,7 @@ Updates the patient refund record matching the provided patient_refund_id.
8410
8412
 
8411
8413
  ```typescript
8412
8414
  await client.patientRefunds.v1.update(CandidApi.PatientRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
8413
- refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
8415
+ refundTimestamp: "2024-01-15T09:30:00Z",
8414
8416
  refundNote: {
8415
8417
  type: "set",
8416
8418
  value: "string",
@@ -8421,7 +8423,7 @@ await client.patientRefunds.v1.update(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
8421
8423
  },
8422
8424
  refundReason: {
8423
8425
  type: "set",
8424
- value: CandidApi.RefundReason.Overcharged,
8426
+ value: "OVERCHARGED",
8425
8427
  },
8426
8428
  });
8427
8429
  ```
@@ -8647,28 +8649,28 @@ await client.payers.v3.getAll({
8647
8649
 
8648
8650
  ```typescript
8649
8651
  await client.serviceLines.v2.create({
8650
- modifiers: [CandidApi.ProcedureModifier.TwentyTwo],
8652
+ modifiers: ["22"],
8651
8653
  chargeAmountCents: 1,
8652
8654
  diagnosisIdZero: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8653
8655
  diagnosisIdOne: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8654
8656
  diagnosisIdTwo: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8655
8657
  diagnosisIdThree: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8656
8658
  denialReason: {
8657
- reason: CandidApi.DenialReasonContent.AuthorizationRequired,
8659
+ reason: "Authorization Required",
8658
8660
  },
8659
- placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
8661
+ placeOfServiceCode: "01",
8660
8662
  procedureCode: "string",
8661
8663
  quantity: CandidApi.Decimal("string"),
8662
- units: CandidApi.ServiceLineUnits.Mj,
8664
+ units: "MJ",
8663
8665
  claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8664
8666
  description: "string",
8665
8667
  dateOfService: "2023-01-15",
8666
8668
  endDateOfService: "2023-01-15",
8667
8669
  drugIdentification: {
8668
- serviceIdQualifier: CandidApi.ServiceIdQualifier.EanUcc13,
8670
+ serviceIdQualifier: "EN",
8669
8671
  nationalDrugCode: "string",
8670
8672
  nationalDrugUnitCount: "string",
8671
- measurementUnitCode: CandidApi.MeasurementUnitCode.Milliliters,
8673
+ measurementUnitCode: "ML",
8672
8674
  linkSequenceNumber: "string",
8673
8675
  pharmacyPrescriptionNumber: "string",
8674
8676
  conversionFormula: "string",
@@ -8681,7 +8683,7 @@ await client.serviceLines.v2.create({
8681
8683
  address1: "123 Main St",
8682
8684
  address2: "Apt 1",
8683
8685
  city: "New York",
8684
- state: CandidApi.State.Ny,
8686
+ state: "NY",
8685
8687
  zipCode: "10001",
8686
8688
  zipPlusFourCode: "1234",
8687
8689
  },
@@ -8692,7 +8694,7 @@ await client.serviceLines.v2.create({
8692
8694
  testResults: [
8693
8695
  {
8694
8696
  value: 1.1,
8695
- resultType: CandidApi.TestResultType.Hematocrit,
8697
+ resultType: "HEMATOCRIT",
8696
8698
  },
8697
8699
  ],
8698
8700
  hasEpsdtIndicator: true,
@@ -8747,27 +8749,27 @@ await client.serviceLines.v2.create({
8747
8749
  ```typescript
8748
8750
  await client.serviceLines.v2.update(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
8749
8751
  editReason: "string",
8750
- modifiers: [CandidApi.ProcedureModifier.TwentyTwo],
8752
+ modifiers: ["22"],
8751
8753
  chargeAmountCents: 1,
8752
8754
  diagnosisIdZero: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8753
8755
  diagnosisIdOne: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8754
8756
  diagnosisIdTwo: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8755
8757
  diagnosisIdThree: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8756
8758
  drugIdentification: {
8757
- serviceIdQualifier: CandidApi.ServiceIdQualifier.EanUcc13,
8759
+ serviceIdQualifier: "EN",
8758
8760
  nationalDrugCode: "string",
8759
8761
  nationalDrugUnitCount: "string",
8760
- measurementUnitCode: CandidApi.MeasurementUnitCode.Milliliters,
8762
+ measurementUnitCode: "ML",
8761
8763
  linkSequenceNumber: "string",
8762
8764
  pharmacyPrescriptionNumber: "string",
8763
8765
  conversionFormula: "string",
8764
8766
  drugDescription: "string",
8765
8767
  },
8766
8768
  denialReason: {
8767
- reason: CandidApi.DenialReasonContent.AuthorizationRequired,
8769
+ reason: "Authorization Required",
8768
8770
  },
8769
- placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
8770
- units: CandidApi.ServiceLineUnits.Mj,
8771
+ placeOfServiceCode: "01",
8772
+ units: "MJ",
8771
8773
  procedureCode: "string",
8772
8774
  quantity: CandidApi.Decimal("string"),
8773
8775
  description: "string",
@@ -8776,7 +8778,7 @@ await client.serviceLines.v2.update(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-
8776
8778
  testResults: [
8777
8779
  {
8778
8780
  value: 1.1,
8779
- resultType: CandidApi.TestResultType.Hematocrit,
8781
+ resultType: "HEMATOCRIT",
8780
8782
  },
8781
8783
  ],
8782
8784
  hasEpsdtIndicator: true,
@@ -8938,17 +8940,17 @@ await client.tasks.v3.getActions(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7
8938
8940
  await client.tasks.v3.getMulti({
8939
8941
  limit: 1,
8940
8942
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
8941
- status: CandidApi.TaskStatus.Finished,
8942
- taskType: CandidApi.TaskType.CustomerDataRequest,
8943
+ status: "finished",
8944
+ taskType: "CUSTOMER_DATA_REQUEST",
8943
8945
  categories: "string",
8944
- updatedSince: new Date("2024-01-15T09:30:00.000Z"),
8946
+ updatedSince: "2024-01-15T09:30:00Z",
8945
8947
  encounterId: CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8946
8948
  searchTerm: "string",
8947
8949
  assignedToId: CandidApi.UserId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
8948
8950
  dateOfServiceMin: "2023-01-15",
8949
8951
  dateOfServiceMax: "2023-01-15",
8950
8952
  billingProviderNpi: "string",
8951
- sort: CandidApi.TaskSortOptions.UpdatedAtAsc,
8953
+ sort: "updated_at:asc",
8952
8954
  });
8953
8955
  ```
8954
8956
 
@@ -9047,11 +9049,11 @@ await client.tasks.v3.get(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32
9047
9049
  ```typescript
9048
9050
  await client.tasks.v3.create({
9049
9051
  encounterId: CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9050
- taskType: CandidApi.TaskType.CustomerDataRequest,
9052
+ taskType: "CUSTOMER_DATA_REQUEST",
9051
9053
  description: "string",
9052
9054
  blocksClaimSubmission: true,
9053
9055
  assigneeUserId: CandidApi.UserId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9054
- category: CandidApi.TaskCategory.Other,
9056
+ category: "other",
9055
9057
  workQueueId: CandidApi.WorkQueueId("string"),
9056
9058
  });
9057
9059
  ```
@@ -9102,7 +9104,7 @@ await client.tasks.v3.create({
9102
9104
 
9103
9105
  ```typescript
9104
9106
  await client.tasks.v3.update(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
9105
- status: CandidApi.TaskStatus.Finished,
9107
+ status: "finished",
9106
9108
  assigneeUserId: CandidApi.UserId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9107
9109
  blocksClaimSubmission: true,
9108
9110
  });
@@ -9185,10 +9187,10 @@ await client.writeOffs.v1.getMulti({
9185
9187
  serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9186
9188
  claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9187
9189
  billingProviderId: CandidApi.ProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9188
- sort: CandidApi.WriteOffSortField.AmountCents,
9189
- sortDirection: CandidApi.SortDirection.Asc,
9190
+ sort: "amount_cents",
9191
+ sortDirection: "asc",
9190
9192
  pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
9191
- accountTypes: CandidApi.AccountType.Patient,
9193
+ accountTypes: "PATIENT",
9192
9194
  });
9193
9195
  ```
9194
9196
 
@@ -9320,9 +9322,9 @@ await client.writeOffs.v1.create({
9320
9322
  writeOffs: [
9321
9323
  {
9322
9324
  type: "patient",
9323
- writeOffTimestamp: new Date("2024-01-15T09:30:00.000Z"),
9325
+ writeOffTimestamp: "2024-01-15T09:30:00Z",
9324
9326
  writeOffNote: "string",
9325
- writeOffReason: CandidApi.PatientWriteOffReason.SmallBalance,
9327
+ writeOffReason: "SMALL_BALANCE",
9326
9328
  serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9327
9329
  amountCents: 1,
9328
9330
  },
@@ -9457,13 +9459,13 @@ Adds an appointment. VersionConflictError is returned when the placer_appointmen
9457
9459
  ```typescript
9458
9460
  await client.preEncounter.appointments.v1.create({
9459
9461
  patientId: CandidApi.PatientId("string"),
9460
- startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
9461
- status: CandidApi.AppointmentStatus.Pending,
9462
+ startTimestamp: "2024-01-15T09:30:00Z",
9463
+ status: "PENDING",
9462
9464
  serviceDuration: 1,
9463
9465
  services: [
9464
9466
  {
9465
- universalServiceIdentifier: CandidApi.UniversalServiceIdentifier.MdVisit,
9466
- startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
9467
+ universalServiceIdentifier: "MD_Visit",
9468
+ startTimestamp: "2024-01-15T09:30:00Z",
9467
9469
  },
9468
9470
  ],
9469
9471
  placerAppointmentId: "string",
@@ -9471,15 +9473,15 @@ await client.preEncounter.appointments.v1.create({
9471
9473
  name: {
9472
9474
  family: "string",
9473
9475
  given: ["string"],
9474
- use: CandidApi.NameUse.Usual,
9476
+ use: "USUAL",
9475
9477
  period: {},
9476
9478
  },
9477
- type: CandidApi.ExternalProviderType.Primary,
9479
+ type: "PRIMARY",
9478
9480
  npi: "string",
9479
9481
  telecoms: [
9480
9482
  {
9481
9483
  value: "string",
9482
- use: CandidApi.ContactPointUse.Home,
9484
+ use: "HOME",
9483
9485
  },
9484
9486
  ],
9485
9487
  addresses: [],
@@ -9489,11 +9491,11 @@ await client.preEncounter.appointments.v1.create({
9489
9491
  estimatedCopayCents: 1,
9490
9492
  estimatedPatientResponsibilityCents: 1,
9491
9493
  patientDepositCents: 1,
9492
- checkedInTimestamp: new Date("2024-01-15T09:30:00.000Z"),
9494
+ checkedInTimestamp: "2024-01-15T09:30:00Z",
9493
9495
  notes: "string",
9494
9496
  locationResourceId: "string",
9495
9497
  automatedEligibilityCheckComplete: true,
9496
- workQueue: CandidApi.AppointmentWorkQueue.EmergentIssue,
9498
+ workQueue: "EMERGENT_ISSUE",
9497
9499
  });
9498
9500
  ```
9499
9501
 
@@ -9685,13 +9687,13 @@ Updates an appointment. The path must contain the most recent version to prevent
9685
9687
  ```typescript
9686
9688
  await client.preEncounter.appointments.v1.update(CandidApi.AppointmentId("string"), "string", {
9687
9689
  patientId: CandidApi.PatientId("string"),
9688
- startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
9689
- status: CandidApi.AppointmentStatus.Pending,
9690
+ startTimestamp: "2024-01-15T09:30:00Z",
9691
+ status: "PENDING",
9690
9692
  serviceDuration: 1,
9691
9693
  services: [
9692
9694
  {
9693
- universalServiceIdentifier: CandidApi.UniversalServiceIdentifier.MdVisit,
9694
- startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
9695
+ universalServiceIdentifier: "MD_Visit",
9696
+ startTimestamp: "2024-01-15T09:30:00Z",
9695
9697
  },
9696
9698
  ],
9697
9699
  placerAppointmentId: "string",
@@ -9699,15 +9701,15 @@ await client.preEncounter.appointments.v1.update(CandidApi.AppointmentId("string
9699
9701
  name: {
9700
9702
  family: "string",
9701
9703
  given: ["string"],
9702
- use: CandidApi.NameUse.Usual,
9704
+ use: "USUAL",
9703
9705
  period: {},
9704
9706
  },
9705
- type: CandidApi.ExternalProviderType.Primary,
9707
+ type: "PRIMARY",
9706
9708
  npi: "string",
9707
9709
  telecoms: [
9708
9710
  {
9709
9711
  value: "string",
9710
- use: CandidApi.ContactPointUse.Home,
9712
+ use: "HOME",
9711
9713
  },
9712
9714
  ],
9713
9715
  addresses: [],
@@ -9717,11 +9719,11 @@ await client.preEncounter.appointments.v1.update(CandidApi.AppointmentId("string
9717
9719
  estimatedCopayCents: 1,
9718
9720
  estimatedPatientResponsibilityCents: 1,
9719
9721
  patientDepositCents: 1,
9720
- checkedInTimestamp: new Date("2024-01-15T09:30:00.000Z"),
9722
+ checkedInTimestamp: "2024-01-15T09:30:00Z",
9721
9723
  notes: "string",
9722
9724
  locationResourceId: "string",
9723
9725
  automatedEligibilityCheckComplete: true,
9724
- workQueue: CandidApi.AppointmentWorkQueue.EmergentIssue,
9726
+ workQueue: "EMERGENT_ISSUE",
9725
9727
  });
9726
9728
  ```
9727
9729
 
@@ -9802,7 +9804,7 @@ Scans up to 100 appointment updates. The since query parameter is inclusive, and
9802
9804
 
9803
9805
  ```typescript
9804
9806
  await client.preEncounter.appointments.v1.scan({
9805
- since: new Date("2024-01-15T09:30:00.000Z"),
9807
+ since: "2024-01-15T09:30:00Z",
9806
9808
  });
9807
9809
  ```
9808
9810
 
@@ -9940,18 +9942,18 @@ Creates a new Coverage. A Coverage provides the high-level identifiers and descr
9940
9942
 
9941
9943
  ```typescript
9942
9944
  await client.preEncounter.coverages.v1.create({
9943
- status: CandidApi.CoverageStatus.Active,
9945
+ status: "ACTIVE",
9944
9946
  subscriber: {
9945
9947
  name: {
9946
9948
  family: "string",
9947
9949
  given: ["string"],
9948
- use: CandidApi.NameUse.Usual,
9950
+ use: "USUAL",
9949
9951
  period: {},
9950
9952
  },
9951
9953
  dateOfBirth: "2023-01-15",
9952
- biologicalSex: CandidApi.Sex.Female,
9954
+ biologicalSex: "FEMALE",
9953
9955
  address: {
9954
- use: CandidApi.AddressUse.Home,
9956
+ use: "HOME",
9955
9957
  line: ["string"],
9956
9958
  city: "string",
9957
9959
  state: "string",
@@ -9960,7 +9962,7 @@ await client.preEncounter.coverages.v1.create({
9960
9962
  period: {},
9961
9963
  },
9962
9964
  },
9963
- relationship: CandidApi.Relationship.Self,
9965
+ relationship: "SELF",
9964
9966
  patient: CandidApi.PatientId("string"),
9965
9967
  insurancePlan: {
9966
9968
  memberId: "string",
@@ -9969,8 +9971,8 @@ await client.preEncounter.coverages.v1.create({
9969
9971
  additionalPayerInformation: {},
9970
9972
  groupNumber: "string",
9971
9973
  name: "string",
9972
- planType: CandidApi.NetworkType.SelfPay,
9973
- type: CandidApi.InsuranceTypeCode.C01,
9974
+ planType: "09",
9975
+ type: "01",
9974
9976
  period: {},
9975
9977
  insuranceCardImageLocator: "string",
9976
9978
  },
@@ -9978,16 +9980,16 @@ await client.preEncounter.coverages.v1.create({
9978
9980
  eligibilityChecks: [
9979
9981
  {
9980
9982
  checkId: "string",
9981
- serviceCode: CandidApi.ServiceTypeCode.MedicalCare,
9982
- status: CandidApi.EligibilityCheckStatus.Completed,
9983
+ serviceCode: "1",
9984
+ status: "COMPLETED",
9983
9985
  initiatedBy: CandidApi.UserId("string"),
9984
- initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
9986
+ initiatedAt: "2024-01-15T09:30:00Z",
9985
9987
  },
9986
9988
  ],
9987
9989
  latestEligibilityCheck: {
9988
9990
  checkId: "string",
9989
- status: CandidApi.EligibilityStatus.Active,
9990
- initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
9991
+ status: "ACTIVE",
9992
+ initiatedAt: "2024-01-15T09:30:00Z",
9991
9993
  },
9992
9994
  benefits: {},
9993
9995
  });
@@ -10054,18 +10056,18 @@ Updates a Coverage. The path must contain the most recent version to prevent rac
10054
10056
 
10055
10057
  ```typescript
10056
10058
  await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), "string", {
10057
- status: CandidApi.CoverageStatus.Active,
10059
+ status: "ACTIVE",
10058
10060
  subscriber: {
10059
10061
  name: {
10060
10062
  family: "string",
10061
10063
  given: ["string"],
10062
- use: CandidApi.NameUse.Usual,
10064
+ use: "USUAL",
10063
10065
  period: {},
10064
10066
  },
10065
10067
  dateOfBirth: "2023-01-15",
10066
- biologicalSex: CandidApi.Sex.Female,
10068
+ biologicalSex: "FEMALE",
10067
10069
  address: {
10068
- use: CandidApi.AddressUse.Home,
10070
+ use: "HOME",
10069
10071
  line: ["string"],
10070
10072
  city: "string",
10071
10073
  state: "string",
@@ -10074,7 +10076,7 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
10074
10076
  period: {},
10075
10077
  },
10076
10078
  },
10077
- relationship: CandidApi.Relationship.Self,
10079
+ relationship: "SELF",
10078
10080
  patient: CandidApi.PatientId("string"),
10079
10081
  insurancePlan: {
10080
10082
  memberId: "string",
@@ -10083,8 +10085,8 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
10083
10085
  additionalPayerInformation: {},
10084
10086
  groupNumber: "string",
10085
10087
  name: "string",
10086
- planType: CandidApi.NetworkType.SelfPay,
10087
- type: CandidApi.InsuranceTypeCode.C01,
10088
+ planType: "09",
10089
+ type: "01",
10088
10090
  period: {},
10089
10091
  insuranceCardImageLocator: "string",
10090
10092
  },
@@ -10092,16 +10094,16 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
10092
10094
  eligibilityChecks: [
10093
10095
  {
10094
10096
  checkId: "string",
10095
- serviceCode: CandidApi.ServiceTypeCode.MedicalCare,
10096
- status: CandidApi.EligibilityCheckStatus.Completed,
10097
+ serviceCode: "1",
10098
+ status: "COMPLETED",
10097
10099
  initiatedBy: CandidApi.UserId("string"),
10098
- initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
10100
+ initiatedAt: "2024-01-15T09:30:00Z",
10099
10101
  },
10100
10102
  ],
10101
10103
  latestEligibilityCheck: {
10102
10104
  checkId: "string",
10103
- status: CandidApi.EligibilityStatus.Active,
10104
- initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
10105
+ status: "ACTIVE",
10106
+ initiatedAt: "2024-01-15T09:30:00Z",
10105
10107
  },
10106
10108
  benefits: {},
10107
10109
  });
@@ -10375,7 +10377,7 @@ Scans up to 100 coverage updates. The since query parameter is inclusive, and th
10375
10377
 
10376
10378
  ```typescript
10377
10379
  await client.preEncounter.coverages.v1.scan({
10378
- since: new Date("2024-01-15T09:30:00.000Z"),
10380
+ since: "2024-01-15T09:30:00Z",
10379
10381
  });
10380
10382
  ```
10381
10383
 
@@ -10440,7 +10442,7 @@ Initiates an eligibility check. Returns the metadata of the check if successfull
10440
10442
 
10441
10443
  ```typescript
10442
10444
  await client.preEncounter.coverages.v1.checkEligibility(CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
10443
- serviceCode: CandidApi.ServiceTypeCode.MedicalCare,
10445
+ serviceCode: "1",
10444
10446
  dateOfService: "2023-01-15",
10445
10447
  npi: "string",
10446
10448
  });
@@ -10516,7 +10518,7 @@ Gets the eligibility of a patient for a specific coverage if successful.
10516
10518
  ```typescript
10517
10519
  await client.preEncounter.coverages.v1.getEligibility(
10518
10520
  CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
10519
- "string"
10521
+ "string",
10520
10522
  );
10521
10523
  ```
10522
10524
 
@@ -10594,7 +10596,7 @@ await client.preEncounter.lists.v1.getPatientList({
10594
10596
  pageToken: CandidApi.PageToken("string"),
10595
10597
  limit: 1,
10596
10598
  sortField: CandidApi.SortFieldString("string"),
10597
- sortDirection: CandidApi.SortDirection.Asc,
10599
+ sortDirection: "asc",
10598
10600
  filters: CandidApi.FilterQueryString("string"),
10599
10601
  });
10600
10602
  ```
@@ -10661,7 +10663,7 @@ Searches for appointments that match the query parameters.
10661
10663
  ```typescript
10662
10664
  await client.preEncounter.lists.v1.getAppointmentList({
10663
10665
  sortField: CandidApi.SortFieldString("string"),
10664
- sortDirection: CandidApi.SortDirection.Asc,
10666
+ sortDirection: "asc",
10665
10667
  limit: 1,
10666
10668
  pageToken: CandidApi.PageToken("string"),
10667
10669
  filters: CandidApi.FilterQueryString("string"),
@@ -11022,30 +11024,30 @@ await client.preEncounter.patients.v1.create({
11022
11024
  name: {
11023
11025
  family: "string",
11024
11026
  given: ["string"],
11025
- use: CandidApi.NameUse.Usual,
11027
+ use: "USUAL",
11026
11028
  period: {},
11027
11029
  },
11028
11030
  otherNames: [
11029
11031
  {
11030
11032
  family: "string",
11031
11033
  given: ["string"],
11032
- use: CandidApi.NameUse.Usual,
11034
+ use: "USUAL",
11033
11035
  period: {},
11034
11036
  },
11035
11037
  ],
11036
- gender: CandidApi.Gender.Man,
11038
+ gender: "MAN",
11037
11039
  birthDate: "2023-01-15",
11038
11040
  socialSecurityNumber: "string",
11039
- biologicalSex: CandidApi.Sex.Female,
11040
- sexualOrientation: CandidApi.SexualOrientation.Heterosexual,
11041
- race: CandidApi.Race.AmericanIndianOrAlaskaNative,
11042
- ethnicity: CandidApi.Ethnicity.HispanicOrLatino,
11043
- disabilityStatus: CandidApi.DisabilityStatus.Disabled,
11044
- maritalStatus: CandidApi.MaritalStatus.Annulled,
11045
- deceased: new Date("2024-01-15T09:30:00.000Z"),
11041
+ biologicalSex: "FEMALE",
11042
+ sexualOrientation: "HETEROSEXUAL",
11043
+ race: "AMERICAN_INDIAN_OR_ALASKA_NATIVE",
11044
+ ethnicity: "HISPANIC_OR_LATINO",
11045
+ disabilityStatus: "DISABLED",
11046
+ maritalStatus: "ANNULLED",
11047
+ deceased: "2024-01-15T09:30:00Z",
11046
11048
  multipleBirth: 1,
11047
11049
  primaryAddress: {
11048
- use: CandidApi.AddressUse.Home,
11050
+ use: "HOME",
11049
11051
  line: ["string"],
11050
11052
  city: "string",
11051
11053
  state: "string",
@@ -11055,7 +11057,7 @@ await client.preEncounter.patients.v1.create({
11055
11057
  },
11056
11058
  otherAddresses: [
11057
11059
  {
11058
- use: CandidApi.AddressUse.Home,
11060
+ use: "HOME",
11059
11061
  line: ["string"],
11060
11062
  city: "string",
11061
11063
  state: "string",
@@ -11066,12 +11068,12 @@ await client.preEncounter.patients.v1.create({
11066
11068
  ],
11067
11069
  primaryTelecom: {
11068
11070
  value: "string",
11069
- use: CandidApi.ContactPointUse.Home,
11071
+ use: "HOME",
11070
11072
  },
11071
11073
  otherTelecoms: [
11072
11074
  {
11073
11075
  value: "string",
11074
- use: CandidApi.ContactPointUse.Home,
11076
+ use: "HOME",
11075
11077
  },
11076
11078
  ],
11077
11079
  email: "string",
@@ -11084,22 +11086,22 @@ await client.preEncounter.patients.v1.create({
11084
11086
  },
11085
11087
  contacts: [
11086
11088
  {
11087
- relationship: [CandidApi.Relationship.Self],
11089
+ relationship: ["SELF"],
11088
11090
  name: {
11089
11091
  family: "string",
11090
11092
  given: ["string"],
11091
- use: CandidApi.NameUse.Usual,
11093
+ use: "USUAL",
11092
11094
  period: {},
11093
11095
  },
11094
11096
  telecoms: [
11095
11097
  {
11096
11098
  value: "string",
11097
- use: CandidApi.ContactPointUse.Home,
11099
+ use: "HOME",
11098
11100
  },
11099
11101
  ],
11100
11102
  addresses: [
11101
11103
  {
11102
- use: CandidApi.AddressUse.Home,
11104
+ use: "HOME",
11103
11105
  line: ["string"],
11104
11106
  city: "string",
11105
11107
  state: "string",
@@ -11117,15 +11119,15 @@ await client.preEncounter.patients.v1.create({
11117
11119
  name: {
11118
11120
  family: "string",
11119
11121
  given: ["string"],
11120
- use: CandidApi.NameUse.Usual,
11122
+ use: "USUAL",
11121
11123
  period: {},
11122
11124
  },
11123
- type: CandidApi.ExternalProviderType.Primary,
11125
+ type: "PRIMARY",
11124
11126
  npi: "string",
11125
11127
  telecoms: [
11126
11128
  {
11127
11129
  value: "string",
11128
- use: CandidApi.ContactPointUse.Home,
11130
+ use: "HOME",
11129
11131
  },
11130
11132
  ],
11131
11133
  addresses: [],
@@ -11146,17 +11148,17 @@ await client.preEncounter.patients.v1.create({
11146
11148
  name: {
11147
11149
  family: "string",
11148
11150
  given: ["string"],
11149
- use: CandidApi.NameUse.Usual,
11151
+ use: "USUAL",
11150
11152
  period: {},
11151
11153
  },
11152
11154
  telecom: {
11153
11155
  value: "string",
11154
- use: CandidApi.ContactPointUse.Home,
11156
+ use: "HOME",
11155
11157
  },
11156
11158
  email: "string",
11157
11159
  birthDate: "2023-01-15",
11158
11160
  address: {
11159
- use: CandidApi.AddressUse.Home,
11161
+ use: "HOME",
11160
11162
  line: ["string"],
11161
11163
  city: "string",
11162
11164
  state: "string",
@@ -11173,7 +11175,7 @@ await client.preEncounter.patients.v1.create({
11173
11175
  additionalPayerInformation: {},
11174
11176
  authorizationNumber: "string",
11175
11177
  cptCode: "string",
11176
- units: CandidApi.AuthorizationUnit.Visit,
11178
+ units: "VISIT",
11177
11179
  quantity: 1,
11178
11180
  period: {},
11179
11181
  notes: "string",
@@ -11185,15 +11187,15 @@ await client.preEncounter.patients.v1.create({
11185
11187
  name: {
11186
11188
  family: "string",
11187
11189
  given: ["string"],
11188
- use: CandidApi.NameUse.Usual,
11190
+ use: "USUAL",
11189
11191
  period: {},
11190
11192
  },
11191
- type: CandidApi.ExternalProviderType.Primary,
11193
+ type: "PRIMARY",
11192
11194
  npi: "string",
11193
11195
  telecoms: [
11194
11196
  {
11195
11197
  value: "string",
11196
- use: CandidApi.ContactPointUse.Home,
11198
+ use: "HOME",
11197
11199
  },
11198
11200
  ],
11199
11201
  addresses: [],
@@ -11204,7 +11206,7 @@ await client.preEncounter.patients.v1.create({
11204
11206
  },
11205
11207
  ],
11206
11208
  primaryServiceFacilityId: "string",
11207
- doNotInvoiceReason: CandidApi.DoNotInvoiceReason.Bankruptcy,
11209
+ doNotInvoiceReason: "BANKRUPTCY",
11208
11210
  noteIds: [CandidApi.NoteId("string")],
11209
11211
  tagIds: [CandidApi.TagId("string")],
11210
11212
  },
@@ -11278,30 +11280,30 @@ await client.preEncounter.patients.v1.createWithMrn({
11278
11280
  name: {
11279
11281
  family: "string",
11280
11282
  given: ["string"],
11281
- use: CandidApi.NameUse.Usual,
11283
+ use: "USUAL",
11282
11284
  period: {},
11283
11285
  },
11284
11286
  otherNames: [
11285
11287
  {
11286
11288
  family: "string",
11287
11289
  given: ["string"],
11288
- use: CandidApi.NameUse.Usual,
11290
+ use: "USUAL",
11289
11291
  period: {},
11290
11292
  },
11291
11293
  ],
11292
- gender: CandidApi.Gender.Man,
11294
+ gender: "MAN",
11293
11295
  birthDate: "2023-01-15",
11294
11296
  socialSecurityNumber: "string",
11295
- biologicalSex: CandidApi.Sex.Female,
11296
- sexualOrientation: CandidApi.SexualOrientation.Heterosexual,
11297
- race: CandidApi.Race.AmericanIndianOrAlaskaNative,
11298
- ethnicity: CandidApi.Ethnicity.HispanicOrLatino,
11299
- disabilityStatus: CandidApi.DisabilityStatus.Disabled,
11300
- maritalStatus: CandidApi.MaritalStatus.Annulled,
11301
- deceased: new Date("2024-01-15T09:30:00.000Z"),
11297
+ biologicalSex: "FEMALE",
11298
+ sexualOrientation: "HETEROSEXUAL",
11299
+ race: "AMERICAN_INDIAN_OR_ALASKA_NATIVE",
11300
+ ethnicity: "HISPANIC_OR_LATINO",
11301
+ disabilityStatus: "DISABLED",
11302
+ maritalStatus: "ANNULLED",
11303
+ deceased: "2024-01-15T09:30:00Z",
11302
11304
  multipleBirth: 1,
11303
11305
  primaryAddress: {
11304
- use: CandidApi.AddressUse.Home,
11306
+ use: "HOME",
11305
11307
  line: ["string"],
11306
11308
  city: "string",
11307
11309
  state: "string",
@@ -11311,7 +11313,7 @@ await client.preEncounter.patients.v1.createWithMrn({
11311
11313
  },
11312
11314
  otherAddresses: [
11313
11315
  {
11314
- use: CandidApi.AddressUse.Home,
11316
+ use: "HOME",
11315
11317
  line: ["string"],
11316
11318
  city: "string",
11317
11319
  state: "string",
@@ -11322,12 +11324,12 @@ await client.preEncounter.patients.v1.createWithMrn({
11322
11324
  ],
11323
11325
  primaryTelecom: {
11324
11326
  value: "string",
11325
- use: CandidApi.ContactPointUse.Home,
11327
+ use: "HOME",
11326
11328
  },
11327
11329
  otherTelecoms: [
11328
11330
  {
11329
11331
  value: "string",
11330
- use: CandidApi.ContactPointUse.Home,
11332
+ use: "HOME",
11331
11333
  },
11332
11334
  ],
11333
11335
  email: "string",
@@ -11340,22 +11342,22 @@ await client.preEncounter.patients.v1.createWithMrn({
11340
11342
  },
11341
11343
  contacts: [
11342
11344
  {
11343
- relationship: [CandidApi.Relationship.Self],
11345
+ relationship: ["SELF"],
11344
11346
  name: {
11345
11347
  family: "string",
11346
11348
  given: ["string"],
11347
- use: CandidApi.NameUse.Usual,
11349
+ use: "USUAL",
11348
11350
  period: {},
11349
11351
  },
11350
11352
  telecoms: [
11351
11353
  {
11352
11354
  value: "string",
11353
- use: CandidApi.ContactPointUse.Home,
11355
+ use: "HOME",
11354
11356
  },
11355
11357
  ],
11356
11358
  addresses: [
11357
11359
  {
11358
- use: CandidApi.AddressUse.Home,
11360
+ use: "HOME",
11359
11361
  line: ["string"],
11360
11362
  city: "string",
11361
11363
  state: "string",
@@ -11373,15 +11375,15 @@ await client.preEncounter.patients.v1.createWithMrn({
11373
11375
  name: {
11374
11376
  family: "string",
11375
11377
  given: ["string"],
11376
- use: CandidApi.NameUse.Usual,
11378
+ use: "USUAL",
11377
11379
  period: {},
11378
11380
  },
11379
- type: CandidApi.ExternalProviderType.Primary,
11381
+ type: "PRIMARY",
11380
11382
  npi: "string",
11381
11383
  telecoms: [
11382
11384
  {
11383
11385
  value: "string",
11384
- use: CandidApi.ContactPointUse.Home,
11386
+ use: "HOME",
11385
11387
  },
11386
11388
  ],
11387
11389
  addresses: [],
@@ -11402,17 +11404,17 @@ await client.preEncounter.patients.v1.createWithMrn({
11402
11404
  name: {
11403
11405
  family: "string",
11404
11406
  given: ["string"],
11405
- use: CandidApi.NameUse.Usual,
11407
+ use: "USUAL",
11406
11408
  period: {},
11407
11409
  },
11408
11410
  telecom: {
11409
11411
  value: "string",
11410
- use: CandidApi.ContactPointUse.Home,
11412
+ use: "HOME",
11411
11413
  },
11412
11414
  email: "string",
11413
11415
  birthDate: "2023-01-15",
11414
11416
  address: {
11415
- use: CandidApi.AddressUse.Home,
11417
+ use: "HOME",
11416
11418
  line: ["string"],
11417
11419
  city: "string",
11418
11420
  state: "string",
@@ -11429,7 +11431,7 @@ await client.preEncounter.patients.v1.createWithMrn({
11429
11431
  additionalPayerInformation: {},
11430
11432
  authorizationNumber: "string",
11431
11433
  cptCode: "string",
11432
- units: CandidApi.AuthorizationUnit.Visit,
11434
+ units: "VISIT",
11433
11435
  quantity: 1,
11434
11436
  period: {},
11435
11437
  notes: "string",
@@ -11441,15 +11443,15 @@ await client.preEncounter.patients.v1.createWithMrn({
11441
11443
  name: {
11442
11444
  family: "string",
11443
11445
  given: ["string"],
11444
- use: CandidApi.NameUse.Usual,
11446
+ use: "USUAL",
11445
11447
  period: {},
11446
11448
  },
11447
- type: CandidApi.ExternalProviderType.Primary,
11449
+ type: "PRIMARY",
11448
11450
  npi: "string",
11449
11451
  telecoms: [
11450
11452
  {
11451
11453
  value: "string",
11452
- use: CandidApi.ContactPointUse.Home,
11454
+ use: "HOME",
11453
11455
  },
11454
11456
  ],
11455
11457
  addresses: [],
@@ -11460,7 +11462,7 @@ await client.preEncounter.patients.v1.createWithMrn({
11460
11462
  },
11461
11463
  ],
11462
11464
  primaryServiceFacilityId: "string",
11463
- doNotInvoiceReason: CandidApi.DoNotInvoiceReason.Bankruptcy,
11465
+ doNotInvoiceReason: "BANKRUPTCY",
11464
11466
  noteIds: [CandidApi.NoteId("string")],
11465
11467
  tagIds: [CandidApi.TagId("string")],
11466
11468
  },
@@ -11532,7 +11534,7 @@ await client.preEncounter.patients.v1.getMulti({
11532
11534
  mrn: "string",
11533
11535
  pageToken: CandidApi.PageToken("string"),
11534
11536
  sortField: CandidApi.PatientSortField("string"),
11535
- sortDirection: CandidApi.SortDirection.Asc,
11537
+ sortDirection: "asc",
11536
11538
  });
11537
11539
  ```
11538
11540
 
@@ -11726,30 +11728,30 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11726
11728
  name: {
11727
11729
  family: "string",
11728
11730
  given: ["string"],
11729
- use: CandidApi.NameUse.Usual,
11731
+ use: "USUAL",
11730
11732
  period: {},
11731
11733
  },
11732
11734
  otherNames: [
11733
11735
  {
11734
11736
  family: "string",
11735
11737
  given: ["string"],
11736
- use: CandidApi.NameUse.Usual,
11738
+ use: "USUAL",
11737
11739
  period: {},
11738
11740
  },
11739
11741
  ],
11740
- gender: CandidApi.Gender.Man,
11742
+ gender: "MAN",
11741
11743
  birthDate: "2023-01-15",
11742
11744
  socialSecurityNumber: "string",
11743
- biologicalSex: CandidApi.Sex.Female,
11744
- sexualOrientation: CandidApi.SexualOrientation.Heterosexual,
11745
- race: CandidApi.Race.AmericanIndianOrAlaskaNative,
11746
- ethnicity: CandidApi.Ethnicity.HispanicOrLatino,
11747
- disabilityStatus: CandidApi.DisabilityStatus.Disabled,
11748
- maritalStatus: CandidApi.MaritalStatus.Annulled,
11749
- deceased: new Date("2024-01-15T09:30:00.000Z"),
11745
+ biologicalSex: "FEMALE",
11746
+ sexualOrientation: "HETEROSEXUAL",
11747
+ race: "AMERICAN_INDIAN_OR_ALASKA_NATIVE",
11748
+ ethnicity: "HISPANIC_OR_LATINO",
11749
+ disabilityStatus: "DISABLED",
11750
+ maritalStatus: "ANNULLED",
11751
+ deceased: "2024-01-15T09:30:00Z",
11750
11752
  multipleBirth: 1,
11751
11753
  primaryAddress: {
11752
- use: CandidApi.AddressUse.Home,
11754
+ use: "HOME",
11753
11755
  line: ["string"],
11754
11756
  city: "string",
11755
11757
  state: "string",
@@ -11759,7 +11761,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11759
11761
  },
11760
11762
  otherAddresses: [
11761
11763
  {
11762
- use: CandidApi.AddressUse.Home,
11764
+ use: "HOME",
11763
11765
  line: ["string"],
11764
11766
  city: "string",
11765
11767
  state: "string",
@@ -11770,12 +11772,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11770
11772
  ],
11771
11773
  primaryTelecom: {
11772
11774
  value: "string",
11773
- use: CandidApi.ContactPointUse.Home,
11775
+ use: "HOME",
11774
11776
  },
11775
11777
  otherTelecoms: [
11776
11778
  {
11777
11779
  value: "string",
11778
- use: CandidApi.ContactPointUse.Home,
11780
+ use: "HOME",
11779
11781
  },
11780
11782
  ],
11781
11783
  email: "string",
@@ -11788,22 +11790,22 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11788
11790
  },
11789
11791
  contacts: [
11790
11792
  {
11791
- relationship: [CandidApi.Relationship.Self],
11793
+ relationship: ["SELF"],
11792
11794
  name: {
11793
11795
  family: "string",
11794
11796
  given: ["string"],
11795
- use: CandidApi.NameUse.Usual,
11797
+ use: "USUAL",
11796
11798
  period: {},
11797
11799
  },
11798
11800
  telecoms: [
11799
11801
  {
11800
11802
  value: "string",
11801
- use: CandidApi.ContactPointUse.Home,
11803
+ use: "HOME",
11802
11804
  },
11803
11805
  ],
11804
11806
  addresses: [
11805
11807
  {
11806
- use: CandidApi.AddressUse.Home,
11808
+ use: "HOME",
11807
11809
  line: ["string"],
11808
11810
  city: "string",
11809
11811
  state: "string",
@@ -11821,15 +11823,15 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11821
11823
  name: {
11822
11824
  family: "string",
11823
11825
  given: ["string"],
11824
- use: CandidApi.NameUse.Usual,
11826
+ use: "USUAL",
11825
11827
  period: {},
11826
11828
  },
11827
- type: CandidApi.ExternalProviderType.Primary,
11829
+ type: "PRIMARY",
11828
11830
  npi: "string",
11829
11831
  telecoms: [
11830
11832
  {
11831
11833
  value: "string",
11832
- use: CandidApi.ContactPointUse.Home,
11834
+ use: "HOME",
11833
11835
  },
11834
11836
  ],
11835
11837
  addresses: [],
@@ -11850,17 +11852,17 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11850
11852
  name: {
11851
11853
  family: "string",
11852
11854
  given: ["string"],
11853
- use: CandidApi.NameUse.Usual,
11855
+ use: "USUAL",
11854
11856
  period: {},
11855
11857
  },
11856
11858
  telecom: {
11857
11859
  value: "string",
11858
- use: CandidApi.ContactPointUse.Home,
11860
+ use: "HOME",
11859
11861
  },
11860
11862
  email: "string",
11861
11863
  birthDate: "2023-01-15",
11862
11864
  address: {
11863
- use: CandidApi.AddressUse.Home,
11865
+ use: "HOME",
11864
11866
  line: ["string"],
11865
11867
  city: "string",
11866
11868
  state: "string",
@@ -11877,7 +11879,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11877
11879
  additionalPayerInformation: {},
11878
11880
  authorizationNumber: "string",
11879
11881
  cptCode: "string",
11880
- units: CandidApi.AuthorizationUnit.Visit,
11882
+ units: "VISIT",
11881
11883
  quantity: 1,
11882
11884
  period: {},
11883
11885
  notes: "string",
@@ -11889,15 +11891,15 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11889
11891
  name: {
11890
11892
  family: "string",
11891
11893
  given: ["string"],
11892
- use: CandidApi.NameUse.Usual,
11894
+ use: "USUAL",
11893
11895
  period: {},
11894
11896
  },
11895
- type: CandidApi.ExternalProviderType.Primary,
11897
+ type: "PRIMARY",
11896
11898
  npi: "string",
11897
11899
  telecoms: [
11898
11900
  {
11899
11901
  value: "string",
11900
- use: CandidApi.ContactPointUse.Home,
11902
+ use: "HOME",
11901
11903
  },
11902
11904
  ],
11903
11905
  addresses: [],
@@ -11908,7 +11910,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
11908
11910
  },
11909
11911
  ],
11910
11912
  primaryServiceFacilityId: "string",
11911
- doNotInvoiceReason: CandidApi.DoNotInvoiceReason.Bankruptcy,
11913
+ doNotInvoiceReason: "BANKRUPTCY",
11912
11914
  noteIds: [CandidApi.NoteId("string")],
11913
11915
  tagIds: [CandidApi.TagId("string")],
11914
11916
  });
@@ -12128,7 +12130,7 @@ Scans up to 100 patient updates. The since query parameter is inclusive, and the
12128
12130
 
12129
12131
  ```typescript
12130
12132
  await client.preEncounter.patients.v1.scan({
12131
- since: new Date("2024-01-15T09:30:00.000Z"),
12133
+ since: "2024-01-15T09:30:00Z",
12132
12134
  });
12133
12135
  ```
12134
12136
 
@@ -12545,7 +12547,7 @@ Creates a new diagnosis for an encounter
12545
12547
  await client.diagnoses.create({
12546
12548
  encounterId: CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
12547
12549
  name: "string",
12548
- codeType: CandidApi.DiagnosisTypeCode.Abf,
12550
+ codeType: "ABF",
12549
12551
  code: "string",
12550
12552
  });
12551
12553
  ```
@@ -12612,7 +12614,7 @@ Updates the diagnosis record matching the provided `diagnosis_id`
12612
12614
  ```typescript
12613
12615
  await client.diagnoses.update(CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
12614
12616
  name: "string",
12615
- codeType: CandidApi.DiagnosisTypeCode.Abf,
12617
+ codeType: "ABF",
12616
12618
  code: "string",
12617
12619
  });
12618
12620
  ```
@@ -12741,7 +12743,7 @@ await client.serviceFacility.update(CandidApi.ServiceFacilityId("d5e9c84f-c2b2-4
12741
12743
  address1: "123 Main St",
12742
12744
  address2: "Apt 1",
12743
12745
  city: "New York",
12744
- state: CandidApi.State.Ny,
12746
+ state: "NY",
12745
12747
  zipCode: "10001",
12746
12748
  zipPlusFourCode: "1234",
12747
12749
  },