candidhealth 0.39.10 → 0.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (618) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  3. package/api/resources/chargeCapture/resources/v1/client/Client.js +5 -5
  4. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
  5. package/api/resources/claims/types/Claim.d.ts +3 -0
  6. package/api/resources/clinicalTrials/index.d.ts +1 -0
  7. package/api/resources/clinicalTrials/index.js +17 -0
  8. package/api/resources/clinicalTrials/resources/index.d.ts +1 -0
  9. package/api/resources/clinicalTrials/resources/index.js +37 -0
  10. package/api/resources/clinicalTrials/resources/v1/index.d.ts +1 -0
  11. package/api/resources/clinicalTrials/resources/v1/index.js +17 -0
  12. package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +9 -0
  13. package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +5 -0
  14. package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +9 -0
  15. package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +11 -0
  16. package/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +10 -0
  17. package/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +5 -0
  18. package/api/resources/clinicalTrials/resources/v1/types/index.d.ts +3 -0
  19. package/api/resources/clinicalTrials/resources/v1/types/index.js +19 -0
  20. package/api/resources/commons/types/AdjustmentId.d.ts +8 -0
  21. package/api/resources/commons/types/AdjustmentId.js +9 -0
  22. package/api/resources/commons/types/ClinicalTrialId.d.ts +8 -0
  23. package/api/resources/commons/types/ClinicalTrialId.js +9 -0
  24. package/api/resources/commons/types/ProcedureModifier.d.ts +16 -0
  25. package/api/resources/commons/types/ProcedureModifier.js +4 -0
  26. package/api/resources/commons/types/index.d.ts +2 -0
  27. package/api/resources/commons/types/index.js +2 -0
  28. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  29. package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  30. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  31. package/api/resources/diagnoses/client/Client.js +3 -3
  32. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  33. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  34. package/api/resources/encounters/resources/v4/client/Client.d.ts +8 -1
  35. package/api/resources/encounters/resources/v4/client/Client.js +13 -6
  36. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +13 -1
  37. package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +9 -0
  38. package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +5 -0
  39. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +15 -4
  40. package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  41. package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +11 -4
  42. package/api/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +14 -0
  43. package/api/resources/encounters/resources/v4/types/ReportTransmissionCode.js +10 -0
  44. package/api/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +250 -0
  45. package/api/resources/encounters/resources/v4/types/ReportTypeCode.js +69 -0
  46. package/api/resources/encounters/resources/v4/types/index.d.ts +3 -0
  47. package/api/resources/encounters/resources/v4/types/index.js +3 -0
  48. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  49. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  50. package/api/resources/exports/resources/v3/client/Client.d.ts +3 -0
  51. package/api/resources/exports/resources/v3/client/Client.js +4 -1
  52. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  53. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  54. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  55. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  56. package/api/resources/index.d.ts +1 -0
  57. package/api/resources/index.js +2 -1
  58. package/api/resources/individual/types/Patient.d.ts +6 -3
  59. package/api/resources/individual/types/PatientClinicalTrialInfo.d.ts +8 -0
  60. package/api/resources/individual/types/PatientClinicalTrialInfo.js +5 -0
  61. package/api/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +8 -0
  62. package/api/resources/individual/types/PatientClinicalTrialInfoCreate.js +5 -0
  63. package/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +6 -2
  64. package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +1 -0
  65. package/api/resources/individual/types/index.d.ts +2 -0
  66. package/api/resources/individual/types/index.js +2 -0
  67. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  68. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  69. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  70. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  71. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  72. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  73. package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +6 -1
  74. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +12 -7
  75. package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  76. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +3 -1
  77. package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +4 -1
  78. package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +3 -0
  79. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  80. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  81. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  82. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  83. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  84. package/api/resources/preEncounter/client/Client.d.ts +3 -0
  85. package/api/resources/preEncounter/client/Client.js +13 -8
  86. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +4 -2
  87. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +11 -9
  88. package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +9 -0
  89. package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +5 -0
  90. package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +11 -0
  91. package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +9 -0
  92. package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +2 -0
  93. package/api/resources/preEncounter/resources/common/types/HumanName.d.ts +1 -0
  94. package/api/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  95. package/api/resources/preEncounter/resources/common/types/index.js +2 -0
  96. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +4 -2
  97. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +13 -11
  98. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
  99. package/api/resources/preEncounter/resources/images/client/Client.d.ts +30 -0
  100. package/api/resources/preEncounter/resources/images/client/Client.js +17 -0
  101. package/api/resources/preEncounter/resources/images/client/index.d.ts +1 -0
  102. package/api/resources/preEncounter/resources/images/client/index.js +2 -0
  103. package/api/resources/preEncounter/resources/images/index.d.ts +2 -0
  104. package/api/resources/preEncounter/resources/images/index.js +18 -0
  105. package/api/resources/preEncounter/resources/images/resources/index.d.ts +1 -0
  106. package/api/resources/preEncounter/resources/images/resources/index.js +37 -0
  107. package/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +111 -0
  108. package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +366 -0
  109. package/api/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +28 -0
  110. package/api/resources/preEncounter/resources/images/resources/v1/client/create.js +68 -0
  111. package/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +34 -0
  112. package/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +79 -0
  113. package/api/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +28 -0
  114. package/api/resources/preEncounter/resources/images/resources/v1/client/get.js +68 -0
  115. package/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +22 -0
  116. package/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +57 -0
  117. package/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +6 -0
  118. package/api/resources/preEncounter/resources/images/resources/v1/client/index.js +45 -0
  119. package/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.d.ts +14 -0
  120. package/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.js +5 -0
  121. package/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.d.ts +1 -0
  122. package/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.js +2 -0
  123. package/api/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +34 -0
  124. package/api/resources/preEncounter/resources/images/resources/v1/client/update.js +79 -0
  125. package/api/resources/preEncounter/resources/images/resources/v1/index.d.ts +2 -0
  126. package/api/resources/preEncounter/resources/images/resources/v1/index.js +18 -0
  127. package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +11 -0
  128. package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +5 -0
  129. package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +8 -0
  130. package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +10 -0
  131. package/api/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +12 -0
  132. package/api/resources/preEncounter/resources/images/resources/v1/types/Image.js +5 -0
  133. package/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +11 -0
  134. package/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +9 -0
  135. package/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +9 -0
  136. package/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +11 -0
  137. package/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +15 -0
  138. package/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +5 -0
  139. package/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +11 -0
  140. package/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +5 -0
  141. package/api/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +7 -0
  142. package/api/resources/preEncounter/resources/images/resources/v1/types/index.js +23 -0
  143. package/api/resources/preEncounter/resources/index.d.ts +1 -0
  144. package/api/resources/preEncounter/resources/index.js +2 -1
  145. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  146. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  147. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +51 -18
  148. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +94 -28
  149. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  150. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  151. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +13 -6
  152. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +13 -6
  153. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.d.ts +12 -0
  154. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.js +5 -0
  155. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +1 -0
  156. package/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +22 -0
  157. package/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +57 -0
  158. package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +2 -0
  159. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  160. package/api/resources/serviceFacility/client/Client.js +1 -1
  161. package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  162. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +7 -1
  163. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +4 -1
  164. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +4 -1
  165. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +3 -3
  166. package/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +2 -1
  167. package/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -0
  168. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  169. package/api/resources/writeOffs/resources/v1/client/Client.d.ts +20 -0
  170. package/api/resources/writeOffs/resources/v1/client/Client.js +82 -4
  171. package/api/resources/writeOffs/resources/v1/client/index.d.ts +2 -0
  172. package/api/resources/writeOffs/resources/v1/client/index.js +3 -1
  173. package/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.d.ts +22 -0
  174. package/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.js +57 -0
  175. package/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.d.ts +22 -0
  176. package/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.js +57 -0
  177. package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +15 -0
  178. package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +5 -0
  179. package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +12 -0
  180. package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +5 -0
  181. package/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +4 -1
  182. package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +4 -1
  183. package/api/resources/writeOffs/resources/v1/types/index.d.ts +2 -0
  184. package/api/resources/writeOffs/resources/v1/types/index.js +2 -0
  185. package/api/resources/x12/resources/v1/types/Rarc.d.ts +115 -1
  186. package/api/resources/x12/resources/v1/types/Rarc.js +114 -0
  187. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  188. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  189. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +5 -5
  190. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
  191. package/dist/api/resources/claims/types/Claim.d.ts +3 -0
  192. package/dist/api/resources/clinicalTrials/index.d.ts +1 -0
  193. package/dist/api/resources/clinicalTrials/index.js +17 -0
  194. package/dist/api/resources/clinicalTrials/resources/index.d.ts +1 -0
  195. package/dist/api/resources/clinicalTrials/resources/index.js +37 -0
  196. package/dist/api/resources/clinicalTrials/resources/v1/index.d.ts +1 -0
  197. package/dist/api/resources/clinicalTrials/resources/v1/index.js +17 -0
  198. package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +9 -0
  199. package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +5 -0
  200. package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +9 -0
  201. package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +11 -0
  202. package/dist/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +10 -0
  203. package/dist/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +5 -0
  204. package/dist/api/resources/clinicalTrials/resources/v1/types/index.d.ts +3 -0
  205. package/dist/api/resources/clinicalTrials/resources/v1/types/index.js +19 -0
  206. package/dist/api/resources/commons/types/AdjustmentId.d.ts +8 -0
  207. package/dist/api/resources/commons/types/AdjustmentId.js +9 -0
  208. package/dist/api/resources/commons/types/ClinicalTrialId.d.ts +8 -0
  209. package/dist/api/resources/commons/types/ClinicalTrialId.js +9 -0
  210. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +16 -0
  211. package/dist/api/resources/commons/types/ProcedureModifier.js +4 -0
  212. package/dist/api/resources/commons/types/index.d.ts +2 -0
  213. package/dist/api/resources/commons/types/index.js +2 -0
  214. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  215. package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  216. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  217. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  218. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  219. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  220. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +8 -1
  221. package/dist/api/resources/encounters/resources/v4/client/Client.js +13 -6
  222. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +13 -1
  223. package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +9 -0
  224. package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +5 -0
  225. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +15 -4
  226. package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  227. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +11 -4
  228. package/dist/api/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +14 -0
  229. package/dist/api/resources/encounters/resources/v4/types/ReportTransmissionCode.js +10 -0
  230. package/dist/api/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +250 -0
  231. package/dist/api/resources/encounters/resources/v4/types/ReportTypeCode.js +69 -0
  232. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +3 -0
  233. package/dist/api/resources/encounters/resources/v4/types/index.js +3 -0
  234. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  235. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  236. package/dist/api/resources/exports/resources/v3/client/Client.d.ts +3 -0
  237. package/dist/api/resources/exports/resources/v3/client/Client.js +4 -1
  238. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  239. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  240. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  241. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  242. package/dist/api/resources/index.d.ts +1 -0
  243. package/dist/api/resources/index.js +2 -1
  244. package/dist/api/resources/individual/types/Patient.d.ts +6 -3
  245. package/dist/api/resources/individual/types/PatientClinicalTrialInfo.d.ts +8 -0
  246. package/dist/api/resources/individual/types/PatientClinicalTrialInfo.js +5 -0
  247. package/dist/api/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +8 -0
  248. package/dist/api/resources/individual/types/PatientClinicalTrialInfoCreate.js +5 -0
  249. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +6 -2
  250. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +1 -0
  251. package/dist/api/resources/individual/types/index.d.ts +2 -0
  252. package/dist/api/resources/individual/types/index.js +2 -0
  253. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  254. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  255. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  256. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  257. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  258. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  259. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +6 -1
  260. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +12 -7
  261. package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  262. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +3 -1
  263. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +4 -1
  264. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +3 -0
  265. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  266. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  267. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  268. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  269. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  270. package/dist/api/resources/preEncounter/client/Client.d.ts +3 -0
  271. package/dist/api/resources/preEncounter/client/Client.js +13 -8
  272. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +4 -2
  273. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +11 -9
  274. package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +9 -0
  275. package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +5 -0
  276. package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +11 -0
  277. package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +9 -0
  278. package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +2 -0
  279. package/dist/api/resources/preEncounter/resources/common/types/HumanName.d.ts +1 -0
  280. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  281. package/dist/api/resources/preEncounter/resources/common/types/index.js +2 -0
  282. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +4 -2
  283. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +13 -11
  284. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
  285. package/dist/api/resources/preEncounter/resources/images/client/Client.d.ts +30 -0
  286. package/dist/api/resources/preEncounter/resources/images/client/Client.js +17 -0
  287. package/dist/api/resources/preEncounter/resources/images/client/index.d.ts +1 -0
  288. package/dist/api/resources/preEncounter/resources/images/client/index.js +2 -0
  289. package/dist/api/resources/preEncounter/resources/images/index.d.ts +2 -0
  290. package/dist/api/resources/preEncounter/resources/images/index.js +18 -0
  291. package/dist/api/resources/preEncounter/resources/images/resources/index.d.ts +1 -0
  292. package/dist/api/resources/preEncounter/resources/images/resources/index.js +37 -0
  293. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +111 -0
  294. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +366 -0
  295. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +28 -0
  296. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/create.js +68 -0
  297. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +34 -0
  298. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +79 -0
  299. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +28 -0
  300. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/get.js +68 -0
  301. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +22 -0
  302. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +57 -0
  303. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +6 -0
  304. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.js +45 -0
  305. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.d.ts +14 -0
  306. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.js +5 -0
  307. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.d.ts +1 -0
  308. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.js +2 -0
  309. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +34 -0
  310. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/update.js +79 -0
  311. package/dist/api/resources/preEncounter/resources/images/resources/v1/index.d.ts +2 -0
  312. package/dist/api/resources/preEncounter/resources/images/resources/v1/index.js +18 -0
  313. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +11 -0
  314. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +5 -0
  315. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +8 -0
  316. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +10 -0
  317. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +12 -0
  318. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/Image.js +5 -0
  319. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +11 -0
  320. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +9 -0
  321. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +9 -0
  322. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +11 -0
  323. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +15 -0
  324. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +5 -0
  325. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +11 -0
  326. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +5 -0
  327. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +7 -0
  328. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/index.js +23 -0
  329. package/dist/api/resources/preEncounter/resources/index.d.ts +1 -0
  330. package/dist/api/resources/preEncounter/resources/index.js +2 -1
  331. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  332. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  333. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +51 -18
  334. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +94 -28
  335. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  336. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  337. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +13 -6
  338. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +13 -6
  339. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.d.ts +12 -0
  340. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.js +5 -0
  341. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +1 -0
  342. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +22 -0
  343. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +57 -0
  344. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +2 -0
  345. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  346. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  347. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  348. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +7 -1
  349. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +4 -1
  350. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +4 -1
  351. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +3 -3
  352. package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +2 -1
  353. package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -0
  354. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  355. package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +20 -0
  356. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +82 -4
  357. package/dist/api/resources/writeOffs/resources/v1/client/index.d.ts +2 -0
  358. package/dist/api/resources/writeOffs/resources/v1/client/index.js +3 -1
  359. package/dist/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.d.ts +22 -0
  360. package/dist/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.js +57 -0
  361. package/dist/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.d.ts +22 -0
  362. package/dist/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.js +57 -0
  363. package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +15 -0
  364. package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +5 -0
  365. package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +12 -0
  366. package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +5 -0
  367. package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +4 -1
  368. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +4 -1
  369. package/dist/api/resources/writeOffs/resources/v1/types/index.d.ts +2 -0
  370. package/dist/api/resources/writeOffs/resources/v1/types/index.js +2 -0
  371. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +115 -1
  372. package/dist/api/resources/x12/resources/v1/types/Rarc.js +114 -0
  373. package/dist/serialization/resources/clinicalTrials/index.d.ts +1 -0
  374. package/dist/serialization/resources/clinicalTrials/index.js +17 -0
  375. package/dist/serialization/resources/clinicalTrials/resources/index.d.ts +1 -0
  376. package/dist/serialization/resources/clinicalTrials/resources/index.js +37 -0
  377. package/dist/serialization/resources/clinicalTrials/resources/v1/index.d.ts +1 -0
  378. package/dist/serialization/resources/clinicalTrials/resources/v1/index.js +17 -0
  379. package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +17 -0
  380. package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +50 -0
  381. package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +10 -0
  382. package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +41 -0
  383. package/dist/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +15 -0
  384. package/dist/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +46 -0
  385. package/dist/serialization/resources/clinicalTrials/resources/v1/types/index.d.ts +3 -0
  386. package/dist/serialization/resources/clinicalTrials/resources/v1/types/index.js +19 -0
  387. package/dist/serialization/resources/commons/types/AdjustmentId.d.ts +10 -0
  388. package/dist/serialization/resources/commons/types/AdjustmentId.js +45 -0
  389. package/dist/serialization/resources/commons/types/ClinicalTrialId.d.ts +10 -0
  390. package/dist/serialization/resources/commons/types/ClinicalTrialId.js +45 -0
  391. package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  392. package/dist/serialization/resources/commons/types/ProcedureModifier.js +4 -0
  393. package/dist/serialization/resources/commons/types/index.d.ts +2 -0
  394. package/dist/serialization/resources/commons/types/index.js +2 -0
  395. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  396. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +2 -0
  397. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +16 -0
  398. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +47 -0
  399. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +3 -0
  400. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +3 -0
  401. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  402. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +2 -0
  403. package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +10 -0
  404. package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.js +41 -0
  405. package/dist/serialization/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +10 -0
  406. package/dist/serialization/resources/encounters/resources/v4/types/ReportTypeCode.js +103 -0
  407. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +3 -0
  408. package/dist/serialization/resources/encounters/resources/v4/types/index.js +3 -0
  409. package/dist/serialization/resources/index.d.ts +1 -0
  410. package/dist/serialization/resources/index.js +2 -1
  411. package/dist/serialization/resources/individual/types/PatientClinicalTrialInfo.d.ts +14 -0
  412. package/dist/serialization/resources/individual/types/PatientClinicalTrialInfo.js +45 -0
  413. package/dist/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +14 -0
  414. package/dist/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.js +45 -0
  415. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +2 -0
  416. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +2 -0
  417. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +2 -0
  418. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +2 -0
  419. package/dist/serialization/resources/individual/types/index.d.ts +2 -0
  420. package/dist/serialization/resources/individual/types/index.js +2 -0
  421. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  422. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -0
  423. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +2 -0
  424. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +2 -0
  425. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
  426. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +3 -0
  427. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +16 -0
  428. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +47 -0
  429. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +10 -0
  430. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +45 -0
  431. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +2 -0
  432. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +2 -0
  433. package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.d.ts +1 -0
  434. package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.js +1 -0
  435. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  436. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +2 -0
  437. package/dist/serialization/resources/preEncounter/resources/images/index.d.ts +1 -0
  438. package/dist/serialization/resources/preEncounter/resources/images/index.js +17 -0
  439. package/dist/serialization/resources/preEncounter/resources/images/resources/index.d.ts +1 -0
  440. package/dist/serialization/resources/preEncounter/resources/images/resources/index.js +37 -0
  441. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +15 -0
  442. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/create.js +71 -0
  443. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +20 -0
  444. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +77 -0
  445. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +15 -0
  446. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/get.js +71 -0
  447. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +11 -0
  448. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +42 -0
  449. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +5 -0
  450. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/index.js +41 -0
  451. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +20 -0
  452. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/update.js +77 -0
  453. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/index.d.ts +2 -0
  454. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/index.js +18 -0
  455. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +15 -0
  456. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +46 -0
  457. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +10 -0
  458. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +41 -0
  459. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +16 -0
  460. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.js +50 -0
  461. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +10 -0
  462. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +45 -0
  463. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +10 -0
  464. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +41 -0
  465. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +20 -0
  466. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +51 -0
  467. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +14 -0
  468. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +45 -0
  469. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +7 -0
  470. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/index.js +23 -0
  471. package/dist/serialization/resources/preEncounter/resources/index.d.ts +1 -0
  472. package/dist/serialization/resources/preEncounter/resources/index.js +2 -1
  473. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  474. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  475. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +11 -0
  476. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +42 -0
  477. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +1 -0
  478. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +1 -0
  479. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
  480. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -1
  481. package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +24 -0
  482. package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +55 -0
  483. package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +20 -0
  484. package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +51 -0
  485. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +5 -1
  486. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +2 -0
  487. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +5 -1
  488. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +2 -0
  489. package/dist/serialization/resources/writeOffs/resources/v1/types/index.d.ts +2 -0
  490. package/dist/serialization/resources/writeOffs/resources/v1/types/index.js +2 -0
  491. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  492. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +114 -0
  493. package/dist/version.d.ts +1 -1
  494. package/dist/version.js +1 -1
  495. package/package.json +1 -1
  496. package/reference.md +689 -78
  497. package/serialization/resources/clinicalTrials/index.d.ts +1 -0
  498. package/serialization/resources/clinicalTrials/index.js +17 -0
  499. package/serialization/resources/clinicalTrials/resources/index.d.ts +1 -0
  500. package/serialization/resources/clinicalTrials/resources/index.js +37 -0
  501. package/serialization/resources/clinicalTrials/resources/v1/index.d.ts +1 -0
  502. package/serialization/resources/clinicalTrials/resources/v1/index.js +17 -0
  503. package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +17 -0
  504. package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +50 -0
  505. package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +10 -0
  506. package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +41 -0
  507. package/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +15 -0
  508. package/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +46 -0
  509. package/serialization/resources/clinicalTrials/resources/v1/types/index.d.ts +3 -0
  510. package/serialization/resources/clinicalTrials/resources/v1/types/index.js +19 -0
  511. package/serialization/resources/commons/types/AdjustmentId.d.ts +10 -0
  512. package/serialization/resources/commons/types/AdjustmentId.js +45 -0
  513. package/serialization/resources/commons/types/ClinicalTrialId.d.ts +10 -0
  514. package/serialization/resources/commons/types/ClinicalTrialId.js +45 -0
  515. package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  516. package/serialization/resources/commons/types/ProcedureModifier.js +4 -0
  517. package/serialization/resources/commons/types/index.d.ts +2 -0
  518. package/serialization/resources/commons/types/index.js +2 -0
  519. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  520. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +2 -0
  521. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +16 -0
  522. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +47 -0
  523. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +3 -0
  524. package/serialization/resources/encounters/resources/v4/types/Encounter.js +3 -0
  525. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  526. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +2 -0
  527. package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +10 -0
  528. package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.js +41 -0
  529. package/serialization/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +10 -0
  530. package/serialization/resources/encounters/resources/v4/types/ReportTypeCode.js +103 -0
  531. package/serialization/resources/encounters/resources/v4/types/index.d.ts +3 -0
  532. package/serialization/resources/encounters/resources/v4/types/index.js +3 -0
  533. package/serialization/resources/index.d.ts +1 -0
  534. package/serialization/resources/index.js +2 -1
  535. package/serialization/resources/individual/types/PatientClinicalTrialInfo.d.ts +14 -0
  536. package/serialization/resources/individual/types/PatientClinicalTrialInfo.js +45 -0
  537. package/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +14 -0
  538. package/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.js +45 -0
  539. package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +2 -0
  540. package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +2 -0
  541. package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +2 -0
  542. package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +2 -0
  543. package/serialization/resources/individual/types/index.d.ts +2 -0
  544. package/serialization/resources/individual/types/index.js +2 -0
  545. package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  546. package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -0
  547. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +2 -0
  548. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +2 -0
  549. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
  550. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +3 -0
  551. package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +16 -0
  552. package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +47 -0
  553. package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +10 -0
  554. package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +45 -0
  555. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +2 -0
  556. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +2 -0
  557. package/serialization/resources/preEncounter/resources/common/types/HumanName.d.ts +1 -0
  558. package/serialization/resources/preEncounter/resources/common/types/HumanName.js +1 -0
  559. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  560. package/serialization/resources/preEncounter/resources/common/types/index.js +2 -0
  561. package/serialization/resources/preEncounter/resources/images/index.d.ts +1 -0
  562. package/serialization/resources/preEncounter/resources/images/index.js +17 -0
  563. package/serialization/resources/preEncounter/resources/images/resources/index.d.ts +1 -0
  564. package/serialization/resources/preEncounter/resources/images/resources/index.js +37 -0
  565. package/serialization/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +15 -0
  566. package/serialization/resources/preEncounter/resources/images/resources/v1/client/create.js +71 -0
  567. package/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +20 -0
  568. package/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +77 -0
  569. package/serialization/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +15 -0
  570. package/serialization/resources/preEncounter/resources/images/resources/v1/client/get.js +71 -0
  571. package/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +11 -0
  572. package/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +42 -0
  573. package/serialization/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +5 -0
  574. package/serialization/resources/preEncounter/resources/images/resources/v1/client/index.js +41 -0
  575. package/serialization/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +20 -0
  576. package/serialization/resources/preEncounter/resources/images/resources/v1/client/update.js +77 -0
  577. package/serialization/resources/preEncounter/resources/images/resources/v1/index.d.ts +2 -0
  578. package/serialization/resources/preEncounter/resources/images/resources/v1/index.js +18 -0
  579. package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +15 -0
  580. package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +46 -0
  581. package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +10 -0
  582. package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +41 -0
  583. package/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +16 -0
  584. package/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.js +50 -0
  585. package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +10 -0
  586. package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +45 -0
  587. package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +10 -0
  588. package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +41 -0
  589. package/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +20 -0
  590. package/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +51 -0
  591. package/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +14 -0
  592. package/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +45 -0
  593. package/serialization/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +7 -0
  594. package/serialization/resources/preEncounter/resources/images/resources/v1/types/index.js +23 -0
  595. package/serialization/resources/preEncounter/resources/index.d.ts +1 -0
  596. package/serialization/resources/preEncounter/resources/index.js +2 -1
  597. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  598. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  599. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +11 -0
  600. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +42 -0
  601. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +1 -0
  602. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +1 -0
  603. package/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
  604. package/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -1
  605. package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +24 -0
  606. package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +55 -0
  607. package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +20 -0
  608. package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +51 -0
  609. package/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +5 -1
  610. package/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +2 -0
  611. package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +5 -1
  612. package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +2 -0
  613. package/serialization/resources/writeOffs/resources/v1/types/index.d.ts +2 -0
  614. package/serialization/resources/writeOffs/resources/v1/types/index.js +2 -0
  615. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  616. package/serialization/resources/x12/resources/v1/types/Rarc.js +114 -0
  617. package/version.d.ts +1 -1
  618. package/version.js +1 -1
@@ -71,7 +71,7 @@ class V2 {
71
71
  const _response = yield core.fetcher({
72
72
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/organization-service-facilities/v2/${encodeURIComponent(serializers.organizationServiceFacilities.v2.OrganizationServiceFacilityId.jsonOrThrow(organizationServiceFacilityId))}`),
73
73
  method: "GET",
74
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
74
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
75
75
  contentType: "application/json",
76
76
  requestType: "json",
77
77
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -137,7 +137,7 @@ class V2 {
137
137
  const _response = yield core.fetcher({
138
138
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/organization-service-facilities/v2"),
139
139
  method: "GET",
140
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
140
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
141
141
  contentType: "application/json",
142
142
  queryParameters: _queryParams,
143
143
  requestType: "json",
@@ -193,7 +193,7 @@ class V2 {
193
193
  const _response = yield core.fetcher({
194
194
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/organization-service-facilities/v2"),
195
195
  method: "POST",
196
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
196
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
197
197
  contentType: "application/json",
198
198
  requestType: "json",
199
199
  body: serializers.organizationServiceFacilities.v2.OrganizationServiceFacilityCreate.jsonOrThrow(request, {
@@ -266,7 +266,7 @@ class V2 {
266
266
  const _response = yield core.fetcher({
267
267
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/organization-service-facilities/v2/${encodeURIComponent(serializers.organizationServiceFacilities.v2.OrganizationServiceFacilityId.jsonOrThrow(organizationServiceFacilityId))}`),
268
268
  method: "PATCH",
269
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
269
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
270
270
  contentType: "application/json",
271
271
  requestType: "json",
272
272
  body: serializers.organizationServiceFacilities.v2.OrganizationServiceFacilityUpdate.jsonOrThrow(request, {
@@ -321,7 +321,7 @@ class V2 {
321
321
  const _response = yield core.fetcher({
322
322
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/organization-service-facilities/v2/${encodeURIComponent(serializers.organizationServiceFacilities.v2.OrganizationServiceFacilityId.jsonOrThrow(organizationServiceFacilityId))}`),
323
323
  method: "DELETE",
324
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
324
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
325
325
  contentType: "application/json",
326
326
  requestType: "json",
327
327
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -132,7 +132,7 @@ class V4 {
132
132
  const _response = yield core.fetcher({
133
133
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/patient-payments/v4"),
134
134
  method: "GET",
135
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
135
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
136
136
  contentType: "application/json",
137
137
  queryParameters: _queryParams,
138
138
  requestType: "json",
@@ -187,7 +187,7 @@ class V4 {
187
187
  const _response = yield core.fetcher({
188
188
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/patient-payments/v4/${encodeURIComponent(serializers.patientPayments.v4.PatientPaymentId.jsonOrThrow(patientPaymentId))}`),
189
189
  method: "GET",
190
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
190
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
191
191
  contentType: "application/json",
192
192
  requestType: "json",
193
193
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -256,7 +256,7 @@ class V4 {
256
256
  const _response = yield core.fetcher({
257
257
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/patient-payments/v4"),
258
258
  method: "POST",
259
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
259
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
260
260
  contentType: "application/json",
261
261
  requestType: "json",
262
262
  body: serializers.patientPayments.v4.PatientPaymentCreate.jsonOrThrow(request, {
@@ -325,7 +325,7 @@ class V4 {
325
325
  const _response = yield core.fetcher({
326
326
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/patient-payments/v4/${encodeURIComponent(serializers.patientPayments.v4.PatientPaymentId.jsonOrThrow(patientPaymentId))}`),
327
327
  method: "PATCH",
328
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
328
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
329
329
  contentType: "application/json",
330
330
  requestType: "json",
331
331
  body: serializers.patientPayments.v4.PatientPaymentUpdate.jsonOrThrow(request, {
@@ -383,7 +383,7 @@ class V4 {
383
383
  const _response = yield core.fetcher({
384
384
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/patient-payments/v4/${encodeURIComponent(serializers.patientPayments.v4.PatientPaymentId.jsonOrThrow(patientPaymentId))}`),
385
385
  method: "DELETE",
386
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
386
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
387
387
  contentType: "application/json",
388
388
  requestType: "json",
389
389
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -132,7 +132,7 @@ class V1 {
132
132
  const _response = yield core.fetcher({
133
133
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/patient-refunds/v1"),
134
134
  method: "GET",
135
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
135
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
136
136
  contentType: "application/json",
137
137
  queryParameters: _queryParams,
138
138
  requestType: "json",
@@ -187,7 +187,7 @@ class V1 {
187
187
  const _response = yield core.fetcher({
188
188
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/patient-refunds/v1/${encodeURIComponent(serializers.patientRefunds.v1.PatientRefundId.jsonOrThrow(patientRefundId))}`),
189
189
  method: "GET",
190
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
190
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
191
191
  contentType: "application/json",
192
192
  requestType: "json",
193
193
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -257,7 +257,7 @@ class V1 {
257
257
  const _response = yield core.fetcher({
258
258
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/patient-refunds/v1"),
259
259
  method: "POST",
260
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
260
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
261
261
  contentType: "application/json",
262
262
  requestType: "json",
263
263
  body: serializers.patientRefunds.v1.PatientRefundCreate.jsonOrThrow(request, {
@@ -330,7 +330,7 @@ class V1 {
330
330
  const _response = yield core.fetcher({
331
331
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/patient-refunds/v1/${encodeURIComponent(serializers.patientRefunds.v1.PatientRefundId.jsonOrThrow(patientRefundId))}`),
332
332
  method: "PATCH",
333
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
333
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
334
334
  contentType: "application/json",
335
335
  requestType: "json",
336
336
  body: serializers.patientRefunds.v1.PatientRefundUpdate.jsonOrThrow(request, {
@@ -388,7 +388,7 @@ class V1 {
388
388
  const _response = yield core.fetcher({
389
389
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/patient-refunds/v1/${encodeURIComponent(serializers.patientRefunds.v1.PatientRefundId.jsonOrThrow(patientRefundId))}`),
390
390
  method: "DELETE",
391
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
391
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
392
392
  contentType: "application/json",
393
393
  requestType: "json",
394
394
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -71,7 +71,7 @@ class V3 {
71
71
  const _response = yield core.fetcher({
72
72
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/payers/v3/${encodeURIComponent(serializers.payers.v3.PayerUuid.jsonOrThrow(payerUuid))}`),
73
73
  method: "GET",
74
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
74
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
75
75
  contentType: "application/json",
76
76
  requestType: "json",
77
77
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -123,7 +123,7 @@ class V3 {
123
123
  const _response = yield core.fetcher({
124
124
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/payers/v3"),
125
125
  method: "GET",
126
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
126
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
127
127
  contentType: "application/json",
128
128
  queryParameters: _queryParams,
129
129
  requestType: "json",
@@ -6,6 +6,7 @@ import * as core from "../../../../core";
6
6
  import { Appointments } from "../resources/appointments/client/Client";
7
7
  import { Coverages } from "../resources/coverages/client/Client";
8
8
  import { EligibilityChecks } from "../resources/eligibilityChecks/client/Client";
9
+ import { Images } from "../resources/images/client/Client";
9
10
  import { Lists } from "../resources/lists/client/Client";
10
11
  import { Notes } from "../resources/notes/client/Client";
11
12
  import { Patients } from "../resources/patients/client/Client";
@@ -33,6 +34,7 @@ export declare class PreEncounter {
33
34
  protected _appointments: Appointments | undefined;
34
35
  protected _coverages: Coverages | undefined;
35
36
  protected _eligibilityChecks: EligibilityChecks | undefined;
37
+ protected _images: Images | undefined;
36
38
  protected _lists: Lists | undefined;
37
39
  protected _notes: Notes | undefined;
38
40
  protected _patients: Patients | undefined;
@@ -41,6 +43,7 @@ export declare class PreEncounter {
41
43
  get appointments(): Appointments;
42
44
  get coverages(): Coverages;
43
45
  get eligibilityChecks(): EligibilityChecks;
46
+ get images(): Images;
44
47
  get lists(): Lists;
45
48
  get notes(): Notes;
46
49
  get patients(): Patients;
@@ -7,10 +7,11 @@ exports.PreEncounter = void 0;
7
7
  const Client_1 = require("../resources/appointments/client/Client");
8
8
  const Client_2 = require("../resources/coverages/client/Client");
9
9
  const Client_3 = require("../resources/eligibilityChecks/client/Client");
10
- const Client_4 = require("../resources/lists/client/Client");
11
- const Client_5 = require("../resources/notes/client/Client");
12
- const Client_6 = require("../resources/patients/client/Client");
13
- const Client_7 = require("../resources/tags/client/Client");
10
+ const Client_4 = require("../resources/images/client/Client");
11
+ const Client_5 = require("../resources/lists/client/Client");
12
+ const Client_6 = require("../resources/notes/client/Client");
13
+ const Client_7 = require("../resources/patients/client/Client");
14
+ const Client_8 = require("../resources/tags/client/Client");
14
15
  class PreEncounter {
15
16
  constructor(_options = {}) {
16
17
  this._options = _options;
@@ -27,21 +28,25 @@ class PreEncounter {
27
28
  var _a;
28
29
  return ((_a = this._eligibilityChecks) !== null && _a !== void 0 ? _a : (this._eligibilityChecks = new Client_3.EligibilityChecks(this._options)));
29
30
  }
31
+ get images() {
32
+ var _a;
33
+ return ((_a = this._images) !== null && _a !== void 0 ? _a : (this._images = new Client_4.Images(this._options)));
34
+ }
30
35
  get lists() {
31
36
  var _a;
32
- return ((_a = this._lists) !== null && _a !== void 0 ? _a : (this._lists = new Client_4.Lists(this._options)));
37
+ return ((_a = this._lists) !== null && _a !== void 0 ? _a : (this._lists = new Client_5.Lists(this._options)));
33
38
  }
34
39
  get notes() {
35
40
  var _a;
36
- return ((_a = this._notes) !== null && _a !== void 0 ? _a : (this._notes = new Client_5.Notes(this._options)));
41
+ return ((_a = this._notes) !== null && _a !== void 0 ? _a : (this._notes = new Client_6.Notes(this._options)));
37
42
  }
38
43
  get patients() {
39
44
  var _a;
40
- return ((_a = this._patients) !== null && _a !== void 0 ? _a : (this._patients = new Client_6.Patients(this._options)));
45
+ return ((_a = this._patients) !== null && _a !== void 0 ? _a : (this._patients = new Client_7.Patients(this._options)));
41
46
  }
42
47
  get tags() {
43
48
  var _a;
44
- return ((_a = this._tags) !== null && _a !== void 0 ? _a : (this._tags = new Client_7.Tags(this._options)));
49
+ return ((_a = this._tags) !== null && _a !== void 0 ? _a : (this._tags = new Client_8.Tags(this._options)));
45
50
  }
46
51
  }
47
52
  exports.PreEncounter = PreEncounter;
@@ -47,7 +47,8 @@ export declare class V1 {
47
47
  * family: "string",
48
48
  * given: ["string"],
49
49
  * use: "USUAL",
50
- * period: {}
50
+ * period: {},
51
+ * suffix: "string"
51
52
  * },
52
53
  * type: "PRIMARY",
53
54
  * npi: "string",
@@ -131,7 +132,8 @@ export declare class V1 {
131
132
  * family: "string",
132
133
  * given: ["string"],
133
134
  * use: "USUAL",
134
- * period: {}
135
+ * period: {},
136
+ * suffix: "string"
135
137
  * },
136
138
  * type: "PRIMARY",
137
139
  * npi: "string",
@@ -80,7 +80,8 @@ class V1 {
80
80
  * family: "string",
81
81
  * given: ["string"],
82
82
  * use: "USUAL",
83
- * period: {}
83
+ * period: {},
84
+ * suffix: "string"
84
85
  * },
85
86
  * type: "PRIMARY",
86
87
  * npi: "string",
@@ -109,7 +110,7 @@ class V1 {
109
110
  const _response = yield core.fetcher({
110
111
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, "/appointments/v1"),
111
112
  method: "POST",
112
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
113
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
113
114
  contentType: "application/json",
114
115
  requestType: "json",
115
116
  body: serializers.preEncounter.appointments.v1.MutableAppointment.jsonOrThrow(request, {
@@ -191,7 +192,7 @@ class V1 {
191
192
  const _response = yield core.fetcher({
192
193
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, "/appointments/v1/visits"),
193
194
  method: "GET",
194
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
195
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
195
196
  contentType: "application/json",
196
197
  queryParameters: _queryParams,
197
198
  requestType: "json",
@@ -245,7 +246,7 @@ class V1 {
245
246
  const _response = yield core.fetcher({
246
247
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, `/appointments/v1/${encodeURIComponent(serializers.preEncounter.AppointmentId.jsonOrThrow(id))}`),
247
248
  method: "GET",
248
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
249
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
249
250
  contentType: "application/json",
250
251
  requestType: "json",
251
252
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -298,7 +299,7 @@ class V1 {
298
299
  const _response = yield core.fetcher({
299
300
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, `/appointments/v1/${encodeURIComponent(serializers.preEncounter.AppointmentId.jsonOrThrow(id))}/history`),
300
301
  method: "GET",
301
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
302
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
302
303
  contentType: "application/json",
303
304
  requestType: "json",
304
305
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -360,7 +361,8 @@ class V1 {
360
361
  * family: "string",
361
362
  * given: ["string"],
362
363
  * use: "USUAL",
363
- * period: {}
364
+ * period: {},
365
+ * suffix: "string"
364
366
  * },
365
367
  * type: "PRIMARY",
366
368
  * npi: "string",
@@ -389,7 +391,7 @@ class V1 {
389
391
  const _response = yield core.fetcher({
390
392
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, `/appointments/v1/${encodeURIComponent(serializers.preEncounter.AppointmentId.jsonOrThrow(id))}/${encodeURIComponent(version)}`),
391
393
  method: "PUT",
392
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
394
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
393
395
  contentType: "application/json",
394
396
  requestType: "json",
395
397
  body: serializers.preEncounter.appointments.v1.MutableAppointment.jsonOrThrow(request, {
@@ -451,7 +453,7 @@ class V1 {
451
453
  const _response = yield core.fetcher({
452
454
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, "/appointments/v1/updates/scan"),
453
455
  method: "GET",
454
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
456
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
455
457
  contentType: "application/json",
456
458
  queryParameters: _queryParams,
457
459
  requestType: "json",
@@ -492,7 +494,7 @@ class V1 {
492
494
  const _response = yield core.fetcher({
493
495
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, `/appointments/v1/${encodeURIComponent(serializers.preEncounter.AppointmentId.jsonOrThrow(id))}/${encodeURIComponent(version)}`),
494
496
  method: "DELETE",
495
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
497
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
496
498
  contentType: "application/json",
497
499
  requestType: "json",
498
500
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../../../index";
5
+ export interface CanonicalClinicalTrialAssociation {
6
+ id: CandidApi.preEncounter.CanonicalClinicalTrialId;
7
+ clinicalTrialArm?: string;
8
+ period?: CandidApi.preEncounter.Period;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../../../index";
5
+ /**
6
+ * The unique identifier for a clinical trial configured in the Candid system
7
+ */
8
+ export type CanonicalClinicalTrialId = string & {
9
+ preEncounter_CanonicalClinicalTrialId: void;
10
+ };
11
+ export declare function CanonicalClinicalTrialId(value: string): CandidApi.preEncounter.CanonicalClinicalTrialId;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.CanonicalClinicalTrialId = CanonicalClinicalTrialId;
7
+ function CanonicalClinicalTrialId(value) {
8
+ return value;
9
+ }
@@ -5,4 +5,6 @@ import * as CandidApi from "../../../../../index";
5
5
  export interface CanonicalNonInsurancePayerAssociation {
6
6
  id: CandidApi.preEncounter.CanonicalNonInsurancePayerId;
7
7
  memberId?: string;
8
+ /** A patient cannot be associated with a given trial more than once */
9
+ clinicalTrialInfo?: CandidApi.preEncounter.CanonicalClinicalTrialAssociation[];
8
10
  }
@@ -7,4 +7,5 @@ export interface HumanName {
7
7
  given: string[];
8
8
  use: CandidApi.preEncounter.NameUse;
9
9
  period?: CandidApi.preEncounter.Period;
10
+ suffix?: string;
10
11
  }
@@ -12,6 +12,8 @@ export * from "./CanonicalProviderId";
12
12
  export * from "./ExternalIdentifier";
13
13
  export * from "./CanonicalNonInsurancePayerAssociation";
14
14
  export * from "./CanonicalNonInsurancePayerId";
15
+ export * from "./CanonicalClinicalTrialAssociation";
16
+ export * from "./CanonicalClinicalTrialId";
15
17
  export * from "./Relationship";
16
18
  export * from "./Gender";
17
19
  export * from "./Sex";
@@ -28,6 +28,8 @@ __exportStar(require("./CanonicalProviderId"), exports);
28
28
  __exportStar(require("./ExternalIdentifier"), exports);
29
29
  __exportStar(require("./CanonicalNonInsurancePayerAssociation"), exports);
30
30
  __exportStar(require("./CanonicalNonInsurancePayerId"), exports);
31
+ __exportStar(require("./CanonicalClinicalTrialAssociation"), exports);
32
+ __exportStar(require("./CanonicalClinicalTrialId"), exports);
31
33
  __exportStar(require("./Relationship"), exports);
32
34
  __exportStar(require("./Gender"), exports);
33
35
  __exportStar(require("./Sex"), exports);
@@ -39,7 +39,8 @@ export declare class V1 {
39
39
  * family: "string",
40
40
  * given: ["string"],
41
41
  * use: "USUAL",
42
- * period: {}
42
+ * period: {},
43
+ * suffix: "string"
43
44
  * },
44
45
  * dateOfBirth: "2023-01-15",
45
46
  * biologicalSex: "FEMALE",
@@ -95,7 +96,8 @@ export declare class V1 {
95
96
  * family: "string",
96
97
  * given: ["string"],
97
98
  * use: "USUAL",
98
- * period: {}
99
+ * period: {},
100
+ * suffix: "string"
99
101
  * },
100
102
  * dateOfBirth: "2023-01-15",
101
103
  * biologicalSex: "FEMALE",
@@ -72,7 +72,8 @@ class V1 {
72
72
  * family: "string",
73
73
  * given: ["string"],
74
74
  * use: "USUAL",
75
- * period: {}
75
+ * period: {},
76
+ * suffix: "string"
76
77
  * },
77
78
  * dateOfBirth: "2023-01-15",
78
79
  * biologicalSex: "FEMALE",
@@ -117,7 +118,7 @@ class V1 {
117
118
  const _response = yield core.fetcher({
118
119
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, "/coverages/v1"),
119
120
  method: "POST",
120
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
121
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
121
122
  contentType: "application/json",
122
123
  requestType: "json",
123
124
  body: serializers.preEncounter.coverages.v1.MutableCoverage.jsonOrThrow(request, {
@@ -160,7 +161,8 @@ class V1 {
160
161
  * family: "string",
161
162
  * given: ["string"],
162
163
  * use: "USUAL",
163
- * period: {}
164
+ * period: {},
165
+ * suffix: "string"
164
166
  * },
165
167
  * dateOfBirth: "2023-01-15",
166
168
  * biologicalSex: "FEMALE",
@@ -205,7 +207,7 @@ class V1 {
205
207
  const _response = yield core.fetcher({
206
208
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, `/coverages/v1/${encodeURIComponent(serializers.preEncounter.CoverageId.jsonOrThrow(id))}/${encodeURIComponent(version)}`),
207
209
  method: "PUT",
208
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
210
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
209
211
  contentType: "application/json",
210
212
  requestType: "json",
211
213
  body: serializers.preEncounter.coverages.v1.MutableCoverage.jsonOrThrow(request, {
@@ -281,7 +283,7 @@ class V1 {
281
283
  const _response = yield core.fetcher({
282
284
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, "/coverages/v1/get-multi-paginated"),
283
285
  method: "GET",
284
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
286
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
285
287
  contentType: "application/json",
286
288
  queryParameters: _queryParams,
287
289
  requestType: "json",
@@ -335,7 +337,7 @@ class V1 {
335
337
  const _response = yield core.fetcher({
336
338
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, `/coverages/v1/${encodeURIComponent(serializers.preEncounter.CoverageId.jsonOrThrow(id))}`),
337
339
  method: "GET",
338
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
340
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
339
341
  contentType: "application/json",
340
342
  requestType: "json",
341
343
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -374,7 +376,7 @@ class V1 {
374
376
  const _response = yield core.fetcher({
375
377
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, `/coverages/v1/${encodeURIComponent(serializers.preEncounter.CoverageId.jsonOrThrow(id))}/history`),
376
378
  method: "GET",
377
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
379
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
378
380
  contentType: "application/json",
379
381
  requestType: "json",
380
382
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -434,7 +436,7 @@ class V1 {
434
436
  const _response = yield core.fetcher({
435
437
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, "/coverages/v1"),
436
438
  method: "GET",
437
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
439
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
438
440
  contentType: "application/json",
439
441
  queryParameters: _queryParams,
440
442
  requestType: "json",
@@ -479,7 +481,7 @@ class V1 {
479
481
  const _response = yield core.fetcher({
480
482
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, "/coverages/v1/updates/scan"),
481
483
  method: "GET",
482
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
484
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
483
485
  contentType: "application/json",
484
486
  queryParameters: _queryParams,
485
487
  requestType: "json",
@@ -524,7 +526,7 @@ class V1 {
524
526
  const _response = yield core.fetcher({
525
527
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, `/coverages/v1/${encodeURIComponent(serializers.preEncounter.CoverageId.jsonOrThrow(id))}/eligibility`),
526
528
  method: "POST",
527
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
529
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
528
530
  contentType: "application/json",
529
531
  requestType: "json",
530
532
  body: serializers.preEncounter.coverages.v1.CheckEligibilityRequest.jsonOrThrow(request, {
@@ -567,7 +569,7 @@ class V1 {
567
569
  const _response = yield core.fetcher({
568
570
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, `/coverages/v1/${encodeURIComponent(serializers.preEncounter.CoverageId.jsonOrThrow(id))}/eligibility/${encodeURIComponent(checkId)}`),
569
571
  method: "GET",
570
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
572
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
571
573
  contentType: "application/json",
572
574
  requestType: "json",
573
575
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -97,7 +97,7 @@ class V1 {
97
97
  const _response = yield core.fetcher({
98
98
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).preEncounter, "/eligibility-checks/v1"),
99
99
  method: "POST",
100
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.10", "User-Agent": "candidhealth/0.39.10", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
100
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.40.0", "User-Agent": "candidhealth/0.40.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
101
101
  contentType: "application/json",
102
102
  requestType: "json",
103
103
  body: serializers.preEncounter.eligibilityChecks.v1.EligibilityRequest.jsonOrThrow(request, {