candidhealth 0.35.0 → 0.35.2

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 (378) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  3. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  4. package/api/resources/credentialing/resources/v2/client/Client.d.ts +1 -0
  5. package/api/resources/credentialing/resources/v2/client/Client.js +11 -6
  6. package/api/resources/credentialing/resources/v2/client/getAll.d.ts +7 -1
  7. package/api/resources/credentialing/resources/v2/client/getAll.js +11 -0
  8. package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +7 -2
  9. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  10. package/api/resources/diagnoses/client/Client.js +3 -3
  11. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  12. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  13. package/api/resources/encounters/resources/v4/client/Client.js +5 -5
  14. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  15. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  16. package/api/resources/exports/resources/v3/client/Client.d.ts +3 -2
  17. package/api/resources/exports/resources/v3/client/Client.js +4 -3
  18. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  19. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  20. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  21. package/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -1
  22. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  23. package/api/resources/index.d.ts +1 -0
  24. package/api/resources/index.js +2 -1
  25. package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +2 -1
  26. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +5 -4
  27. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -0
  28. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  29. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  30. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  31. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  32. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  33. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  34. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  35. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  36. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  37. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  38. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  39. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  40. package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +3 -3
  41. package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +3 -3
  42. package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +3 -3
  43. package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +3 -3
  44. package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +3 -3
  45. package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +2 -1
  46. package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -0
  47. package/api/resources/preEncounter/resources/common/types/{ErrorBase.d.ts → ErrorBase4Xx.d.ts} +2 -1
  48. package/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
  49. package/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +2 -3
  50. package/api/resources/preEncounter/resources/common/types/index.d.ts +1 -2
  51. package/api/resources/preEncounter/resources/common/types/index.js +1 -2
  52. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  53. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +3 -3
  54. package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +3 -3
  55. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
  56. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +2 -2
  57. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +4 -4
  58. package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +3 -3
  59. package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +3 -3
  60. package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +5 -2
  61. package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -0
  62. package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +11 -0
  63. package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +10 -0
  64. package/api/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +1 -0
  65. package/api/resources/preEncounter/resources/lists/resources/v1/types/index.js +1 -0
  66. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +177 -2
  67. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +246 -11
  68. package/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -7
  69. package/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +0 -11
  70. package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +34 -0
  71. package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +69 -0
  72. package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +3 -3
  73. package/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +3 -3
  74. package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +3 -3
  75. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  76. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  77. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +2 -1
  78. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +175 -0
  79. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +1 -0
  80. package/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +3 -3
  81. package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +10 -0
  82. package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +12 -0
  83. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  84. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +8 -0
  85. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -2
  86. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -2
  87. package/api/resources/remitDrafts/index.d.ts +1 -0
  88. package/api/resources/remitDrafts/index.js +17 -0
  89. package/api/resources/remitDrafts/resources/index.d.ts +1 -0
  90. package/api/resources/remitDrafts/resources/index.js +27 -0
  91. package/api/resources/remitDrafts/resources/v1/index.d.ts +1 -0
  92. package/api/resources/remitDrafts/resources/v1/index.js +17 -0
  93. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +8 -0
  94. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +10 -0
  95. package/api/resources/remitDrafts/resources/v1/types/index.d.ts +1 -0
  96. package/api/resources/remitDrafts/resources/v1/types/index.js +17 -0
  97. package/api/resources/serviceFacility/client/Client.js +1 -1
  98. package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  99. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  100. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  101. package/api/resources/x12/resources/v1/types/Rarc.d.ts +8 -1
  102. package/api/resources/x12/resources/v1/types/Rarc.js +7 -0
  103. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  104. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  105. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  106. package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +1 -0
  107. package/dist/api/resources/credentialing/resources/v2/client/Client.js +11 -6
  108. package/dist/api/resources/credentialing/resources/v2/client/getAll.d.ts +7 -1
  109. package/dist/api/resources/credentialing/resources/v2/client/getAll.js +11 -0
  110. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +7 -2
  111. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  112. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  113. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  114. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  115. package/dist/api/resources/encounters/resources/v4/client/Client.js +5 -5
  116. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  117. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  118. package/dist/api/resources/exports/resources/v3/client/Client.d.ts +3 -2
  119. package/dist/api/resources/exports/resources/v3/client/Client.js +4 -3
  120. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  121. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  122. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  123. package/dist/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -1
  124. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  125. package/dist/api/resources/index.d.ts +1 -0
  126. package/dist/api/resources/index.js +2 -1
  127. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +2 -1
  128. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +5 -4
  129. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -0
  130. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  131. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  132. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  133. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  134. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  135. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  136. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  137. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  138. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  139. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  140. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  141. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  142. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +3 -3
  143. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +3 -3
  144. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +3 -3
  145. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +3 -3
  146. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +3 -3
  147. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +2 -1
  148. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -0
  149. package/dist/api/resources/preEncounter/resources/common/types/{ErrorBase.d.ts → ErrorBase4Xx.d.ts} +2 -1
  150. package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
  151. package/dist/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +2 -3
  152. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +1 -2
  153. package/dist/api/resources/preEncounter/resources/common/types/index.js +1 -2
  154. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  155. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +3 -3
  156. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +3 -3
  157. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
  158. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +2 -2
  159. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +4 -4
  160. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +3 -3
  161. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +3 -3
  162. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +5 -2
  163. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -0
  164. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +11 -0
  165. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +10 -0
  166. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +1 -0
  167. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/index.js +1 -0
  168. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +177 -2
  169. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +246 -11
  170. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -7
  171. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +0 -11
  172. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +34 -0
  173. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +69 -0
  174. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +3 -3
  175. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +3 -3
  176. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +3 -3
  177. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  178. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  179. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +2 -1
  180. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +175 -0
  181. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +1 -0
  182. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +3 -3
  183. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +10 -0
  184. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +12 -0
  185. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  186. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +8 -0
  187. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -2
  188. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -2
  189. package/dist/api/resources/remitDrafts/index.d.ts +1 -0
  190. package/dist/api/resources/remitDrafts/index.js +17 -0
  191. package/dist/api/resources/remitDrafts/resources/index.d.ts +1 -0
  192. package/dist/api/resources/remitDrafts/resources/index.js +27 -0
  193. package/dist/api/resources/remitDrafts/resources/v1/index.d.ts +1 -0
  194. package/dist/api/resources/remitDrafts/resources/v1/index.js +17 -0
  195. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +8 -0
  196. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +10 -0
  197. package/dist/api/resources/remitDrafts/resources/v1/types/index.d.ts +1 -0
  198. package/dist/api/resources/remitDrafts/resources/v1/types/index.js +17 -0
  199. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  200. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  201. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  202. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  203. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +8 -1
  204. package/dist/api/resources/x12/resources/v1/types/Rarc.js +7 -0
  205. package/dist/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +6 -1
  206. package/dist/serialization/resources/credentialing/resources/v2/client/getAll.js +6 -0
  207. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -1
  208. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -1
  209. package/dist/serialization/resources/index.d.ts +1 -0
  210. package/dist/serialization/resources/index.js +2 -1
  211. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +2 -0
  212. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +2 -0
  213. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +2 -2
  214. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +2 -2
  215. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +2 -2
  216. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +2 -2
  217. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +2 -2
  218. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +2 -2
  219. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +2 -2
  220. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +2 -2
  221. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +2 -2
  222. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +2 -2
  223. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -1
  224. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -1
  225. package/dist/serialization/resources/preEncounter/resources/common/types/{ErrorBase.d.ts → ErrorBase4Xx.d.ts} +3 -2
  226. package/dist/serialization/resources/preEncounter/resources/common/types/{ErrorBase.js → ErrorBase4Xx.js} +3 -2
  227. package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +3 -4
  228. package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +3 -4
  229. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -2
  230. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +1 -2
  231. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +2 -2
  232. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +2 -2
  233. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +2 -2
  234. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +2 -2
  235. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
  236. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +1 -0
  237. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +2 -2
  238. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +2 -2
  239. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +2 -0
  240. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +2 -0
  241. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +10 -0
  242. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +35 -0
  243. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +1 -0
  244. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.js +1 -0
  245. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -6
  246. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +0 -6
  247. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +20 -0
  248. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +67 -0
  249. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +2 -2
  250. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +2 -2
  251. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +2 -2
  252. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +2 -2
  253. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +2 -2
  254. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +2 -2
  255. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  256. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  257. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +2 -2
  258. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +2 -2
  259. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +10 -0
  260. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +31 -0
  261. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  262. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +2 -0
  263. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +13 -0
  264. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +36 -0
  265. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -2
  266. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -2
  267. package/dist/serialization/resources/remitDrafts/index.d.ts +1 -0
  268. package/dist/serialization/resources/remitDrafts/index.js +17 -0
  269. package/dist/serialization/resources/remitDrafts/resources/index.d.ts +1 -0
  270. package/dist/serialization/resources/remitDrafts/resources/index.js +27 -0
  271. package/dist/serialization/resources/remitDrafts/resources/v1/index.d.ts +1 -0
  272. package/dist/serialization/resources/remitDrafts/resources/v1/index.js +17 -0
  273. package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +10 -0
  274. package/dist/serialization/resources/{preEncounter/resources/common/types/NotFoundErrorBody.js → remitDrafts/resources/v1/types/RemitDraftId.js} +6 -7
  275. package/dist/serialization/resources/remitDrafts/resources/v1/types/index.d.ts +1 -0
  276. package/dist/serialization/resources/remitDrafts/resources/v1/types/index.js +17 -0
  277. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  278. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +7 -0
  279. package/package.json +1 -1
  280. package/reference.md +259 -4
  281. package/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +6 -1
  282. package/serialization/resources/credentialing/resources/v2/client/getAll.js +6 -0
  283. package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -1
  284. package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -1
  285. package/serialization/resources/index.d.ts +1 -0
  286. package/serialization/resources/index.js +2 -1
  287. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +2 -0
  288. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +2 -0
  289. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +2 -2
  290. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +2 -2
  291. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +2 -2
  292. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +2 -2
  293. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +2 -2
  294. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +2 -2
  295. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +2 -2
  296. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +2 -2
  297. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +2 -2
  298. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +2 -2
  299. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -1
  300. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -1
  301. package/serialization/resources/preEncounter/resources/common/types/{ErrorBase.d.ts → ErrorBase4Xx.d.ts} +3 -2
  302. package/serialization/resources/preEncounter/resources/common/types/{ErrorBase.js → ErrorBase4Xx.js} +3 -2
  303. package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +3 -4
  304. package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +3 -4
  305. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -2
  306. package/serialization/resources/preEncounter/resources/common/types/index.js +1 -2
  307. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +2 -2
  308. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +2 -2
  309. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +2 -2
  310. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +2 -2
  311. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
  312. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +1 -0
  313. package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +2 -2
  314. package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +2 -2
  315. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +2 -0
  316. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +2 -0
  317. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +10 -0
  318. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +35 -0
  319. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +1 -0
  320. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.js +1 -0
  321. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -6
  322. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +0 -6
  323. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +20 -0
  324. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +67 -0
  325. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +2 -2
  326. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +2 -2
  327. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +2 -2
  328. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +2 -2
  329. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +2 -2
  330. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +2 -2
  331. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
  332. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
  333. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +2 -2
  334. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +2 -2
  335. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +10 -0
  336. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +31 -0
  337. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  338. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +2 -0
  339. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +13 -0
  340. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +36 -0
  341. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -2
  342. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -2
  343. package/serialization/resources/remitDrafts/index.d.ts +1 -0
  344. package/serialization/resources/remitDrafts/index.js +17 -0
  345. package/serialization/resources/remitDrafts/resources/index.d.ts +1 -0
  346. package/serialization/resources/remitDrafts/resources/index.js +27 -0
  347. package/serialization/resources/remitDrafts/resources/v1/index.d.ts +1 -0
  348. package/serialization/resources/remitDrafts/resources/v1/index.js +17 -0
  349. package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +10 -0
  350. package/serialization/resources/{preEncounter/resources/common/types/NotFoundErrorBody.js → remitDrafts/resources/v1/types/RemitDraftId.js} +6 -7
  351. package/serialization/resources/remitDrafts/resources/v1/types/index.d.ts +1 -0
  352. package/serialization/resources/remitDrafts/resources/v1/types/index.js +17 -0
  353. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  354. package/serialization/resources/x12/resources/v1/types/Rarc.js +7 -0
  355. package/api/resources/preEncounter/resources/common/types/NotFoundErrorBody.d.ts +0 -7
  356. package/api/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatient.d.ts +0 -8
  357. package/api/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.d.ts +0 -8
  358. package/dist/api/resources/preEncounter/resources/common/types/NotFoundErrorBody.d.ts +0 -7
  359. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatient.d.ts +0 -8
  360. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatient.js +0 -5
  361. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.d.ts +0 -8
  362. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.js +0 -5
  363. package/dist/serialization/resources/preEncounter/resources/common/types/NotFoundErrorBody.d.ts +0 -13
  364. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatient.d.ts +0 -14
  365. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatient.js +0 -35
  366. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.d.ts +0 -15
  367. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.js +0 -38
  368. package/serialization/resources/preEncounter/resources/common/types/NotFoundErrorBody.d.ts +0 -13
  369. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatient.d.ts +0 -14
  370. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatient.js +0 -35
  371. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.d.ts +0 -15
  372. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.js +0 -38
  373. /package/api/resources/preEncounter/resources/common/types/{ErrorBase.js → ErrorBase4Xx.js} +0 -0
  374. /package/api/resources/preEncounter/resources/{common/types/NotFoundErrorBody.js → patients/resources/v1/client/requests/CreatePatientWithMrnRequest.js} +0 -0
  375. /package/api/resources/preEncounter/resources/patients/resources/v1/types/{PotentialDuplicatePatient.js → MutablePatientWithMrn.js} +0 -0
  376. /package/{api/resources/preEncounter/resources/patients/resources/v1/types/PotentialDuplicatePatientsErrorBody.js → dist/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.js} +0 -0
  377. /package/dist/api/resources/preEncounter/resources/{common/types/ErrorBase.js → patients/resources/v1/client/requests/CreatePatientWithMrnRequest.js} +0 -0
  378. /package/dist/api/resources/preEncounter/resources/{common/types/NotFoundErrorBody.js → patients/resources/v1/types/MutablePatientWithMrn.js} +0 -0
@@ -26,7 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.eligibility = exports.tags = exports.serviceFacility = exports.paymentAccountConfigs = exports.individual = exports.identifiers = exports.financials = exports.era = exports.eraCommons = exports.diagnoses = exports.claims = exports.preEncounter = exports.x12 = exports.writeOffs = exports.tasks = exports.serviceLines = exports.remits = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.organizationServiceFacilities = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.insuranceAdjudications = exports.importInvoice = exports.guarantor = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.customSchemas = exports.credentialing = exports.contracts = exports.claimSubmission = exports.billingNotes = exports.auth = exports.commons = exports.feeSchedules = void 0;
29
+ exports.eligibility = exports.tags = exports.serviceFacility = exports.paymentAccountConfigs = exports.individual = exports.identifiers = exports.financials = exports.era = exports.eraCommons = exports.diagnoses = exports.claims = exports.preEncounter = exports.x12 = exports.writeOffs = exports.tasks = exports.serviceLines = exports.remits = exports.remitDrafts = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.organizationServiceFacilities = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.insuranceAdjudications = exports.importInvoice = exports.guarantor = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.customSchemas = exports.credentialing = exports.contracts = exports.claimSubmission = exports.billingNotes = exports.auth = exports.commons = exports.feeSchedules = void 0;
30
30
  exports.feeSchedules = __importStar(require("./feeSchedules"));
31
31
  exports.commons = __importStar(require("./commons"));
32
32
  __exportStar(require("./commons/errors"), exports);
@@ -57,6 +57,7 @@ exports.organizationProviders = __importStar(require("./organizationProviders"))
57
57
  exports.patientPayments = __importStar(require("./patientPayments"));
58
58
  exports.patientRefunds = __importStar(require("./patientRefunds"));
59
59
  exports.payers = __importStar(require("./payers"));
60
+ exports.remitDrafts = __importStar(require("./remitDrafts"));
60
61
  exports.remits = __importStar(require("./remits"));
61
62
  exports.serviceLines = __importStar(require("./serviceLines"));
62
63
  exports.tasks = __importStar(require("./tasks"));
@@ -8,6 +8,7 @@ import { PayerIdentifier } from "../../../../payers/resources/v3/types/PayerIden
8
8
  import { Payee } from "../../../../remits/resources/v1/types/Payee";
9
9
  import { ClaimId } from "../../../../commons/types/ClaimId";
10
10
  import { ClaimAdjudicationCreate } from "./ClaimAdjudicationCreate";
11
+ import { RemitDraftId } from "../../../../remitDrafts/resources/v1/types/RemitDraftId";
11
12
  export declare const InsuranceAdjudicationCreate: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.InsuranceAdjudicationCreate.Raw, CandidApi.insuranceAdjudications.v1.InsuranceAdjudicationCreate>;
12
13
  export declare namespace InsuranceAdjudicationCreate {
13
14
  interface Raw {
@@ -18,5 +19,6 @@ export declare namespace InsuranceAdjudicationCreate {
18
19
  check_date: string;
19
20
  note?: string | null;
20
21
  claims: Record<ClaimId.Raw, ClaimAdjudicationCreate.Raw[]>;
22
+ remit_draft_id?: RemitDraftId.Raw | null;
21
23
  }
22
24
  }
@@ -32,6 +32,7 @@ const PayerIdentifier_1 = require("../../../../payers/resources/v3/types/PayerId
32
32
  const Payee_1 = require("../../../../remits/resources/v1/types/Payee");
33
33
  const ClaimId_1 = require("../../../../commons/types/ClaimId");
34
34
  const ClaimAdjudicationCreate_1 = require("./ClaimAdjudicationCreate");
35
+ const RemitDraftId_1 = require("../../../../remitDrafts/resources/v1/types/RemitDraftId");
35
36
  exports.InsuranceAdjudicationCreate = core.serialization.object({
36
37
  payerIdentifier: core.serialization.property("payer_identifier", PayerIdentifier_1.PayerIdentifier),
37
38
  payee: Payee_1.Payee,
@@ -40,4 +41,5 @@ exports.InsuranceAdjudicationCreate = core.serialization.object({
40
41
  checkDate: core.serialization.property("check_date", core.serialization.string()),
41
42
  note: core.serialization.string().optional(),
42
43
  claims: core.serialization.record(ClaimId_1.ClaimId, core.serialization.list(ClaimAdjudicationCreate_1.ClaimAdjudicationCreate)),
44
+ remitDraftId: core.serialization.property("remit_draft_id", RemitDraftId_1.RemitDraftId.optional()),
43
45
  });
@@ -5,7 +5,7 @@ import * as serializers from "../../../../../../../index";
5
5
  import * as CandidApi from "../../../../../../../../api/index";
6
6
  import * as core from "../../../../../../../../core";
7
7
  import { VersionConflictErrorBody } from "../../../../common/types/VersionConflictErrorBody";
8
- import { NotFoundErrorBody } from "../../../../common/types/NotFoundErrorBody";
8
+ import { ErrorBase4Xx } from "../../../../common/types/ErrorBase4Xx";
9
9
  export declare const Error: core.serialization.Schema<serializers.preEncounter.appointments.v1.create.Error.Raw, CandidApi.preEncounter.appointments.v1.create.Error>;
10
10
  export declare namespace Error {
11
11
  type Raw = Error.VersionConflictError | Error.NotFoundError;
@@ -15,6 +15,6 @@ export declare namespace Error {
15
15
  }
16
16
  interface NotFoundError {
17
17
  errorName: "NotFoundError";
18
- content: NotFoundErrorBody.Raw;
18
+ content: ErrorBase4Xx.Raw;
19
19
  }
20
20
  }
@@ -41,14 +41,14 @@ exports.Error = void 0;
41
41
  const CandidApi = __importStar(require("../../../../../../../../api/index"));
42
42
  const core = __importStar(require("../../../../../../../../core"));
43
43
  const VersionConflictErrorBody_1 = require("../../../../common/types/VersionConflictErrorBody");
44
- const NotFoundErrorBody_1 = require("../../../../common/types/NotFoundErrorBody");
44
+ const ErrorBase4Xx_1 = require("../../../../common/types/ErrorBase4Xx");
45
45
  exports.Error = core.serialization
46
46
  .union("errorName", {
47
47
  VersionConflictError: core.serialization.object({
48
48
  content: VersionConflictErrorBody_1.VersionConflictErrorBody,
49
49
  }),
50
50
  NotFoundError: core.serialization.object({
51
- content: NotFoundErrorBody_1.NotFoundErrorBody,
51
+ content: ErrorBase4Xx_1.ErrorBase4Xx,
52
52
  }),
53
53
  })
54
54
  .transform({
@@ -4,14 +4,14 @@
4
4
  import * as serializers from "../../../../../../../index";
5
5
  import * as CandidApi from "../../../../../../../../api/index";
6
6
  import * as core from "../../../../../../../../core";
7
- import { NotFoundErrorBody } from "../../../../common/types/NotFoundErrorBody";
7
+ import { ErrorBase4Xx } from "../../../../common/types/ErrorBase4Xx";
8
8
  import { VersionConflictErrorBody } from "../../../../common/types/VersionConflictErrorBody";
9
9
  export declare const Error: core.serialization.Schema<serializers.preEncounter.appointments.v1.deactivate.Error.Raw, CandidApi.preEncounter.appointments.v1.deactivate.Error>;
10
10
  export declare namespace Error {
11
11
  type Raw = Error.NotFoundError | Error.VersionConflictError;
12
12
  interface NotFoundError {
13
13
  errorName: "NotFoundError";
14
- content: NotFoundErrorBody.Raw;
14
+ content: ErrorBase4Xx.Raw;
15
15
  }
16
16
  interface VersionConflictError {
17
17
  errorName: "VersionConflictError";
@@ -40,12 +40,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
40
40
  exports.Error = void 0;
41
41
  const CandidApi = __importStar(require("../../../../../../../../api/index"));
42
42
  const core = __importStar(require("../../../../../../../../core"));
43
- const NotFoundErrorBody_1 = require("../../../../common/types/NotFoundErrorBody");
43
+ const ErrorBase4Xx_1 = require("../../../../common/types/ErrorBase4Xx");
44
44
  const VersionConflictErrorBody_1 = require("../../../../common/types/VersionConflictErrorBody");
45
45
  exports.Error = core.serialization
46
46
  .union("errorName", {
47
47
  NotFoundError: core.serialization.object({
48
- content: NotFoundErrorBody_1.NotFoundErrorBody,
48
+ content: ErrorBase4Xx_1.ErrorBase4Xx,
49
49
  }),
50
50
  VersionConflictError: core.serialization.object({
51
51
  content: VersionConflictErrorBody_1.VersionConflictErrorBody,
@@ -4,12 +4,12 @@
4
4
  import * as serializers from "../../../../../../../index";
5
5
  import * as CandidApi from "../../../../../../../../api/index";
6
6
  import * as core from "../../../../../../../../core";
7
- import { NotFoundErrorBody } from "../../../../common/types/NotFoundErrorBody";
7
+ import { ErrorBase4Xx } from "../../../../common/types/ErrorBase4Xx";
8
8
  export declare const Error: core.serialization.Schema<serializers.preEncounter.appointments.v1.get.Error.Raw, CandidApi.preEncounter.appointments.v1.get.Error>;
9
9
  export declare namespace Error {
10
10
  type Raw = Error.NotFoundError;
11
11
  interface NotFoundError {
12
12
  errorName: "NotFoundError";
13
- content: NotFoundErrorBody.Raw;
13
+ content: ErrorBase4Xx.Raw;
14
14
  }
15
15
  }
@@ -40,11 +40,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
40
40
  exports.Error = void 0;
41
41
  const CandidApi = __importStar(require("../../../../../../../../api/index"));
42
42
  const core = __importStar(require("../../../../../../../../core"));
43
- const NotFoundErrorBody_1 = require("../../../../common/types/NotFoundErrorBody");
43
+ const ErrorBase4Xx_1 = require("../../../../common/types/ErrorBase4Xx");
44
44
  exports.Error = core.serialization
45
45
  .union("errorName", {
46
46
  NotFoundError: core.serialization.object({
47
- content: NotFoundErrorBody_1.NotFoundErrorBody,
47
+ content: ErrorBase4Xx_1.ErrorBase4Xx,
48
48
  }),
49
49
  })
50
50
  .transform({
@@ -5,7 +5,7 @@ import * as serializers from "../../../../../../../index";
5
5
  import * as CandidApi from "../../../../../../../../api/index";
6
6
  import * as core from "../../../../../../../../core";
7
7
  import { Appointment } from "../types/Appointment";
8
- import { NotFoundErrorBody } from "../../../../common/types/NotFoundErrorBody";
8
+ import { ErrorBase4Xx } from "../../../../common/types/ErrorBase4Xx";
9
9
  export declare const Response: core.serialization.Schema<serializers.preEncounter.appointments.v1.getHistory.Response.Raw, CandidApi.preEncounter.appointments.v1.Appointment[]>;
10
10
  export declare namespace Response {
11
11
  type Raw = Appointment.Raw[];
@@ -15,6 +15,6 @@ export declare namespace Error {
15
15
  type Raw = Error.NotFoundError;
16
16
  interface NotFoundError {
17
17
  errorName: "NotFoundError";
18
- content: NotFoundErrorBody.Raw;
18
+ content: ErrorBase4Xx.Raw;
19
19
  }
20
20
  }
@@ -41,12 +41,12 @@ exports.Error = exports.Response = void 0;
41
41
  const CandidApi = __importStar(require("../../../../../../../../api/index"));
42
42
  const core = __importStar(require("../../../../../../../../core"));
43
43
  const Appointment_1 = require("../types/Appointment");
44
- const NotFoundErrorBody_1 = require("../../../../common/types/NotFoundErrorBody");
44
+ const ErrorBase4Xx_1 = require("../../../../common/types/ErrorBase4Xx");
45
45
  exports.Response = core.serialization.list(Appointment_1.Appointment);
46
46
  exports.Error = core.serialization
47
47
  .union("errorName", {
48
48
  NotFoundError: core.serialization.object({
49
- content: NotFoundErrorBody_1.NotFoundErrorBody,
49
+ content: ErrorBase4Xx_1.ErrorBase4Xx,
50
50
  }),
51
51
  })
52
52
  .transform({
@@ -4,14 +4,14 @@
4
4
  import * as serializers from "../../../../../../../index";
5
5
  import * as CandidApi from "../../../../../../../../api/index";
6
6
  import * as core from "../../../../../../../../core";
7
- import { NotFoundErrorBody } from "../../../../common/types/NotFoundErrorBody";
7
+ import { ErrorBase4Xx } from "../../../../common/types/ErrorBase4Xx";
8
8
  import { VersionConflictErrorBody } from "../../../../common/types/VersionConflictErrorBody";
9
9
  export declare const Error: core.serialization.Schema<serializers.preEncounter.appointments.v1.update.Error.Raw, CandidApi.preEncounter.appointments.v1.update.Error>;
10
10
  export declare namespace Error {
11
11
  type Raw = Error.NotFoundError | Error.VersionConflictError;
12
12
  interface NotFoundError {
13
13
  errorName: "NotFoundError";
14
- content: NotFoundErrorBody.Raw;
14
+ content: ErrorBase4Xx.Raw;
15
15
  }
16
16
  interface VersionConflictError {
17
17
  errorName: "VersionConflictError";
@@ -40,12 +40,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
40
40
  exports.Error = void 0;
41
41
  const CandidApi = __importStar(require("../../../../../../../../api/index"));
42
42
  const core = __importStar(require("../../../../../../../../core"));
43
- const NotFoundErrorBody_1 = require("../../../../common/types/NotFoundErrorBody");
43
+ const ErrorBase4Xx_1 = require("../../../../common/types/ErrorBase4Xx");
44
44
  const VersionConflictErrorBody_1 = require("../../../../common/types/VersionConflictErrorBody");
45
45
  exports.Error = core.serialization
46
46
  .union("errorName", {
47
47
  NotFoundError: core.serialization.object({
48
- content: NotFoundErrorBody_1.NotFoundErrorBody,
48
+ content: ErrorBase4Xx_1.ErrorBase4Xx,
49
49
  }),
50
50
  VersionConflictError: core.serialization.object({
51
51
  content: VersionConflictErrorBody_1.VersionConflictErrorBody,
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../../../../../api/index";
6
6
  import * as core from "../../../../../../../../core";
7
7
  export declare const AppointmentWorkQueue: core.serialization.Schema<serializers.preEncounter.appointments.v1.AppointmentWorkQueue.Raw, CandidApi.preEncounter.appointments.v1.AppointmentWorkQueue>;
8
8
  export declare namespace AppointmentWorkQueue {
9
- type Raw = "EMERGENT_ISSUE" | "NEW_PATIENT" | "RETURNING_PATIENT";
9
+ type Raw = "EMERGENT_ISSUE" | "NEW_PATIENT" | "RETURNING_PATIENT" | "MANUAL_ESCALATION";
10
10
  }
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.AppointmentWorkQueue = void 0;
30
30
  const core = __importStar(require("../../../../../../../../core"));
31
- exports.AppointmentWorkQueue = core.serialization.enum_(["EMERGENT_ISSUE", "NEW_PATIENT", "RETURNING_PATIENT"]);
31
+ exports.AppointmentWorkQueue = core.serialization.enum_(["EMERGENT_ISSUE", "NEW_PATIENT", "RETURNING_PATIENT", "MANUAL_ESCALATION"]);
@@ -4,9 +4,10 @@
4
4
  import * as serializers from "../../../../../index";
5
5
  import * as CandidApi from "../../../../../../api/index";
6
6
  import * as core from "../../../../../../core";
7
- export declare const ErrorBase: core.serialization.ObjectSchema<serializers.preEncounter.ErrorBase.Raw, CandidApi.preEncounter.ErrorBase>;
8
- export declare namespace ErrorBase {
7
+ export declare const ErrorBase4Xx: core.serialization.ObjectSchema<serializers.preEncounter.ErrorBase4Xx.Raw, CandidApi.preEncounter.ErrorBase4Xx>;
8
+ export declare namespace ErrorBase4Xx {
9
9
  interface Raw {
10
10
  message: string;
11
+ data?: unknown | null;
11
12
  }
12
13
  }
@@ -26,8 +26,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.ErrorBase = void 0;
29
+ exports.ErrorBase4Xx = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
- exports.ErrorBase = core.serialization.object({
31
+ exports.ErrorBase4Xx = core.serialization.object({
32
32
  message: core.serialization.string(),
33
+ data: core.serialization.unknown().optional(),
33
34
  });
@@ -4,11 +4,10 @@
4
4
  import * as serializers from "../../../../../index";
5
5
  import * as CandidApi from "../../../../../../api/index";
6
6
  import * as core from "../../../../../../core";
7
- import { ErrorBase } from "./ErrorBase";
7
+ import { ErrorBase4Xx } from "./ErrorBase4Xx";
8
8
  export declare const VersionConflictErrorBody: core.serialization.ObjectSchema<serializers.preEncounter.VersionConflictErrorBody.Raw, CandidApi.preEncounter.VersionConflictErrorBody>;
9
9
  export declare namespace VersionConflictErrorBody {
10
- interface Raw extends ErrorBase.Raw {
11
- code: "VERSION_CONFLICT";
12
- latest_version: number;
10
+ interface Raw extends ErrorBase4Xx.Raw {
11
+ latest_version?: number | null;
13
12
  }
14
13
  }
@@ -28,10 +28,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.VersionConflictErrorBody = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
- const ErrorBase_1 = require("./ErrorBase");
31
+ const ErrorBase4Xx_1 = require("./ErrorBase4Xx");
32
32
  exports.VersionConflictErrorBody = core.serialization
33
33
  .object({
34
- code: core.serialization.stringLiteral("VERSION_CONFLICT"),
35
- latestVersion: core.serialization.property("latest_version", core.serialization.number()),
34
+ latestVersion: core.serialization.property("latest_version", core.serialization.number().optional()),
36
35
  })
37
- .extend(ErrorBase_1.ErrorBase);
36
+ .extend(ErrorBase4Xx_1.ErrorBase4Xx);
@@ -23,8 +23,7 @@ export * from "./ContactPointUse";
23
23
  export * from "./ContactPoint";
24
24
  export * from "./PageToken";
25
25
  export * from "./ResourcePage";
26
- export * from "./ErrorBase";
27
- export * from "./NotFoundErrorBody";
26
+ export * from "./ErrorBase4Xx";
28
27
  export * from "./VersionConflictErrorBody";
29
28
  export * from "./AdditionalPayerInformation";
30
29
  export * from "./ExternalProviderType";
@@ -39,8 +39,7 @@ __exportStar(require("./ContactPointUse"), exports);
39
39
  __exportStar(require("./ContactPoint"), exports);
40
40
  __exportStar(require("./PageToken"), exports);
41
41
  __exportStar(require("./ResourcePage"), exports);
42
- __exportStar(require("./ErrorBase"), exports);
43
- __exportStar(require("./NotFoundErrorBody"), exports);
42
+ __exportStar(require("./ErrorBase4Xx"), exports);
44
43
  __exportStar(require("./VersionConflictErrorBody"), exports);
45
44
  __exportStar(require("./AdditionalPayerInformation"), exports);
46
45
  __exportStar(require("./ExternalProviderType"), exports);
@@ -5,7 +5,7 @@ import * as serializers from "../../../../../../../index";
5
5
  import * as CandidApi from "../../../../../../../../api/index";
6
6
  import * as core from "../../../../../../../../core";
7
7
  import { Coverage } from "../types/Coverage";
8
- import { NotFoundErrorBody } from "../../../../common/types/NotFoundErrorBody";
8
+ import { ErrorBase4Xx } from "../../../../common/types/ErrorBase4Xx";
9
9
  export declare const Response: core.serialization.Schema<serializers.preEncounter.coverages.v1.getHistory.Response.Raw, CandidApi.preEncounter.coverages.v1.Coverage[]>;
10
10
  export declare namespace Response {
11
11
  type Raw = Coverage.Raw[];
@@ -15,6 +15,6 @@ export declare namespace Error {
15
15
  type Raw = Error.NotFoundError;
16
16
  interface NotFoundError {
17
17
  errorName: "NotFoundError";
18
- content: NotFoundErrorBody.Raw;
18
+ content: ErrorBase4Xx.Raw;
19
19
  }
20
20
  }
@@ -41,12 +41,12 @@ exports.Error = exports.Response = void 0;
41
41
  const CandidApi = __importStar(require("../../../../../../../../api/index"));
42
42
  const core = __importStar(require("../../../../../../../../core"));
43
43
  const Coverage_1 = require("../types/Coverage");
44
- const NotFoundErrorBody_1 = require("../../../../common/types/NotFoundErrorBody");
44
+ const ErrorBase4Xx_1 = require("../../../../common/types/ErrorBase4Xx");
45
45
  exports.Response = core.serialization.list(Coverage_1.Coverage);
46
46
  exports.Error = core.serialization
47
47
  .union("errorName", {
48
48
  NotFoundError: core.serialization.object({
49
- content: NotFoundErrorBody_1.NotFoundErrorBody,
49
+ content: ErrorBase4Xx_1.ErrorBase4Xx,
50
50
  }),
51
51
  })
52
52
  .transform({
@@ -4,14 +4,14 @@
4
4
  import * as serializers from "../../../../../../../index";
5
5
  import * as CandidApi from "../../../../../../../../api/index";
6
6
  import * as core from "../../../../../../../../core";
7
- import { NotFoundErrorBody } from "../../../../common/types/NotFoundErrorBody";
7
+ import { ErrorBase4Xx } from "../../../../common/types/ErrorBase4Xx";
8
8
  import { VersionConflictErrorBody } from "../../../../common/types/VersionConflictErrorBody";
9
9
  export declare const Error: core.serialization.Schema<serializers.preEncounter.coverages.v1.update.Error.Raw, CandidApi.preEncounter.coverages.v1.update.Error>;
10
10
  export declare namespace Error {
11
11
  type Raw = Error.NotFoundError | Error.VersionConflictError;
12
12
  interface NotFoundError {
13
13
  errorName: "NotFoundError";
14
- content: NotFoundErrorBody.Raw;
14
+ content: ErrorBase4Xx.Raw;
15
15
  }
16
16
  interface VersionConflictError {
17
17
  errorName: "VersionConflictError";
@@ -40,12 +40,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
40
40
  exports.Error = void 0;
41
41
  const CandidApi = __importStar(require("../../../../../../../../api/index"));
42
42
  const core = __importStar(require("../../../../../../../../core"));
43
- const NotFoundErrorBody_1 = require("../../../../common/types/NotFoundErrorBody");
43
+ const ErrorBase4Xx_1 = require("../../../../common/types/ErrorBase4Xx");
44
44
  const VersionConflictErrorBody_1 = require("../../../../common/types/VersionConflictErrorBody");
45
45
  exports.Error = core.serialization
46
46
  .union("errorName", {
47
47
  NotFoundError: core.serialization.object({
48
- content: NotFoundErrorBody_1.NotFoundErrorBody,
48
+ content: ErrorBase4Xx_1.ErrorBase4Xx,
49
49
  }),
50
50
  VersionConflictError: core.serialization.object({
51
51
  content: VersionConflictErrorBody_1.VersionConflictErrorBody,
@@ -11,5 +11,6 @@ export declare namespace CoverageBenefits {
11
11
  interface Raw {
12
12
  plan_coverage?: PlanCoverage.Raw | null;
13
13
  service_specific_coverage?: ServiceCoverage.Raw[] | null;
14
+ notes?: string | null;
14
15
  }
15
16
  }
@@ -33,4 +33,5 @@ const ServiceCoverage_1 = require("./ServiceCoverage");
33
33
  exports.CoverageBenefits = core.serialization.object({
34
34
  planCoverage: core.serialization.property("plan_coverage", PlanCoverage_1.PlanCoverage.optional()),
35
35
  serviceSpecificCoverage: core.serialization.property("service_specific_coverage", core.serialization.list(ServiceCoverage_1.ServiceCoverage).optional()),
36
+ notes: core.serialization.string().optional(),
36
37
  });
@@ -4,12 +4,12 @@
4
4
  import * as serializers from "../../../../../../../index";
5
5
  import * as CandidApi from "../../../../../../../../api/index";
6
6
  import * as core from "../../../../../../../../core";
7
- import { ErrorBase } from "../../../../common/types/ErrorBase";
7
+ import { ErrorBase4Xx } from "../../../../common/types/ErrorBase4Xx";
8
8
  export declare const Error: core.serialization.Schema<serializers.preEncounter.lists.v1.getPatientList.Error.Raw, CandidApi.preEncounter.lists.v1.getPatientList.Error>;
9
9
  export declare namespace Error {
10
10
  type Raw = Error.BadRequestError;
11
11
  interface BadRequestError {
12
12
  errorName: "BadRequestError";
13
- content: ErrorBase.Raw;
13
+ content: ErrorBase4Xx.Raw;
14
14
  }
15
15
  }
@@ -40,11 +40,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
40
40
  exports.Error = void 0;
41
41
  const CandidApi = __importStar(require("../../../../../../../../api/index"));
42
42
  const core = __importStar(require("../../../../../../../../core"));
43
- const ErrorBase_1 = require("../../../../common/types/ErrorBase");
43
+ const ErrorBase4Xx_1 = require("../../../../common/types/ErrorBase4Xx");
44
44
  exports.Error = core.serialization
45
45
  .union("errorName", {
46
46
  BadRequestError: core.serialization.object({
47
- content: ErrorBase_1.ErrorBase,
47
+ content: ErrorBase4Xx_1.ErrorBase4Xx,
48
48
  }),
49
49
  })
50
50
  .transform({
@@ -7,11 +7,13 @@ import * as core from "../../../../../../../../core";
7
7
  import { Appointment } from "../../../../appointments/resources/v1/types/Appointment";
8
8
  import { MutablePatient } from "../../../../patients/resources/v1/types/MutablePatient";
9
9
  import { MutableCoverage } from "../../../../coverages/resources/v1/types/MutableCoverage";
10
+ import { UniversalServiceIdentifier } from "../../../../appointments/resources/v1/types/UniversalServiceIdentifier";
10
11
  export declare const AppointmentListItem: core.serialization.ObjectSchema<serializers.preEncounter.lists.v1.AppointmentListItem.Raw, CandidApi.preEncounter.lists.v1.AppointmentListItem>;
11
12
  export declare namespace AppointmentListItem {
12
13
  interface Raw {
13
14
  appointment: Appointment.Raw;
14
15
  patient: MutablePatient.Raw;
15
16
  primary_coverage?: MutableCoverage.Raw | null;
17
+ primary_service_type?: UniversalServiceIdentifier.Raw | null;
16
18
  }
17
19
  }
@@ -31,8 +31,10 @@ const core = __importStar(require("../../../../../../../../core"));
31
31
  const Appointment_1 = require("../../../../appointments/resources/v1/types/Appointment");
32
32
  const MutablePatient_1 = require("../../../../patients/resources/v1/types/MutablePatient");
33
33
  const MutableCoverage_1 = require("../../../../coverages/resources/v1/types/MutableCoverage");
34
+ const UniversalServiceIdentifier_1 = require("../../../../appointments/resources/v1/types/UniversalServiceIdentifier");
34
35
  exports.AppointmentListItem = core.serialization.object({
35
36
  appointment: Appointment_1.Appointment,
36
37
  patient: MutablePatient_1.MutablePatient,
37
38
  primaryCoverage: core.serialization.property("primary_coverage", MutableCoverage_1.MutableCoverage.optional()),
39
+ primaryServiceType: core.serialization.property("primary_service_type", UniversalServiceIdentifier_1.UniversalServiceIdentifier.optional()),
38
40
  });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../../../../index";
5
+ import * as CandidApi from "../../../../../../../../api/index";
6
+ import * as core from "../../../../../../../../core";
7
+ export declare const SortFieldString: core.serialization.Schema<serializers.preEncounter.lists.v1.SortFieldString.Raw, CandidApi.preEncounter.lists.v1.SortFieldString>;
8
+ export declare namespace SortFieldString {
9
+ type Raw = string;
10
+ }
@@ -0,0 +1,35 @@
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.SortFieldString = void 0;
30
+ const CandidApi = __importStar(require("../../../../../../../../api/index"));
31
+ const core = __importStar(require("../../../../../../../../core"));
32
+ exports.SortFieldString = core.serialization.string().transform({
33
+ transform: CandidApi.preEncounter.lists.v1.SortFieldString,
34
+ untransform: (value) => value,
35
+ });
@@ -1,4 +1,5 @@
1
1
  export * from "./FilterQueryString";
2
+ export * from "./SortFieldString";
2
3
  export * from "./PatientListItem";
3
4
  export * from "./PatientListPage";
4
5
  export * from "./AppointmentListItem";
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./FilterQueryString"), exports);
18
+ __exportStar(require("./SortFieldString"), exports);
18
19
  __exportStar(require("./PatientListItem"), exports);
19
20
  __exportStar(require("./PatientListPage"), exports);
20
21
  __exportStar(require("./AppointmentListItem"), exports);
@@ -5,16 +5,11 @@ import * as serializers from "../../../../../../../index";
5
5
  import * as CandidApi from "../../../../../../../../api/index";
6
6
  import * as core from "../../../../../../../../core";
7
7
  import { VersionConflictErrorBody } from "../../../../common/types/VersionConflictErrorBody";
8
- import { PotentialDuplicatePatientsErrorBody } from "../types/PotentialDuplicatePatientsErrorBody";
9
8
  export declare const Error: core.serialization.Schema<serializers.preEncounter.patients.v1.create.Error.Raw, CandidApi.preEncounter.patients.v1.create.Error>;
10
9
  export declare namespace Error {
11
- type Raw = Error.VersionConflictError | Error.PotentialDuplicatePatients;
10
+ type Raw = Error.VersionConflictError;
12
11
  interface VersionConflictError {
13
12
  errorName: "VersionConflictError";
14
13
  content: VersionConflictErrorBody.Raw;
15
14
  }
16
- interface PotentialDuplicatePatients {
17
- errorName: "PotentialDuplicatePatients";
18
- content: PotentialDuplicatePatientsErrorBody.Raw;
19
- }
20
15
  }
@@ -41,23 +41,17 @@ exports.Error = void 0;
41
41
  const CandidApi = __importStar(require("../../../../../../../../api/index"));
42
42
  const core = __importStar(require("../../../../../../../../core"));
43
43
  const VersionConflictErrorBody_1 = require("../../../../common/types/VersionConflictErrorBody");
44
- const PotentialDuplicatePatientsErrorBody_1 = require("../types/PotentialDuplicatePatientsErrorBody");
45
44
  exports.Error = core.serialization
46
45
  .union("errorName", {
47
46
  VersionConflictError: core.serialization.object({
48
47
  content: VersionConflictErrorBody_1.VersionConflictErrorBody,
49
48
  }),
50
- PotentialDuplicatePatients: core.serialization.object({
51
- content: PotentialDuplicatePatientsErrorBody_1.PotentialDuplicatePatientsErrorBody,
52
- }),
53
49
  })
54
50
  .transform({
55
51
  transform: (value) => {
56
52
  switch (value.errorName) {
57
53
  case "VersionConflictError":
58
54
  return CandidApi.preEncounter.patients.v1.create.Error.versionConflictError(value.content);
59
- case "PotentialDuplicatePatients":
60
- return CandidApi.preEncounter.patients.v1.create.Error.potentialDuplicatePatients(value.content);
61
55
  }
62
56
  },
63
57
  untransform: (_a) => {
@@ -0,0 +1,20 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../../../../index";
5
+ import * as CandidApi from "../../../../../../../../api/index";
6
+ import * as core from "../../../../../../../../core";
7
+ import { VersionConflictErrorBody } from "../../../../common/types/VersionConflictErrorBody";
8
+ import { ErrorBase4Xx } from "../../../../common/types/ErrorBase4Xx";
9
+ export declare const Error: core.serialization.Schema<serializers.preEncounter.patients.v1.createWithMrn.Error.Raw, CandidApi.preEncounter.patients.v1.createWithMrn.Error>;
10
+ export declare namespace Error {
11
+ type Raw = Error.VersionConflictError | Error.BadRequestError;
12
+ interface VersionConflictError {
13
+ errorName: "VersionConflictError";
14
+ content: VersionConflictErrorBody.Raw;
15
+ }
16
+ interface BadRequestError {
17
+ errorName: "BadRequestError";
18
+ content: ErrorBase4Xx.Raw;
19
+ }
20
+ }