candidhealth 0.24.5 → 0.25.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 (266) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +13 -8
  3. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  4. package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  5. package/api/resources/commons/types/AppointmentId.d.ts +8 -0
  6. package/api/resources/commons/types/AppointmentId.js +10 -0
  7. package/api/resources/commons/types/index.d.ts +1 -0
  8. package/api/resources/commons/types/index.js +1 -0
  9. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  10. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  11. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  12. package/api/resources/encounters/resources/v4/client/Client.js +4 -4
  13. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  14. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  15. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  16. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  17. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  18. package/api/resources/financials/types/AllocationTarget.d.ts +4 -1
  19. package/api/resources/financials/types/AllocationTargetCreate.d.ts +5 -1
  20. package/api/resources/financials/types/AppointmentAllocationTarget.d.ts +7 -0
  21. package/api/resources/financials/types/index.d.ts +1 -0
  22. package/api/resources/financials/types/index.js +1 -0
  23. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  24. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  25. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  26. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  27. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  28. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  29. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  30. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  31. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  32. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  33. package/api/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.d.ts +3 -2
  34. package/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +8 -0
  35. package/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +10 -0
  36. package/api/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  37. package/api/resources/preEncounter/resources/common/types/index.js +2 -0
  38. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +6 -4
  39. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +12 -10
  40. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -1
  41. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +289 -0
  42. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +78 -0
  43. package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +21 -1
  44. package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +5 -0
  45. package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -1
  46. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +1 -0
  47. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +1 -0
  48. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +2 -16
  49. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -23
  50. package/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +0 -1
  51. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -4
  52. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +0 -1
  53. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +0 -1
  54. package/api/resources/serviceFacility/client/Client.js +1 -1
  55. package/api/resources/serviceLines/client/Client.d.ts +26 -0
  56. package/api/resources/serviceLines/client/Client.js +17 -0
  57. package/api/resources/serviceLines/client/index.d.ts +1 -0
  58. package/api/resources/serviceLines/client/index.js +2 -0
  59. package/api/resources/serviceLines/index.d.ts +1 -0
  60. package/api/resources/serviceLines/index.js +1 -0
  61. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +92 -0
  62. package/api/resources/serviceLines/resources/v2/client/Client.js +238 -0
  63. package/api/resources/serviceLines/resources/v2/client/create.d.ts +28 -0
  64. package/api/resources/serviceLines/resources/v2/client/create.js +58 -0
  65. package/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
  66. package/api/resources/serviceLines/resources/v2/client/index.js +28 -0
  67. package/api/resources/serviceLines/resources/v2/client/update.d.ts +40 -0
  68. package/api/resources/serviceLines/resources/v2/client/update.js +80 -0
  69. package/api/resources/serviceLines/resources/v2/index.d.ts +1 -0
  70. package/api/resources/serviceLines/resources/v2/index.js +1 -0
  71. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +36 -0
  72. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +5 -0
  73. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +37 -0
  74. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +5 -0
  75. package/api/resources/serviceLines/resources/v2/types/index.d.ts +2 -0
  76. package/api/resources/serviceLines/resources/v2/types/index.js +2 -0
  77. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  78. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  79. package/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +2 -0
  80. package/dist/Client.d.ts +3 -0
  81. package/dist/Client.js +13 -8
  82. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  83. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  84. package/dist/api/resources/commons/types/AppointmentId.d.ts +8 -0
  85. package/dist/api/resources/commons/types/AppointmentId.js +10 -0
  86. package/dist/api/resources/commons/types/index.d.ts +1 -0
  87. package/dist/api/resources/commons/types/index.js +1 -0
  88. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  89. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  90. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  91. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  92. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  93. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  94. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  95. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  96. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  97. package/dist/api/resources/financials/types/AllocationTarget.d.ts +4 -1
  98. package/dist/api/resources/financials/types/AllocationTargetCreate.d.ts +5 -1
  99. package/dist/api/resources/financials/types/AppointmentAllocationTarget.d.ts +7 -0
  100. package/dist/api/resources/financials/types/AppointmentAllocationTarget.js +5 -0
  101. package/dist/api/resources/financials/types/index.d.ts +1 -0
  102. package/dist/api/resources/financials/types/index.js +1 -0
  103. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  104. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  105. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  106. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  107. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  108. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  109. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  110. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  111. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  112. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  113. package/dist/api/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.d.ts +3 -2
  114. package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.js +5 -0
  115. package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +8 -0
  116. package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +10 -0
  117. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  118. package/dist/api/resources/preEncounter/resources/common/types/index.js +2 -0
  119. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +6 -4
  120. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +12 -10
  121. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -1
  122. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +289 -0
  123. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +78 -0
  124. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +21 -1
  125. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +5 -0
  126. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -1
  127. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +1 -0
  128. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +1 -0
  129. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +2 -16
  130. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -23
  131. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +0 -1
  132. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -4
  133. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +0 -1
  134. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +0 -1
  135. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  136. package/dist/api/resources/serviceLines/client/Client.d.ts +26 -0
  137. package/dist/api/resources/serviceLines/client/Client.js +17 -0
  138. package/dist/api/resources/serviceLines/client/index.d.ts +1 -0
  139. package/dist/api/resources/serviceLines/client/index.js +2 -0
  140. package/dist/api/resources/serviceLines/index.d.ts +1 -0
  141. package/dist/api/resources/serviceLines/index.js +1 -0
  142. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +92 -0
  143. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +238 -0
  144. package/dist/api/resources/serviceLines/resources/v2/client/create.d.ts +28 -0
  145. package/dist/api/resources/serviceLines/resources/v2/client/create.js +58 -0
  146. package/dist/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
  147. package/dist/api/resources/serviceLines/resources/v2/client/index.js +28 -0
  148. package/dist/api/resources/serviceLines/resources/v2/client/update.d.ts +40 -0
  149. package/dist/api/resources/serviceLines/resources/v2/client/update.js +80 -0
  150. package/dist/api/resources/serviceLines/resources/v2/index.d.ts +1 -0
  151. package/dist/api/resources/serviceLines/resources/v2/index.js +1 -0
  152. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +36 -0
  153. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +5 -0
  154. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +37 -0
  155. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +5 -0
  156. package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +2 -0
  157. package/dist/api/resources/serviceLines/resources/v2/types/index.js +2 -0
  158. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  159. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  160. package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +2 -0
  161. package/dist/serialization/resources/commons/types/AppointmentId.d.ts +10 -0
  162. package/dist/serialization/resources/commons/types/AppointmentId.js +35 -0
  163. package/dist/serialization/resources/commons/types/index.d.ts +1 -0
  164. package/dist/serialization/resources/commons/types/index.js +1 -0
  165. package/dist/serialization/resources/financials/types/AllocationTarget.d.ts +5 -1
  166. package/dist/serialization/resources/financials/types/AllocationTarget.js +2 -0
  167. package/dist/serialization/resources/financials/types/AllocationTargetCreate.d.ts +6 -1
  168. package/dist/serialization/resources/financials/types/AllocationTargetCreate.js +4 -0
  169. package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.d.ts +13 -0
  170. package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.js +34 -0
  171. package/dist/serialization/resources/financials/types/index.d.ts +1 -0
  172. package/dist/serialization/resources/financials/types/index.js +1 -0
  173. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +22 -0
  174. package/dist/serialization/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.js +8 -6
  175. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +10 -0
  176. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +31 -0
  177. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  178. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +2 -0
  179. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +3 -1
  180. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +3 -1
  181. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +10 -0
  182. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +102 -0
  183. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +1 -1
  184. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +5 -0
  185. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -2
  186. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -2
  187. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +1 -0
  188. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +1 -0
  189. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +0 -2
  190. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +0 -2
  191. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -3
  192. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -3
  193. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +0 -1
  194. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +0 -1
  195. package/dist/serialization/resources/serviceLines/resources/v2/client/create.d.ts +15 -0
  196. package/dist/serialization/resources/serviceLines/resources/v2/client/create.js +61 -0
  197. package/dist/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
  198. package/dist/serialization/resources/serviceLines/resources/v2/client/index.js +28 -0
  199. package/dist/serialization/resources/serviceLines/resources/v2/client/update.d.ts +25 -0
  200. package/dist/serialization/resources/serviceLines/resources/v2/client/update.js +73 -0
  201. package/dist/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -0
  202. package/dist/serialization/resources/serviceLines/resources/v2/index.js +1 -0
  203. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +43 -0
  204. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +64 -0
  205. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +42 -0
  206. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +63 -0
  207. package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +2 -0
  208. package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +2 -0
  209. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +4 -0
  210. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +4 -0
  211. package/package.json +1 -1
  212. package/reference.md +164 -24
  213. package/serialization/resources/commons/types/AppointmentId.d.ts +10 -0
  214. package/serialization/resources/commons/types/AppointmentId.js +35 -0
  215. package/serialization/resources/commons/types/index.d.ts +1 -0
  216. package/serialization/resources/commons/types/index.js +1 -0
  217. package/serialization/resources/financials/types/AllocationTarget.d.ts +5 -1
  218. package/serialization/resources/financials/types/AllocationTarget.js +2 -0
  219. package/serialization/resources/financials/types/AllocationTargetCreate.d.ts +6 -1
  220. package/serialization/resources/financials/types/AllocationTargetCreate.js +4 -0
  221. package/serialization/resources/financials/types/AppointmentAllocationTarget.d.ts +13 -0
  222. package/serialization/resources/financials/types/AppointmentAllocationTarget.js +34 -0
  223. package/serialization/resources/financials/types/index.d.ts +1 -0
  224. package/serialization/resources/financials/types/index.js +1 -0
  225. package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +22 -0
  226. package/serialization/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.js +8 -6
  227. package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +10 -0
  228. package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +31 -0
  229. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  230. package/serialization/resources/preEncounter/resources/common/types/index.js +2 -0
  231. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +3 -1
  232. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +3 -1
  233. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +10 -0
  234. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +102 -0
  235. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +1 -1
  236. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +5 -0
  237. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -2
  238. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -2
  239. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +1 -0
  240. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +1 -0
  241. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +0 -2
  242. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +0 -2
  243. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -3
  244. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -3
  245. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +0 -1
  246. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +0 -1
  247. package/serialization/resources/serviceLines/resources/v2/client/create.d.ts +15 -0
  248. package/serialization/resources/serviceLines/resources/v2/client/create.js +61 -0
  249. package/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
  250. package/serialization/resources/serviceLines/resources/v2/client/index.js +28 -0
  251. package/serialization/resources/serviceLines/resources/v2/client/update.d.ts +25 -0
  252. package/serialization/resources/serviceLines/resources/v2/client/update.js +73 -0
  253. package/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -0
  254. package/serialization/resources/serviceLines/resources/v2/index.js +1 -0
  255. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +43 -0
  256. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +64 -0
  257. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +42 -0
  258. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +63 -0
  259. package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +2 -0
  260. package/serialization/resources/serviceLines/resources/v2/types/index.js +2 -0
  261. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +4 -0
  262. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +4 -0
  263. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvider.d.ts +0 -20
  264. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvider.d.ts +0 -20
  265. /package/api/resources/{preEncounter/resources/patients/resources/v1/types/ExternalProvider.js → financials/types/AppointmentAllocationTarget.js} +0 -0
  266. /package/{dist/api/resources/preEncounter/resources/patients/resources/v1 → api/resources/preEncounter/resources/common}/types/ExternalProvider.js +0 -0
@@ -0,0 +1,26 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as environments from "../../../../environments";
5
+ import * as core from "../../../../core";
6
+ import { V2 } from "../resources/v2/client/Client";
7
+ export declare namespace ServiceLines {
8
+ interface Options {
9
+ environment?: core.Supplier<environments.CandidApiEnvironment | environments.CandidApiEnvironmentUrls>;
10
+ token?: core.Supplier<core.BearerToken | undefined>;
11
+ }
12
+ interface RequestOptions {
13
+ /** The maximum time to wait for a response in seconds. */
14
+ timeoutInSeconds?: number;
15
+ /** The number of times to retry the request. Defaults to 2. */
16
+ maxRetries?: number;
17
+ /** A hook to abort the request. */
18
+ abortSignal?: AbortSignal;
19
+ }
20
+ }
21
+ export declare class ServiceLines {
22
+ protected readonly _options: ServiceLines.Options;
23
+ constructor(_options?: ServiceLines.Options);
24
+ protected _v2: V2 | undefined;
25
+ get v2(): V2;
26
+ }
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ServiceLines = void 0;
7
+ const Client_1 = require("../resources/v2/client/Client");
8
+ class ServiceLines {
9
+ constructor(_options = {}) {
10
+ this._options = _options;
11
+ }
12
+ get v2() {
13
+ var _a;
14
+ return ((_a = this._v2) !== null && _a !== void 0 ? _a : (this._v2 = new Client_1.V2(this._options)));
15
+ }
16
+ }
17
+ exports.ServiceLines = ServiceLines;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +1,2 @@
1
1
  export * from "./resources";
2
+ export * from "./client";
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./resources"), exports);
18
+ __exportStar(require("./client"), exports);
@@ -0,0 +1,92 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as environments from "../../../../../../environments";
5
+ import * as core from "../../../../../../core";
6
+ import * as CandidApi from "../../../../../index";
7
+ export declare namespace V2 {
8
+ interface Options {
9
+ environment?: core.Supplier<environments.CandidApiEnvironment | environments.CandidApiEnvironmentUrls>;
10
+ token?: core.Supplier<core.BearerToken | undefined>;
11
+ }
12
+ interface RequestOptions {
13
+ /** The maximum time to wait for a response in seconds. */
14
+ timeoutInSeconds?: number;
15
+ /** The number of times to retry the request. Defaults to 2. */
16
+ maxRetries?: number;
17
+ /** A hook to abort the request. */
18
+ abortSignal?: AbortSignal;
19
+ }
20
+ }
21
+ export declare class V2 {
22
+ protected readonly _options: V2.Options;
23
+ constructor(_options?: V2.Options);
24
+ /**
25
+ * @param {CandidApi.serviceLines.v2.ServiceLineCreateStandalone} request
26
+ * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
27
+ *
28
+ * @example
29
+ * await client.serviceLines.v2.create({
30
+ * modifiers: [CandidApi.ProcedureModifier.TwentyTwo],
31
+ * chargeAmountCents: 1,
32
+ * allowedAmountCents: 1,
33
+ * insuranceBalanceCents: 1,
34
+ * patientBalanceCents: 1,
35
+ * primaryPaidAmountCents: 1,
36
+ * secondaryPaidAmountCents: 1,
37
+ * tertiaryPaidAmountCents: 1,
38
+ * patientResponsibilityCents: 1,
39
+ * diagnosisIdZero: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
40
+ * diagnosisIdOne: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
41
+ * diagnosisIdTwo: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
42
+ * diagnosisIdThree: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
43
+ * serviceLineManualAdjustments: [{}],
44
+ * denialReason: {},
45
+ * placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
46
+ * placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
47
+ * procedureCode: "string",
48
+ * quantity: CandidApi.Decimal("string"),
49
+ * units: CandidApi.ServiceLineUnits.Mj,
50
+ * claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
51
+ * description: "string",
52
+ * dateOfService: "2023-01-15",
53
+ * endDateOfService: "2023-01-15"
54
+ * })
55
+ */
56
+ create(request: CandidApi.serviceLines.v2.ServiceLineCreateStandalone, requestOptions?: V2.RequestOptions): Promise<core.APIResponse<CandidApi.serviceLines.v2.ServiceLine, CandidApi.serviceLines.v2.create.Error>>;
57
+ /**
58
+ * @param {CandidApi.ServiceLineId} serviceLineId
59
+ * @param {CandidApi.serviceLines.v2.ServiceLineUpdate} request
60
+ * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
61
+ *
62
+ * @example
63
+ * await client.serviceLines.v2.update(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
64
+ * editReason: "string",
65
+ * modifiers: [CandidApi.ProcedureModifier.TwentyTwo],
66
+ * chargeAmountCents: 1,
67
+ * allowedAmountCents: 1,
68
+ * insuranceBalanceCents: 1,
69
+ * patientBalanceCents: 1,
70
+ * primaryPaidAmountCents: 1,
71
+ * secondaryPaidAmountCents: 1,
72
+ * tertiaryPaidAmountCents: 1,
73
+ * patientResponsibilityCents: 1,
74
+ * diagnosisIdZero: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
75
+ * diagnosisIdOne: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
76
+ * diagnosisIdTwo: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
77
+ * diagnosisIdThree: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
78
+ * serviceLineManualAdjustments: [{}],
79
+ * denialReason: {},
80
+ * placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
81
+ * placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
82
+ * units: CandidApi.ServiceLineUnits.Mj,
83
+ * procedureCode: "string",
84
+ * quantity: CandidApi.Decimal("string"),
85
+ * description: "string",
86
+ * dateOfService: "2023-01-15",
87
+ * endDateOfService: "2023-01-15"
88
+ * })
89
+ */
90
+ update(serviceLineId: CandidApi.ServiceLineId, request: CandidApi.serviceLines.v2.ServiceLineUpdate, requestOptions?: V2.RequestOptions): Promise<core.APIResponse<CandidApi.serviceLines.v2.ServiceLine, CandidApi.serviceLines.v2.update.Error>>;
91
+ protected _getAuthorizationHeader(): Promise<string | undefined>;
92
+ }
@@ -0,0 +1,238 @@
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.V2 = 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 V2 {
48
+ constructor(_options = {}) {
49
+ this._options = _options;
50
+ }
51
+ /**
52
+ * @param {CandidApi.serviceLines.v2.ServiceLineCreateStandalone} request
53
+ * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
54
+ *
55
+ * @example
56
+ * await client.serviceLines.v2.create({
57
+ * modifiers: [CandidApi.ProcedureModifier.TwentyTwo],
58
+ * chargeAmountCents: 1,
59
+ * allowedAmountCents: 1,
60
+ * insuranceBalanceCents: 1,
61
+ * patientBalanceCents: 1,
62
+ * primaryPaidAmountCents: 1,
63
+ * secondaryPaidAmountCents: 1,
64
+ * tertiaryPaidAmountCents: 1,
65
+ * patientResponsibilityCents: 1,
66
+ * diagnosisIdZero: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
67
+ * diagnosisIdOne: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
68
+ * diagnosisIdTwo: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
69
+ * diagnosisIdThree: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
70
+ * serviceLineManualAdjustments: [{}],
71
+ * denialReason: {},
72
+ * placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
73
+ * placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
74
+ * procedureCode: "string",
75
+ * quantity: CandidApi.Decimal("string"),
76
+ * units: CandidApi.ServiceLineUnits.Mj,
77
+ * claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
78
+ * description: "string",
79
+ * dateOfService: "2023-01-15",
80
+ * endDateOfService: "2023-01-15"
81
+ * })
82
+ */
83
+ create(request, requestOptions) {
84
+ var _a, _b;
85
+ return __awaiter(this, void 0, void 0, function* () {
86
+ const _response = yield core.fetcher({
87
+ url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
88
+ .candidApi, "/api/service-lines/v2"),
89
+ method: "POST",
90
+ headers: {
91
+ Authorization: yield this._getAuthorizationHeader(),
92
+ "X-Fern-Language": "JavaScript",
93
+ "X-Fern-SDK-Name": "candidhealth",
94
+ "X-Fern-SDK-Version": "0.25.0",
95
+ "X-Fern-Runtime": core.RUNTIME.type,
96
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
97
+ },
98
+ contentType: "application/json",
99
+ requestType: "json",
100
+ body: serializers.serviceLines.v2.ServiceLineCreateStandalone.jsonOrThrow(request, {
101
+ unrecognizedObjectKeys: "strip",
102
+ }),
103
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
104
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
105
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
106
+ });
107
+ if (_response.ok) {
108
+ return {
109
+ ok: true,
110
+ body: serializers.serviceLines.v2.ServiceLine.parseOrThrow(_response.body, {
111
+ unrecognizedObjectKeys: "passthrough",
112
+ allowUnrecognizedUnionMembers: true,
113
+ allowUnrecognizedEnumValues: true,
114
+ breadcrumbsPrefix: ["response"],
115
+ }),
116
+ };
117
+ }
118
+ if (_response.error.reason === "status-code") {
119
+ switch ((_b = _response.error.body) === null || _b === void 0 ? void 0 : _b.errorName) {
120
+ case "HttpRequestValidationError":
121
+ return {
122
+ ok: false,
123
+ error: serializers.serviceLines.v2.create.Error.parseOrThrow(_response.error.body, {
124
+ unrecognizedObjectKeys: "passthrough",
125
+ allowUnrecognizedUnionMembers: true,
126
+ allowUnrecognizedEnumValues: true,
127
+ breadcrumbsPrefix: ["response"],
128
+ }),
129
+ };
130
+ }
131
+ }
132
+ return {
133
+ ok: false,
134
+ error: CandidApi.serviceLines.v2.create.Error._unknown(_response.error),
135
+ };
136
+ });
137
+ }
138
+ /**
139
+ * @param {CandidApi.ServiceLineId} serviceLineId
140
+ * @param {CandidApi.serviceLines.v2.ServiceLineUpdate} request
141
+ * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
142
+ *
143
+ * @example
144
+ * await client.serviceLines.v2.update(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
145
+ * editReason: "string",
146
+ * modifiers: [CandidApi.ProcedureModifier.TwentyTwo],
147
+ * chargeAmountCents: 1,
148
+ * allowedAmountCents: 1,
149
+ * insuranceBalanceCents: 1,
150
+ * patientBalanceCents: 1,
151
+ * primaryPaidAmountCents: 1,
152
+ * secondaryPaidAmountCents: 1,
153
+ * tertiaryPaidAmountCents: 1,
154
+ * patientResponsibilityCents: 1,
155
+ * diagnosisIdZero: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
156
+ * diagnosisIdOne: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
157
+ * diagnosisIdTwo: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
158
+ * diagnosisIdThree: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
159
+ * serviceLineManualAdjustments: [{}],
160
+ * denialReason: {},
161
+ * placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
162
+ * placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
163
+ * units: CandidApi.ServiceLineUnits.Mj,
164
+ * procedureCode: "string",
165
+ * quantity: CandidApi.Decimal("string"),
166
+ * description: "string",
167
+ * dateOfService: "2023-01-15",
168
+ * endDateOfService: "2023-01-15"
169
+ * })
170
+ */
171
+ update(serviceLineId, request, requestOptions) {
172
+ var _a, _b;
173
+ return __awaiter(this, void 0, void 0, function* () {
174
+ const _response = yield core.fetcher({
175
+ url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
176
+ .candidApi, `/api/service-lines/v2/${encodeURIComponent(serializers.ServiceLineId.jsonOrThrow(serviceLineId))}`),
177
+ method: "PATCH",
178
+ headers: {
179
+ Authorization: yield this._getAuthorizationHeader(),
180
+ "X-Fern-Language": "JavaScript",
181
+ "X-Fern-SDK-Name": "candidhealth",
182
+ "X-Fern-SDK-Version": "0.25.0",
183
+ "X-Fern-Runtime": core.RUNTIME.type,
184
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
185
+ },
186
+ contentType: "application/json",
187
+ requestType: "json",
188
+ body: serializers.serviceLines.v2.ServiceLineUpdate.jsonOrThrow(request, {
189
+ unrecognizedObjectKeys: "strip",
190
+ }),
191
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
192
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
193
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
194
+ });
195
+ if (_response.ok) {
196
+ return {
197
+ ok: true,
198
+ body: serializers.serviceLines.v2.ServiceLine.parseOrThrow(_response.body, {
199
+ unrecognizedObjectKeys: "passthrough",
200
+ allowUnrecognizedUnionMembers: true,
201
+ allowUnrecognizedEnumValues: true,
202
+ breadcrumbsPrefix: ["response"],
203
+ }),
204
+ };
205
+ }
206
+ if (_response.error.reason === "status-code") {
207
+ switch ((_b = _response.error.body) === null || _b === void 0 ? void 0 : _b.errorName) {
208
+ case "EntityNotFoundError":
209
+ case "UnauthorizedError":
210
+ case "HttpRequestValidationError":
211
+ return {
212
+ ok: false,
213
+ error: serializers.serviceLines.v2.update.Error.parseOrThrow(_response.error.body, {
214
+ unrecognizedObjectKeys: "passthrough",
215
+ allowUnrecognizedUnionMembers: true,
216
+ allowUnrecognizedEnumValues: true,
217
+ breadcrumbsPrefix: ["response"],
218
+ }),
219
+ };
220
+ }
221
+ }
222
+ return {
223
+ ok: false,
224
+ error: CandidApi.serviceLines.v2.update.Error._unknown(_response.error),
225
+ };
226
+ });
227
+ }
228
+ _getAuthorizationHeader() {
229
+ return __awaiter(this, void 0, void 0, function* () {
230
+ const bearer = yield core.Supplier.get(this._options.token);
231
+ if (bearer != null) {
232
+ return `Bearer ${bearer}`;
233
+ }
234
+ return undefined;
235
+ });
236
+ }
237
+ }
238
+ exports.V2 = V2;
@@ -0,0 +1,28 @@
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.serviceLines.v2.create.Error.HttpRequestValidationError | CandidApi.serviceLines.v2.create.Error._Unknown;
7
+ export declare namespace Error {
8
+ interface HttpRequestValidationError extends _Utils {
9
+ errorName: "HttpRequestValidationError";
10
+ content: CandidApi.RequestValidationError;
11
+ }
12
+ interface _Unknown extends _Utils {
13
+ errorName: void;
14
+ content: core.Fetcher.Error;
15
+ }
16
+ interface _Utils {
17
+ _visit: <_Result>(visitor: CandidApi.serviceLines.v2.create.Error._Visitor<_Result>) => _Result;
18
+ }
19
+ interface _Visitor<_Result> {
20
+ httpRequestValidationError: (value: CandidApi.RequestValidationError) => _Result;
21
+ _other: (value: core.Fetcher.Error) => _Result;
22
+ }
23
+ }
24
+ export declare const Error: {
25
+ readonly httpRequestValidationError: (value: CandidApi.RequestValidationError) => CandidApi.serviceLines.v2.create.Error.HttpRequestValidationError;
26
+ readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.serviceLines.v2.create.Error._Unknown;
27
+ readonly _visit: <_Result>(value: CandidApi.serviceLines.v2.create.Error, visitor: CandidApi.serviceLines.v2.create.Error._Visitor<_Result>) => _Result;
28
+ };
@@ -0,0 +1,58 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.Error = void 0;
30
+ const CandidApi = __importStar(require("../../../../../index"));
31
+ exports.Error = {
32
+ httpRequestValidationError: (value) => {
33
+ return {
34
+ content: value,
35
+ errorName: "HttpRequestValidationError",
36
+ _visit: function (visitor) {
37
+ return CandidApi.serviceLines.v2.create.Error._visit(this, visitor);
38
+ },
39
+ };
40
+ },
41
+ _unknown: (fetcherError) => {
42
+ return {
43
+ errorName: undefined,
44
+ content: fetcherError,
45
+ _visit: function (visitor) {
46
+ return CandidApi.serviceLines.v2.create.Error._visit(this, visitor);
47
+ },
48
+ };
49
+ },
50
+ _visit: (value, visitor) => {
51
+ switch (value.errorName) {
52
+ case "HttpRequestValidationError":
53
+ return visitor.httpRequestValidationError(value.content);
54
+ default:
55
+ return visitor._other(value);
56
+ }
57
+ },
58
+ };
@@ -0,0 +1,2 @@
1
+ export * as create from "./create";
2
+ export * as update from "./update";
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.update = exports.create = void 0;
27
+ exports.create = __importStar(require("./create"));
28
+ exports.update = __importStar(require("./update"));
@@ -0,0 +1,40 @@
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.serviceLines.v2.update.Error.EntityNotFoundError | CandidApi.serviceLines.v2.update.Error.UnauthorizedError | CandidApi.serviceLines.v2.update.Error.HttpRequestValidationError | CandidApi.serviceLines.v2.update.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 HttpRequestValidationError extends _Utils {
17
+ errorName: "HttpRequestValidationError";
18
+ content: CandidApi.RequestValidationError;
19
+ }
20
+ interface _Unknown extends _Utils {
21
+ errorName: void;
22
+ content: core.Fetcher.Error;
23
+ }
24
+ interface _Utils {
25
+ _visit: <_Result>(visitor: CandidApi.serviceLines.v2.update.Error._Visitor<_Result>) => _Result;
26
+ }
27
+ interface _Visitor<_Result> {
28
+ entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
29
+ unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
30
+ httpRequestValidationError: (value: CandidApi.RequestValidationError) => _Result;
31
+ _other: (value: core.Fetcher.Error) => _Result;
32
+ }
33
+ }
34
+ export declare const Error: {
35
+ readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.serviceLines.v2.update.Error.EntityNotFoundError;
36
+ readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.serviceLines.v2.update.Error.UnauthorizedError;
37
+ readonly httpRequestValidationError: (value: CandidApi.RequestValidationError) => CandidApi.serviceLines.v2.update.Error.HttpRequestValidationError;
38
+ readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.serviceLines.v2.update.Error._Unknown;
39
+ readonly _visit: <_Result>(value: CandidApi.serviceLines.v2.update.Error, visitor: CandidApi.serviceLines.v2.update.Error._Visitor<_Result>) => _Result;
40
+ };
@@ -0,0 +1,80 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.Error = void 0;
30
+ const CandidApi = __importStar(require("../../../../../index"));
31
+ exports.Error = {
32
+ entityNotFoundError: (value) => {
33
+ return {
34
+ content: value,
35
+ errorName: "EntityNotFoundError",
36
+ _visit: function (visitor) {
37
+ return CandidApi.serviceLines.v2.update.Error._visit(this, visitor);
38
+ },
39
+ };
40
+ },
41
+ unauthorizedError: (value) => {
42
+ return {
43
+ content: value,
44
+ errorName: "UnauthorizedError",
45
+ _visit: function (visitor) {
46
+ return CandidApi.serviceLines.v2.update.Error._visit(this, visitor);
47
+ },
48
+ };
49
+ },
50
+ httpRequestValidationError: (value) => {
51
+ return {
52
+ content: value,
53
+ errorName: "HttpRequestValidationError",
54
+ _visit: function (visitor) {
55
+ return CandidApi.serviceLines.v2.update.Error._visit(this, visitor);
56
+ },
57
+ };
58
+ },
59
+ _unknown: (fetcherError) => {
60
+ return {
61
+ errorName: undefined,
62
+ content: fetcherError,
63
+ _visit: function (visitor) {
64
+ return CandidApi.serviceLines.v2.update.Error._visit(this, visitor);
65
+ },
66
+ };
67
+ },
68
+ _visit: (value, visitor) => {
69
+ switch (value.errorName) {
70
+ case "EntityNotFoundError":
71
+ return visitor.entityNotFoundError(value.content);
72
+ case "UnauthorizedError":
73
+ return visitor.unauthorizedError(value.content);
74
+ case "HttpRequestValidationError":
75
+ return visitor.httpRequestValidationError(value.content);
76
+ default:
77
+ return visitor._other(value);
78
+ }
79
+ },
80
+ };
@@ -1 +1,2 @@
1
1
  export * from "./types";
2
+ export * from "./client";
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./types"), exports);
18
+ __exportStar(require("./client"), exports);