candidhealth 0.35.3 → 0.38.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 (424) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +65 -60
  3. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  4. package/api/resources/billingNotes/resources/v2/client/Client.d.ts +19 -0
  5. package/api/resources/billingNotes/resources/v2/client/Client.js +125 -1
  6. package/api/resources/billingNotes/resources/v2/client/delete.d.ts +40 -0
  7. package/api/resources/billingNotes/resources/v2/client/delete.js +80 -0
  8. package/api/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
  9. package/api/resources/billingNotes/resources/v2/client/index.js +3 -1
  10. package/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +13 -0
  11. package/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +5 -0
  12. package/api/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -0
  13. package/api/resources/billingNotes/resources/v2/client/update.d.ts +46 -0
  14. package/api/resources/billingNotes/resources/v2/client/update.js +91 -0
  15. package/api/resources/chargeCapture/client/Client.d.ts +26 -0
  16. package/api/resources/chargeCapture/client/Client.js +17 -0
  17. package/api/resources/chargeCapture/client/index.d.ts +1 -0
  18. package/api/resources/chargeCapture/client/index.js +2 -0
  19. package/api/resources/chargeCapture/index.d.ts +2 -0
  20. package/api/resources/chargeCapture/index.js +18 -0
  21. package/api/resources/chargeCapture/resources/index.d.ts +1 -0
  22. package/api/resources/chargeCapture/resources/index.js +27 -0
  23. package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +288 -0
  24. package/api/resources/chargeCapture/resources/v1/client/Client.js +579 -0
  25. package/api/resources/chargeCapture/resources/v1/client/create.d.ts +52 -0
  26. package/api/resources/chargeCapture/resources/v1/client/create.js +102 -0
  27. package/api/resources/chargeCapture/resources/v1/client/delete.d.ts +34 -0
  28. package/api/resources/chargeCapture/resources/v1/client/delete.js +69 -0
  29. package/api/resources/chargeCapture/resources/v1/client/get.d.ts +22 -0
  30. package/api/resources/chargeCapture/resources/v1/client/get.js +47 -0
  31. package/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +22 -0
  32. package/api/resources/chargeCapture/resources/v1/client/getAll.js +47 -0
  33. package/api/resources/chargeCapture/resources/v1/client/index.d.ts +6 -0
  34. package/api/resources/chargeCapture/resources/v1/client/index.js +35 -0
  35. package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +136 -0
  36. package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +5 -0
  37. package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +137 -0
  38. package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +5 -0
  39. package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +35 -0
  40. package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.js +5 -0
  41. package/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +3 -0
  42. package/api/resources/chargeCapture/resources/v1/client/requests/index.js +2 -0
  43. package/api/resources/chargeCapture/resources/v1/client/update.d.ts +52 -0
  44. package/api/resources/chargeCapture/resources/v1/client/update.js +102 -0
  45. package/api/resources/chargeCapture/resources/v1/index.d.ts +2 -0
  46. package/api/resources/chargeCapture/resources/v1/index.js +18 -0
  47. package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +12 -0
  48. package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.js +5 -0
  49. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +31 -0
  50. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +5 -0
  51. package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +7 -0
  52. package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +5 -0
  53. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +13 -0
  54. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +15 -0
  55. package/api/resources/chargeCapture/resources/v1/types/index.d.ts +4 -0
  56. package/api/resources/chargeCapture/resources/v1/types/index.js +20 -0
  57. package/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +16 -0
  58. package/api/resources/commons/types/BillingProviderCommercialLicenseType.js +18 -0
  59. package/api/resources/commons/types/ChargeCaptureId.d.ts +8 -0
  60. package/api/resources/commons/types/ChargeCaptureId.js +10 -0
  61. package/api/resources/commons/types/ProcedureModifier.d.ts +5 -1
  62. package/api/resources/commons/types/ProcedureModifier.js +1 -0
  63. package/api/resources/commons/types/index.d.ts +2 -0
  64. package/api/resources/commons/types/index.js +2 -0
  65. package/api/resources/contracts/resources/v2/client/Client.js +6 -5
  66. package/api/resources/contracts/resources/v2/client/update.d.ts +7 -1
  67. package/api/resources/contracts/resources/v2/client/update.js +11 -0
  68. package/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +6 -0
  69. package/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +5 -0
  70. package/api/resources/contracts/resources/v2/types/index.d.ts +1 -0
  71. package/api/resources/contracts/resources/v2/types/index.js +1 -0
  72. package/api/resources/credentialing/resources/v2/client/Client.js +6 -6
  73. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  74. package/api/resources/diagnoses/client/Client.js +3 -3
  75. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  76. package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +8 -66
  77. package/api/resources/encounterProviders/resources/v2/client/Client.js +20 -78
  78. package/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +5 -0
  79. package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +5 -0
  80. package/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +5 -0
  81. package/api/resources/encounters/resources/v4/client/Client.d.ts +33 -275
  82. package/api/resources/encounters/resources/v4/client/Client.js +38 -280
  83. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +11 -63
  84. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +8 -21
  85. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +18 -391
  86. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -2
  87. package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +146 -0
  88. package/api/resources/encounters/resources/v4/types/EncounterOptional.js +5 -0
  89. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  90. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  91. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  92. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  93. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  94. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  95. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  96. package/api/resources/guarantor/resources/v1/client/Client.d.ts +1 -21
  97. package/api/resources/guarantor/resources/v1/client/Client.js +4 -24
  98. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  99. package/api/resources/index.d.ts +1 -0
  100. package/api/resources/index.js +2 -1
  101. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  102. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  103. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  104. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  105. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  106. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +1 -0
  107. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +6 -5
  108. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -0
  109. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -0
  110. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  111. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  112. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  113. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  114. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  115. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  116. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  117. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  118. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  119. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  120. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  121. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  122. package/api/resources/serviceFacility/client/Client.js +1 -1
  123. package/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +6 -0
  124. package/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +6 -0
  125. package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +6 -0
  126. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +1 -4
  127. package/api/resources/serviceLines/resources/v2/client/Client.js +4 -7
  128. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  129. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -0
  130. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
  131. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -0
  132. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  133. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  134. package/dist/Client.d.ts +3 -0
  135. package/dist/Client.js +65 -60
  136. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  137. package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +19 -0
  138. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +125 -1
  139. package/dist/api/resources/billingNotes/resources/v2/client/delete.d.ts +40 -0
  140. package/dist/api/resources/billingNotes/resources/v2/client/delete.js +80 -0
  141. package/dist/api/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
  142. package/dist/api/resources/billingNotes/resources/v2/client/index.js +3 -1
  143. package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +13 -0
  144. package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +5 -0
  145. package/dist/api/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -0
  146. package/dist/api/resources/billingNotes/resources/v2/client/update.d.ts +46 -0
  147. package/dist/api/resources/billingNotes/resources/v2/client/update.js +91 -0
  148. package/dist/api/resources/chargeCapture/client/Client.d.ts +26 -0
  149. package/dist/api/resources/chargeCapture/client/Client.js +17 -0
  150. package/dist/api/resources/chargeCapture/client/index.d.ts +1 -0
  151. package/dist/api/resources/chargeCapture/client/index.js +2 -0
  152. package/dist/api/resources/chargeCapture/index.d.ts +2 -0
  153. package/dist/api/resources/chargeCapture/index.js +18 -0
  154. package/dist/api/resources/chargeCapture/resources/index.d.ts +1 -0
  155. package/dist/api/resources/chargeCapture/resources/index.js +27 -0
  156. package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +288 -0
  157. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +579 -0
  158. package/dist/api/resources/chargeCapture/resources/v1/client/create.d.ts +52 -0
  159. package/dist/api/resources/chargeCapture/resources/v1/client/create.js +102 -0
  160. package/dist/api/resources/chargeCapture/resources/v1/client/delete.d.ts +34 -0
  161. package/dist/api/resources/chargeCapture/resources/v1/client/delete.js +69 -0
  162. package/dist/api/resources/chargeCapture/resources/v1/client/get.d.ts +22 -0
  163. package/dist/api/resources/chargeCapture/resources/v1/client/get.js +47 -0
  164. package/dist/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +22 -0
  165. package/dist/api/resources/chargeCapture/resources/v1/client/getAll.js +47 -0
  166. package/dist/api/resources/chargeCapture/resources/v1/client/index.d.ts +6 -0
  167. package/dist/api/resources/chargeCapture/resources/v1/client/index.js +35 -0
  168. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +136 -0
  169. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +5 -0
  170. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +137 -0
  171. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +5 -0
  172. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +35 -0
  173. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.js +5 -0
  174. package/dist/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +3 -0
  175. package/dist/api/resources/chargeCapture/resources/v1/client/requests/index.js +2 -0
  176. package/dist/api/resources/chargeCapture/resources/v1/client/update.d.ts +52 -0
  177. package/dist/api/resources/chargeCapture/resources/v1/client/update.js +102 -0
  178. package/dist/api/resources/chargeCapture/resources/v1/index.d.ts +2 -0
  179. package/dist/api/resources/chargeCapture/resources/v1/index.js +18 -0
  180. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +12 -0
  181. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.js +5 -0
  182. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +31 -0
  183. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +5 -0
  184. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +7 -0
  185. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +5 -0
  186. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +13 -0
  187. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +15 -0
  188. package/dist/api/resources/chargeCapture/resources/v1/types/index.d.ts +4 -0
  189. package/dist/api/resources/chargeCapture/resources/v1/types/index.js +20 -0
  190. package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +16 -0
  191. package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.js +18 -0
  192. package/dist/api/resources/commons/types/ChargeCaptureId.d.ts +8 -0
  193. package/dist/api/resources/commons/types/ChargeCaptureId.js +10 -0
  194. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +5 -1
  195. package/dist/api/resources/commons/types/ProcedureModifier.js +1 -0
  196. package/dist/api/resources/commons/types/index.d.ts +2 -0
  197. package/dist/api/resources/commons/types/index.js +2 -0
  198. package/dist/api/resources/contracts/resources/v2/client/Client.js +6 -5
  199. package/dist/api/resources/contracts/resources/v2/client/update.d.ts +7 -1
  200. package/dist/api/resources/contracts/resources/v2/client/update.js +11 -0
  201. package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +6 -0
  202. package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +5 -0
  203. package/dist/api/resources/contracts/resources/v2/types/index.d.ts +1 -0
  204. package/dist/api/resources/contracts/resources/v2/types/index.js +1 -0
  205. package/dist/api/resources/credentialing/resources/v2/client/Client.js +6 -6
  206. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  207. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  208. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  209. package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +8 -66
  210. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +20 -78
  211. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +5 -0
  212. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +5 -0
  213. package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +5 -0
  214. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +33 -275
  215. package/dist/api/resources/encounters/resources/v4/client/Client.js +38 -280
  216. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +11 -63
  217. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +8 -21
  218. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +18 -391
  219. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -2
  220. package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +146 -0
  221. package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.js +5 -0
  222. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  223. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  224. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  225. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  226. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  227. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  228. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  229. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +1 -21
  230. package/dist/api/resources/guarantor/resources/v1/client/Client.js +4 -24
  231. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  232. package/dist/api/resources/index.d.ts +1 -0
  233. package/dist/api/resources/index.js +2 -1
  234. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  235. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  236. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  237. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  238. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  239. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +1 -0
  240. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +6 -5
  241. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -0
  242. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -0
  243. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  244. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  245. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  246. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  247. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  248. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  249. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  250. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  251. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  252. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  253. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  254. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  255. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  256. package/dist/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +6 -0
  257. package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +6 -0
  258. package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +6 -0
  259. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +1 -4
  260. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +4 -7
  261. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  262. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -0
  263. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
  264. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -0
  265. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  266. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  267. package/dist/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +25 -0
  268. package/dist/serialization/resources/billingNotes/resources/v2/client/delete.js +73 -0
  269. package/dist/serialization/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
  270. package/dist/serialization/resources/billingNotes/resources/v2/client/index.js +15 -0
  271. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +12 -0
  272. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +33 -0
  273. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -0
  274. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.js +3 -1
  275. package/dist/serialization/resources/billingNotes/resources/v2/client/update.d.ts +30 -0
  276. package/dist/serialization/resources/billingNotes/resources/v2/client/update.js +79 -0
  277. package/dist/serialization/resources/chargeCapture/index.d.ts +1 -0
  278. package/dist/serialization/resources/chargeCapture/index.js +17 -0
  279. package/dist/serialization/resources/chargeCapture/resources/index.d.ts +1 -0
  280. package/dist/serialization/resources/chargeCapture/resources/index.js +27 -0
  281. package/dist/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +35 -0
  282. package/dist/serialization/resources/chargeCapture/resources/v1/client/create.js +85 -0
  283. package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.d.ts +20 -0
  284. package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.js +67 -0
  285. package/dist/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +4 -0
  286. package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +33 -0
  287. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +19 -0
  288. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +40 -0
  289. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +19 -0
  290. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +40 -0
  291. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +2 -0
  292. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +7 -0
  293. package/dist/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +35 -0
  294. package/dist/serialization/resources/chargeCapture/resources/v1/client/update.js +85 -0
  295. package/dist/serialization/resources/chargeCapture/resources/v1/index.d.ts +2 -0
  296. package/dist/serialization/resources/chargeCapture/resources/v1/index.js +18 -0
  297. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +22 -0
  298. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +43 -0
  299. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +24 -0
  300. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +47 -0
  301. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +14 -0
  302. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +37 -0
  303. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +10 -0
  304. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +39 -0
  305. package/dist/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +4 -0
  306. package/dist/serialization/resources/chargeCapture/resources/v1/types/index.js +20 -0
  307. package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +10 -0
  308. package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +31 -0
  309. package/dist/serialization/resources/commons/types/ChargeCaptureId.d.ts +10 -0
  310. package/dist/serialization/resources/commons/types/ChargeCaptureId.js +35 -0
  311. package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  312. package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  313. package/dist/serialization/resources/commons/types/index.d.ts +2 -0
  314. package/dist/serialization/resources/commons/types/index.js +2 -0
  315. package/dist/serialization/resources/contracts/resources/v2/client/update.d.ts +6 -1
  316. package/dist/serialization/resources/contracts/resources/v2/client/update.js +6 -0
  317. package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +12 -0
  318. package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +33 -0
  319. package/dist/serialization/resources/contracts/resources/v2/types/index.d.ts +1 -0
  320. package/dist/serialization/resources/contracts/resources/v2/types/index.js +1 -0
  321. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
  322. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
  323. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
  324. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
  325. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
  326. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
  327. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -59
  328. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +5 -60
  329. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +70 -0
  330. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +91 -0
  331. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  332. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  333. package/dist/serialization/resources/index.d.ts +1 -0
  334. package/dist/serialization/resources/index.js +2 -1
  335. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -0
  336. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +1 -0
  337. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -0
  338. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +1 -0
  339. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -0
  340. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +1 -0
  341. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -0
  342. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -0
  343. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +1 -0
  344. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -0
  345. package/package.json +1 -1
  346. package/reference.md +608 -362
  347. package/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +25 -0
  348. package/serialization/resources/billingNotes/resources/v2/client/delete.js +73 -0
  349. package/serialization/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
  350. package/serialization/resources/billingNotes/resources/v2/client/index.js +15 -0
  351. package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +12 -0
  352. package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +33 -0
  353. package/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -0
  354. package/serialization/resources/billingNotes/resources/v2/client/requests/index.js +3 -1
  355. package/serialization/resources/billingNotes/resources/v2/client/update.d.ts +30 -0
  356. package/serialization/resources/billingNotes/resources/v2/client/update.js +79 -0
  357. package/serialization/resources/chargeCapture/index.d.ts +1 -0
  358. package/serialization/resources/chargeCapture/index.js +17 -0
  359. package/serialization/resources/chargeCapture/resources/index.d.ts +1 -0
  360. package/serialization/resources/chargeCapture/resources/index.js +27 -0
  361. package/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +35 -0
  362. package/serialization/resources/chargeCapture/resources/v1/client/create.js +85 -0
  363. package/serialization/resources/chargeCapture/resources/v1/client/delete.d.ts +20 -0
  364. package/serialization/resources/chargeCapture/resources/v1/client/delete.js +67 -0
  365. package/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +4 -0
  366. package/serialization/resources/chargeCapture/resources/v1/client/index.js +33 -0
  367. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +19 -0
  368. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +40 -0
  369. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +19 -0
  370. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +40 -0
  371. package/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +2 -0
  372. package/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +7 -0
  373. package/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +35 -0
  374. package/serialization/resources/chargeCapture/resources/v1/client/update.js +85 -0
  375. package/serialization/resources/chargeCapture/resources/v1/index.d.ts +2 -0
  376. package/serialization/resources/chargeCapture/resources/v1/index.js +18 -0
  377. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +22 -0
  378. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +43 -0
  379. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +24 -0
  380. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +47 -0
  381. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +14 -0
  382. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +37 -0
  383. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +10 -0
  384. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +39 -0
  385. package/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +4 -0
  386. package/serialization/resources/chargeCapture/resources/v1/types/index.js +20 -0
  387. package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +10 -0
  388. package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +31 -0
  389. package/serialization/resources/commons/types/ChargeCaptureId.d.ts +10 -0
  390. package/serialization/resources/commons/types/ChargeCaptureId.js +35 -0
  391. package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  392. package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  393. package/serialization/resources/commons/types/index.d.ts +2 -0
  394. package/serialization/resources/commons/types/index.js +2 -0
  395. package/serialization/resources/contracts/resources/v2/client/update.d.ts +6 -1
  396. package/serialization/resources/contracts/resources/v2/client/update.js +6 -0
  397. package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +12 -0
  398. package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +33 -0
  399. package/serialization/resources/contracts/resources/v2/types/index.d.ts +1 -0
  400. package/serialization/resources/contracts/resources/v2/types/index.js +1 -0
  401. package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
  402. package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
  403. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
  404. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
  405. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
  406. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
  407. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -59
  408. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +5 -60
  409. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +70 -0
  410. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +91 -0
  411. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  412. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  413. package/serialization/resources/index.d.ts +1 -0
  414. package/serialization/resources/index.js +2 -1
  415. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -0
  416. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +1 -0
  417. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -0
  418. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +1 -0
  419. package/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -0
  420. package/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +1 -0
  421. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -0
  422. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -0
  423. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +1 -0
  424. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -0
@@ -0,0 +1,579 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ var __importDefault = (this && this.__importDefault) || function (mod) {
38
+ return (mod && mod.__esModule) ? mod : { "default": mod };
39
+ };
40
+ Object.defineProperty(exports, "__esModule", { value: true });
41
+ exports.V1 = void 0;
42
+ const environments = __importStar(require("../../../../../../environments"));
43
+ const core = __importStar(require("../../../../../../core"));
44
+ const CandidApi = __importStar(require("../../../../../index"));
45
+ const serializers = __importStar(require("../../../../../../serialization/index"));
46
+ const url_join_1 = __importDefault(require("url-join"));
47
+ class V1 {
48
+ constructor(_options = {}) {
49
+ this._options = _options;
50
+ }
51
+ /**
52
+ * @param {CandidApi.chargeCapture.v1.CreateChargeCaptureRequest} request
53
+ * @param {V1.RequestOptions} requestOptions - Request-specific configuration.
54
+ *
55
+ * @example
56
+ * await client.chargeCapture.v1.create({
57
+ * data: {
58
+ * diagnoses: [],
59
+ * interventions: [],
60
+ * externalClaimSubmission: {
61
+ * claimCreatedAt: new Date("2023-01-01T12:00:00.000Z"),
62
+ * patientControlNumber: "PATIENT_CONTROL_NUMBER",
63
+ * submissionRecords: [{
64
+ * submittedAt: new Date("2023-01-01T13:00:00.000Z"),
65
+ * claimFrequencyCode: CandidApi.claimSubmission.v1.ClaimFrequencyTypeCode.Original,
66
+ * payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
67
+ * intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Electronic
68
+ * }, {
69
+ * submittedAt: new Date("2023-01-04T12:00:00.000Z"),
70
+ * claimFrequencyCode: CandidApi.claimSubmission.v1.ClaimFrequencyTypeCode.Replacement,
71
+ * payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
72
+ * intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Paper
73
+ * }]
74
+ * },
75
+ * serviceLines: [],
76
+ * patientHistories: [],
77
+ * billingNotes: [],
78
+ * benefitsAssignedToProvider: true,
79
+ * priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
80
+ * externalId: CandidApi.EncounterExternalId("string"),
81
+ * dateOfService: "2023-01-15",
82
+ * tagIds: [],
83
+ * clinicalNotes: [],
84
+ * payToAddress: {
85
+ * address1: "123 Main St",
86
+ * address2: "Apt 1",
87
+ * city: "New York",
88
+ * state: CandidApi.State.Ny,
89
+ * zipCode: "10001",
90
+ * zipPlusFourCode: "1234"
91
+ * },
92
+ * billableStatus: CandidApi.encounters.v4.BillableStatusType.Billable,
93
+ * responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType.InsurancePay,
94
+ * providerAcceptsAssignment: true,
95
+ * synchronicity: CandidApi.encounters.v4.SynchronicityType.Synchronous,
96
+ * placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
97
+ * appointmentType: "string",
98
+ * endDateOfService: "2023-01-15",
99
+ * subscriberPrimary: {
100
+ * insuranceCard: {
101
+ * memberId: "string",
102
+ * payerName: "string",
103
+ * payerId: "string"
104
+ * },
105
+ * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
106
+ * firstName: "string",
107
+ * lastName: "string",
108
+ * gender: CandidApi.Gender.Male
109
+ * },
110
+ * subscriberSecondary: {
111
+ * insuranceCard: {
112
+ * memberId: "string",
113
+ * payerName: "string",
114
+ * payerId: "string"
115
+ * },
116
+ * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
117
+ * firstName: "string",
118
+ * lastName: "string",
119
+ * gender: CandidApi.Gender.Male
120
+ * },
121
+ * additionalInformation: "string",
122
+ * serviceAuthorizationExceptionCode: CandidApi.encounters.v4.ServiceAuthorizationExceptionCode.C1,
123
+ * admissionDate: "2023-01-15",
124
+ * dischargeDate: "2023-01-15",
125
+ * onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
126
+ * lastMenstrualPeriodDate: "2023-01-15",
127
+ * delayReasonCode: CandidApi.DelayReasonCode.C1,
128
+ * patient: {},
129
+ * patientAuthorizedRelease: true,
130
+ * schemaInstances: [],
131
+ * vitals: {
132
+ * heightIn: 70,
133
+ * weightLbs: 165,
134
+ * bloodPressureSystolicMmhg: 115,
135
+ * bloodPressureDiastolicMmhg: 85,
136
+ * bodyTemperatureF: 98,
137
+ * hemoglobinGdl: 15.1,
138
+ * hematocritPct: 51.2
139
+ * },
140
+ * existingMedications: [],
141
+ * renderingProvider: {},
142
+ * serviceFacility: {
143
+ * organizationName: "Test Organization",
144
+ * address: {
145
+ * address1: "123 Main St",
146
+ * address2: "Apt 1",
147
+ * city: "New York",
148
+ * state: CandidApi.State.Ny,
149
+ * zipCode: "10001",
150
+ * zipPlusFourCode: "1234"
151
+ * }
152
+ * },
153
+ * guarantor: {},
154
+ * billingProvider: {},
155
+ * supervisingProvider: {},
156
+ * referringProvider: {},
157
+ * initialReferringProvider: {},
158
+ * referralNumber: "string"
159
+ * },
160
+ * encounterExternalId: CandidApi.EncounterExternalId("string"),
161
+ * ehrSourceUrl: "string",
162
+ * patientExternalId: "string",
163
+ * status: CandidApi.chargeCapture.v1.ChargeCaptureStatus.Planned
164
+ * })
165
+ */
166
+ create(request, requestOptions) {
167
+ var _a, _b;
168
+ return __awaiter(this, void 0, void 0, function* () {
169
+ const _response = yield core.fetcher({
170
+ url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
171
+ .candidApi, "/api/charge_captures/v1"),
172
+ method: "POST",
173
+ headers: {
174
+ Authorization: yield this._getAuthorizationHeader(),
175
+ "X-Fern-Language": "JavaScript",
176
+ "X-Fern-SDK-Name": "candidhealth",
177
+ "X-Fern-SDK-Version": "0.38.0",
178
+ "X-Fern-Runtime": core.RUNTIME.type,
179
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
180
+ },
181
+ contentType: "application/json",
182
+ requestType: "json",
183
+ body: serializers.chargeCapture.v1.CreateChargeCaptureRequest.jsonOrThrow(request, {
184
+ unrecognizedObjectKeys: "strip",
185
+ }),
186
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
187
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
188
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
189
+ });
190
+ if (_response.ok) {
191
+ return {
192
+ ok: true,
193
+ body: serializers.chargeCapture.v1.ChargeCapture.parseOrThrow(_response.body, {
194
+ unrecognizedObjectKeys: "passthrough",
195
+ allowUnrecognizedUnionMembers: true,
196
+ allowUnrecognizedEnumValues: true,
197
+ breadcrumbsPrefix: ["response"],
198
+ }),
199
+ };
200
+ }
201
+ if (_response.error.reason === "status-code") {
202
+ switch ((_b = _response.error.body) === null || _b === void 0 ? void 0 : _b.errorName) {
203
+ case "EntityNotFoundError":
204
+ case "UnauthorizedError":
205
+ case "HttpRequestValidationsError":
206
+ case "SchemaInstanceValidationHttpFailure":
207
+ case "UnprocessableEntityError":
208
+ return {
209
+ ok: false,
210
+ error: serializers.chargeCapture.v1.create.Error.parseOrThrow(_response.error.body, {
211
+ unrecognizedObjectKeys: "passthrough",
212
+ allowUnrecognizedUnionMembers: true,
213
+ allowUnrecognizedEnumValues: true,
214
+ breadcrumbsPrefix: ["response"],
215
+ }),
216
+ };
217
+ }
218
+ }
219
+ return {
220
+ ok: false,
221
+ error: CandidApi.chargeCapture.v1.create.Error._unknown(_response.error),
222
+ };
223
+ });
224
+ }
225
+ /**
226
+ * @param {CandidApi.ChargeCaptureId} chargeCaptureId
227
+ * @param {V1.RequestOptions} requestOptions - Request-specific configuration.
228
+ *
229
+ * @example
230
+ * await client.chargeCapture.v1.delete(CandidApi.ChargeCaptureId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"))
231
+ */
232
+ delete(chargeCaptureId, requestOptions) {
233
+ var _a, _b;
234
+ return __awaiter(this, void 0, void 0, function* () {
235
+ const _response = yield core.fetcher({
236
+ url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
237
+ .candidApi, `/api/charge_captures/v1/${encodeURIComponent(serializers.ChargeCaptureId.jsonOrThrow(chargeCaptureId))}`),
238
+ method: "DELETE",
239
+ headers: {
240
+ Authorization: yield this._getAuthorizationHeader(),
241
+ "X-Fern-Language": "JavaScript",
242
+ "X-Fern-SDK-Name": "candidhealth",
243
+ "X-Fern-SDK-Version": "0.38.0",
244
+ "X-Fern-Runtime": core.RUNTIME.type,
245
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
246
+ },
247
+ contentType: "application/json",
248
+ requestType: "json",
249
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
250
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
251
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
252
+ });
253
+ if (_response.ok) {
254
+ return {
255
+ ok: true,
256
+ body: undefined,
257
+ };
258
+ }
259
+ if (_response.error.reason === "status-code") {
260
+ switch ((_b = _response.error.body) === null || _b === void 0 ? void 0 : _b.errorName) {
261
+ case "EntityNotFoundError":
262
+ case "UnauthorizedError":
263
+ return {
264
+ ok: false,
265
+ error: serializers.chargeCapture.v1.delete.Error.parseOrThrow(_response.error.body, {
266
+ unrecognizedObjectKeys: "passthrough",
267
+ allowUnrecognizedUnionMembers: true,
268
+ allowUnrecognizedEnumValues: true,
269
+ breadcrumbsPrefix: ["response"],
270
+ }),
271
+ };
272
+ }
273
+ }
274
+ return {
275
+ ok: false,
276
+ error: CandidApi.chargeCapture.v1.delete.Error._unknown(_response.error),
277
+ };
278
+ });
279
+ }
280
+ /**
281
+ * @param {CandidApi.ChargeCaptureId} chargeCaptureId
282
+ * @param {CandidApi.chargeCapture.v1.ChargeCaptureUpdate} request
283
+ * @param {V1.RequestOptions} requestOptions - Request-specific configuration.
284
+ *
285
+ * @example
286
+ * await client.chargeCapture.v1.update(CandidApi.ChargeCaptureId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
287
+ * data: {
288
+ * diagnoses: [],
289
+ * interventions: [],
290
+ * externalClaimSubmission: {
291
+ * claimCreatedAt: new Date("2023-01-01T12:00:00.000Z"),
292
+ * patientControlNumber: "PATIENT_CONTROL_NUMBER",
293
+ * submissionRecords: [{
294
+ * submittedAt: new Date("2023-01-01T13:00:00.000Z"),
295
+ * claimFrequencyCode: CandidApi.claimSubmission.v1.ClaimFrequencyTypeCode.Original,
296
+ * payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
297
+ * intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Electronic
298
+ * }, {
299
+ * submittedAt: new Date("2023-01-04T12:00:00.000Z"),
300
+ * claimFrequencyCode: CandidApi.claimSubmission.v1.ClaimFrequencyTypeCode.Replacement,
301
+ * payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
302
+ * intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Paper
303
+ * }]
304
+ * },
305
+ * serviceLines: [],
306
+ * patientHistories: [],
307
+ * billingNotes: [],
308
+ * benefitsAssignedToProvider: true,
309
+ * priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
310
+ * externalId: CandidApi.EncounterExternalId("string"),
311
+ * dateOfService: "2023-01-15",
312
+ * tagIds: [],
313
+ * clinicalNotes: [],
314
+ * payToAddress: {
315
+ * address1: "123 Main St",
316
+ * address2: "Apt 1",
317
+ * city: "New York",
318
+ * state: CandidApi.State.Ny,
319
+ * zipCode: "10001",
320
+ * zipPlusFourCode: "1234"
321
+ * },
322
+ * billableStatus: CandidApi.encounters.v4.BillableStatusType.Billable,
323
+ * responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType.InsurancePay,
324
+ * providerAcceptsAssignment: true,
325
+ * synchronicity: CandidApi.encounters.v4.SynchronicityType.Synchronous,
326
+ * placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
327
+ * appointmentType: "string",
328
+ * endDateOfService: "2023-01-15",
329
+ * subscriberPrimary: {
330
+ * insuranceCard: {
331
+ * memberId: "string",
332
+ * payerName: "string",
333
+ * payerId: "string"
334
+ * },
335
+ * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
336
+ * firstName: "string",
337
+ * lastName: "string",
338
+ * gender: CandidApi.Gender.Male
339
+ * },
340
+ * subscriberSecondary: {
341
+ * insuranceCard: {
342
+ * memberId: "string",
343
+ * payerName: "string",
344
+ * payerId: "string"
345
+ * },
346
+ * patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
347
+ * firstName: "string",
348
+ * lastName: "string",
349
+ * gender: CandidApi.Gender.Male
350
+ * },
351
+ * additionalInformation: "string",
352
+ * serviceAuthorizationExceptionCode: CandidApi.encounters.v4.ServiceAuthorizationExceptionCode.C1,
353
+ * admissionDate: "2023-01-15",
354
+ * dischargeDate: "2023-01-15",
355
+ * onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
356
+ * lastMenstrualPeriodDate: "2023-01-15",
357
+ * delayReasonCode: CandidApi.DelayReasonCode.C1,
358
+ * patient: {},
359
+ * patientAuthorizedRelease: true,
360
+ * schemaInstances: [],
361
+ * vitals: {
362
+ * heightIn: 70,
363
+ * weightLbs: 165,
364
+ * bloodPressureSystolicMmhg: 115,
365
+ * bloodPressureDiastolicMmhg: 85,
366
+ * bodyTemperatureF: 98,
367
+ * hemoglobinGdl: 15.1,
368
+ * hematocritPct: 51.2
369
+ * },
370
+ * existingMedications: [],
371
+ * renderingProvider: {},
372
+ * serviceFacility: {
373
+ * organizationName: "Test Organization",
374
+ * address: {
375
+ * address1: "123 Main St",
376
+ * address2: "Apt 1",
377
+ * city: "New York",
378
+ * state: CandidApi.State.Ny,
379
+ * zipCode: "10001",
380
+ * zipPlusFourCode: "1234"
381
+ * }
382
+ * },
383
+ * guarantor: {},
384
+ * billingProvider: {},
385
+ * supervisingProvider: {},
386
+ * referringProvider: {},
387
+ * initialReferringProvider: {},
388
+ * referralNumber: "string"
389
+ * },
390
+ * encounterExternalId: CandidApi.EncounterExternalId("string"),
391
+ * ehrSourceUrl: "string",
392
+ * patientExternalId: "string",
393
+ * status: CandidApi.chargeCapture.v1.ChargeCaptureStatus.Planned
394
+ * })
395
+ */
396
+ update(chargeCaptureId, request = {}, requestOptions) {
397
+ var _a, _b;
398
+ return __awaiter(this, void 0, void 0, function* () {
399
+ const _response = yield core.fetcher({
400
+ url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
401
+ .candidApi, `/api/charge_captures/v1/${encodeURIComponent(serializers.ChargeCaptureId.jsonOrThrow(chargeCaptureId))}`),
402
+ method: "PATCH",
403
+ headers: {
404
+ Authorization: yield this._getAuthorizationHeader(),
405
+ "X-Fern-Language": "JavaScript",
406
+ "X-Fern-SDK-Name": "candidhealth",
407
+ "X-Fern-SDK-Version": "0.38.0",
408
+ "X-Fern-Runtime": core.RUNTIME.type,
409
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
410
+ },
411
+ contentType: "application/json",
412
+ requestType: "json",
413
+ body: serializers.chargeCapture.v1.ChargeCaptureUpdate.jsonOrThrow(request, {
414
+ unrecognizedObjectKeys: "strip",
415
+ }),
416
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
417
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
418
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
419
+ });
420
+ if (_response.ok) {
421
+ return {
422
+ ok: true,
423
+ body: serializers.chargeCapture.v1.ChargeCapture.parseOrThrow(_response.body, {
424
+ unrecognizedObjectKeys: "passthrough",
425
+ allowUnrecognizedUnionMembers: true,
426
+ allowUnrecognizedEnumValues: true,
427
+ breadcrumbsPrefix: ["response"],
428
+ }),
429
+ };
430
+ }
431
+ if (_response.error.reason === "status-code") {
432
+ switch ((_b = _response.error.body) === null || _b === void 0 ? void 0 : _b.errorName) {
433
+ case "EntityNotFoundError":
434
+ case "UnauthorizedError":
435
+ case "HttpRequestValidationsError":
436
+ case "SchemaInstanceValidationHttpFailure":
437
+ case "UnprocessableEntityError":
438
+ return {
439
+ ok: false,
440
+ error: serializers.chargeCapture.v1.update.Error.parseOrThrow(_response.error.body, {
441
+ unrecognizedObjectKeys: "passthrough",
442
+ allowUnrecognizedUnionMembers: true,
443
+ allowUnrecognizedEnumValues: true,
444
+ breadcrumbsPrefix: ["response"],
445
+ }),
446
+ };
447
+ }
448
+ }
449
+ return {
450
+ ok: false,
451
+ error: CandidApi.chargeCapture.v1.update.Error._unknown(_response.error),
452
+ };
453
+ });
454
+ }
455
+ /**
456
+ * @param {CandidApi.ChargeCaptureId} chargeCaptureId
457
+ * @param {V1.RequestOptions} requestOptions - Request-specific configuration.
458
+ *
459
+ * @example
460
+ * await client.chargeCapture.v1.get(CandidApi.ChargeCaptureId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"))
461
+ */
462
+ get(chargeCaptureId, requestOptions) {
463
+ var _a;
464
+ return __awaiter(this, void 0, void 0, function* () {
465
+ const _response = yield core.fetcher({
466
+ url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
467
+ .candidApi, `/api/charge_captures/v1/${encodeURIComponent(serializers.ChargeCaptureId.jsonOrThrow(chargeCaptureId))}`),
468
+ method: "GET",
469
+ headers: {
470
+ Authorization: yield this._getAuthorizationHeader(),
471
+ "X-Fern-Language": "JavaScript",
472
+ "X-Fern-SDK-Name": "candidhealth",
473
+ "X-Fern-SDK-Version": "0.38.0",
474
+ "X-Fern-Runtime": core.RUNTIME.type,
475
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
476
+ },
477
+ contentType: "application/json",
478
+ requestType: "json",
479
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
480
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
481
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
482
+ });
483
+ if (_response.ok) {
484
+ return {
485
+ ok: true,
486
+ body: serializers.chargeCapture.v1.ChargeCapture.parseOrThrow(_response.body, {
487
+ unrecognizedObjectKeys: "passthrough",
488
+ allowUnrecognizedUnionMembers: true,
489
+ allowUnrecognizedEnumValues: true,
490
+ breadcrumbsPrefix: ["response"],
491
+ }),
492
+ };
493
+ }
494
+ return {
495
+ ok: false,
496
+ error: CandidApi.chargeCapture.v1.get.Error._unknown(_response.error),
497
+ };
498
+ });
499
+ }
500
+ /**
501
+ * @param {CandidApi.chargeCapture.v1.GetAllChargeCapturesRequest} request
502
+ * @param {V1.RequestOptions} requestOptions - Request-specific configuration.
503
+ *
504
+ * @example
505
+ * await client.chargeCapture.v1.getAll({
506
+ * limit: 1,
507
+ * pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
508
+ * patientExternalId: "string",
509
+ * status: CandidApi.chargeCapture.v1.ChargeCaptureStatus.Planned,
510
+ * externalId: CandidApi.EncounterExternalId("string")
511
+ * })
512
+ */
513
+ getAll(request = {}, requestOptions) {
514
+ var _a;
515
+ return __awaiter(this, void 0, void 0, function* () {
516
+ const { limit, pageToken, patientExternalId, status, externalId } = request;
517
+ const _queryParams = {};
518
+ if (limit != null) {
519
+ _queryParams["limit"] = limit.toString();
520
+ }
521
+ if (pageToken != null) {
522
+ _queryParams["page_token"] = pageToken;
523
+ }
524
+ if (patientExternalId != null) {
525
+ _queryParams["patient_external_id"] = patientExternalId;
526
+ }
527
+ if (status != null) {
528
+ _queryParams["status"] = status;
529
+ }
530
+ if (externalId != null) {
531
+ _queryParams["external_id"] = externalId;
532
+ }
533
+ const _response = yield core.fetcher({
534
+ url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
535
+ .candidApi, "/api/charge_captures/v1"),
536
+ method: "GET",
537
+ headers: {
538
+ Authorization: yield this._getAuthorizationHeader(),
539
+ "X-Fern-Language": "JavaScript",
540
+ "X-Fern-SDK-Name": "candidhealth",
541
+ "X-Fern-SDK-Version": "0.38.0",
542
+ "X-Fern-Runtime": core.RUNTIME.type,
543
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
544
+ },
545
+ contentType: "application/json",
546
+ queryParameters: _queryParams,
547
+ requestType: "json",
548
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
549
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
550
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
551
+ });
552
+ if (_response.ok) {
553
+ return {
554
+ ok: true,
555
+ body: serializers.chargeCapture.v1.ChargeCapturePage.parseOrThrow(_response.body, {
556
+ unrecognizedObjectKeys: "passthrough",
557
+ allowUnrecognizedUnionMembers: true,
558
+ allowUnrecognizedEnumValues: true,
559
+ breadcrumbsPrefix: ["response"],
560
+ }),
561
+ };
562
+ }
563
+ return {
564
+ ok: false,
565
+ error: CandidApi.chargeCapture.v1.getAll.Error._unknown(_response.error),
566
+ };
567
+ });
568
+ }
569
+ _getAuthorizationHeader() {
570
+ return __awaiter(this, void 0, void 0, function* () {
571
+ const bearer = yield core.Supplier.get(this._options.token);
572
+ if (bearer != null) {
573
+ return `Bearer ${bearer}`;
574
+ }
575
+ return undefined;
576
+ });
577
+ }
578
+ }
579
+ exports.V1 = V1;
@@ -0,0 +1,52 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../../../index";
5
+ import * as core from "../../../../../../core";
6
+ export declare type Error = CandidApi.chargeCapture.v1.create.Error.EntityNotFoundError | CandidApi.chargeCapture.v1.create.Error.UnauthorizedError | CandidApi.chargeCapture.v1.create.Error.HttpRequestValidationsError | CandidApi.chargeCapture.v1.create.Error.SchemaInstanceValidationHttpFailure | CandidApi.chargeCapture.v1.create.Error.UnprocessableEntityError | CandidApi.chargeCapture.v1.create.Error._Unknown;
7
+ export declare namespace Error {
8
+ interface EntityNotFoundError extends _Utils {
9
+ errorName: "EntityNotFoundError";
10
+ content: CandidApi.EntityNotFoundErrorMessage;
11
+ }
12
+ interface UnauthorizedError extends _Utils {
13
+ errorName: "UnauthorizedError";
14
+ content: CandidApi.UnauthorizedErrorMessage;
15
+ }
16
+ interface HttpRequestValidationsError extends _Utils {
17
+ errorName: "HttpRequestValidationsError";
18
+ content: CandidApi.RequestValidationError[];
19
+ }
20
+ interface SchemaInstanceValidationHttpFailure extends _Utils {
21
+ errorName: "SchemaInstanceValidationHttpFailure";
22
+ content: CandidApi.encounters.v4.SchemaInstanceValidationFailure;
23
+ }
24
+ interface UnprocessableEntityError extends _Utils {
25
+ errorName: "UnprocessableEntityError";
26
+ content: CandidApi.UnprocessableEntityErrorMessage;
27
+ }
28
+ interface _Unknown extends _Utils {
29
+ errorName: void;
30
+ content: core.Fetcher.Error;
31
+ }
32
+ interface _Utils {
33
+ _visit: <_Result>(visitor: CandidApi.chargeCapture.v1.create.Error._Visitor<_Result>) => _Result;
34
+ }
35
+ interface _Visitor<_Result> {
36
+ entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
37
+ unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
38
+ httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => _Result;
39
+ schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => _Result;
40
+ unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
41
+ _other: (value: core.Fetcher.Error) => _Result;
42
+ }
43
+ }
44
+ export declare const Error: {
45
+ readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.chargeCapture.v1.create.Error.EntityNotFoundError;
46
+ readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.chargeCapture.v1.create.Error.UnauthorizedError;
47
+ readonly httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => CandidApi.chargeCapture.v1.create.Error.HttpRequestValidationsError;
48
+ readonly schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => CandidApi.chargeCapture.v1.create.Error.SchemaInstanceValidationHttpFailure;
49
+ readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.chargeCapture.v1.create.Error.UnprocessableEntityError;
50
+ readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.chargeCapture.v1.create.Error._Unknown;
51
+ readonly _visit: <_Result>(value: CandidApi.chargeCapture.v1.create.Error, visitor: CandidApi.chargeCapture.v1.create.Error._Visitor<_Result>) => _Result;
52
+ };