candidhealth 0.38.1 → 0.39.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 (342) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +67 -62
  3. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  4. package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  5. package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +2 -206
  6. package/api/resources/chargeCapture/resources/v1/client/Client.js +7 -211
  7. package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -103
  8. package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -103
  9. package/api/resources/chargeCaptureBundles/client/Client.d.ts +26 -0
  10. package/api/resources/chargeCaptureBundles/client/Client.js +17 -0
  11. package/api/resources/chargeCaptureBundles/client/index.d.ts +1 -0
  12. package/api/resources/chargeCaptureBundles/client/index.js +2 -0
  13. package/api/resources/chargeCaptureBundles/index.d.ts +2 -0
  14. package/api/resources/chargeCaptureBundles/index.js +18 -0
  15. package/api/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
  16. package/api/resources/chargeCaptureBundles/resources/index.js +27 -0
  17. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +57 -0
  18. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +270 -0
  19. package/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +28 -0
  20. package/api/resources/chargeCaptureBundles/resources/v1/client/get.js +58 -0
  21. package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +28 -0
  22. package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +58 -0
  23. package/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +4 -0
  24. package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +33 -0
  25. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +46 -0
  26. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.js +5 -0
  27. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +1 -0
  28. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.js +2 -0
  29. package/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +28 -0
  30. package/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +58 -0
  31. package/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
  32. package/api/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
  33. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +22 -0
  34. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +5 -0
  35. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +17 -0
  36. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +5 -0
  37. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +7 -0
  38. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +5 -0
  39. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
  40. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +12 -0
  41. package/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
  42. package/api/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
  43. package/api/resources/commons/types/ChargeCaptureBundleId.d.ts +8 -0
  44. package/api/resources/commons/types/ChargeCaptureBundleId.js +10 -0
  45. package/api/resources/commons/types/NetworkType.d.ts +9 -1
  46. package/api/resources/commons/types/NetworkType.js +2 -0
  47. package/api/resources/commons/types/NotImplementedErrorMessage.d.ts +6 -0
  48. package/api/resources/commons/types/NotImplementedErrorMessage.js +5 -0
  49. package/api/resources/commons/types/index.d.ts +2 -0
  50. package/api/resources/commons/types/index.js +2 -0
  51. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  52. package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  53. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  54. package/api/resources/diagnoses/client/Client.js +3 -3
  55. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  56. package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +66 -8
  57. package/api/resources/encounterProviders/resources/v2/client/Client.js +78 -20
  58. package/api/resources/encounters/resources/v4/client/Client.d.ts +83 -95
  59. package/api/resources/encounters/resources/v4/client/Client.js +88 -100
  60. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +62 -8
  61. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +20 -5
  62. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -82
  63. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  64. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  65. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  66. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  67. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  68. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  69. package/api/resources/guarantor/resources/v1/client/Client.d.ts +21 -1
  70. package/api/resources/guarantor/resources/v1/client/Client.js +24 -4
  71. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  72. package/api/resources/index.d.ts +1 -0
  73. package/api/resources/index.js +2 -1
  74. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  75. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  76. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  77. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  78. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  79. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  80. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  81. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  82. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  83. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  84. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  85. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  86. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  87. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +2 -2
  88. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
  89. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +4 -2
  90. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
  91. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +10 -0
  92. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +5 -0
  93. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
  94. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +4 -3
  95. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +3 -2
  96. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  97. package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -2
  98. package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +0 -1
  99. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
  100. package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +7 -0
  101. package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +5 -0
  102. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
  103. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
  104. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  105. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  106. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  107. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  108. package/api/resources/serviceFacility/client/Client.js +1 -1
  109. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +4 -1
  110. package/api/resources/serviceLines/resources/v2/client/Client.js +7 -4
  111. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  112. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  113. package/api/resources/x12/resources/v1/types/Rarc.d.ts +3 -1
  114. package/api/resources/x12/resources/v1/types/Rarc.js +2 -0
  115. package/dist/Client.d.ts +3 -0
  116. package/dist/Client.js +67 -62
  117. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  118. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  119. package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +2 -206
  120. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +7 -211
  121. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -103
  122. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -103
  123. package/dist/api/resources/chargeCaptureBundles/client/Client.d.ts +26 -0
  124. package/dist/api/resources/chargeCaptureBundles/client/Client.js +17 -0
  125. package/dist/api/resources/chargeCaptureBundles/client/index.d.ts +1 -0
  126. package/dist/api/resources/chargeCaptureBundles/client/index.js +2 -0
  127. package/dist/api/resources/chargeCaptureBundles/index.d.ts +2 -0
  128. package/dist/api/resources/chargeCaptureBundles/index.js +18 -0
  129. package/dist/api/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
  130. package/dist/api/resources/chargeCaptureBundles/resources/index.js +27 -0
  131. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +57 -0
  132. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +270 -0
  133. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +28 -0
  134. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.js +58 -0
  135. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +28 -0
  136. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +58 -0
  137. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +4 -0
  138. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +33 -0
  139. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +46 -0
  140. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.js +5 -0
  141. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +1 -0
  142. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.js +2 -0
  143. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +28 -0
  144. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +58 -0
  145. package/dist/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
  146. package/dist/api/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
  147. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +22 -0
  148. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +5 -0
  149. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +17 -0
  150. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +5 -0
  151. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +7 -0
  152. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +5 -0
  153. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
  154. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +12 -0
  155. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
  156. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
  157. package/dist/api/resources/commons/types/ChargeCaptureBundleId.d.ts +8 -0
  158. package/dist/api/resources/commons/types/ChargeCaptureBundleId.js +10 -0
  159. package/dist/api/resources/commons/types/NetworkType.d.ts +9 -1
  160. package/dist/api/resources/commons/types/NetworkType.js +2 -0
  161. package/dist/api/resources/commons/types/NotImplementedErrorMessage.d.ts +6 -0
  162. package/dist/api/resources/commons/types/NotImplementedErrorMessage.js +5 -0
  163. package/dist/api/resources/commons/types/index.d.ts +2 -0
  164. package/dist/api/resources/commons/types/index.js +2 -0
  165. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  166. package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  167. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  168. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  169. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  170. package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +66 -8
  171. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +78 -20
  172. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +83 -95
  173. package/dist/api/resources/encounters/resources/v4/client/Client.js +88 -100
  174. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +62 -8
  175. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +20 -5
  176. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -82
  177. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  178. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  179. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  180. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  181. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  182. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  183. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +21 -1
  184. package/dist/api/resources/guarantor/resources/v1/client/Client.js +24 -4
  185. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  186. package/dist/api/resources/index.d.ts +1 -0
  187. package/dist/api/resources/index.js +2 -1
  188. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  189. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  190. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  191. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  192. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  193. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  194. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  195. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  196. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  197. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  198. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  199. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  200. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  201. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +2 -2
  202. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
  203. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +4 -2
  204. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
  205. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +10 -0
  206. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +5 -0
  207. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
  208. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +4 -3
  209. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +3 -2
  210. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  211. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -2
  212. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +0 -1
  213. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
  214. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +7 -0
  215. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +5 -0
  216. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
  217. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
  218. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  219. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  220. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  221. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  222. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  223. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +4 -1
  224. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +7 -4
  225. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  226. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  227. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +3 -1
  228. package/dist/api/resources/x12/resources/v1/types/Rarc.js +2 -0
  229. package/dist/serialization/resources/chargeCaptureBundles/index.d.ts +1 -0
  230. package/dist/serialization/resources/chargeCaptureBundles/index.js +17 -0
  231. package/dist/serialization/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
  232. package/dist/serialization/resources/chargeCaptureBundles/resources/index.js +27 -0
  233. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +15 -0
  234. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +61 -0
  235. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +15 -0
  236. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +61 -0
  237. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +3 -0
  238. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +29 -0
  239. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +15 -0
  240. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +61 -0
  241. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
  242. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
  243. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +18 -0
  244. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +39 -0
  245. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +21 -0
  246. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +42 -0
  247. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +14 -0
  248. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +37 -0
  249. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
  250. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +31 -0
  251. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
  252. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
  253. package/dist/serialization/resources/commons/types/ChargeCaptureBundleId.d.ts +10 -0
  254. package/dist/serialization/resources/commons/types/ChargeCaptureBundleId.js +35 -0
  255. package/dist/serialization/resources/commons/types/NetworkType.d.ts +1 -1
  256. package/dist/serialization/resources/commons/types/NetworkType.js +2 -0
  257. package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +12 -0
  258. package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.js +33 -0
  259. package/dist/serialization/resources/commons/types/index.d.ts +2 -0
  260. package/dist/serialization/resources/commons/types/index.js +2 -0
  261. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  262. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  263. package/dist/serialization/resources/index.d.ts +1 -0
  264. package/dist/serialization/resources/index.js +2 -1
  265. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  266. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
  267. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +16 -0
  268. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +37 -0
  269. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +2 -0
  270. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +2 -0
  271. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  272. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
  273. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  274. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
  275. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
  276. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +1 -1
  277. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
  278. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +3 -1
  279. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +13 -0
  280. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +34 -0
  281. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
  282. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
  283. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  284. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +2 -0
  285. package/package.json +1 -1
  286. package/reference.md +314 -299
  287. package/serialization/resources/chargeCaptureBundles/index.d.ts +1 -0
  288. package/serialization/resources/chargeCaptureBundles/index.js +17 -0
  289. package/serialization/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
  290. package/serialization/resources/chargeCaptureBundles/resources/index.js +27 -0
  291. package/serialization/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +15 -0
  292. package/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +61 -0
  293. package/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +15 -0
  294. package/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +61 -0
  295. package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +3 -0
  296. package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +29 -0
  297. package/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +15 -0
  298. package/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +61 -0
  299. package/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
  300. package/serialization/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
  301. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +18 -0
  302. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +39 -0
  303. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +21 -0
  304. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +42 -0
  305. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +14 -0
  306. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +37 -0
  307. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
  308. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +31 -0
  309. package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
  310. package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
  311. package/serialization/resources/commons/types/ChargeCaptureBundleId.d.ts +10 -0
  312. package/serialization/resources/commons/types/ChargeCaptureBundleId.js +35 -0
  313. package/serialization/resources/commons/types/NetworkType.d.ts +1 -1
  314. package/serialization/resources/commons/types/NetworkType.js +2 -0
  315. package/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +12 -0
  316. package/serialization/resources/commons/types/NotImplementedErrorMessage.js +33 -0
  317. package/serialization/resources/commons/types/index.d.ts +2 -0
  318. package/serialization/resources/commons/types/index.js +2 -0
  319. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  320. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  321. package/serialization/resources/index.d.ts +1 -0
  322. package/serialization/resources/index.js +2 -1
  323. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  324. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
  325. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +16 -0
  326. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +37 -0
  327. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +2 -0
  328. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +2 -0
  329. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  330. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
  331. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  332. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
  333. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
  334. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +1 -1
  335. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
  336. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +3 -1
  337. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +13 -0
  338. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +34 -0
  339. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
  340. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
  341. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  342. package/serialization/resources/x12/resources/v1/types/Rarc.js +2 -0
@@ -121,7 +121,7 @@ class V1 {
121
121
  Authorization: yield this._getAuthorizationHeader(),
122
122
  "X-Fern-Language": "JavaScript",
123
123
  "X-Fern-SDK-Name": "candidhealth",
124
- "X-Fern-SDK-Version": "0.38.1",
124
+ "X-Fern-SDK-Version": "0.39.0",
125
125
  "X-Fern-Runtime": core.RUNTIME.type,
126
126
  "X-Fern-Runtime-Version": core.RUNTIME.version,
127
127
  },
@@ -184,7 +184,7 @@ class V1 {
184
184
  Authorization: yield this._getAuthorizationHeader(),
185
185
  "X-Fern-Language": "JavaScript",
186
186
  "X-Fern-SDK-Name": "candidhealth",
187
- "X-Fern-SDK-Version": "0.38.1",
187
+ "X-Fern-SDK-Version": "0.39.0",
188
188
  "X-Fern-Runtime": core.RUNTIME.type,
189
189
  "X-Fern-Runtime-Version": core.RUNTIME.version,
190
190
  },
@@ -262,7 +262,7 @@ class V1 {
262
262
  Authorization: yield this._getAuthorizationHeader(),
263
263
  "X-Fern-Language": "JavaScript",
264
264
  "X-Fern-SDK-Name": "candidhealth",
265
- "X-Fern-SDK-Version": "0.38.1",
265
+ "X-Fern-SDK-Version": "0.39.0",
266
266
  "X-Fern-Runtime": core.RUNTIME.type,
267
267
  "X-Fern-Runtime-Version": core.RUNTIME.version,
268
268
  },
@@ -343,7 +343,7 @@ class V1 {
343
343
  Authorization: yield this._getAuthorizationHeader(),
344
344
  "X-Fern-Language": "JavaScript",
345
345
  "X-Fern-SDK-Name": "candidhealth",
346
- "X-Fern-SDK-Version": "0.38.1",
346
+ "X-Fern-SDK-Version": "0.39.0",
347
347
  "X-Fern-Runtime": core.RUNTIME.type,
348
348
  "X-Fern-Runtime-Version": core.RUNTIME.version,
349
349
  },
@@ -409,7 +409,7 @@ class V1 {
409
409
  Authorization: yield this._getAuthorizationHeader(),
410
410
  "X-Fern-Language": "JavaScript",
411
411
  "X-Fern-SDK-Name": "candidhealth",
412
- "X-Fern-SDK-Version": "0.38.1",
412
+ "X-Fern-SDK-Version": "0.39.0",
413
413
  "X-Fern-Runtime": core.RUNTIME.type,
414
414
  "X-Fern-Runtime-Version": core.RUNTIME.version,
415
415
  },
@@ -66,7 +66,7 @@ class V3 {
66
66
  Authorization: yield this._getAuthorizationHeader(),
67
67
  "X-Fern-Language": "JavaScript",
68
68
  "X-Fern-SDK-Name": "candidhealth",
69
- "X-Fern-SDK-Version": "0.38.1",
69
+ "X-Fern-SDK-Version": "0.39.0",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -126,7 +126,7 @@ class V3 {
126
126
  Authorization: yield this._getAuthorizationHeader(),
127
127
  "X-Fern-Language": "JavaScript",
128
128
  "X-Fern-SDK-Name": "candidhealth",
129
- "X-Fern-SDK-Version": "0.38.1",
129
+ "X-Fern-SDK-Version": "0.39.0",
130
130
  "X-Fern-Runtime": core.RUNTIME.type,
131
131
  "X-Fern-Runtime-Version": core.RUNTIME.version,
132
132
  },
@@ -103,7 +103,7 @@ class V1 {
103
103
  Authorization: yield this._getAuthorizationHeader(),
104
104
  "X-Fern-Language": "JavaScript",
105
105
  "X-Fern-SDK-Name": "candidhealth",
106
- "X-Fern-SDK-Version": "0.38.1",
106
+ "X-Fern-SDK-Version": "0.39.0",
107
107
  "X-Fern-Runtime": core.RUNTIME.type,
108
108
  "X-Fern-Runtime-Version": core.RUNTIME.version,
109
109
  },
@@ -168,7 +168,7 @@ class V1 {
168
168
  Authorization: yield this._getAuthorizationHeader(),
169
169
  "X-Fern-Language": "JavaScript",
170
170
  "X-Fern-SDK-Name": "candidhealth",
171
- "X-Fern-SDK-Version": "0.38.1",
171
+ "X-Fern-SDK-Version": "0.39.0",
172
172
  "X-Fern-Runtime": core.RUNTIME.type,
173
173
  "X-Fern-Runtime-Version": core.RUNTIME.version,
174
174
  },
@@ -229,7 +229,7 @@ class V1 {
229
229
  Authorization: yield this._getAuthorizationHeader(),
230
230
  "X-Fern-Language": "JavaScript",
231
231
  "X-Fern-SDK-Name": "candidhealth",
232
- "X-Fern-SDK-Version": "0.38.1",
232
+ "X-Fern-SDK-Version": "0.39.0",
233
233
  "X-Fern-Runtime": core.RUNTIME.type,
234
234
  "X-Fern-Runtime-Version": core.RUNTIME.version,
235
235
  },
@@ -327,7 +327,7 @@ class V1 {
327
327
  Authorization: yield this._getAuthorizationHeader(),
328
328
  "X-Fern-Language": "JavaScript",
329
329
  "X-Fern-SDK-Name": "candidhealth",
330
- "X-Fern-SDK-Version": "0.38.1",
330
+ "X-Fern-SDK-Version": "0.39.0",
331
331
  "X-Fern-Runtime": core.RUNTIME.type,
332
332
  "X-Fern-Runtime-Version": core.RUNTIME.version,
333
333
  },
@@ -397,7 +397,7 @@ class V1 {
397
397
  Authorization: yield this._getAuthorizationHeader(),
398
398
  "X-Fern-Language": "JavaScript",
399
399
  "X-Fern-SDK-Name": "candidhealth",
400
- "X-Fern-SDK-Version": "0.38.1",
400
+ "X-Fern-SDK-Version": "0.39.0",
401
401
  "X-Fern-Runtime": core.RUNTIME.type,
402
402
  "X-Fern-Runtime-Version": core.RUNTIME.version,
403
403
  },
@@ -446,7 +446,7 @@ class V1 {
446
446
  Authorization: yield this._getAuthorizationHeader(),
447
447
  "X-Fern-Language": "JavaScript",
448
448
  "X-Fern-SDK-Name": "candidhealth",
449
- "X-Fern-SDK-Version": "0.38.1",
449
+ "X-Fern-SDK-Version": "0.39.0",
450
450
  "X-Fern-Runtime": core.RUNTIME.type,
451
451
  "X-Fern-Runtime-Version": core.RUNTIME.version,
452
452
  },
@@ -72,7 +72,7 @@ export declare class V1 {
72
72
  * eligibilityChecks: [{
73
73
  * checkId: "string",
74
74
  * serviceCode: CandidApi.preEncounter.coverages.v1.ServiceTypeCode.MedicalCare,
75
- * status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.Created,
75
+ * status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.Completed,
76
76
  * initiatedBy: CandidApi.preEncounter.UserId("string"),
77
77
  * initiatedAt: new Date("2024-01-15T09:30:00.000Z")
78
78
  * }],
@@ -138,7 +138,7 @@ export declare class V1 {
138
138
  * eligibilityChecks: [{
139
139
  * checkId: "string",
140
140
  * serviceCode: CandidApi.preEncounter.coverages.v1.ServiceTypeCode.MedicalCare,
141
- * status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.Created,
141
+ * status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.Completed,
142
142
  * initiatedBy: CandidApi.preEncounter.UserId("string"),
143
143
  * initiatedAt: new Date("2024-01-15T09:30:00.000Z")
144
144
  * }],
@@ -99,7 +99,7 @@ class V1 {
99
99
  * eligibilityChecks: [{
100
100
  * checkId: "string",
101
101
  * serviceCode: CandidApi.preEncounter.coverages.v1.ServiceTypeCode.MedicalCare,
102
- * status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.Created,
102
+ * status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.Completed,
103
103
  * initiatedBy: CandidApi.preEncounter.UserId("string"),
104
104
  * initiatedAt: new Date("2024-01-15T09:30:00.000Z")
105
105
  * }],
@@ -122,7 +122,7 @@ class V1 {
122
122
  Authorization: yield this._getAuthorizationHeader(),
123
123
  "X-Fern-Language": "JavaScript",
124
124
  "X-Fern-SDK-Name": "candidhealth",
125
- "X-Fern-SDK-Version": "0.38.1",
125
+ "X-Fern-SDK-Version": "0.39.0",
126
126
  "X-Fern-Runtime": core.RUNTIME.type,
127
127
  "X-Fern-Runtime-Version": core.RUNTIME.version,
128
128
  },
@@ -205,7 +205,7 @@ class V1 {
205
205
  * eligibilityChecks: [{
206
206
  * checkId: "string",
207
207
  * serviceCode: CandidApi.preEncounter.coverages.v1.ServiceTypeCode.MedicalCare,
208
- * status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.Created,
208
+ * status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.Completed,
209
209
  * initiatedBy: CandidApi.preEncounter.UserId("string"),
210
210
  * initiatedAt: new Date("2024-01-15T09:30:00.000Z")
211
211
  * }],
@@ -228,7 +228,7 @@ class V1 {
228
228
  Authorization: yield this._getAuthorizationHeader(),
229
229
  "X-Fern-Language": "JavaScript",
230
230
  "X-Fern-SDK-Name": "candidhealth",
231
- "X-Fern-SDK-Version": "0.38.1",
231
+ "X-Fern-SDK-Version": "0.39.0",
232
232
  "X-Fern-Runtime": core.RUNTIME.type,
233
233
  "X-Fern-Runtime-Version": core.RUNTIME.version,
234
234
  },
@@ -293,7 +293,7 @@ class V1 {
293
293
  Authorization: yield this._getAuthorizationHeader(),
294
294
  "X-Fern-Language": "JavaScript",
295
295
  "X-Fern-SDK-Name": "candidhealth",
296
- "X-Fern-SDK-Version": "0.38.1",
296
+ "X-Fern-SDK-Version": "0.39.0",
297
297
  "X-Fern-Runtime": core.RUNTIME.type,
298
298
  "X-Fern-Runtime-Version": core.RUNTIME.version,
299
299
  },
@@ -340,7 +340,7 @@ class V1 {
340
340
  Authorization: yield this._getAuthorizationHeader(),
341
341
  "X-Fern-Language": "JavaScript",
342
342
  "X-Fern-SDK-Name": "candidhealth",
343
- "X-Fern-SDK-Version": "0.38.1",
343
+ "X-Fern-SDK-Version": "0.39.0",
344
344
  "X-Fern-Runtime": core.RUNTIME.type,
345
345
  "X-Fern-Runtime-Version": core.RUNTIME.version,
346
346
  },
@@ -408,7 +408,7 @@ class V1 {
408
408
  Authorization: yield this._getAuthorizationHeader(),
409
409
  "X-Fern-Language": "JavaScript",
410
410
  "X-Fern-SDK-Name": "candidhealth",
411
- "X-Fern-SDK-Version": "0.38.1",
411
+ "X-Fern-SDK-Version": "0.39.0",
412
412
  "X-Fern-Runtime": core.RUNTIME.type,
413
413
  "X-Fern-Runtime-Version": core.RUNTIME.version,
414
414
  },
@@ -461,7 +461,7 @@ class V1 {
461
461
  Authorization: yield this._getAuthorizationHeader(),
462
462
  "X-Fern-Language": "JavaScript",
463
463
  "X-Fern-SDK-Name": "candidhealth",
464
- "X-Fern-SDK-Version": "0.38.1",
464
+ "X-Fern-SDK-Version": "0.39.0",
465
465
  "X-Fern-Runtime": core.RUNTIME.type,
466
466
  "X-Fern-Runtime-Version": core.RUNTIME.version,
467
467
  },
@@ -514,7 +514,7 @@ class V1 {
514
514
  Authorization: yield this._getAuthorizationHeader(),
515
515
  "X-Fern-Language": "JavaScript",
516
516
  "X-Fern-SDK-Name": "candidhealth",
517
- "X-Fern-SDK-Version": "0.38.1",
517
+ "X-Fern-SDK-Version": "0.39.0",
518
518
  "X-Fern-Runtime": core.RUNTIME.type,
519
519
  "X-Fern-Runtime-Version": core.RUNTIME.version,
520
520
  },
@@ -565,7 +565,7 @@ class V1 {
565
565
  Authorization: yield this._getAuthorizationHeader(),
566
566
  "X-Fern-Language": "JavaScript",
567
567
  "X-Fern-SDK-Name": "candidhealth",
568
- "X-Fern-SDK-Version": "0.38.1",
568
+ "X-Fern-SDK-Version": "0.39.0",
569
569
  "X-Fern-Runtime": core.RUNTIME.type,
570
570
  "X-Fern-Runtime-Version": core.RUNTIME.version,
571
571
  },
@@ -1,14 +1,16 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type BenefitType = "DEDUCTIBLE" | "DEDUCTIBLE_REMAINING" | "DEDUCTIBLE_YEAR_TO_DATE" | "OOP_MAX" | "OOP_MAX_REMAINING" | "OOP_YEAR_TO_DATE" | "COPAY" | "COINSURANCE";
4
+ export declare type BenefitType = "DEDUCTIBLE" | "DEDUCTIBLE_CONTRACT" | "DEDUCTIBLE_REMAINING" | "DEDUCTIBLE_YEAR_TO_DATE" | "OOP_MAX" | "OOP_MAX_CONTRACT" | "OOP_MAX_REMAINING" | "OOP_MAX_YEAR_TO_DATE" | "COPAY" | "COINSURANCE";
5
5
  export declare const BenefitType: {
6
6
  readonly Deductible: "DEDUCTIBLE";
7
+ readonly DeductibleContract: "DEDUCTIBLE_CONTRACT";
7
8
  readonly DeductibleRemaining: "DEDUCTIBLE_REMAINING";
8
9
  readonly DeductibleYearToDate: "DEDUCTIBLE_YEAR_TO_DATE";
9
10
  readonly OopMax: "OOP_MAX";
11
+ readonly OopMaxContract: "OOP_MAX_CONTRACT";
10
12
  readonly OopMaxRemaining: "OOP_MAX_REMAINING";
11
- readonly OopYearToDate: "OOP_YEAR_TO_DATE";
13
+ readonly OopMaxYearToDate: "OOP_MAX_YEAR_TO_DATE";
12
14
  readonly Copay: "COPAY";
13
15
  readonly Coinsurance: "COINSURANCE";
14
16
  };
@@ -6,11 +6,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.BenefitType = void 0;
7
7
  exports.BenefitType = {
8
8
  Deductible: "DEDUCTIBLE",
9
+ DeductibleContract: "DEDUCTIBLE_CONTRACT",
9
10
  DeductibleRemaining: "DEDUCTIBLE_REMAINING",
10
11
  DeductibleYearToDate: "DEDUCTIBLE_YEAR_TO_DATE",
11
12
  OopMax: "OOP_MAX",
13
+ OopMaxContract: "OOP_MAX_CONTRACT",
12
14
  OopMaxRemaining: "OOP_MAX_REMAINING",
13
- OopYearToDate: "OOP_YEAR_TO_DATE",
15
+ OopMaxYearToDate: "OOP_MAX_YEAR_TO_DATE",
14
16
  Copay: "COPAY",
15
17
  Coinsurance: "COINSURANCE",
16
18
  };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../../../../../index";
5
+ export interface BenefitsRelatedEntity {
6
+ entityIdentifier?: string;
7
+ entityType?: string;
8
+ entityName?: string;
9
+ contactInformation?: CandidApi.preEncounter.coverages.v1.RelatedEntityContact[];
10
+ }
@@ -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 });
@@ -5,5 +5,6 @@ import * as CandidApi from "../../../../../../../index";
5
5
  export interface CoverageBenefits {
6
6
  planCoverage?: CandidApi.preEncounter.coverages.v1.PlanCoverage;
7
7
  serviceSpecificCoverage?: CandidApi.preEncounter.coverages.v1.ServiceCoverage[];
8
+ benefitsRelatedEntities?: CandidApi.preEncounter.coverages.v1.BenefitsRelatedEntity[];
8
9
  notes?: string;
9
10
  }
@@ -1,10 +1,11 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type CoverageLevel = "INDIVIDUAL" | "FAMILY" | "EMPLOYEE_ONLY" | "EMPLOYEE_AND_SPOUSE";
4
+ export declare type CoverageLevel = "EMPLOYEE_AND_CHILDREN" | "EMPLOYEE_ONLY" | "EMPLOYEE_AND_SPOUSE" | "FAMILY" | "INDIVIDUAL";
5
5
  export declare const CoverageLevel: {
6
- readonly Individual: "INDIVIDUAL";
7
- readonly Family: "FAMILY";
6
+ readonly EmployeeAndChildren: "EMPLOYEE_AND_CHILDREN";
8
7
  readonly EmployeeOnly: "EMPLOYEE_ONLY";
9
8
  readonly EmployeeAndSpouse: "EMPLOYEE_AND_SPOUSE";
9
+ readonly Family: "FAMILY";
10
+ readonly Individual: "INDIVIDUAL";
10
11
  };
@@ -5,8 +5,9 @@
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.CoverageLevel = void 0;
7
7
  exports.CoverageLevel = {
8
- Individual: "INDIVIDUAL",
9
- Family: "FAMILY",
8
+ EmployeeAndChildren: "EMPLOYEE_AND_CHILDREN",
10
9
  EmployeeOnly: "EMPLOYEE_ONLY",
11
10
  EmployeeAndSpouse: "EMPLOYEE_AND_SPOUSE",
11
+ Family: "FAMILY",
12
+ Individual: "INDIVIDUAL",
12
13
  };
@@ -5,4 +5,5 @@ export interface CoverageValue {
5
5
  family?: number;
6
6
  individual?: number;
7
7
  employeeAndSpouse?: number;
8
+ employeeAndChildren?: number;
8
9
  }
@@ -4,9 +4,8 @@
4
4
  /**
5
5
  * enum to represent the statuses of eligibility checks
6
6
  */
7
- export declare type EligibilityCheckStatus = "CREATED" | "COMPLETED" | "FAILED" | "PENDING";
7
+ export declare type EligibilityCheckStatus = "COMPLETED" | "FAILED" | "PENDING";
8
8
  export declare const EligibilityCheckStatus: {
9
- readonly Created: "CREATED";
10
9
  readonly Completed: "COMPLETED";
11
10
  readonly Failed: "FAILED";
12
11
  readonly Pending: "PENDING";
@@ -5,7 +5,6 @@
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.EligibilityCheckStatus = void 0;
7
7
  exports.EligibilityCheckStatus = {
8
- Created: "CREATED",
9
8
  Completed: "COMPLETED",
10
9
  Failed: "FAILED",
11
10
  Pending: "PENDING",
@@ -4,10 +4,12 @@
4
4
  import * as CandidApi from "../../../../../../../index";
5
5
  export interface PlanCoverageDetails {
6
6
  deductible?: CandidApi.preEncounter.coverages.v1.CoverageValue;
7
+ deductibleContract?: CandidApi.preEncounter.coverages.v1.CoverageValue;
7
8
  deductibleRemaining?: CandidApi.preEncounter.coverages.v1.CoverageValue;
8
9
  deductibleYearToDate?: CandidApi.preEncounter.coverages.v1.CoverageValue;
9
10
  oopMax?: CandidApi.preEncounter.coverages.v1.CoverageValue;
11
+ oopMaxContract?: CandidApi.preEncounter.coverages.v1.CoverageValue;
10
12
  oopMaxRemaining?: CandidApi.preEncounter.coverages.v1.CoverageValue;
11
- oopYearToDate?: CandidApi.preEncounter.coverages.v1.CoverageValue;
13
+ oopMaxYearToDate?: CandidApi.preEncounter.coverages.v1.CoverageValue;
12
14
  additionalNotes?: string;
13
15
  }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface RelatedEntityContact {
5
+ mode?: string;
6
+ value?: string;
7
+ }
@@ -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 });
@@ -22,5 +22,7 @@ export * from "./NetworkType";
22
22
  export * from "./InsurancePlan";
23
23
  export * from "./MutableCoverage";
24
24
  export * from "./Coverage";
25
+ export * from "./BenefitsRelatedEntity";
26
+ export * from "./RelatedEntityContact";
25
27
  export * from "./InsuranceTypeCode";
26
28
  export * from "./ServiceTypeCode";
@@ -38,5 +38,7 @@ __exportStar(require("./NetworkType"), exports);
38
38
  __exportStar(require("./InsurancePlan"), exports);
39
39
  __exportStar(require("./MutableCoverage"), exports);
40
40
  __exportStar(require("./Coverage"), exports);
41
+ __exportStar(require("./BenefitsRelatedEntity"), exports);
42
+ __exportStar(require("./RelatedEntityContact"), exports);
41
43
  __exportStar(require("./InsuranceTypeCode"), exports);
42
44
  __exportStar(require("./ServiceTypeCode"), exports);
@@ -91,7 +91,7 @@ class V1 {
91
91
  Authorization: yield this._getAuthorizationHeader(),
92
92
  "X-Fern-Language": "JavaScript",
93
93
  "X-Fern-SDK-Name": "candidhealth",
94
- "X-Fern-SDK-Version": "0.38.1",
94
+ "X-Fern-SDK-Version": "0.39.0",
95
95
  "X-Fern-Runtime": core.RUNTIME.type,
96
96
  "X-Fern-Runtime-Version": core.RUNTIME.version,
97
97
  },
@@ -176,7 +176,7 @@ class V1 {
176
176
  Authorization: yield this._getAuthorizationHeader(),
177
177
  "X-Fern-Language": "JavaScript",
178
178
  "X-Fern-SDK-Name": "candidhealth",
179
- "X-Fern-SDK-Version": "0.38.1",
179
+ "X-Fern-SDK-Version": "0.39.0",
180
180
  "X-Fern-Runtime": core.RUNTIME.type,
181
181
  "X-Fern-Runtime-Version": core.RUNTIME.version,
182
182
  },
@@ -68,7 +68,7 @@ class V1 {
68
68
  Authorization: yield this._getAuthorizationHeader(),
69
69
  "X-Fern-Language": "JavaScript",
70
70
  "X-Fern-SDK-Name": "candidhealth",
71
- "X-Fern-SDK-Version": "0.38.1",
71
+ "X-Fern-SDK-Version": "0.39.0",
72
72
  "X-Fern-Runtime": core.RUNTIME.type,
73
73
  "X-Fern-Runtime-Version": core.RUNTIME.version,
74
74
  },
@@ -119,7 +119,7 @@ class V1 {
119
119
  Authorization: yield this._getAuthorizationHeader(),
120
120
  "X-Fern-Language": "JavaScript",
121
121
  "X-Fern-SDK-Name": "candidhealth",
122
- "X-Fern-SDK-Version": "0.38.1",
122
+ "X-Fern-SDK-Version": "0.39.0",
123
123
  "X-Fern-Runtime": core.RUNTIME.type,
124
124
  "X-Fern-Runtime-Version": core.RUNTIME.version,
125
125
  },
@@ -175,7 +175,7 @@ class V1 {
175
175
  Authorization: yield this._getAuthorizationHeader(),
176
176
  "X-Fern-Language": "JavaScript",
177
177
  "X-Fern-SDK-Name": "candidhealth",
178
- "X-Fern-SDK-Version": "0.38.1",
178
+ "X-Fern-SDK-Version": "0.39.0",
179
179
  "X-Fern-Runtime": core.RUNTIME.type,
180
180
  "X-Fern-Runtime-Version": core.RUNTIME.version,
181
181
  },
@@ -226,7 +226,7 @@ class V1 {
226
226
  Authorization: yield this._getAuthorizationHeader(),
227
227
  "X-Fern-Language": "JavaScript",
228
228
  "X-Fern-SDK-Name": "candidhealth",
229
- "X-Fern-SDK-Version": "0.38.1",
229
+ "X-Fern-SDK-Version": "0.39.0",
230
230
  "X-Fern-Runtime": core.RUNTIME.type,
231
231
  "X-Fern-Runtime-Version": core.RUNTIME.version,
232
232
  },
@@ -237,7 +237,7 @@ class V1 {
237
237
  Authorization: yield this._getAuthorizationHeader(),
238
238
  "X-Fern-Language": "JavaScript",
239
239
  "X-Fern-SDK-Name": "candidhealth",
240
- "X-Fern-SDK-Version": "0.38.1",
240
+ "X-Fern-SDK-Version": "0.39.0",
241
241
  "X-Fern-Runtime": core.RUNTIME.type,
242
242
  "X-Fern-Runtime-Version": core.RUNTIME.version,
243
243
  },
@@ -472,7 +472,7 @@ class V1 {
472
472
  Authorization: yield this._getAuthorizationHeader(),
473
473
  "X-Fern-Language": "JavaScript",
474
474
  "X-Fern-SDK-Name": "candidhealth",
475
- "X-Fern-SDK-Version": "0.38.1",
475
+ "X-Fern-SDK-Version": "0.39.0",
476
476
  "X-Fern-Runtime": core.RUNTIME.type,
477
477
  "X-Fern-Runtime-Version": core.RUNTIME.version,
478
478
  },
@@ -561,7 +561,7 @@ class V1 {
561
561
  Authorization: yield this._getAuthorizationHeader(),
562
562
  "X-Fern-Language": "JavaScript",
563
563
  "X-Fern-SDK-Name": "candidhealth",
564
- "X-Fern-SDK-Version": "0.38.1",
564
+ "X-Fern-SDK-Version": "0.39.0",
565
565
  "X-Fern-Runtime": core.RUNTIME.type,
566
566
  "X-Fern-Runtime-Version": core.RUNTIME.version,
567
567
  },
@@ -609,7 +609,7 @@ class V1 {
609
609
  Authorization: yield this._getAuthorizationHeader(),
610
610
  "X-Fern-Language": "JavaScript",
611
611
  "X-Fern-SDK-Name": "candidhealth",
612
- "X-Fern-SDK-Version": "0.38.1",
612
+ "X-Fern-SDK-Version": "0.39.0",
613
613
  "X-Fern-Runtime": core.RUNTIME.type,
614
614
  "X-Fern-Runtime-Version": core.RUNTIME.version,
615
615
  },
@@ -670,7 +670,7 @@ class V1 {
670
670
  Authorization: yield this._getAuthorizationHeader(),
671
671
  "X-Fern-Language": "JavaScript",
672
672
  "X-Fern-SDK-Name": "candidhealth",
673
- "X-Fern-SDK-Version": "0.38.1",
673
+ "X-Fern-SDK-Version": "0.39.0",
674
674
  "X-Fern-Runtime": core.RUNTIME.type,
675
675
  "X-Fern-Runtime-Version": core.RUNTIME.version,
676
676
  },
@@ -894,7 +894,7 @@ class V1 {
894
894
  Authorization: yield this._getAuthorizationHeader(),
895
895
  "X-Fern-Language": "JavaScript",
896
896
  "X-Fern-SDK-Name": "candidhealth",
897
- "X-Fern-SDK-Version": "0.38.1",
897
+ "X-Fern-SDK-Version": "0.39.0",
898
898
  "X-Fern-Runtime": core.RUNTIME.type,
899
899
  "X-Fern-Runtime-Version": core.RUNTIME.version,
900
900
  },
@@ -960,7 +960,7 @@ class V1 {
960
960
  Authorization: yield this._getAuthorizationHeader(),
961
961
  "X-Fern-Language": "JavaScript",
962
962
  "X-Fern-SDK-Name": "candidhealth",
963
- "X-Fern-SDK-Version": "0.38.1",
963
+ "X-Fern-SDK-Version": "0.39.0",
964
964
  "X-Fern-Runtime": core.RUNTIME.type,
965
965
  "X-Fern-Runtime-Version": core.RUNTIME.version,
966
966
  },
@@ -1028,7 +1028,7 @@ class V1 {
1028
1028
  Authorization: yield this._getAuthorizationHeader(),
1029
1029
  "X-Fern-Language": "JavaScript",
1030
1030
  "X-Fern-SDK-Name": "candidhealth",
1031
- "X-Fern-SDK-Version": "0.38.1",
1031
+ "X-Fern-SDK-Version": "0.39.0",
1032
1032
  "X-Fern-Runtime": core.RUNTIME.type,
1033
1033
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1034
1034
  },
@@ -1081,7 +1081,7 @@ class V1 {
1081
1081
  Authorization: yield this._getAuthorizationHeader(),
1082
1082
  "X-Fern-Language": "JavaScript",
1083
1083
  "X-Fern-SDK-Name": "candidhealth",
1084
- "X-Fern-SDK-Version": "0.38.1",
1084
+ "X-Fern-SDK-Version": "0.39.0",
1085
1085
  "X-Fern-Runtime": core.RUNTIME.type,
1086
1086
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1087
1087
  },
@@ -68,7 +68,7 @@ class V1 {
68
68
  Authorization: yield this._getAuthorizationHeader(),
69
69
  "X-Fern-Language": "JavaScript",
70
70
  "X-Fern-SDK-Name": "candidhealth",
71
- "X-Fern-SDK-Version": "0.38.1",
71
+ "X-Fern-SDK-Version": "0.39.0",
72
72
  "X-Fern-Runtime": core.RUNTIME.type,
73
73
  "X-Fern-Runtime-Version": core.RUNTIME.version,
74
74
  },
@@ -126,7 +126,7 @@ class V1 {
126
126
  Authorization: yield this._getAuthorizationHeader(),
127
127
  "X-Fern-Language": "JavaScript",
128
128
  "X-Fern-SDK-Name": "candidhealth",
129
- "X-Fern-SDK-Version": "0.38.1",
129
+ "X-Fern-SDK-Version": "0.39.0",
130
130
  "X-Fern-Runtime": core.RUNTIME.type,
131
131
  "X-Fern-Runtime-Version": core.RUNTIME.version,
132
132
  },
@@ -176,7 +176,7 @@ class V1 {
176
176
  Authorization: yield this._getAuthorizationHeader(),
177
177
  "X-Fern-Language": "JavaScript",
178
178
  "X-Fern-SDK-Name": "candidhealth",
179
- "X-Fern-SDK-Version": "0.38.1",
179
+ "X-Fern-SDK-Version": "0.39.0",
180
180
  "X-Fern-Runtime": core.RUNTIME.type,
181
181
  "X-Fern-Runtime-Version": core.RUNTIME.version,
182
182
  },
@@ -228,7 +228,7 @@ class V1 {
228
228
  Authorization: yield this._getAuthorizationHeader(),
229
229
  "X-Fern-Language": "JavaScript",
230
230
  "X-Fern-SDK-Name": "candidhealth",
231
- "X-Fern-SDK-Version": "0.38.1",
231
+ "X-Fern-SDK-Version": "0.39.0",
232
232
  "X-Fern-Runtime": core.RUNTIME.type,
233
233
  "X-Fern-Runtime-Version": core.RUNTIME.version,
234
234
  },
@@ -277,7 +277,7 @@ class V1 {
277
277
  Authorization: yield this._getAuthorizationHeader(),
278
278
  "X-Fern-Language": "JavaScript",
279
279
  "X-Fern-SDK-Name": "candidhealth",
280
- "X-Fern-SDK-Version": "0.38.1",
280
+ "X-Fern-SDK-Version": "0.39.0",
281
281
  "X-Fern-Runtime": core.RUNTIME.type,
282
282
  "X-Fern-Runtime-Version": core.RUNTIME.version,
283
283
  },
@@ -77,7 +77,7 @@ class ServiceFacility {
77
77
  Authorization: yield this._getAuthorizationHeader(),
78
78
  "X-Fern-Language": "JavaScript",
79
79
  "X-Fern-SDK-Name": "candidhealth",
80
- "X-Fern-SDK-Version": "0.38.1",
80
+ "X-Fern-SDK-Version": "0.39.0",
81
81
  "X-Fern-Runtime": core.RUNTIME.type,
82
82
  "X-Fern-Runtime-Version": core.RUNTIME.version,
83
83
  },
@@ -64,7 +64,10 @@ export declare class V2 {
64
64
  * state: CandidApi.State.Ny,
65
65
  * zipCode: "10001",
66
66
  * zipPlusFourCode: "1234"
67
- * }
67
+ * },
68
+ * firstName: "string",
69
+ * lastName: "string",
70
+ * organizationName: "string"
68
71
  * },
69
72
  * testResults: [{
70
73
  * value: 1.1,