candidhealth 0.24.7 → 0.26.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 (672) hide show
  1. package/Client.d.ts +12 -0
  2. package/Client.js +28 -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/AppointmentAllocationTarget.js +5 -0
  22. package/api/resources/financials/types/index.d.ts +1 -0
  23. package/api/resources/financials/types/index.js +1 -0
  24. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  25. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  26. package/api/resources/index.d.ts +3 -0
  27. package/api/resources/index.js +4 -1
  28. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  29. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  30. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  31. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  32. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  33. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  34. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  35. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  36. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +6 -6
  37. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +7 -7
  38. package/api/resources/serviceFacility/client/Client.js +1 -1
  39. package/api/resources/serviceLines/client/Client.d.ts +26 -0
  40. package/api/resources/serviceLines/client/Client.js +17 -0
  41. package/api/resources/serviceLines/client/index.d.ts +1 -0
  42. package/api/resources/serviceLines/client/index.js +2 -0
  43. package/api/resources/serviceLines/index.d.ts +1 -0
  44. package/api/resources/serviceLines/index.js +1 -0
  45. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +92 -0
  46. package/api/resources/serviceLines/resources/v2/client/Client.js +238 -0
  47. package/api/resources/serviceLines/resources/v2/client/create.d.ts +28 -0
  48. package/api/resources/serviceLines/resources/v2/client/create.js +58 -0
  49. package/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
  50. package/api/resources/serviceLines/resources/v2/client/index.js +28 -0
  51. package/api/resources/serviceLines/resources/v2/client/update.d.ts +40 -0
  52. package/api/resources/serviceLines/resources/v2/client/update.js +80 -0
  53. package/api/resources/serviceLines/resources/v2/index.d.ts +1 -0
  54. package/api/resources/serviceLines/resources/v2/index.js +1 -0
  55. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +36 -0
  56. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +5 -0
  57. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +37 -0
  58. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +5 -0
  59. package/api/resources/serviceLines/resources/v2/types/index.d.ts +2 -0
  60. package/api/resources/serviceLines/resources/v2/types/index.js +2 -0
  61. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  62. package/api/resources/thirdPartyPayerPayments/client/Client.d.ts +26 -0
  63. package/api/resources/thirdPartyPayerPayments/client/Client.js +17 -0
  64. package/api/resources/thirdPartyPayerPayments/client/index.d.ts +1 -0
  65. package/api/resources/thirdPartyPayerPayments/client/index.js +2 -0
  66. package/api/resources/thirdPartyPayerPayments/index.d.ts +2 -0
  67. package/api/resources/thirdPartyPayerPayments/index.js +18 -0
  68. package/api/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
  69. package/api/resources/thirdPartyPayerPayments/resources/index.js +27 -0
  70. package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +98 -0
  71. package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +422 -0
  72. package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +34 -0
  73. package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +69 -0
  74. package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +34 -0
  75. package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +69 -0
  76. package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +28 -0
  77. package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +58 -0
  78. package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +28 -0
  79. package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +58 -0
  80. package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
  81. package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
  82. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +34 -0
  83. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js +5 -0
  84. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +23 -0
  85. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +5 -0
  86. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +2 -0
  87. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +2 -0
  88. package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +34 -0
  89. package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +69 -0
  90. package/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
  91. package/api/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
  92. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +14 -0
  93. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +5 -0
  94. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +13 -0
  95. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +5 -0
  96. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +8 -0
  97. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +10 -0
  98. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +8 -0
  99. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +10 -0
  100. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +7 -0
  101. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +5 -0
  102. package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
  103. package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
  104. package/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +26 -0
  105. package/api/resources/thirdPartyPayerRefunds/client/Client.js +17 -0
  106. package/api/resources/thirdPartyPayerRefunds/client/index.d.ts +1 -0
  107. package/api/resources/thirdPartyPayerRefunds/client/index.js +2 -0
  108. package/api/resources/thirdPartyPayerRefunds/index.d.ts +2 -0
  109. package/api/resources/thirdPartyPayerRefunds/index.js +18 -0
  110. package/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
  111. package/api/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
  112. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +109 -0
  113. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +433 -0
  114. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +34 -0
  115. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +69 -0
  116. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +34 -0
  117. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +69 -0
  118. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +28 -0
  119. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +58 -0
  120. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +28 -0
  121. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +58 -0
  122. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
  123. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
  124. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +34 -0
  125. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js +5 -0
  126. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +28 -0
  127. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +5 -0
  128. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +2 -0
  129. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +2 -0
  130. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +34 -0
  131. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +69 -0
  132. package/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
  133. package/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
  134. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +14 -0
  135. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +5 -0
  136. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +13 -0
  137. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +5 -0
  138. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +8 -0
  139. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +10 -0
  140. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +8 -0
  141. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +10 -0
  142. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +7 -0
  143. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +5 -0
  144. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
  145. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
  146. package/api/resources/thirdPartyPayers/client/Client.d.ts +26 -0
  147. package/api/resources/thirdPartyPayers/client/Client.js +17 -0
  148. package/api/resources/thirdPartyPayers/client/index.d.ts +1 -0
  149. package/api/resources/thirdPartyPayers/client/index.js +2 -0
  150. package/api/resources/thirdPartyPayers/index.d.ts +2 -0
  151. package/api/resources/thirdPartyPayers/index.js +18 -0
  152. package/api/resources/thirdPartyPayers/resources/index.d.ts +1 -0
  153. package/api/resources/thirdPartyPayers/resources/index.js +27 -0
  154. package/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +97 -0
  155. package/api/resources/thirdPartyPayers/resources/v1/client/Client.js +469 -0
  156. package/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +34 -0
  157. package/api/resources/thirdPartyPayers/resources/v1/client/create.js +69 -0
  158. package/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +28 -0
  159. package/api/resources/thirdPartyPayers/resources/v1/client/delete.js +58 -0
  160. package/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +28 -0
  161. package/api/resources/thirdPartyPayers/resources/v1/client/get.js +58 -0
  162. package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +28 -0
  163. package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +58 -0
  164. package/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +7 -0
  165. package/api/resources/thirdPartyPayers/resources/v1/client/index.js +36 -0
  166. package/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +28 -0
  167. package/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js +5 -0
  168. package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +1 -0
  169. package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +2 -0
  170. package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +28 -0
  171. package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +58 -0
  172. package/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +34 -0
  173. package/api/resources/thirdPartyPayers/resources/v1/client/update.js +69 -0
  174. package/api/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
  175. package/api/resources/thirdPartyPayers/resources/v1/index.js +18 -0
  176. package/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +11 -0
  177. package/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +5 -0
  178. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +11 -0
  179. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +5 -0
  180. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
  181. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +5 -0
  182. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
  183. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +5 -0
  184. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +8 -0
  185. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +10 -0
  186. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +7 -0
  187. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +5 -0
  188. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
  189. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +12 -0
  190. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +10 -0
  191. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +5 -0
  192. package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +6 -0
  193. package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +5 -0
  194. package/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
  195. package/api/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
  196. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  197. package/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +2 -0
  198. package/dist/Client.d.ts +12 -0
  199. package/dist/Client.js +28 -8
  200. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  201. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  202. package/dist/api/resources/commons/types/AppointmentId.d.ts +8 -0
  203. package/dist/api/resources/commons/types/AppointmentId.js +10 -0
  204. package/dist/api/resources/commons/types/index.d.ts +1 -0
  205. package/dist/api/resources/commons/types/index.js +1 -0
  206. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  207. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  208. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  209. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  210. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  211. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  212. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  213. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  214. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  215. package/dist/api/resources/financials/types/AllocationTarget.d.ts +4 -1
  216. package/dist/api/resources/financials/types/AllocationTargetCreate.d.ts +5 -1
  217. package/dist/api/resources/financials/types/AppointmentAllocationTarget.d.ts +7 -0
  218. package/dist/api/resources/financials/types/AppointmentAllocationTarget.js +5 -0
  219. package/dist/api/resources/financials/types/index.d.ts +1 -0
  220. package/dist/api/resources/financials/types/index.js +1 -0
  221. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  222. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  223. package/dist/api/resources/index.d.ts +3 -0
  224. package/dist/api/resources/index.js +4 -1
  225. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  226. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  227. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  228. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  229. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  230. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  231. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  232. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  233. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +6 -6
  234. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +7 -7
  235. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  236. package/dist/api/resources/serviceLines/client/Client.d.ts +26 -0
  237. package/dist/api/resources/serviceLines/client/Client.js +17 -0
  238. package/dist/api/resources/serviceLines/client/index.d.ts +1 -0
  239. package/dist/api/resources/serviceLines/client/index.js +2 -0
  240. package/dist/api/resources/serviceLines/index.d.ts +1 -0
  241. package/dist/api/resources/serviceLines/index.js +1 -0
  242. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +92 -0
  243. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +238 -0
  244. package/dist/api/resources/serviceLines/resources/v2/client/create.d.ts +28 -0
  245. package/dist/api/resources/serviceLines/resources/v2/client/create.js +58 -0
  246. package/dist/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
  247. package/dist/api/resources/serviceLines/resources/v2/client/index.js +28 -0
  248. package/dist/api/resources/serviceLines/resources/v2/client/update.d.ts +40 -0
  249. package/dist/api/resources/serviceLines/resources/v2/client/update.js +80 -0
  250. package/dist/api/resources/serviceLines/resources/v2/index.d.ts +1 -0
  251. package/dist/api/resources/serviceLines/resources/v2/index.js +1 -0
  252. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +36 -0
  253. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +5 -0
  254. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +37 -0
  255. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +5 -0
  256. package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +2 -0
  257. package/dist/api/resources/serviceLines/resources/v2/types/index.js +2 -0
  258. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  259. package/dist/api/resources/thirdPartyPayerPayments/client/Client.d.ts +26 -0
  260. package/dist/api/resources/thirdPartyPayerPayments/client/Client.js +17 -0
  261. package/dist/api/resources/thirdPartyPayerPayments/client/index.d.ts +1 -0
  262. package/dist/api/resources/thirdPartyPayerPayments/client/index.js +2 -0
  263. package/dist/api/resources/thirdPartyPayerPayments/index.d.ts +2 -0
  264. package/dist/api/resources/thirdPartyPayerPayments/index.js +18 -0
  265. package/dist/api/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
  266. package/dist/api/resources/thirdPartyPayerPayments/resources/index.js +27 -0
  267. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +98 -0
  268. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +422 -0
  269. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +34 -0
  270. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +69 -0
  271. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +34 -0
  272. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +69 -0
  273. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +28 -0
  274. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +58 -0
  275. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +28 -0
  276. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +58 -0
  277. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
  278. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
  279. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +34 -0
  280. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js +5 -0
  281. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +23 -0
  282. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +5 -0
  283. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +2 -0
  284. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +2 -0
  285. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +34 -0
  286. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +69 -0
  287. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
  288. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
  289. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +14 -0
  290. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +5 -0
  291. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +13 -0
  292. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +5 -0
  293. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +8 -0
  294. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +10 -0
  295. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +8 -0
  296. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +10 -0
  297. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +7 -0
  298. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +5 -0
  299. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
  300. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
  301. package/dist/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +26 -0
  302. package/dist/api/resources/thirdPartyPayerRefunds/client/Client.js +17 -0
  303. package/dist/api/resources/thirdPartyPayerRefunds/client/index.d.ts +1 -0
  304. package/dist/api/resources/thirdPartyPayerRefunds/client/index.js +2 -0
  305. package/dist/api/resources/thirdPartyPayerRefunds/index.d.ts +2 -0
  306. package/dist/api/resources/thirdPartyPayerRefunds/index.js +18 -0
  307. package/dist/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
  308. package/dist/api/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
  309. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +109 -0
  310. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +433 -0
  311. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +34 -0
  312. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +69 -0
  313. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +34 -0
  314. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +69 -0
  315. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +28 -0
  316. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +58 -0
  317. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +28 -0
  318. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +58 -0
  319. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
  320. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
  321. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +34 -0
  322. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js +5 -0
  323. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +28 -0
  324. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +5 -0
  325. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +2 -0
  326. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +2 -0
  327. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +34 -0
  328. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +69 -0
  329. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
  330. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
  331. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +14 -0
  332. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +5 -0
  333. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +13 -0
  334. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +5 -0
  335. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +8 -0
  336. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +10 -0
  337. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +8 -0
  338. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +10 -0
  339. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +7 -0
  340. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +5 -0
  341. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
  342. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
  343. package/dist/api/resources/thirdPartyPayers/client/Client.d.ts +26 -0
  344. package/dist/api/resources/thirdPartyPayers/client/Client.js +17 -0
  345. package/dist/api/resources/thirdPartyPayers/client/index.d.ts +1 -0
  346. package/dist/api/resources/thirdPartyPayers/client/index.js +2 -0
  347. package/dist/api/resources/thirdPartyPayers/index.d.ts +2 -0
  348. package/dist/api/resources/thirdPartyPayers/index.js +18 -0
  349. package/dist/api/resources/thirdPartyPayers/resources/index.d.ts +1 -0
  350. package/dist/api/resources/thirdPartyPayers/resources/index.js +27 -0
  351. package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +97 -0
  352. package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.js +469 -0
  353. package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +34 -0
  354. package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.js +69 -0
  355. package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +28 -0
  356. package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.js +58 -0
  357. package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +28 -0
  358. package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.js +58 -0
  359. package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +28 -0
  360. package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +58 -0
  361. package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +7 -0
  362. package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.js +36 -0
  363. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +28 -0
  364. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js +5 -0
  365. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +1 -0
  366. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +2 -0
  367. package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +28 -0
  368. package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +58 -0
  369. package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +34 -0
  370. package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.js +69 -0
  371. package/dist/api/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
  372. package/dist/api/resources/thirdPartyPayers/resources/v1/index.js +18 -0
  373. package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +11 -0
  374. package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +5 -0
  375. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +11 -0
  376. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +5 -0
  377. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
  378. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +5 -0
  379. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
  380. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +5 -0
  381. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +8 -0
  382. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +10 -0
  383. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +7 -0
  384. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +5 -0
  385. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
  386. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +12 -0
  387. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +10 -0
  388. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +5 -0
  389. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +6 -0
  390. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +5 -0
  391. package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
  392. package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
  393. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  394. package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +2 -0
  395. package/dist/serialization/resources/commons/types/AppointmentId.d.ts +10 -0
  396. package/dist/serialization/resources/commons/types/AppointmentId.js +35 -0
  397. package/dist/serialization/resources/commons/types/index.d.ts +1 -0
  398. package/dist/serialization/resources/commons/types/index.js +1 -0
  399. package/dist/serialization/resources/financials/types/AllocationTarget.d.ts +5 -1
  400. package/dist/serialization/resources/financials/types/AllocationTarget.js +2 -0
  401. package/dist/serialization/resources/financials/types/AllocationTargetCreate.d.ts +6 -1
  402. package/dist/serialization/resources/financials/types/AllocationTargetCreate.js +4 -0
  403. package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.d.ts +13 -0
  404. package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.js +34 -0
  405. package/dist/serialization/resources/financials/types/index.d.ts +1 -0
  406. package/dist/serialization/resources/financials/types/index.js +1 -0
  407. package/dist/serialization/resources/index.d.ts +3 -0
  408. package/dist/serialization/resources/index.js +4 -1
  409. package/dist/serialization/resources/serviceLines/resources/v2/client/create.d.ts +15 -0
  410. package/dist/serialization/resources/serviceLines/resources/v2/client/create.js +61 -0
  411. package/dist/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
  412. package/dist/serialization/resources/serviceLines/resources/v2/client/index.js +28 -0
  413. package/dist/serialization/resources/serviceLines/resources/v2/client/update.d.ts +25 -0
  414. package/dist/serialization/resources/serviceLines/resources/v2/client/update.js +73 -0
  415. package/dist/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -0
  416. package/dist/serialization/resources/serviceLines/resources/v2/index.js +1 -0
  417. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +43 -0
  418. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +64 -0
  419. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +42 -0
  420. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +63 -0
  421. package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +2 -0
  422. package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +2 -0
  423. package/dist/serialization/resources/thirdPartyPayerPayments/index.d.ts +1 -0
  424. package/dist/serialization/resources/thirdPartyPayerPayments/index.js +17 -0
  425. package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
  426. package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.js +27 -0
  427. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +20 -0
  428. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +67 -0
  429. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +20 -0
  430. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +67 -0
  431. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +15 -0
  432. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +61 -0
  433. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +15 -0
  434. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +61 -0
  435. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
  436. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
  437. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +16 -0
  438. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +37 -0
  439. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +1 -0
  440. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +5 -0
  441. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +20 -0
  442. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +67 -0
  443. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
  444. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
  445. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +23 -0
  446. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +44 -0
  447. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +21 -0
  448. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +42 -0
  449. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +10 -0
  450. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +35 -0
  451. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +10 -0
  452. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +31 -0
  453. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +14 -0
  454. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +37 -0
  455. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
  456. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
  457. package/dist/serialization/resources/thirdPartyPayerRefunds/index.d.ts +1 -0
  458. package/dist/serialization/resources/thirdPartyPayerRefunds/index.js +17 -0
  459. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
  460. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
  461. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +20 -0
  462. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +67 -0
  463. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +20 -0
  464. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +67 -0
  465. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +15 -0
  466. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +61 -0
  467. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +15 -0
  468. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +61 -0
  469. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
  470. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
  471. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +18 -0
  472. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +39 -0
  473. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +1 -0
  474. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +5 -0
  475. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +20 -0
  476. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +67 -0
  477. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
  478. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
  479. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +24 -0
  480. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +45 -0
  481. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +22 -0
  482. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +43 -0
  483. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +10 -0
  484. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +35 -0
  485. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +10 -0
  486. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +31 -0
  487. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +14 -0
  488. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +37 -0
  489. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
  490. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
  491. package/dist/serialization/resources/thirdPartyPayers/index.d.ts +1 -0
  492. package/dist/serialization/resources/thirdPartyPayers/index.js +17 -0
  493. package/dist/serialization/resources/thirdPartyPayers/resources/index.d.ts +1 -0
  494. package/dist/serialization/resources/thirdPartyPayers/resources/index.js +27 -0
  495. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +20 -0
  496. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +67 -0
  497. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +15 -0
  498. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +61 -0
  499. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +15 -0
  500. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +61 -0
  501. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +15 -0
  502. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +61 -0
  503. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +6 -0
  504. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +32 -0
  505. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +15 -0
  506. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +61 -0
  507. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +20 -0
  508. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +67 -0
  509. package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
  510. package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.js +18 -0
  511. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +14 -0
  512. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +35 -0
  513. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +17 -0
  514. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +38 -0
  515. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
  516. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +41 -0
  517. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
  518. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +41 -0
  519. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +10 -0
  520. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +35 -0
  521. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +14 -0
  522. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +37 -0
  523. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
  524. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +31 -0
  525. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +16 -0
  526. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +37 -0
  527. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +12 -0
  528. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +33 -0
  529. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
  530. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
  531. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +4 -0
  532. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +4 -0
  533. package/package.json +1 -1
  534. package/reference.md +1173 -0
  535. package/serialization/resources/commons/types/AppointmentId.d.ts +10 -0
  536. package/serialization/resources/commons/types/AppointmentId.js +35 -0
  537. package/serialization/resources/commons/types/index.d.ts +1 -0
  538. package/serialization/resources/commons/types/index.js +1 -0
  539. package/serialization/resources/financials/types/AllocationTarget.d.ts +5 -1
  540. package/serialization/resources/financials/types/AllocationTarget.js +2 -0
  541. package/serialization/resources/financials/types/AllocationTargetCreate.d.ts +6 -1
  542. package/serialization/resources/financials/types/AllocationTargetCreate.js +4 -0
  543. package/serialization/resources/financials/types/AppointmentAllocationTarget.d.ts +13 -0
  544. package/serialization/resources/financials/types/AppointmentAllocationTarget.js +34 -0
  545. package/serialization/resources/financials/types/index.d.ts +1 -0
  546. package/serialization/resources/financials/types/index.js +1 -0
  547. package/serialization/resources/index.d.ts +3 -0
  548. package/serialization/resources/index.js +4 -1
  549. package/serialization/resources/serviceLines/resources/v2/client/create.d.ts +15 -0
  550. package/serialization/resources/serviceLines/resources/v2/client/create.js +61 -0
  551. package/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
  552. package/serialization/resources/serviceLines/resources/v2/client/index.js +28 -0
  553. package/serialization/resources/serviceLines/resources/v2/client/update.d.ts +25 -0
  554. package/serialization/resources/serviceLines/resources/v2/client/update.js +73 -0
  555. package/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -0
  556. package/serialization/resources/serviceLines/resources/v2/index.js +1 -0
  557. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +43 -0
  558. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +64 -0
  559. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +42 -0
  560. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +63 -0
  561. package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +2 -0
  562. package/serialization/resources/serviceLines/resources/v2/types/index.js +2 -0
  563. package/serialization/resources/thirdPartyPayerPayments/index.d.ts +1 -0
  564. package/serialization/resources/thirdPartyPayerPayments/index.js +17 -0
  565. package/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
  566. package/serialization/resources/thirdPartyPayerPayments/resources/index.js +27 -0
  567. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +20 -0
  568. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +67 -0
  569. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +20 -0
  570. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +67 -0
  571. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +15 -0
  572. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +61 -0
  573. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +15 -0
  574. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +61 -0
  575. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
  576. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
  577. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +16 -0
  578. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +37 -0
  579. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +1 -0
  580. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +5 -0
  581. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +20 -0
  582. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +67 -0
  583. package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
  584. package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
  585. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +23 -0
  586. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +44 -0
  587. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +21 -0
  588. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +42 -0
  589. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +10 -0
  590. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +35 -0
  591. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +10 -0
  592. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +31 -0
  593. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +14 -0
  594. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +37 -0
  595. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
  596. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
  597. package/serialization/resources/thirdPartyPayerRefunds/index.d.ts +1 -0
  598. package/serialization/resources/thirdPartyPayerRefunds/index.js +17 -0
  599. package/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
  600. package/serialization/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
  601. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +20 -0
  602. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +67 -0
  603. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +20 -0
  604. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +67 -0
  605. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +15 -0
  606. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +61 -0
  607. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +15 -0
  608. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +61 -0
  609. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
  610. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
  611. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +18 -0
  612. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +39 -0
  613. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +1 -0
  614. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +5 -0
  615. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +20 -0
  616. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +67 -0
  617. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
  618. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
  619. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +24 -0
  620. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +45 -0
  621. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +22 -0
  622. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +43 -0
  623. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +10 -0
  624. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +35 -0
  625. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +10 -0
  626. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +31 -0
  627. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +14 -0
  628. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +37 -0
  629. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
  630. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
  631. package/serialization/resources/thirdPartyPayers/index.d.ts +1 -0
  632. package/serialization/resources/thirdPartyPayers/index.js +17 -0
  633. package/serialization/resources/thirdPartyPayers/resources/index.d.ts +1 -0
  634. package/serialization/resources/thirdPartyPayers/resources/index.js +27 -0
  635. package/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +20 -0
  636. package/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +67 -0
  637. package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +15 -0
  638. package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +61 -0
  639. package/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +15 -0
  640. package/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +61 -0
  641. package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +15 -0
  642. package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +61 -0
  643. package/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +6 -0
  644. package/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +32 -0
  645. package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +15 -0
  646. package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +61 -0
  647. package/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +20 -0
  648. package/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +67 -0
  649. package/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
  650. package/serialization/resources/thirdPartyPayers/resources/v1/index.js +18 -0
  651. package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +14 -0
  652. package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +35 -0
  653. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +17 -0
  654. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +38 -0
  655. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
  656. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +41 -0
  657. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
  658. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +41 -0
  659. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +10 -0
  660. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +35 -0
  661. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +14 -0
  662. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +37 -0
  663. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
  664. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +31 -0
  665. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +16 -0
  666. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +37 -0
  667. package/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +12 -0
  668. package/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +33 -0
  669. package/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
  670. package/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
  671. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +4 -0
  672. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +4 -0
package/reference.md CHANGED
@@ -5656,6 +5656,162 @@ await client.payers.v3.getAll({
5656
5656
  </dl>
5657
5657
  </details>
5658
5658
 
5659
+ ## ServiceLines V2
5660
+
5661
+ <details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ServiceLine, CandidApi.serviceLines.v2.create.Error></code></summary>
5662
+ <dl>
5663
+ <dd>
5664
+
5665
+ #### 🔌 Usage
5666
+
5667
+ <dl>
5668
+ <dd>
5669
+
5670
+ <dl>
5671
+ <dd>
5672
+
5673
+ ```typescript
5674
+ await client.serviceLines.v2.create({
5675
+ modifiers: [CandidApi.ProcedureModifier.TwentyTwo],
5676
+ chargeAmountCents: 1,
5677
+ allowedAmountCents: 1,
5678
+ insuranceBalanceCents: 1,
5679
+ patientBalanceCents: 1,
5680
+ primaryPaidAmountCents: 1,
5681
+ secondaryPaidAmountCents: 1,
5682
+ tertiaryPaidAmountCents: 1,
5683
+ patientResponsibilityCents: 1,
5684
+ diagnosisIdZero: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5685
+ diagnosisIdOne: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5686
+ diagnosisIdTwo: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5687
+ diagnosisIdThree: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5688
+ serviceLineManualAdjustments: [{}],
5689
+ denialReason: {},
5690
+ placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
5691
+ placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
5692
+ procedureCode: "string",
5693
+ quantity: CandidApi.Decimal("string"),
5694
+ units: CandidApi.ServiceLineUnits.Mj,
5695
+ claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5696
+ description: "string",
5697
+ dateOfService: "2023-01-15",
5698
+ endDateOfService: "2023-01-15",
5699
+ });
5700
+ ```
5701
+
5702
+ </dd>
5703
+ </dl>
5704
+ </dd>
5705
+ </dl>
5706
+
5707
+ #### ⚙️ Parameters
5708
+
5709
+ <dl>
5710
+ <dd>
5711
+
5712
+ <dl>
5713
+ <dd>
5714
+
5715
+ **request:** `CandidApi.ServiceLineCreateStandalone`
5716
+
5717
+ </dd>
5718
+ </dl>
5719
+
5720
+ <dl>
5721
+ <dd>
5722
+
5723
+ **requestOptions:** `V2.RequestOptions`
5724
+
5725
+ </dd>
5726
+ </dl>
5727
+ </dd>
5728
+ </dl>
5729
+
5730
+ </dd>
5731
+ </dl>
5732
+ </details>
5733
+
5734
+ <details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">update</a>(serviceLineId, { ...params }) -> core.APIResponse<CandidApi.ServiceLine, CandidApi.serviceLines.v2.update.Error></code></summary>
5735
+ <dl>
5736
+ <dd>
5737
+
5738
+ #### 🔌 Usage
5739
+
5740
+ <dl>
5741
+ <dd>
5742
+
5743
+ <dl>
5744
+ <dd>
5745
+
5746
+ ```typescript
5747
+ await client.serviceLines.v2.update(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
5748
+ editReason: "string",
5749
+ modifiers: [CandidApi.ProcedureModifier.TwentyTwo],
5750
+ chargeAmountCents: 1,
5751
+ allowedAmountCents: 1,
5752
+ insuranceBalanceCents: 1,
5753
+ patientBalanceCents: 1,
5754
+ primaryPaidAmountCents: 1,
5755
+ secondaryPaidAmountCents: 1,
5756
+ tertiaryPaidAmountCents: 1,
5757
+ patientResponsibilityCents: 1,
5758
+ diagnosisIdZero: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5759
+ diagnosisIdOne: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5760
+ diagnosisIdTwo: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5761
+ diagnosisIdThree: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
5762
+ serviceLineManualAdjustments: [{}],
5763
+ denialReason: {},
5764
+ placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
5765
+ placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
5766
+ units: CandidApi.ServiceLineUnits.Mj,
5767
+ procedureCode: "string",
5768
+ quantity: CandidApi.Decimal("string"),
5769
+ description: "string",
5770
+ dateOfService: "2023-01-15",
5771
+ endDateOfService: "2023-01-15",
5772
+ });
5773
+ ```
5774
+
5775
+ </dd>
5776
+ </dl>
5777
+ </dd>
5778
+ </dl>
5779
+
5780
+ #### ⚙️ Parameters
5781
+
5782
+ <dl>
5783
+ <dd>
5784
+
5785
+ <dl>
5786
+ <dd>
5787
+
5788
+ **serviceLineId:** `CandidApi.ServiceLineId`
5789
+
5790
+ </dd>
5791
+ </dl>
5792
+
5793
+ <dl>
5794
+ <dd>
5795
+
5796
+ **request:** `CandidApi.ServiceLineUpdate`
5797
+
5798
+ </dd>
5799
+ </dl>
5800
+
5801
+ <dl>
5802
+ <dd>
5803
+
5804
+ **requestOptions:** `V2.RequestOptions`
5805
+
5806
+ </dd>
5807
+ </dl>
5808
+ </dd>
5809
+ </dl>
5810
+
5811
+ </dd>
5812
+ </dl>
5813
+ </details>
5814
+
5659
5815
  ## Tasks V3
5660
5816
 
5661
5817
  <details><summary><code>client.tasks.v3.<a href="/src/api/resources/tasks/resources/v3/client/Client.ts">getActions</a>(taskId) -> core.APIResponse<CandidApi.TaskActions, CandidApi.tasks.v3.getActions.Error></code></summary>
@@ -5932,6 +6088,1023 @@ await client.tasks.v3.update(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ff
5932
6088
  </dl>
5933
6089
  </details>
5934
6090
 
6091
+ ## ThirdPartyPayerPayments V1
6092
+
6093
+ <details><summary><code>client.thirdPartyPayerPayments.v1.<a href="/src/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerPaymentsPage, CandidApi.thirdPartyPayerPayments.v1.getMulti.Error></code></summary>
6094
+ <dl>
6095
+ <dd>
6096
+
6097
+ #### 📝 Description
6098
+
6099
+ <dl>
6100
+ <dd>
6101
+
6102
+ <dl>
6103
+ <dd>
6104
+
6105
+ Returns all third party payer payments
6106
+
6107
+ </dd>
6108
+ </dl>
6109
+ </dd>
6110
+ </dl>
6111
+
6112
+ #### 🔌 Usage
6113
+
6114
+ <dl>
6115
+ <dd>
6116
+
6117
+ <dl>
6118
+ <dd>
6119
+
6120
+ ```typescript
6121
+ await client.thirdPartyPayerPayments.v1.getMulti({
6122
+ limit: 1,
6123
+ thirdPartyPayerId: CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6124
+ checkNumber: "string",
6125
+ invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6126
+ sort: CandidApi.ThirdPartyPayerPaymentSortField.AmountCents,
6127
+ sortDirection: CandidApi.SortDirection.Asc,
6128
+ pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
6129
+ });
6130
+ ```
6131
+
6132
+ </dd>
6133
+ </dl>
6134
+ </dd>
6135
+ </dl>
6136
+
6137
+ #### ⚙️ Parameters
6138
+
6139
+ <dl>
6140
+ <dd>
6141
+
6142
+ <dl>
6143
+ <dd>
6144
+
6145
+ **request:** `CandidApi.thirdPartyPayerPayments.v1.GetMultiThirdPartyPayerPaymentRequest`
6146
+
6147
+ </dd>
6148
+ </dl>
6149
+
6150
+ <dl>
6151
+ <dd>
6152
+
6153
+ **requestOptions:** `V1.RequestOptions`
6154
+
6155
+ </dd>
6156
+ </dl>
6157
+ </dd>
6158
+ </dl>
6159
+
6160
+ </dd>
6161
+ </dl>
6162
+ </details>
6163
+
6164
+ <details><summary><code>client.thirdPartyPayerPayments.v1.<a href="/src/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.ts">get</a>(thirdPartyPayerPaymentId) -> core.APIResponse<CandidApi.ThirdPartyPayerPayment, CandidApi.thirdPartyPayerPayments.v1.get.Error></code></summary>
6165
+ <dl>
6166
+ <dd>
6167
+
6168
+ #### 📝 Description
6169
+
6170
+ <dl>
6171
+ <dd>
6172
+
6173
+ <dl>
6174
+ <dd>
6175
+
6176
+ Retrieves a previously created third party payer payment by its `third_party_payer_payment_id`.
6177
+
6178
+ </dd>
6179
+ </dl>
6180
+ </dd>
6181
+ </dl>
6182
+
6183
+ #### 🔌 Usage
6184
+
6185
+ <dl>
6186
+ <dd>
6187
+
6188
+ <dl>
6189
+ <dd>
6190
+
6191
+ ```typescript
6192
+ await client.thirdPartyPayerPayments.v1.get(CandidApi.ThirdPartyPayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
6193
+ ```
6194
+
6195
+ </dd>
6196
+ </dl>
6197
+ </dd>
6198
+ </dl>
6199
+
6200
+ #### ⚙️ Parameters
6201
+
6202
+ <dl>
6203
+ <dd>
6204
+
6205
+ <dl>
6206
+ <dd>
6207
+
6208
+ **thirdPartyPayerPaymentId:** `CandidApi.ThirdPartyPayerPaymentId`
6209
+
6210
+ </dd>
6211
+ </dl>
6212
+
6213
+ <dl>
6214
+ <dd>
6215
+
6216
+ **requestOptions:** `V1.RequestOptions`
6217
+
6218
+ </dd>
6219
+ </dl>
6220
+ </dd>
6221
+ </dl>
6222
+
6223
+ </dd>
6224
+ </dl>
6225
+ </details>
6226
+
6227
+ <details><summary><code>client.thirdPartyPayerPayments.v1.<a href="/src/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerPayment, CandidApi.thirdPartyPayerPayments.v1.create.Error></code></summary>
6228
+ <dl>
6229
+ <dd>
6230
+
6231
+ #### 🔌 Usage
6232
+
6233
+ <dl>
6234
+ <dd>
6235
+
6236
+ <dl>
6237
+ <dd>
6238
+
6239
+ ```typescript
6240
+ await client.thirdPartyPayerPayments.v1.create({
6241
+ thirdPartyPayerId: CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6242
+ amountCents: 1,
6243
+ paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
6244
+ paymentNote: "string",
6245
+ checkNumber: "string",
6246
+ allocations: [{}],
6247
+ invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6248
+ });
6249
+ ```
6250
+
6251
+ </dd>
6252
+ </dl>
6253
+ </dd>
6254
+ </dl>
6255
+
6256
+ #### ⚙️ Parameters
6257
+
6258
+ <dl>
6259
+ <dd>
6260
+
6261
+ <dl>
6262
+ <dd>
6263
+
6264
+ **request:** `CandidApi.ThirdPartyPayerPaymentCreate`
6265
+
6266
+ </dd>
6267
+ </dl>
6268
+
6269
+ <dl>
6270
+ <dd>
6271
+
6272
+ **requestOptions:** `V1.RequestOptions`
6273
+
6274
+ </dd>
6275
+ </dl>
6276
+ </dd>
6277
+ </dl>
6278
+
6279
+ </dd>
6280
+ </dl>
6281
+ </details>
6282
+
6283
+ <details><summary><code>client.thirdPartyPayerPayments.v1.<a href="/src/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.ts">update</a>(thirdPartyPayerPaymentId, { ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerPayment, CandidApi.thirdPartyPayerPayments.v1.update.Error></code></summary>
6284
+ <dl>
6285
+ <dd>
6286
+
6287
+ #### 🔌 Usage
6288
+
6289
+ <dl>
6290
+ <dd>
6291
+
6292
+ <dl>
6293
+ <dd>
6294
+
6295
+ ```typescript
6296
+ await client.thirdPartyPayerPayments.v1.update(
6297
+ CandidApi.ThirdPartyPayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6298
+ {
6299
+ paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
6300
+ paymentNote: {
6301
+ type: "set",
6302
+ value: "string",
6303
+ },
6304
+ invoiceId: {
6305
+ type: "set",
6306
+ value: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6307
+ },
6308
+ }
6309
+ );
6310
+ ```
6311
+
6312
+ </dd>
6313
+ </dl>
6314
+ </dd>
6315
+ </dl>
6316
+
6317
+ #### ⚙️ Parameters
6318
+
6319
+ <dl>
6320
+ <dd>
6321
+
6322
+ <dl>
6323
+ <dd>
6324
+
6325
+ **thirdPartyPayerPaymentId:** `CandidApi.ThirdPartyPayerPaymentId`
6326
+
6327
+ </dd>
6328
+ </dl>
6329
+
6330
+ <dl>
6331
+ <dd>
6332
+
6333
+ **request:** `CandidApi.thirdPartyPayerPayments.v1.UpdateThirdPartyPayerPaymentRequest`
6334
+
6335
+ </dd>
6336
+ </dl>
6337
+
6338
+ <dl>
6339
+ <dd>
6340
+
6341
+ **requestOptions:** `V1.RequestOptions`
6342
+
6343
+ </dd>
6344
+ </dl>
6345
+ </dd>
6346
+ </dl>
6347
+
6348
+ </dd>
6349
+ </dl>
6350
+ </details>
6351
+
6352
+ <details><summary><code>client.thirdPartyPayerPayments.v1.<a href="/src/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.ts">delete</a>(thirdPartyPayerPaymentId) -> core.APIResponse<void, CandidApi.thirdPartyPayerPayments.v1.delete.Error></code></summary>
6353
+ <dl>
6354
+ <dd>
6355
+
6356
+ #### 📝 Description
6357
+
6358
+ <dl>
6359
+ <dd>
6360
+
6361
+ <dl>
6362
+ <dd>
6363
+
6364
+ Deletes the third party payer payment record matching the provided `third_party_payer_payment_id`.
6365
+
6366
+ </dd>
6367
+ </dl>
6368
+ </dd>
6369
+ </dl>
6370
+
6371
+ #### 🔌 Usage
6372
+
6373
+ <dl>
6374
+ <dd>
6375
+
6376
+ <dl>
6377
+ <dd>
6378
+
6379
+ ```typescript
6380
+ await client.thirdPartyPayerPayments.v1.delete(
6381
+ CandidApi.ThirdPartyPayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
6382
+ );
6383
+ ```
6384
+
6385
+ </dd>
6386
+ </dl>
6387
+ </dd>
6388
+ </dl>
6389
+
6390
+ #### ⚙️ Parameters
6391
+
6392
+ <dl>
6393
+ <dd>
6394
+
6395
+ <dl>
6396
+ <dd>
6397
+
6398
+ **thirdPartyPayerPaymentId:** `CandidApi.ThirdPartyPayerPaymentId`
6399
+
6400
+ </dd>
6401
+ </dl>
6402
+
6403
+ <dl>
6404
+ <dd>
6405
+
6406
+ **requestOptions:** `V1.RequestOptions`
6407
+
6408
+ </dd>
6409
+ </dl>
6410
+ </dd>
6411
+ </dl>
6412
+
6413
+ </dd>
6414
+ </dl>
6415
+ </details>
6416
+
6417
+ ## ThirdPartyPayerRefunds V1
6418
+
6419
+ <details><summary><code>client.thirdPartyPayerRefunds.v1.<a href="/src/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerRefundsPage, CandidApi.thirdPartyPayerRefunds.v1.getMulti.Error></code></summary>
6420
+ <dl>
6421
+ <dd>
6422
+
6423
+ #### 📝 Description
6424
+
6425
+ <dl>
6426
+ <dd>
6427
+
6428
+ <dl>
6429
+ <dd>
6430
+
6431
+ Returns all third party payer refunds satisfying the search criteria
6432
+
6433
+ </dd>
6434
+ </dl>
6435
+ </dd>
6436
+ </dl>
6437
+
6438
+ #### 🔌 Usage
6439
+
6440
+ <dl>
6441
+ <dd>
6442
+
6443
+ <dl>
6444
+ <dd>
6445
+
6446
+ ```typescript
6447
+ await client.thirdPartyPayerRefunds.v1.getMulti({
6448
+ limit: 1,
6449
+ thirdPartyPayerId: CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6450
+ checkNumber: "string",
6451
+ invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6452
+ sort: CandidApi.ThirdPartyPayerRefundSortField.AmountCents,
6453
+ sortDirection: CandidApi.SortDirection.Asc,
6454
+ pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
6455
+ });
6456
+ ```
6457
+
6458
+ </dd>
6459
+ </dl>
6460
+ </dd>
6461
+ </dl>
6462
+
6463
+ #### ⚙️ Parameters
6464
+
6465
+ <dl>
6466
+ <dd>
6467
+
6468
+ <dl>
6469
+ <dd>
6470
+
6471
+ **request:** `CandidApi.thirdPartyPayerRefunds.v1.GetMultiThirdPartyPayerRefundsRequest`
6472
+
6473
+ </dd>
6474
+ </dl>
6475
+
6476
+ <dl>
6477
+ <dd>
6478
+
6479
+ **requestOptions:** `V1.RequestOptions`
6480
+
6481
+ </dd>
6482
+ </dl>
6483
+ </dd>
6484
+ </dl>
6485
+
6486
+ </dd>
6487
+ </dl>
6488
+ </details>
6489
+
6490
+ <details><summary><code>client.thirdPartyPayerRefunds.v1.<a href="/src/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.ts">get</a>(thirdPartyPayerRefundId) -> core.APIResponse<CandidApi.ThirdPartyPayerRefund, CandidApi.thirdPartyPayerRefunds.v1.get.Error></code></summary>
6491
+ <dl>
6492
+ <dd>
6493
+
6494
+ #### 📝 Description
6495
+
6496
+ <dl>
6497
+ <dd>
6498
+
6499
+ <dl>
6500
+ <dd>
6501
+
6502
+ Retrieves a previously created third party payer refund by its `third_party_payer_refund_id`.
6503
+
6504
+ </dd>
6505
+ </dl>
6506
+ </dd>
6507
+ </dl>
6508
+
6509
+ #### 🔌 Usage
6510
+
6511
+ <dl>
6512
+ <dd>
6513
+
6514
+ <dl>
6515
+ <dd>
6516
+
6517
+ ```typescript
6518
+ await client.thirdPartyPayerRefunds.v1.get(CandidApi.ThirdPartyPayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
6519
+ ```
6520
+
6521
+ </dd>
6522
+ </dl>
6523
+ </dd>
6524
+ </dl>
6525
+
6526
+ #### ⚙️ Parameters
6527
+
6528
+ <dl>
6529
+ <dd>
6530
+
6531
+ <dl>
6532
+ <dd>
6533
+
6534
+ **thirdPartyPayerRefundId:** `CandidApi.ThirdPartyPayerRefundId`
6535
+
6536
+ </dd>
6537
+ </dl>
6538
+
6539
+ <dl>
6540
+ <dd>
6541
+
6542
+ **requestOptions:** `V1.RequestOptions`
6543
+
6544
+ </dd>
6545
+ </dl>
6546
+ </dd>
6547
+ </dl>
6548
+
6549
+ </dd>
6550
+ </dl>
6551
+ </details>
6552
+
6553
+ <details><summary><code>client.thirdPartyPayerRefunds.v1.<a href="/src/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerRefund, CandidApi.thirdPartyPayerRefunds.v1.create.Error></code></summary>
6554
+ <dl>
6555
+ <dd>
6556
+
6557
+ #### 📝 Description
6558
+
6559
+ <dl>
6560
+ <dd>
6561
+
6562
+ <dl>
6563
+ <dd>
6564
+
6565
+ Creates a new third party payer refund record and returns the newly created `ThirdPartyPayerRefund` object.
6566
+ The allocations can describe whether the refund is being applied toward a specific service line,
6567
+ claim, or billing provider.
6568
+
6569
+ </dd>
6570
+ </dl>
6571
+ </dd>
6572
+ </dl>
6573
+
6574
+ #### 🔌 Usage
6575
+
6576
+ <dl>
6577
+ <dd>
6578
+
6579
+ <dl>
6580
+ <dd>
6581
+
6582
+ ```typescript
6583
+ await client.thirdPartyPayerRefunds.v1.create({
6584
+ thirdPartyPayerId: CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6585
+ invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6586
+ amountCents: 1,
6587
+ refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
6588
+ refundNote: "string",
6589
+ allocations: [{}],
6590
+ refundReason: CandidApi.RefundReason.Overcharged,
6591
+ });
6592
+ ```
6593
+
6594
+ </dd>
6595
+ </dl>
6596
+ </dd>
6597
+ </dl>
6598
+
6599
+ #### ⚙️ Parameters
6600
+
6601
+ <dl>
6602
+ <dd>
6603
+
6604
+ <dl>
6605
+ <dd>
6606
+
6607
+ **request:** `CandidApi.ThirdPartyPayerRefundCreate`
6608
+
6609
+ </dd>
6610
+ </dl>
6611
+
6612
+ <dl>
6613
+ <dd>
6614
+
6615
+ **requestOptions:** `V1.RequestOptions`
6616
+
6617
+ </dd>
6618
+ </dl>
6619
+ </dd>
6620
+ </dl>
6621
+
6622
+ </dd>
6623
+ </dl>
6624
+ </details>
6625
+
6626
+ <details><summary><code>client.thirdPartyPayerRefunds.v1.<a href="/src/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.ts">update</a>(thirdPartyPayerRefundId, { ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerRefund, CandidApi.thirdPartyPayerRefunds.v1.update.Error></code></summary>
6627
+ <dl>
6628
+ <dd>
6629
+
6630
+ #### 📝 Description
6631
+
6632
+ <dl>
6633
+ <dd>
6634
+
6635
+ <dl>
6636
+ <dd>
6637
+
6638
+ Updates the third party payer refund record matching the provided third_party_payer_refund_id. If updating the refund amount,
6639
+ then the allocations must be appropriately updated as well.
6640
+
6641
+ </dd>
6642
+ </dl>
6643
+ </dd>
6644
+ </dl>
6645
+
6646
+ #### 🔌 Usage
6647
+
6648
+ <dl>
6649
+ <dd>
6650
+
6651
+ <dl>
6652
+ <dd>
6653
+
6654
+ ```typescript
6655
+ await client.thirdPartyPayerRefunds.v1.update(
6656
+ CandidApi.ThirdPartyPayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6657
+ {
6658
+ refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
6659
+ refundNote: {
6660
+ type: "set",
6661
+ value: "string",
6662
+ },
6663
+ refundReason: {
6664
+ type: "set",
6665
+ value: CandidApi.RefundReason.Overcharged,
6666
+ },
6667
+ invoiceId: {
6668
+ type: "set",
6669
+ value: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
6670
+ },
6671
+ }
6672
+ );
6673
+ ```
6674
+
6675
+ </dd>
6676
+ </dl>
6677
+ </dd>
6678
+ </dl>
6679
+
6680
+ #### ⚙️ Parameters
6681
+
6682
+ <dl>
6683
+ <dd>
6684
+
6685
+ <dl>
6686
+ <dd>
6687
+
6688
+ **thirdPartyPayerRefundId:** `CandidApi.ThirdPartyPayerRefundId`
6689
+
6690
+ </dd>
6691
+ </dl>
6692
+
6693
+ <dl>
6694
+ <dd>
6695
+
6696
+ **request:** `CandidApi.thirdPartyPayerRefunds.v1.ThirdPartyPayerRefundUpdate`
6697
+
6698
+ </dd>
6699
+ </dl>
6700
+
6701
+ <dl>
6702
+ <dd>
6703
+
6704
+ **requestOptions:** `V1.RequestOptions`
6705
+
6706
+ </dd>
6707
+ </dl>
6708
+ </dd>
6709
+ </dl>
6710
+
6711
+ </dd>
6712
+ </dl>
6713
+ </details>
6714
+
6715
+ <details><summary><code>client.thirdPartyPayerRefunds.v1.<a href="/src/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.ts">delete</a>(thirdPartyPayerRefundId) -> core.APIResponse<void, CandidApi.thirdPartyPayerRefunds.v1.delete.Error></code></summary>
6716
+ <dl>
6717
+ <dd>
6718
+
6719
+ #### 📝 Description
6720
+
6721
+ <dl>
6722
+ <dd>
6723
+
6724
+ <dl>
6725
+ <dd>
6726
+
6727
+ Deletes the third party payer refund record matching the provided `third_party_payer_refund_id`.
6728
+
6729
+ </dd>
6730
+ </dl>
6731
+ </dd>
6732
+ </dl>
6733
+
6734
+ #### 🔌 Usage
6735
+
6736
+ <dl>
6737
+ <dd>
6738
+
6739
+ <dl>
6740
+ <dd>
6741
+
6742
+ ```typescript
6743
+ await client.thirdPartyPayerRefunds.v1.delete(
6744
+ CandidApi.ThirdPartyPayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
6745
+ );
6746
+ ```
6747
+
6748
+ </dd>
6749
+ </dl>
6750
+ </dd>
6751
+ </dl>
6752
+
6753
+ #### ⚙️ Parameters
6754
+
6755
+ <dl>
6756
+ <dd>
6757
+
6758
+ <dl>
6759
+ <dd>
6760
+
6761
+ **thirdPartyPayerRefundId:** `CandidApi.ThirdPartyPayerRefundId`
6762
+
6763
+ </dd>
6764
+ </dl>
6765
+
6766
+ <dl>
6767
+ <dd>
6768
+
6769
+ **requestOptions:** `V1.RequestOptions`
6770
+
6771
+ </dd>
6772
+ </dl>
6773
+ </dd>
6774
+ </dl>
6775
+
6776
+ </dd>
6777
+ </dl>
6778
+ </details>
6779
+
6780
+ ## ThirdPartyPayers V1
6781
+
6782
+ <details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayer, CandidApi.thirdPartyPayers.v1.create.Error></code></summary>
6783
+ <dl>
6784
+ <dd>
6785
+
6786
+ #### 🔌 Usage
6787
+
6788
+ <dl>
6789
+ <dd>
6790
+
6791
+ <dl>
6792
+ <dd>
6793
+
6794
+ ```typescript
6795
+ await client.thirdPartyPayers.v1.create({
6796
+ name: "string",
6797
+ description: "string",
6798
+ category: "string",
6799
+ });
6800
+ ```
6801
+
6802
+ </dd>
6803
+ </dl>
6804
+ </dd>
6805
+ </dl>
6806
+
6807
+ #### ⚙️ Parameters
6808
+
6809
+ <dl>
6810
+ <dd>
6811
+
6812
+ <dl>
6813
+ <dd>
6814
+
6815
+ **request:** `CandidApi.CreateThirdPartyPayerRequest`
6816
+
6817
+ </dd>
6818
+ </dl>
6819
+
6820
+ <dl>
6821
+ <dd>
6822
+
6823
+ **requestOptions:** `V1.RequestOptions`
6824
+
6825
+ </dd>
6826
+ </dl>
6827
+ </dd>
6828
+ </dl>
6829
+
6830
+ </dd>
6831
+ </dl>
6832
+ </details>
6833
+
6834
+ <details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">toggleEnablement</a>(thirdPartyPayerId, { ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayer, CandidApi.thirdPartyPayers.v1.toggleEnablement.Error></code></summary>
6835
+ <dl>
6836
+ <dd>
6837
+
6838
+ #### 🔌 Usage
6839
+
6840
+ <dl>
6841
+ <dd>
6842
+
6843
+ <dl>
6844
+ <dd>
6845
+
6846
+ ```typescript
6847
+ await client.thirdPartyPayers.v1.toggleEnablement(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
6848
+ enabled: true,
6849
+ });
6850
+ ```
6851
+
6852
+ </dd>
6853
+ </dl>
6854
+ </dd>
6855
+ </dl>
6856
+
6857
+ #### ⚙️ Parameters
6858
+
6859
+ <dl>
6860
+ <dd>
6861
+
6862
+ <dl>
6863
+ <dd>
6864
+
6865
+ **thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
6866
+
6867
+ </dd>
6868
+ </dl>
6869
+
6870
+ <dl>
6871
+ <dd>
6872
+
6873
+ **request:** `CandidApi.ToggleThirdPartyPayerEnablementRequest`
6874
+
6875
+ </dd>
6876
+ </dl>
6877
+
6878
+ <dl>
6879
+ <dd>
6880
+
6881
+ **requestOptions:** `V1.RequestOptions`
6882
+
6883
+ </dd>
6884
+ </dl>
6885
+ </dd>
6886
+ </dl>
6887
+
6888
+ </dd>
6889
+ </dl>
6890
+ </details>
6891
+
6892
+ <details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerPage, CandidApi.thirdPartyPayers.v1.getMulti.Error></code></summary>
6893
+ <dl>
6894
+ <dd>
6895
+
6896
+ #### 🔌 Usage
6897
+
6898
+ <dl>
6899
+ <dd>
6900
+
6901
+ <dl>
6902
+ <dd>
6903
+
6904
+ ```typescript
6905
+ await client.thirdPartyPayers.v1.getMulti({
6906
+ name: "string",
6907
+ category: "string",
6908
+ enabled: true,
6909
+ sort: CandidApi.ThirdPartyPayerSortField.Name,
6910
+ sortDirection: CandidApi.SortDirection.Asc,
6911
+ limit: 1,
6912
+ pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
6913
+ });
6914
+ ```
6915
+
6916
+ </dd>
6917
+ </dl>
6918
+ </dd>
6919
+ </dl>
6920
+
6921
+ #### ⚙️ Parameters
6922
+
6923
+ <dl>
6924
+ <dd>
6925
+
6926
+ <dl>
6927
+ <dd>
6928
+
6929
+ **request:** `CandidApi.thirdPartyPayers.v1.GetMultiThirdPartyPayersRequest`
6930
+
6931
+ </dd>
6932
+ </dl>
6933
+
6934
+ <dl>
6935
+ <dd>
6936
+
6937
+ **requestOptions:** `V1.RequestOptions`
6938
+
6939
+ </dd>
6940
+ </dl>
6941
+ </dd>
6942
+ </dl>
6943
+
6944
+ </dd>
6945
+ </dl>
6946
+ </details>
6947
+
6948
+ <details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">get</a>(thirdPartyPayerId) -> core.APIResponse<CandidApi.ThirdPartyPayer, CandidApi.thirdPartyPayers.v1.get.Error></code></summary>
6949
+ <dl>
6950
+ <dd>
6951
+
6952
+ #### 🔌 Usage
6953
+
6954
+ <dl>
6955
+ <dd>
6956
+
6957
+ <dl>
6958
+ <dd>
6959
+
6960
+ ```typescript
6961
+ await client.thirdPartyPayers.v1.get(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
6962
+ ```
6963
+
6964
+ </dd>
6965
+ </dl>
6966
+ </dd>
6967
+ </dl>
6968
+
6969
+ #### ⚙️ Parameters
6970
+
6971
+ <dl>
6972
+ <dd>
6973
+
6974
+ <dl>
6975
+ <dd>
6976
+
6977
+ **thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
6978
+
6979
+ </dd>
6980
+ </dl>
6981
+
6982
+ <dl>
6983
+ <dd>
6984
+
6985
+ **requestOptions:** `V1.RequestOptions`
6986
+
6987
+ </dd>
6988
+ </dl>
6989
+ </dd>
6990
+ </dl>
6991
+
6992
+ </dd>
6993
+ </dl>
6994
+ </details>
6995
+
6996
+ <details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">update</a>(thirdPartyPayerId, { ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayer, CandidApi.thirdPartyPayers.v1.update.Error></code></summary>
6997
+ <dl>
6998
+ <dd>
6999
+
7000
+ #### 🔌 Usage
7001
+
7002
+ <dl>
7003
+ <dd>
7004
+
7005
+ <dl>
7006
+ <dd>
7007
+
7008
+ ```typescript
7009
+ await client.thirdPartyPayers.v1.update(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
7010
+ name: "string",
7011
+ description: {
7012
+ type: "remove",
7013
+ },
7014
+ category: {
7015
+ type: "remove",
7016
+ },
7017
+ });
7018
+ ```
7019
+
7020
+ </dd>
7021
+ </dl>
7022
+ </dd>
7023
+ </dl>
7024
+
7025
+ #### ⚙️ Parameters
7026
+
7027
+ <dl>
7028
+ <dd>
7029
+
7030
+ <dl>
7031
+ <dd>
7032
+
7033
+ **thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
7034
+
7035
+ </dd>
7036
+ </dl>
7037
+
7038
+ <dl>
7039
+ <dd>
7040
+
7041
+ **request:** `CandidApi.ThirdPartyPayerUpdateRequest`
7042
+
7043
+ </dd>
7044
+ </dl>
7045
+
7046
+ <dl>
7047
+ <dd>
7048
+
7049
+ **requestOptions:** `V1.RequestOptions`
7050
+
7051
+ </dd>
7052
+ </dl>
7053
+ </dd>
7054
+ </dl>
7055
+
7056
+ </dd>
7057
+ </dl>
7058
+ </details>
7059
+
7060
+ <details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">delete</a>(thirdPartyPayerId) -> core.APIResponse<void, CandidApi.thirdPartyPayers.v1.delete.Error></code></summary>
7061
+ <dl>
7062
+ <dd>
7063
+
7064
+ #### 🔌 Usage
7065
+
7066
+ <dl>
7067
+ <dd>
7068
+
7069
+ <dl>
7070
+ <dd>
7071
+
7072
+ ```typescript
7073
+ await client.thirdPartyPayers.v1.delete(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
7074
+ ```
7075
+
7076
+ </dd>
7077
+ </dl>
7078
+ </dd>
7079
+ </dl>
7080
+
7081
+ #### ⚙️ Parameters
7082
+
7083
+ <dl>
7084
+ <dd>
7085
+
7086
+ <dl>
7087
+ <dd>
7088
+
7089
+ **thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
7090
+
7091
+ </dd>
7092
+ </dl>
7093
+
7094
+ <dl>
7095
+ <dd>
7096
+
7097
+ **requestOptions:** `V1.RequestOptions`
7098
+
7099
+ </dd>
7100
+ </dl>
7101
+ </dd>
7102
+ </dl>
7103
+
7104
+ </dd>
7105
+ </dl>
7106
+ </details>
7107
+
5935
7108
  ## WriteOffs V1
5936
7109
 
5937
7110
  <details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.WriteOffsPage, CandidApi.writeOffs.v1.getMulti.Error></code></summary>