candidhealth 0.25.0 → 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 (552) hide show
  1. package/Client.d.ts +9 -0
  2. package/Client.js +21 -6
  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/contracts/resources/v2/client/Client.js +5 -5
  6. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  7. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  8. package/api/resources/encounters/resources/v4/client/Client.js +4 -4
  9. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  10. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  11. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  12. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  13. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  14. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  15. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  16. package/api/resources/index.d.ts +3 -0
  17. package/api/resources/index.js +4 -1
  18. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  19. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  20. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  21. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  22. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  23. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  24. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  25. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  26. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +6 -6
  27. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +7 -7
  28. package/api/resources/serviceFacility/client/Client.js +1 -1
  29. package/api/resources/serviceLines/resources/v2/client/Client.js +2 -2
  30. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  31. package/api/resources/thirdPartyPayerPayments/client/Client.d.ts +26 -0
  32. package/api/resources/thirdPartyPayerPayments/client/Client.js +17 -0
  33. package/api/resources/thirdPartyPayerPayments/client/index.d.ts +1 -0
  34. package/api/resources/thirdPartyPayerPayments/client/index.js +2 -0
  35. package/api/resources/thirdPartyPayerPayments/index.d.ts +2 -0
  36. package/api/resources/thirdPartyPayerPayments/index.js +18 -0
  37. package/api/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
  38. package/api/resources/thirdPartyPayerPayments/resources/index.js +27 -0
  39. package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +98 -0
  40. package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +422 -0
  41. package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +34 -0
  42. package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +69 -0
  43. package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +34 -0
  44. package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +69 -0
  45. package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +28 -0
  46. package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +58 -0
  47. package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +28 -0
  48. package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +58 -0
  49. package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
  50. package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
  51. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +34 -0
  52. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js +5 -0
  53. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +23 -0
  54. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +5 -0
  55. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +2 -0
  56. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +2 -0
  57. package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +34 -0
  58. package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +69 -0
  59. package/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
  60. package/api/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
  61. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +14 -0
  62. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +5 -0
  63. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +13 -0
  64. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +5 -0
  65. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +8 -0
  66. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +10 -0
  67. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +8 -0
  68. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +10 -0
  69. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +7 -0
  70. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +5 -0
  71. package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
  72. package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
  73. package/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +26 -0
  74. package/api/resources/thirdPartyPayerRefunds/client/Client.js +17 -0
  75. package/api/resources/thirdPartyPayerRefunds/client/index.d.ts +1 -0
  76. package/api/resources/thirdPartyPayerRefunds/client/index.js +2 -0
  77. package/api/resources/thirdPartyPayerRefunds/index.d.ts +2 -0
  78. package/api/resources/thirdPartyPayerRefunds/index.js +18 -0
  79. package/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
  80. package/api/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
  81. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +109 -0
  82. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +433 -0
  83. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +34 -0
  84. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +69 -0
  85. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +34 -0
  86. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +69 -0
  87. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +28 -0
  88. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +58 -0
  89. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +28 -0
  90. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +58 -0
  91. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
  92. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
  93. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +34 -0
  94. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js +5 -0
  95. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +28 -0
  96. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +5 -0
  97. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +2 -0
  98. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +2 -0
  99. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +34 -0
  100. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +69 -0
  101. package/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
  102. package/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
  103. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +14 -0
  104. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +5 -0
  105. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +13 -0
  106. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +5 -0
  107. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +8 -0
  108. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +10 -0
  109. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +8 -0
  110. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +10 -0
  111. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +7 -0
  112. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +5 -0
  113. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
  114. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
  115. package/api/resources/thirdPartyPayers/client/Client.d.ts +26 -0
  116. package/api/resources/thirdPartyPayers/client/Client.js +17 -0
  117. package/api/resources/thirdPartyPayers/client/index.d.ts +1 -0
  118. package/api/resources/thirdPartyPayers/client/index.js +2 -0
  119. package/api/resources/thirdPartyPayers/index.d.ts +2 -0
  120. package/api/resources/thirdPartyPayers/index.js +18 -0
  121. package/api/resources/thirdPartyPayers/resources/index.d.ts +1 -0
  122. package/api/resources/thirdPartyPayers/resources/index.js +27 -0
  123. package/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +97 -0
  124. package/api/resources/thirdPartyPayers/resources/v1/client/Client.js +469 -0
  125. package/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +34 -0
  126. package/api/resources/thirdPartyPayers/resources/v1/client/create.js +69 -0
  127. package/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +28 -0
  128. package/api/resources/thirdPartyPayers/resources/v1/client/delete.js +58 -0
  129. package/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +28 -0
  130. package/api/resources/thirdPartyPayers/resources/v1/client/get.js +58 -0
  131. package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +28 -0
  132. package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +58 -0
  133. package/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +7 -0
  134. package/api/resources/thirdPartyPayers/resources/v1/client/index.js +36 -0
  135. package/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +28 -0
  136. package/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js +5 -0
  137. package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +1 -0
  138. package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +2 -0
  139. package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +28 -0
  140. package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +58 -0
  141. package/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +34 -0
  142. package/api/resources/thirdPartyPayers/resources/v1/client/update.js +69 -0
  143. package/api/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
  144. package/api/resources/thirdPartyPayers/resources/v1/index.js +18 -0
  145. package/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +11 -0
  146. package/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +5 -0
  147. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +11 -0
  148. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +5 -0
  149. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
  150. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +5 -0
  151. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
  152. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +5 -0
  153. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +8 -0
  154. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +10 -0
  155. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +7 -0
  156. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +5 -0
  157. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
  158. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +12 -0
  159. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +10 -0
  160. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +5 -0
  161. package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +6 -0
  162. package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +5 -0
  163. package/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
  164. package/api/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
  165. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  166. package/dist/Client.d.ts +9 -0
  167. package/dist/Client.js +21 -6
  168. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  169. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  170. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  171. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  172. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  173. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  174. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  175. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  176. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  177. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  178. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  179. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  180. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  181. package/dist/api/resources/index.d.ts +3 -0
  182. package/dist/api/resources/index.js +4 -1
  183. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  184. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  185. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  186. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  187. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  188. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  189. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  190. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  191. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +6 -6
  192. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +7 -7
  193. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  194. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +2 -2
  195. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  196. package/dist/api/resources/thirdPartyPayerPayments/client/Client.d.ts +26 -0
  197. package/dist/api/resources/thirdPartyPayerPayments/client/Client.js +17 -0
  198. package/dist/api/resources/thirdPartyPayerPayments/client/index.d.ts +1 -0
  199. package/dist/api/resources/thirdPartyPayerPayments/client/index.js +2 -0
  200. package/dist/api/resources/thirdPartyPayerPayments/index.d.ts +2 -0
  201. package/dist/api/resources/thirdPartyPayerPayments/index.js +18 -0
  202. package/dist/api/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
  203. package/dist/api/resources/thirdPartyPayerPayments/resources/index.js +27 -0
  204. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +98 -0
  205. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +422 -0
  206. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +34 -0
  207. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +69 -0
  208. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +34 -0
  209. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +69 -0
  210. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +28 -0
  211. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +58 -0
  212. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +28 -0
  213. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +58 -0
  214. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
  215. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
  216. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +34 -0
  217. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js +5 -0
  218. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +23 -0
  219. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +5 -0
  220. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +2 -0
  221. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +2 -0
  222. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +34 -0
  223. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +69 -0
  224. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
  225. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
  226. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +14 -0
  227. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +5 -0
  228. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +13 -0
  229. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +5 -0
  230. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +8 -0
  231. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +10 -0
  232. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +8 -0
  233. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +10 -0
  234. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +7 -0
  235. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +5 -0
  236. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
  237. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
  238. package/dist/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +26 -0
  239. package/dist/api/resources/thirdPartyPayerRefunds/client/Client.js +17 -0
  240. package/dist/api/resources/thirdPartyPayerRefunds/client/index.d.ts +1 -0
  241. package/dist/api/resources/thirdPartyPayerRefunds/client/index.js +2 -0
  242. package/dist/api/resources/thirdPartyPayerRefunds/index.d.ts +2 -0
  243. package/dist/api/resources/thirdPartyPayerRefunds/index.js +18 -0
  244. package/dist/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
  245. package/dist/api/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
  246. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +109 -0
  247. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +433 -0
  248. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +34 -0
  249. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +69 -0
  250. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +34 -0
  251. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +69 -0
  252. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +28 -0
  253. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +58 -0
  254. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +28 -0
  255. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +58 -0
  256. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
  257. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
  258. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +34 -0
  259. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js +5 -0
  260. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +28 -0
  261. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +5 -0
  262. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +2 -0
  263. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +2 -0
  264. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +34 -0
  265. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +69 -0
  266. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
  267. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
  268. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +14 -0
  269. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +5 -0
  270. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +13 -0
  271. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +5 -0
  272. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +8 -0
  273. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +10 -0
  274. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +8 -0
  275. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +10 -0
  276. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +7 -0
  277. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +5 -0
  278. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
  279. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
  280. package/dist/api/resources/thirdPartyPayers/client/Client.d.ts +26 -0
  281. package/dist/api/resources/thirdPartyPayers/client/Client.js +17 -0
  282. package/dist/api/resources/thirdPartyPayers/client/index.d.ts +1 -0
  283. package/dist/api/resources/thirdPartyPayers/client/index.js +2 -0
  284. package/dist/api/resources/thirdPartyPayers/index.d.ts +2 -0
  285. package/dist/api/resources/thirdPartyPayers/index.js +18 -0
  286. package/dist/api/resources/thirdPartyPayers/resources/index.d.ts +1 -0
  287. package/dist/api/resources/thirdPartyPayers/resources/index.js +27 -0
  288. package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +97 -0
  289. package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.js +469 -0
  290. package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +34 -0
  291. package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.js +69 -0
  292. package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +28 -0
  293. package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.js +58 -0
  294. package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +28 -0
  295. package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.js +58 -0
  296. package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +28 -0
  297. package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +58 -0
  298. package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +7 -0
  299. package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.js +36 -0
  300. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +28 -0
  301. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js +5 -0
  302. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +1 -0
  303. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +2 -0
  304. package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +28 -0
  305. package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +58 -0
  306. package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +34 -0
  307. package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.js +69 -0
  308. package/dist/api/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
  309. package/dist/api/resources/thirdPartyPayers/resources/v1/index.js +18 -0
  310. package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +11 -0
  311. package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +5 -0
  312. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +11 -0
  313. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +5 -0
  314. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
  315. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +5 -0
  316. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
  317. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +5 -0
  318. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +8 -0
  319. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +10 -0
  320. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +7 -0
  321. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +5 -0
  322. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
  323. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +12 -0
  324. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +10 -0
  325. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +5 -0
  326. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +6 -0
  327. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +5 -0
  328. package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
  329. package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
  330. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  331. package/dist/serialization/resources/index.d.ts +3 -0
  332. package/dist/serialization/resources/index.js +4 -1
  333. package/dist/serialization/resources/thirdPartyPayerPayments/index.d.ts +1 -0
  334. package/dist/serialization/resources/thirdPartyPayerPayments/index.js +17 -0
  335. package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
  336. package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.js +27 -0
  337. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +20 -0
  338. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +67 -0
  339. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +20 -0
  340. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +67 -0
  341. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +15 -0
  342. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +61 -0
  343. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +15 -0
  344. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +61 -0
  345. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
  346. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
  347. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +16 -0
  348. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +37 -0
  349. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +1 -0
  350. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +5 -0
  351. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +20 -0
  352. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +67 -0
  353. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
  354. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
  355. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +23 -0
  356. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +44 -0
  357. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +21 -0
  358. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +42 -0
  359. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +10 -0
  360. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +35 -0
  361. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +10 -0
  362. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +31 -0
  363. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +14 -0
  364. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +37 -0
  365. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
  366. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
  367. package/dist/serialization/resources/thirdPartyPayerRefunds/index.d.ts +1 -0
  368. package/dist/serialization/resources/thirdPartyPayerRefunds/index.js +17 -0
  369. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
  370. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
  371. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +20 -0
  372. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +67 -0
  373. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +20 -0
  374. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +67 -0
  375. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +15 -0
  376. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +61 -0
  377. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +15 -0
  378. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +61 -0
  379. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
  380. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
  381. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +18 -0
  382. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +39 -0
  383. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +1 -0
  384. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +5 -0
  385. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +20 -0
  386. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +67 -0
  387. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
  388. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
  389. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +24 -0
  390. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +45 -0
  391. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +22 -0
  392. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +43 -0
  393. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +10 -0
  394. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +35 -0
  395. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +10 -0
  396. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +31 -0
  397. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +14 -0
  398. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +37 -0
  399. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
  400. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
  401. package/dist/serialization/resources/thirdPartyPayers/index.d.ts +1 -0
  402. package/dist/serialization/resources/thirdPartyPayers/index.js +17 -0
  403. package/dist/serialization/resources/thirdPartyPayers/resources/index.d.ts +1 -0
  404. package/dist/serialization/resources/thirdPartyPayers/resources/index.js +27 -0
  405. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +20 -0
  406. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +67 -0
  407. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +15 -0
  408. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +61 -0
  409. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +15 -0
  410. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +61 -0
  411. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +15 -0
  412. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +61 -0
  413. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +6 -0
  414. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +32 -0
  415. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +15 -0
  416. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +61 -0
  417. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +20 -0
  418. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +67 -0
  419. package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
  420. package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.js +18 -0
  421. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +14 -0
  422. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +35 -0
  423. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +17 -0
  424. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +38 -0
  425. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
  426. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +41 -0
  427. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
  428. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +41 -0
  429. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +10 -0
  430. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +35 -0
  431. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +14 -0
  432. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +37 -0
  433. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
  434. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +31 -0
  435. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +16 -0
  436. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +37 -0
  437. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +12 -0
  438. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +33 -0
  439. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
  440. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
  441. package/package.json +1 -1
  442. package/reference.md +1017 -0
  443. package/serialization/resources/index.d.ts +3 -0
  444. package/serialization/resources/index.js +4 -1
  445. package/serialization/resources/thirdPartyPayerPayments/index.d.ts +1 -0
  446. package/serialization/resources/thirdPartyPayerPayments/index.js +17 -0
  447. package/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
  448. package/serialization/resources/thirdPartyPayerPayments/resources/index.js +27 -0
  449. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +20 -0
  450. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +67 -0
  451. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +20 -0
  452. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +67 -0
  453. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +15 -0
  454. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +61 -0
  455. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +15 -0
  456. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +61 -0
  457. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
  458. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
  459. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +16 -0
  460. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +37 -0
  461. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +1 -0
  462. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +5 -0
  463. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +20 -0
  464. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +67 -0
  465. package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
  466. package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
  467. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +23 -0
  468. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +44 -0
  469. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +21 -0
  470. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +42 -0
  471. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +10 -0
  472. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +35 -0
  473. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +10 -0
  474. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +31 -0
  475. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +14 -0
  476. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +37 -0
  477. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
  478. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
  479. package/serialization/resources/thirdPartyPayerRefunds/index.d.ts +1 -0
  480. package/serialization/resources/thirdPartyPayerRefunds/index.js +17 -0
  481. package/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
  482. package/serialization/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
  483. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +20 -0
  484. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +67 -0
  485. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +20 -0
  486. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +67 -0
  487. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +15 -0
  488. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +61 -0
  489. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +15 -0
  490. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +61 -0
  491. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
  492. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
  493. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +18 -0
  494. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +39 -0
  495. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +1 -0
  496. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +5 -0
  497. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +20 -0
  498. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +67 -0
  499. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
  500. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
  501. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +24 -0
  502. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +45 -0
  503. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +22 -0
  504. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +43 -0
  505. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +10 -0
  506. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +35 -0
  507. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +10 -0
  508. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +31 -0
  509. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +14 -0
  510. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +37 -0
  511. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
  512. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
  513. package/serialization/resources/thirdPartyPayers/index.d.ts +1 -0
  514. package/serialization/resources/thirdPartyPayers/index.js +17 -0
  515. package/serialization/resources/thirdPartyPayers/resources/index.d.ts +1 -0
  516. package/serialization/resources/thirdPartyPayers/resources/index.js +27 -0
  517. package/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +20 -0
  518. package/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +67 -0
  519. package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +15 -0
  520. package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +61 -0
  521. package/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +15 -0
  522. package/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +61 -0
  523. package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +15 -0
  524. package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +61 -0
  525. package/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +6 -0
  526. package/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +32 -0
  527. package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +15 -0
  528. package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +61 -0
  529. package/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +20 -0
  530. package/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +67 -0
  531. package/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
  532. package/serialization/resources/thirdPartyPayers/resources/v1/index.js +18 -0
  533. package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +14 -0
  534. package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +35 -0
  535. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +17 -0
  536. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +38 -0
  537. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
  538. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +41 -0
  539. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
  540. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +41 -0
  541. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +10 -0
  542. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +35 -0
  543. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +14 -0
  544. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +37 -0
  545. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
  546. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +31 -0
  547. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +16 -0
  548. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +37 -0
  549. package/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +12 -0
  550. package/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +33 -0
  551. package/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
  552. package/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface ToggleThirdPartyPayerEnablementRequest {
5
+ enabled: boolean;
6
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ export * from "./ThirdPartyPayerId";
2
+ export * from "./ThirdPartyPayer";
3
+ export * from "./CreateThirdPartyPayerRequest";
4
+ export * from "./ThirdPartyPayerPage";
5
+ export * from "./ThirdPartyPayerSortField";
6
+ export * from "./ThirdPartyPayerDescriptionUpdate";
7
+ export * from "./ThirdPartyPayerCategoryUpdate";
8
+ export * from "./ToggleThirdPartyPayerEnablementRequest";
9
+ export * from "./ThirdPartyPayerUpdateRequest";
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./ThirdPartyPayerId"), exports);
18
+ __exportStar(require("./ThirdPartyPayer"), exports);
19
+ __exportStar(require("./CreateThirdPartyPayerRequest"), exports);
20
+ __exportStar(require("./ThirdPartyPayerPage"), exports);
21
+ __exportStar(require("./ThirdPartyPayerSortField"), exports);
22
+ __exportStar(require("./ThirdPartyPayerDescriptionUpdate"), exports);
23
+ __exportStar(require("./ThirdPartyPayerCategoryUpdate"), exports);
24
+ __exportStar(require("./ToggleThirdPartyPayerEnablementRequest"), exports);
25
+ __exportStar(require("./ThirdPartyPayerUpdateRequest"), exports);
@@ -116,7 +116,7 @@ class V1 {
116
116
  Authorization: yield this._getAuthorizationHeader(),
117
117
  "X-Fern-Language": "JavaScript",
118
118
  "X-Fern-SDK-Name": "candidhealth",
119
- "X-Fern-SDK-Version": "0.25.0",
119
+ "X-Fern-SDK-Version": "0.26.0",
120
120
  "X-Fern-Runtime": core.RUNTIME.type,
121
121
  "X-Fern-Runtime-Version": core.RUNTIME.version,
122
122
  },
@@ -164,7 +164,7 @@ class V1 {
164
164
  Authorization: yield this._getAuthorizationHeader(),
165
165
  "X-Fern-Language": "JavaScript",
166
166
  "X-Fern-SDK-Name": "candidhealth",
167
- "X-Fern-SDK-Version": "0.25.0",
167
+ "X-Fern-SDK-Version": "0.26.0",
168
168
  "X-Fern-Runtime": core.RUNTIME.type,
169
169
  "X-Fern-Runtime-Version": core.RUNTIME.version,
170
170
  },
@@ -221,7 +221,7 @@ class V1 {
221
221
  Authorization: yield this._getAuthorizationHeader(),
222
222
  "X-Fern-Language": "JavaScript",
223
223
  "X-Fern-SDK-Name": "candidhealth",
224
- "X-Fern-SDK-Version": "0.25.0",
224
+ "X-Fern-SDK-Version": "0.26.0",
225
225
  "X-Fern-Runtime": core.RUNTIME.type,
226
226
  "X-Fern-Runtime-Version": core.RUNTIME.version,
227
227
  },
@@ -271,7 +271,7 @@ class V1 {
271
271
  Authorization: yield this._getAuthorizationHeader(),
272
272
  "X-Fern-Language": "JavaScript",
273
273
  "X-Fern-SDK-Name": "candidhealth",
274
- "X-Fern-SDK-Version": "0.25.0",
274
+ "X-Fern-SDK-Version": "0.26.0",
275
275
  "X-Fern-Runtime": core.RUNTIME.type,
276
276
  "X-Fern-Runtime-Version": core.RUNTIME.version,
277
277
  },
package/dist/Client.d.ts CHANGED
@@ -25,6 +25,9 @@ import { PatientRefunds } from "./api/resources/patientRefunds/client/Client";
25
25
  import { Payers } from "./api/resources/payers/client/Client";
26
26
  import { ServiceLines } from "./api/resources/serviceLines/client/Client";
27
27
  import { Tasks } from "./api/resources/tasks/client/Client";
28
+ import { ThirdPartyPayerPayments } from "./api/resources/thirdPartyPayerPayments/client/Client";
29
+ import { ThirdPartyPayerRefunds } from "./api/resources/thirdPartyPayerRefunds/client/Client";
30
+ import { ThirdPartyPayers } from "./api/resources/thirdPartyPayers/client/Client";
28
31
  import { WriteOffs } from "./api/resources/writeOffs/client/Client";
29
32
  import { PreEncounter } from "./api/resources/preEncounter/client/Client";
30
33
  import { ServiceFacility } from "./api/resources/serviceFacility/client/Client";
@@ -91,6 +94,12 @@ export declare class CandidApiClient {
91
94
  get serviceLines(): ServiceLines;
92
95
  protected _tasks: Tasks | undefined;
93
96
  get tasks(): Tasks;
97
+ protected _thirdPartyPayerPayments: ThirdPartyPayerPayments | undefined;
98
+ get thirdPartyPayerPayments(): ThirdPartyPayerPayments;
99
+ protected _thirdPartyPayerRefunds: ThirdPartyPayerRefunds | undefined;
100
+ get thirdPartyPayerRefunds(): ThirdPartyPayerRefunds;
101
+ protected _thirdPartyPayers: ThirdPartyPayers | undefined;
102
+ get thirdPartyPayers(): ThirdPartyPayers;
94
103
  protected _writeOffs: WriteOffs | undefined;
95
104
  get writeOffs(): WriteOffs;
96
105
  protected _preEncounter: PreEncounter | undefined;
package/dist/Client.js CHANGED
@@ -60,9 +60,12 @@ const Client_20 = require("./api/resources/patientRefunds/client/Client");
60
60
  const Client_21 = require("./api/resources/payers/client/Client");
61
61
  const Client_22 = require("./api/resources/serviceLines/client/Client");
62
62
  const Client_23 = require("./api/resources/tasks/client/Client");
63
- const Client_24 = require("./api/resources/writeOffs/client/Client");
64
- const Client_25 = require("./api/resources/preEncounter/client/Client");
65
- const Client_26 = require("./api/resources/serviceFacility/client/Client");
63
+ const Client_24 = require("./api/resources/thirdPartyPayerPayments/client/Client");
64
+ const Client_25 = require("./api/resources/thirdPartyPayerRefunds/client/Client");
65
+ const Client_26 = require("./api/resources/thirdPartyPayers/client/Client");
66
+ const Client_27 = require("./api/resources/writeOffs/client/Client");
67
+ const Client_28 = require("./api/resources/preEncounter/client/Client");
68
+ const Client_29 = require("./api/resources/serviceFacility/client/Client");
66
69
  class CandidApiClient {
67
70
  constructor(_options) {
68
71
  this._options = _options;
@@ -162,17 +165,29 @@ class CandidApiClient {
162
165
  var _a;
163
166
  return ((_a = this._tasks) !== null && _a !== void 0 ? _a : (this._tasks = new Client_23.Tasks(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
164
167
  }
168
+ get thirdPartyPayerPayments() {
169
+ var _a;
170
+ return ((_a = this._thirdPartyPayerPayments) !== null && _a !== void 0 ? _a : (this._thirdPartyPayerPayments = new Client_24.ThirdPartyPayerPayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
171
+ }
172
+ get thirdPartyPayerRefunds() {
173
+ var _a;
174
+ return ((_a = this._thirdPartyPayerRefunds) !== null && _a !== void 0 ? _a : (this._thirdPartyPayerRefunds = new Client_25.ThirdPartyPayerRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
175
+ }
176
+ get thirdPartyPayers() {
177
+ var _a;
178
+ return ((_a = this._thirdPartyPayers) !== null && _a !== void 0 ? _a : (this._thirdPartyPayers = new Client_26.ThirdPartyPayers(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
179
+ }
165
180
  get writeOffs() {
166
181
  var _a;
167
- return ((_a = this._writeOffs) !== null && _a !== void 0 ? _a : (this._writeOffs = new Client_24.WriteOffs(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
182
+ return ((_a = this._writeOffs) !== null && _a !== void 0 ? _a : (this._writeOffs = new Client_27.WriteOffs(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
168
183
  }
169
184
  get preEncounter() {
170
185
  var _a;
171
- return ((_a = this._preEncounter) !== null && _a !== void 0 ? _a : (this._preEncounter = new Client_25.PreEncounter(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
186
+ return ((_a = this._preEncounter) !== null && _a !== void 0 ? _a : (this._preEncounter = new Client_28.PreEncounter(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
172
187
  }
173
188
  get serviceFacility() {
174
189
  var _a;
175
- return ((_a = this._serviceFacility) !== null && _a !== void 0 ? _a : (this._serviceFacility = new Client_26.ServiceFacility(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
190
+ return ((_a = this._serviceFacility) !== null && _a !== void 0 ? _a : (this._serviceFacility = new Client_29.ServiceFacility(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
176
191
  }
177
192
  }
178
193
  exports.CandidApiClient = CandidApiClient;
@@ -87,7 +87,7 @@ class V2 {
87
87
  Authorization: yield this._getAuthorizationHeader(),
88
88
  "X-Fern-Language": "JavaScript",
89
89
  "X-Fern-SDK-Name": "candidhealth",
90
- "X-Fern-SDK-Version": "0.25.0",
90
+ "X-Fern-SDK-Version": "0.26.0",
91
91
  "X-Fern-Runtime": core.RUNTIME.type,
92
92
  "X-Fern-Runtime-Version": core.RUNTIME.version,
93
93
  },
@@ -69,7 +69,7 @@ class V2 {
69
69
  Authorization: yield this._getAuthorizationHeader(),
70
70
  "X-Fern-Language": "JavaScript",
71
71
  "X-Fern-SDK-Name": "candidhealth",
72
- "X-Fern-SDK-Version": "0.25.0",
72
+ "X-Fern-SDK-Version": "0.26.0",
73
73
  "X-Fern-Runtime": core.RUNTIME.type,
74
74
  "X-Fern-Runtime-Version": core.RUNTIME.version,
75
75
  },
@@ -66,7 +66,7 @@ class V2 {
66
66
  Authorization: yield this._getAuthorizationHeader(),
67
67
  "X-Fern-Language": "JavaScript",
68
68
  "X-Fern-SDK-Name": "candidhealth",
69
- "X-Fern-SDK-Version": "0.25.0",
69
+ "X-Fern-SDK-Version": "0.26.0",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -171,7 +171,7 @@ class V2 {
171
171
  Authorization: yield this._getAuthorizationHeader(),
172
172
  "X-Fern-Language": "JavaScript",
173
173
  "X-Fern-SDK-Name": "candidhealth",
174
- "X-Fern-SDK-Version": "0.25.0",
174
+ "X-Fern-SDK-Version": "0.26.0",
175
175
  "X-Fern-Runtime": core.RUNTIME.type,
176
176
  "X-Fern-Runtime-Version": core.RUNTIME.version,
177
177
  },
@@ -239,7 +239,7 @@ class V2 {
239
239
  Authorization: yield this._getAuthorizationHeader(),
240
240
  "X-Fern-Language": "JavaScript",
241
241
  "X-Fern-SDK-Name": "candidhealth",
242
- "X-Fern-SDK-Version": "0.25.0",
242
+ "X-Fern-SDK-Version": "0.26.0",
243
243
  "X-Fern-Runtime": core.RUNTIME.type,
244
244
  "X-Fern-Runtime-Version": core.RUNTIME.version,
245
245
  },
@@ -285,7 +285,7 @@ class V2 {
285
285
  Authorization: yield this._getAuthorizationHeader(),
286
286
  "X-Fern-Language": "JavaScript",
287
287
  "X-Fern-SDK-Name": "candidhealth",
288
- "X-Fern-SDK-Version": "0.25.0",
288
+ "X-Fern-SDK-Version": "0.26.0",
289
289
  "X-Fern-Runtime": core.RUNTIME.type,
290
290
  "X-Fern-Runtime-Version": core.RUNTIME.version,
291
291
  },
@@ -373,7 +373,7 @@ class V2 {
373
373
  Authorization: yield this._getAuthorizationHeader(),
374
374
  "X-Fern-Language": "JavaScript",
375
375
  "X-Fern-SDK-Name": "candidhealth",
376
- "X-Fern-SDK-Version": "0.25.0",
376
+ "X-Fern-SDK-Version": "0.26.0",
377
377
  "X-Fern-Runtime": core.RUNTIME.type,
378
378
  "X-Fern-Runtime-Version": core.RUNTIME.version,
379
379
  },
@@ -67,7 +67,7 @@ class V1 {
67
67
  Authorization: yield this._getAuthorizationHeader(),
68
68
  "X-Fern-Language": "JavaScript",
69
69
  "X-Fern-SDK-Name": "candidhealth",
70
- "X-Fern-SDK-Version": "0.25.0",
70
+ "X-Fern-SDK-Version": "0.26.0",
71
71
  "X-Fern-Runtime": core.RUNTIME.type,
72
72
  "X-Fern-Runtime-Version": core.RUNTIME.version,
73
73
  },
@@ -128,7 +128,7 @@ class V1 {
128
128
  Authorization: yield this._getAuthorizationHeader(),
129
129
  "X-Fern-Language": "JavaScript",
130
130
  "X-Fern-SDK-Name": "candidhealth",
131
- "X-Fern-SDK-Version": "0.25.0",
131
+ "X-Fern-SDK-Version": "0.26.0",
132
132
  "X-Fern-Runtime": core.RUNTIME.type,
133
133
  "X-Fern-Runtime-Version": core.RUNTIME.version,
134
134
  },
@@ -207,7 +207,7 @@ class V1 {
207
207
  Authorization: yield this._getAuthorizationHeader(),
208
208
  "X-Fern-Language": "JavaScript",
209
209
  "X-Fern-SDK-Name": "candidhealth",
210
- "X-Fern-SDK-Version": "0.25.0",
210
+ "X-Fern-SDK-Version": "0.26.0",
211
211
  "X-Fern-Runtime": core.RUNTIME.type,
212
212
  "X-Fern-Runtime-Version": core.RUNTIME.version,
213
213
  },
@@ -277,7 +277,7 @@ class V1 {
277
277
  Authorization: yield this._getAuthorizationHeader(),
278
278
  "X-Fern-Language": "JavaScript",
279
279
  "X-Fern-SDK-Name": "candidhealth",
280
- "X-Fern-SDK-Version": "0.25.0",
280
+ "X-Fern-SDK-Version": "0.26.0",
281
281
  "X-Fern-Runtime": core.RUNTIME.type,
282
282
  "X-Fern-Runtime-Version": core.RUNTIME.version,
283
283
  },
@@ -83,7 +83,7 @@ class V2 {
83
83
  Authorization: yield this._getAuthorizationHeader(),
84
84
  "X-Fern-Language": "JavaScript",
85
85
  "X-Fern-SDK-Name": "candidhealth",
86
- "X-Fern-SDK-Version": "0.25.0",
86
+ "X-Fern-SDK-Version": "0.26.0",
87
87
  "X-Fern-Runtime": core.RUNTIME.type,
88
88
  "X-Fern-Runtime-Version": core.RUNTIME.version,
89
89
  },
@@ -156,7 +156,7 @@ class V2 {
156
156
  Authorization: yield this._getAuthorizationHeader(),
157
157
  "X-Fern-Language": "JavaScript",
158
158
  "X-Fern-SDK-Name": "candidhealth",
159
- "X-Fern-SDK-Version": "0.25.0",
159
+ "X-Fern-SDK-Version": "0.26.0",
160
160
  "X-Fern-Runtime": core.RUNTIME.type,
161
161
  "X-Fern-Runtime-Version": core.RUNTIME.version,
162
162
  },
@@ -227,7 +227,7 @@ class V2 {
227
227
  Authorization: yield this._getAuthorizationHeader(),
228
228
  "X-Fern-Language": "JavaScript",
229
229
  "X-Fern-SDK-Name": "candidhealth",
230
- "X-Fern-SDK-Version": "0.25.0",
230
+ "X-Fern-SDK-Version": "0.26.0",
231
231
  "X-Fern-Runtime": core.RUNTIME.type,
232
232
  "X-Fern-Runtime-Version": core.RUNTIME.version,
233
233
  },
@@ -132,7 +132,7 @@ class V4 {
132
132
  Authorization: yield this._getAuthorizationHeader(),
133
133
  "X-Fern-Language": "JavaScript",
134
134
  "X-Fern-SDK-Name": "candidhealth",
135
- "X-Fern-SDK-Version": "0.25.0",
135
+ "X-Fern-SDK-Version": "0.26.0",
136
136
  "X-Fern-Runtime": core.RUNTIME.type,
137
137
  "X-Fern-Runtime-Version": core.RUNTIME.version,
138
138
  },
@@ -178,7 +178,7 @@ class V4 {
178
178
  Authorization: yield this._getAuthorizationHeader(),
179
179
  "X-Fern-Language": "JavaScript",
180
180
  "X-Fern-SDK-Name": "candidhealth",
181
- "X-Fern-SDK-Version": "0.25.0",
181
+ "X-Fern-SDK-Version": "0.26.0",
182
182
  "X-Fern-Runtime": core.RUNTIME.type,
183
183
  "X-Fern-Runtime-Version": core.RUNTIME.version,
184
184
  },
@@ -600,7 +600,7 @@ class V4 {
600
600
  Authorization: yield this._getAuthorizationHeader(),
601
601
  "X-Fern-Language": "JavaScript",
602
602
  "X-Fern-SDK-Name": "candidhealth",
603
- "X-Fern-SDK-Version": "0.25.0",
603
+ "X-Fern-SDK-Version": "0.26.0",
604
604
  "X-Fern-Runtime": core.RUNTIME.type,
605
605
  "X-Fern-Runtime-Version": core.RUNTIME.version,
606
606
  },
@@ -769,7 +769,7 @@ class V4 {
769
769
  Authorization: yield this._getAuthorizationHeader(),
770
770
  "X-Fern-Language": "JavaScript",
771
771
  "X-Fern-SDK-Name": "candidhealth",
772
- "X-Fern-SDK-Version": "0.25.0",
772
+ "X-Fern-SDK-Version": "0.26.0",
773
773
  "X-Fern-Runtime": core.RUNTIME.type,
774
774
  "X-Fern-Runtime-Version": core.RUNTIME.version,
775
775
  },
@@ -79,7 +79,7 @@ class V1 {
79
79
  Authorization: yield this._getAuthorizationHeader(),
80
80
  "X-Fern-Language": "JavaScript",
81
81
  "X-Fern-SDK-Name": "candidhealth",
82
- "X-Fern-SDK-Version": "0.25.0",
82
+ "X-Fern-SDK-Version": "0.26.0",
83
83
  "X-Fern-Runtime": core.RUNTIME.type,
84
84
  "X-Fern-Runtime-Version": core.RUNTIME.version,
85
85
  },
@@ -86,7 +86,7 @@ class V2 {
86
86
  Authorization: yield this._getAuthorizationHeader(),
87
87
  "X-Fern-Language": "JavaScript",
88
88
  "X-Fern-SDK-Name": "candidhealth",
89
- "X-Fern-SDK-Version": "0.25.0",
89
+ "X-Fern-SDK-Version": "0.26.0",
90
90
  "X-Fern-Runtime": core.RUNTIME.type,
91
91
  "X-Fern-Runtime-Version": core.RUNTIME.version,
92
92
  },
@@ -169,7 +169,7 @@ class V2 {
169
169
  Authorization: yield this._getAuthorizationHeader(),
170
170
  "X-Fern-Language": "JavaScript",
171
171
  "X-Fern-SDK-Name": "candidhealth",
172
- "X-Fern-SDK-Version": "0.25.0",
172
+ "X-Fern-SDK-Version": "0.26.0",
173
173
  "X-Fern-Runtime": core.RUNTIME.type,
174
174
  "X-Fern-Runtime-Version": core.RUNTIME.version,
175
175
  },
@@ -86,7 +86,7 @@ class V3 {
86
86
  Authorization: yield this._getAuthorizationHeader(),
87
87
  "X-Fern-Language": "JavaScript",
88
88
  "X-Fern-SDK-Name": "candidhealth",
89
- "X-Fern-SDK-Version": "0.25.0",
89
+ "X-Fern-SDK-Version": "0.26.0",
90
90
  "X-Fern-Runtime": core.RUNTIME.type,
91
91
  "X-Fern-Runtime-Version": core.RUNTIME.version,
92
92
  },
@@ -82,7 +82,7 @@ class V1 {
82
82
  Authorization: yield this._getAuthorizationHeader(),
83
83
  "X-Fern-Language": "JavaScript",
84
84
  "X-Fern-SDK-Name": "candidhealth",
85
- "X-Fern-SDK-Version": "0.25.0",
85
+ "X-Fern-SDK-Version": "0.26.0",
86
86
  "X-Fern-Runtime": core.RUNTIME.type,
87
87
  "X-Fern-Runtime-Version": core.RUNTIME.version,
88
88
  },
@@ -68,7 +68,7 @@ class V3 {
68
68
  Authorization: yield this._getAuthorizationHeader(),
69
69
  "X-Fern-Language": "JavaScript",
70
70
  "X-Fern-SDK-Name": "candidhealth",
71
- "X-Fern-SDK-Version": "0.25.0",
71
+ "X-Fern-SDK-Version": "0.26.0",
72
72
  "X-Fern-Runtime": core.RUNTIME.type,
73
73
  "X-Fern-Runtime-Version": core.RUNTIME.version,
74
74
  },
@@ -131,7 +131,7 @@ class V3 {
131
131
  Authorization: yield this._getAuthorizationHeader(),
132
132
  "X-Fern-Language": "JavaScript",
133
133
  "X-Fern-SDK-Name": "candidhealth",
134
- "X-Fern-SDK-Version": "0.25.0",
134
+ "X-Fern-SDK-Version": "0.26.0",
135
135
  "X-Fern-Runtime": core.RUNTIME.type,
136
136
  "X-Fern-Runtime-Version": core.RUNTIME.version,
137
137
  },
@@ -274,7 +274,7 @@ class V3 {
274
274
  Authorization: yield this._getAuthorizationHeader(),
275
275
  "X-Fern-Language": "JavaScript",
276
276
  "X-Fern-SDK-Name": "candidhealth",
277
- "X-Fern-SDK-Version": "0.25.0",
277
+ "X-Fern-SDK-Version": "0.26.0",
278
278
  "X-Fern-Runtime": core.RUNTIME.type,
279
279
  "X-Fern-Runtime-Version": core.RUNTIME.version,
280
280
  },
@@ -401,7 +401,7 @@ class V3 {
401
401
  Authorization: yield this._getAuthorizationHeader(),
402
402
  "X-Fern-Language": "JavaScript",
403
403
  "X-Fern-SDK-Name": "candidhealth",
404
- "X-Fern-SDK-Version": "0.25.0",
404
+ "X-Fern-SDK-Version": "0.26.0",
405
405
  "X-Fern-Runtime": core.RUNTIME.type,
406
406
  "X-Fern-Runtime-Version": core.RUNTIME.version,
407
407
  },
@@ -449,7 +449,7 @@ class V3 {
449
449
  Authorization: yield this._getAuthorizationHeader(),
450
450
  "X-Fern-Language": "JavaScript",
451
451
  "X-Fern-SDK-Name": "candidhealth",
452
- "X-Fern-SDK-Version": "0.25.0",
452
+ "X-Fern-SDK-Version": "0.26.0",
453
453
  "X-Fern-Runtime": core.RUNTIME.type,
454
454
  "X-Fern-Runtime-Version": core.RUNTIME.version,
455
455
  },
@@ -531,7 +531,7 @@ class V3 {
531
531
  Authorization: yield this._getAuthorizationHeader(),
532
532
  "X-Fern-Language": "JavaScript",
533
533
  "X-Fern-SDK-Name": "candidhealth",
534
- "X-Fern-SDK-Version": "0.25.0",
534
+ "X-Fern-SDK-Version": "0.26.0",
535
535
  "X-Fern-Runtime": core.RUNTIME.type,
536
536
  "X-Fern-Runtime-Version": core.RUNTIME.version,
537
537
  },
@@ -596,7 +596,7 @@ class V3 {
596
596
  Authorization: yield this._getAuthorizationHeader(),
597
597
  "X-Fern-Language": "JavaScript",
598
598
  "X-Fern-SDK-Name": "candidhealth",
599
- "X-Fern-SDK-Version": "0.25.0",
599
+ "X-Fern-SDK-Version": "0.26.0",
600
600
  "X-Fern-Runtime": core.RUNTIME.type,
601
601
  "X-Fern-Runtime-Version": core.RUNTIME.version,
602
602
  },
@@ -652,7 +652,7 @@ class V3 {
652
652
  Authorization: yield this._getAuthorizationHeader(),
653
653
  "X-Fern-Language": "JavaScript",
654
654
  "X-Fern-SDK-Name": "candidhealth",
655
- "X-Fern-SDK-Version": "0.25.0",
655
+ "X-Fern-SDK-Version": "0.26.0",
656
656
  "X-Fern-Runtime": core.RUNTIME.type,
657
657
  "X-Fern-Runtime-Version": core.RUNTIME.version,
658
658
  },
@@ -709,7 +709,7 @@ class V3 {
709
709
  Authorization: yield this._getAuthorizationHeader(),
710
710
  "X-Fern-Language": "JavaScript",
711
711
  "X-Fern-SDK-Name": "candidhealth",
712
- "X-Fern-SDK-Version": "0.25.0",
712
+ "X-Fern-SDK-Version": "0.26.0",
713
713
  "X-Fern-Runtime": core.RUNTIME.type,
714
714
  "X-Fern-Runtime-Version": core.RUNTIME.version,
715
715
  },
@@ -762,7 +762,7 @@ class V3 {
762
762
  Authorization: yield this._getAuthorizationHeader(),
763
763
  "X-Fern-Language": "JavaScript",
764
764
  "X-Fern-SDK-Name": "candidhealth",
765
- "X-Fern-SDK-Version": "0.25.0",
765
+ "X-Fern-SDK-Version": "0.26.0",
766
766
  "X-Fern-Runtime": core.RUNTIME.type,
767
767
  "X-Fern-Runtime-Version": core.RUNTIME.version,
768
768
  },
@@ -89,7 +89,7 @@ class V1 {
89
89
  Authorization: yield this._getAuthorizationHeader(),
90
90
  "X-Fern-Language": "JavaScript",
91
91
  "X-Fern-SDK-Name": "candidhealth",
92
- "X-Fern-SDK-Version": "0.25.0",
92
+ "X-Fern-SDK-Version": "0.26.0",
93
93
  "X-Fern-Runtime": core.RUNTIME.type,
94
94
  "X-Fern-Runtime-Version": core.RUNTIME.version,
95
95
  },
@@ -152,7 +152,7 @@ class V1 {
152
152
  Authorization: yield this._getAuthorizationHeader(),
153
153
  "X-Fern-Language": "JavaScript",
154
154
  "X-Fern-SDK-Name": "candidhealth",
155
- "X-Fern-SDK-Version": "0.25.0",
155
+ "X-Fern-SDK-Version": "0.26.0",
156
156
  "X-Fern-Runtime": core.RUNTIME.type,
157
157
  "X-Fern-Runtime-Version": core.RUNTIME.version,
158
158
  },
@@ -220,7 +220,7 @@ class V1 {
220
220
  Authorization: yield this._getAuthorizationHeader(),
221
221
  "X-Fern-Language": "JavaScript",
222
222
  "X-Fern-SDK-Name": "candidhealth",
223
- "X-Fern-SDK-Version": "0.25.0",
223
+ "X-Fern-SDK-Version": "0.26.0",
224
224
  "X-Fern-Runtime": core.RUNTIME.type,
225
225
  "X-Fern-Runtime-Version": core.RUNTIME.version,
226
226
  },
@@ -78,7 +78,7 @@ class V1 {
78
78
  Authorization: yield this._getAuthorizationHeader(),
79
79
  "X-Fern-Language": "JavaScript",
80
80
  "X-Fern-SDK-Name": "candidhealth",
81
- "X-Fern-SDK-Version": "0.25.0",
81
+ "X-Fern-SDK-Version": "0.26.0",
82
82
  "X-Fern-Runtime": core.RUNTIME.type,
83
83
  "X-Fern-Runtime-Version": core.RUNTIME.version,
84
84
  },
@@ -176,7 +176,7 @@ class V1 {
176
176
  Authorization: yield this._getAuthorizationHeader(),
177
177
  "X-Fern-Language": "JavaScript",
178
178
  "X-Fern-SDK-Name": "candidhealth",
179
- "X-Fern-SDK-Version": "0.25.0",
179
+ "X-Fern-SDK-Version": "0.26.0",
180
180
  "X-Fern-Runtime": core.RUNTIME.type,
181
181
  "X-Fern-Runtime-Version": core.RUNTIME.version,
182
182
  },
@@ -224,7 +224,7 @@ class V1 {
224
224
  Authorization: yield this._getAuthorizationHeader(),
225
225
  "X-Fern-Language": "JavaScript",
226
226
  "X-Fern-SDK-Name": "candidhealth",
227
- "X-Fern-SDK-Version": "0.25.0",
227
+ "X-Fern-SDK-Version": "0.26.0",
228
228
  "X-Fern-Runtime": core.RUNTIME.type,
229
229
  "X-Fern-Runtime-Version": core.RUNTIME.version,
230
230
  },
@@ -295,7 +295,7 @@ class V1 {
295
295
  Authorization: yield this._getAuthorizationHeader(),
296
296
  "X-Fern-Language": "JavaScript",
297
297
  "X-Fern-SDK-Name": "candidhealth",
298
- "X-Fern-SDK-Version": "0.25.0",
298
+ "X-Fern-SDK-Version": "0.26.0",
299
299
  "X-Fern-Runtime": core.RUNTIME.type,
300
300
  "X-Fern-Runtime-Version": core.RUNTIME.version,
301
301
  },
@@ -24,6 +24,9 @@ export * as payers from "./payers";
24
24
  export * as remits from "./remits";
25
25
  export * as serviceLines from "./serviceLines";
26
26
  export * as tasks from "./tasks";
27
+ export * as thirdPartyPayerPayments from "./thirdPartyPayerPayments";
28
+ export * as thirdPartyPayerRefunds from "./thirdPartyPayerRefunds";
29
+ export * as thirdPartyPayers from "./thirdPartyPayers";
27
30
  export * as writeOffs from "./writeOffs";
28
31
  export * as x12 from "./x12";
29
32
  export * as preEncounter from "./preEncounter";
@@ -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.commons = 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.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.insuranceAdjudications = exports.importInvoice = exports.guarantor = exports.feeSchedules = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.customSchemas = exports.contracts = exports.claimSubmission = exports.billingNotes = exports.auth = void 0;
29
+ exports.eligibility = exports.tags = exports.serviceFacility = exports.paymentAccountConfigs = exports.individual = exports.identifiers = exports.financials = exports.era = exports.eraCommons = exports.diagnoses = exports.commons = exports.claims = exports.preEncounter = exports.x12 = exports.writeOffs = exports.thirdPartyPayers = exports.thirdPartyPayerRefunds = exports.thirdPartyPayerPayments = exports.tasks = exports.serviceLines = exports.remits = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.organizationServiceFacilities = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.insuranceAdjudications = exports.importInvoice = exports.guarantor = exports.feeSchedules = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.customSchemas = exports.contracts = exports.claimSubmission = exports.billingNotes = exports.auth = void 0;
30
30
  exports.auth = __importStar(require("./auth"));
31
31
  exports.billingNotes = __importStar(require("./billingNotes"));
32
32
  exports.claimSubmission = __importStar(require("./claimSubmission"));
@@ -53,6 +53,9 @@ exports.payers = __importStar(require("./payers"));
53
53
  exports.remits = __importStar(require("./remits"));
54
54
  exports.serviceLines = __importStar(require("./serviceLines"));
55
55
  exports.tasks = __importStar(require("./tasks"));
56
+ exports.thirdPartyPayerPayments = __importStar(require("./thirdPartyPayerPayments"));
57
+ exports.thirdPartyPayerRefunds = __importStar(require("./thirdPartyPayerRefunds"));
58
+ exports.thirdPartyPayers = __importStar(require("./thirdPartyPayers"));
56
59
  exports.writeOffs = __importStar(require("./writeOffs"));
57
60
  exports.x12 = __importStar(require("./x12"));
58
61
  exports.preEncounter = __importStar(require("./preEncounter"));
@@ -68,7 +68,7 @@ class V1 {
68
68
  Authorization: yield this._getAuthorizationHeader(),
69
69
  "X-Fern-Language": "JavaScript",
70
70
  "X-Fern-SDK-Name": "candidhealth",
71
- "X-Fern-SDK-Version": "0.25.0",
71
+ "X-Fern-SDK-Version": "0.26.0",
72
72
  "X-Fern-Runtime": core.RUNTIME.type,
73
73
  "X-Fern-Runtime-Version": core.RUNTIME.version,
74
74
  },
@@ -127,7 +127,7 @@ class V1 {
127
127
  Authorization: yield this._getAuthorizationHeader(),
128
128
  "X-Fern-Language": "JavaScript",
129
129
  "X-Fern-SDK-Name": "candidhealth",
130
- "X-Fern-SDK-Version": "0.25.0",
130
+ "X-Fern-SDK-Version": "0.26.0",
131
131
  "X-Fern-Runtime": core.RUNTIME.type,
132
132
  "X-Fern-Runtime-Version": core.RUNTIME.version,
133
133
  },
@@ -191,7 +191,7 @@ class V1 {
191
191
  Authorization: yield this._getAuthorizationHeader(),
192
192
  "X-Fern-Language": "JavaScript",
193
193
  "X-Fern-SDK-Name": "candidhealth",
194
- "X-Fern-SDK-Version": "0.25.0",
194
+ "X-Fern-SDK-Version": "0.26.0",
195
195
  "X-Fern-Runtime": core.RUNTIME.type,
196
196
  "X-Fern-Runtime-Version": core.RUNTIME.version,
197
197
  },