candidhealth 0.8.0 → 0.10.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 (785) hide show
  1. package/Client.d.ts +6 -3
  2. package/Client.js +11 -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/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
  6. package/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +6 -0
  7. package/api/resources/commons/types/TaskAssignmentId.d.ts +8 -0
  8. package/api/resources/commons/types/TaskAssignmentId.js +10 -0
  9. package/api/resources/commons/types/TaskId.d.ts +8 -0
  10. package/api/resources/commons/types/TaskId.js +10 -0
  11. package/api/resources/commons/types/TaskNoteId.d.ts +8 -0
  12. package/api/resources/commons/types/TaskNoteId.js +10 -0
  13. package/api/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +6 -0
  14. package/api/resources/commons/types/UserId.d.ts +8 -0
  15. package/api/resources/commons/types/UserId.js +10 -0
  16. package/api/resources/commons/types/index.d.ts +6 -0
  17. package/api/resources/commons/types/index.js +6 -0
  18. package/api/resources/eligibility/resources/v2/client/Client.js +1 -1
  19. package/api/resources/encounters/resources/v4/client/Client.js +4 -4
  20. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +8 -0
  21. package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +1 -0
  22. package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +8 -0
  23. package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +10 -0
  24. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  25. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  26. package/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -0
  27. package/api/resources/expectedNetworkStatus/client/Client.js +5 -0
  28. package/api/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
  29. package/api/resources/expectedNetworkStatus/resources/index.js +2 -1
  30. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  31. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +33 -0
  32. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +163 -0
  33. package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +34 -0
  34. package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +69 -0
  35. package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +34 -0
  36. package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +69 -0
  37. package/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
  38. package/api/resources/expectedNetworkStatus/resources/v2/client/index.js +28 -0
  39. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +31 -0
  40. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +9 -0
  41. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +16 -0
  42. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +6 -0
  43. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +31 -0
  44. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +8 -0
  45. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +12 -0
  46. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +16 -0
  47. package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +9 -0
  48. package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +8 -0
  49. package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +9 -0
  50. package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +10 -0
  51. package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +9 -0
  52. package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +11 -0
  53. package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +8 -0
  54. package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +10 -0
  55. package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +9 -0
  56. package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +47 -0
  57. package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +49 -0
  58. package/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +16 -0
  59. package/api/resources/expectedNetworkStatus/resources/v2/types/index.js +32 -0
  60. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  61. package/api/resources/financials/types/Allocation.d.ts +1 -1
  62. package/api/resources/financials/types/AllocationCreate.d.ts +1 -1
  63. package/api/resources/financials/types/{AllocationRecipient.d.ts → AllocationTarget.d.ts} +2 -2
  64. package/api/resources/financials/types/{AllocationRecipientCreate.d.ts → AllocationTargetCreate.d.ts} +2 -2
  65. package/api/resources/financials/types/index.d.ts +2 -4
  66. package/api/resources/financials/types/index.js +2 -4
  67. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  68. package/api/resources/index.d.ts +2 -1
  69. package/api/resources/index.js +3 -2
  70. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/client/Client.d.ts +4 -4
  71. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/client/Client.js +3 -3
  72. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/Client.d.ts +3 -3
  73. package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/Client.js +12 -12
  74. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/create.d.ts +4 -4
  75. package/api/resources/insuranceAdjudications/resources/v1/client/create.js +47 -0
  76. package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/delete.d.ts +4 -4
  77. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/delete.js +1 -1
  78. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/get.d.ts +4 -4
  79. package/api/resources/{insuranceAdjudication/resources/v1/client/delete.js → insuranceAdjudications/resources/v1/client/get.js} +1 -1
  80. package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudication.d.ts +2 -2
  81. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.d.ts +2 -2
  82. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.d.ts +2 -2
  83. package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -1
  84. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.d.ts +2 -2
  85. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.d.ts +3 -3
  86. package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -2
  87. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +5 -0
  88. package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.d.ts +2 -2
  89. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +3 -3
  90. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +3 -1
  91. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +3 -1
  92. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  93. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  94. package/api/resources/patientPayments/resources/v4/client/Client.js +3 -3
  95. package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +2 -2
  96. package/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
  97. package/api/resources/patientRefunds/resources/v1/client/Client.js +3 -3
  98. package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -2
  99. package/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -0
  100. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  101. package/api/resources/payers/resources/v3/types/PayerId.d.ts +8 -0
  102. package/api/resources/payers/resources/v3/types/PayerId.js +10 -0
  103. package/api/resources/payers/resources/v3/types/index.d.ts +1 -0
  104. package/api/resources/payers/resources/v3/types/index.js +1 -0
  105. package/api/resources/tasks/client/Client.d.ts +18 -0
  106. package/api/resources/tasks/client/Client.js +18 -0
  107. package/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +45 -0
  108. package/api/resources/tasks/resources/commons/types/TaskCategory.js +47 -0
  109. package/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +13 -0
  110. package/api/resources/tasks/resources/commons/types/TaskStatus.js +15 -0
  111. package/api/resources/tasks/resources/commons/types/TaskType.d.ts +18 -0
  112. package/api/resources/tasks/resources/commons/types/TaskType.js +20 -0
  113. package/api/resources/tasks/resources/commons/types/index.d.ts +3 -0
  114. package/api/resources/tasks/resources/commons/types/index.js +19 -0
  115. package/api/resources/tasks/resources/index.d.ts +3 -0
  116. package/api/resources/tasks/resources/index.js +32 -0
  117. package/api/resources/tasks/resources/v3/client/Client.d.ts +42 -0
  118. package/api/resources/tasks/resources/v3/client/Client.js +306 -0
  119. package/api/resources/tasks/resources/v3/client/create.d.ts +22 -0
  120. package/{dist/api/resources/insuranceAdjudication/resources/v1/client/get.js → api/resources/tasks/resources/v3/client/create.js} +1 -1
  121. package/api/resources/tasks/resources/v3/client/get.d.ts +34 -0
  122. package/api/resources/tasks/resources/v3/client/get.js +69 -0
  123. package/api/resources/tasks/resources/v3/client/getActions.d.ts +22 -0
  124. package/api/resources/{insuranceAdjudication/resources/v1/client/get.js → tasks/resources/v3/client/getActions.js} +1 -1
  125. package/api/resources/tasks/resources/v3/client/getMulti.d.ts +31 -0
  126. package/api/resources/tasks/resources/v3/client/getMulti.js +58 -0
  127. package/api/resources/tasks/resources/v3/client/index.d.ts +6 -0
  128. package/api/resources/tasks/resources/v3/client/index.js +35 -0
  129. package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +49 -0
  130. package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.js +5 -0
  131. package/api/resources/tasks/resources/v3/client/requests/index.d.ts +1 -0
  132. package/api/resources/tasks/resources/v3/client/requests/index.js +2 -0
  133. package/api/resources/tasks/resources/v3/client/update.d.ts +40 -0
  134. package/api/resources/tasks/resources/v3/client/update.js +80 -0
  135. package/api/resources/tasks/resources/v3/index.d.ts +2 -0
  136. package/api/resources/tasks/resources/v3/index.js +18 -0
  137. package/api/resources/tasks/resources/v3/types/Task.d.ts +26 -0
  138. package/api/resources/tasks/resources/v3/types/Task.js +5 -0
  139. package/api/resources/tasks/resources/v3/types/TaskAction.d.ts +8 -0
  140. package/api/resources/tasks/resources/v3/types/TaskAction.js +5 -0
  141. package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +10 -0
  142. package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +5 -0
  143. package/api/resources/tasks/resources/v3/types/TaskActions.d.ts +7 -0
  144. package/api/resources/tasks/resources/v3/types/TaskActions.js +5 -0
  145. package/api/resources/tasks/resources/v3/types/TaskAssignment.d.ts +8 -0
  146. package/api/resources/tasks/resources/v3/types/TaskAssignment.js +5 -0
  147. package/api/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +13 -0
  148. package/api/resources/tasks/resources/v3/types/TaskCreateV3.js +5 -0
  149. package/api/resources/tasks/resources/v3/types/TaskNote.d.ts +11 -0
  150. package/api/resources/tasks/resources/v3/types/TaskNote.js +5 -0
  151. package/api/resources/tasks/resources/v3/types/TaskPage.d.ts +7 -0
  152. package/api/resources/tasks/resources/v3/types/TaskPage.js +5 -0
  153. package/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +28 -0
  154. package/api/resources/tasks/resources/v3/types/TaskSortOptions.js +30 -0
  155. package/api/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +9 -0
  156. package/api/resources/tasks/resources/v3/types/TaskUpdateV3.js +5 -0
  157. package/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +7 -0
  158. package/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +5 -0
  159. package/api/resources/tasks/resources/v3/types/index.d.ts +11 -0
  160. package/api/resources/tasks/resources/v3/types/index.js +27 -0
  161. package/api/resources/writeOffs/resources/v1/client/Client.js +3 -3
  162. package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
  163. package/api/resources/x12/resources/v1/types/Carc.d.ts +29 -1
  164. package/api/resources/x12/resources/v1/types/Carc.js +28 -0
  165. package/dist/Client.d.ts +6 -3
  166. package/dist/Client.js +11 -6
  167. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  168. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  169. package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
  170. package/dist/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +6 -0
  171. package/dist/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +5 -0
  172. package/dist/api/resources/commons/types/TaskAssignmentId.d.ts +8 -0
  173. package/dist/api/resources/commons/types/TaskAssignmentId.js +10 -0
  174. package/dist/api/resources/commons/types/TaskId.d.ts +8 -0
  175. package/dist/api/resources/commons/types/TaskId.js +10 -0
  176. package/dist/api/resources/commons/types/TaskNoteId.d.ts +8 -0
  177. package/dist/api/resources/commons/types/TaskNoteId.js +10 -0
  178. package/dist/api/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +6 -0
  179. package/dist/api/resources/commons/types/UnprocessableEntityErrorMessage.js +5 -0
  180. package/dist/api/resources/commons/types/UserId.d.ts +8 -0
  181. package/dist/api/resources/commons/types/UserId.js +10 -0
  182. package/dist/api/resources/commons/types/index.d.ts +6 -0
  183. package/dist/api/resources/commons/types/index.js +6 -0
  184. package/dist/api/resources/eligibility/resources/v2/client/Client.js +1 -1
  185. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  186. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +8 -0
  187. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +1 -0
  188. package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +8 -0
  189. package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +10 -0
  190. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  191. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  192. package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -0
  193. package/dist/api/resources/expectedNetworkStatus/client/Client.js +5 -0
  194. package/dist/api/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
  195. package/dist/api/resources/expectedNetworkStatus/resources/index.js +2 -1
  196. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  197. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +33 -0
  198. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +163 -0
  199. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +34 -0
  200. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +69 -0
  201. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +34 -0
  202. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +69 -0
  203. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
  204. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.js +28 -0
  205. package/dist/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +2 -0
  206. package/dist/api/resources/expectedNetworkStatus/resources/v2/index.js +18 -0
  207. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +31 -0
  208. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +5 -0
  209. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +9 -0
  210. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +5 -0
  211. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +16 -0
  212. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +5 -0
  213. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +6 -0
  214. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +5 -0
  215. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +31 -0
  216. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +5 -0
  217. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +8 -0
  218. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +5 -0
  219. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +12 -0
  220. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +5 -0
  221. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +16 -0
  222. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +5 -0
  223. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +9 -0
  224. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +5 -0
  225. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +8 -0
  226. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +5 -0
  227. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +9 -0
  228. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +5 -0
  229. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +10 -0
  230. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +5 -0
  231. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +9 -0
  232. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +11 -0
  233. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +8 -0
  234. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +10 -0
  235. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +9 -0
  236. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +5 -0
  237. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +47 -0
  238. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +49 -0
  239. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +16 -0
  240. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.js +32 -0
  241. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  242. package/dist/api/resources/financials/types/Allocation.d.ts +1 -1
  243. package/dist/api/resources/financials/types/AllocationCreate.d.ts +1 -1
  244. package/dist/api/resources/financials/types/{AllocationRecipient.d.ts → AllocationTarget.d.ts} +2 -2
  245. package/dist/api/resources/financials/types/AllocationTarget.js +5 -0
  246. package/dist/api/resources/financials/types/{AllocationRecipientCreate.d.ts → AllocationTargetCreate.d.ts} +2 -2
  247. package/dist/api/resources/financials/types/AllocationTargetCreate.js +5 -0
  248. package/dist/api/resources/financials/types/index.d.ts +2 -4
  249. package/dist/api/resources/financials/types/index.js +2 -4
  250. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  251. package/dist/api/resources/index.d.ts +2 -1
  252. package/dist/api/resources/index.js +3 -2
  253. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/client/Client.d.ts +4 -4
  254. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/client/Client.js +3 -3
  255. package/dist/api/resources/insuranceAdjudications/client/index.d.ts +1 -0
  256. package/dist/api/resources/insuranceAdjudications/client/index.js +2 -0
  257. package/dist/api/resources/insuranceAdjudications/index.d.ts +2 -0
  258. package/dist/api/resources/insuranceAdjudications/index.js +18 -0
  259. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/client/Client.d.ts +3 -3
  260. package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/Client.js +12 -12
  261. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/client/create.d.ts +4 -4
  262. package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.js +47 -0
  263. package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/delete.d.ts +4 -4
  264. package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.js +47 -0
  265. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/client/get.d.ts +4 -4
  266. package/{api/resources/insuranceAdjudication/resources/v1/client/create.js → dist/api/resources/insuranceAdjudications/resources/v1/client/get.js} +1 -1
  267. package/dist/api/resources/insuranceAdjudications/resources/v1/index.d.ts +2 -0
  268. package/dist/api/resources/insuranceAdjudications/resources/v1/index.js +18 -0
  269. package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudication.d.ts +2 -2
  270. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +5 -0
  271. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.d.ts +2 -2
  272. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +5 -0
  273. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjustmentReasonCode.js +5 -0
  274. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.d.ts +2 -2
  275. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +5 -0
  276. package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -1
  277. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +5 -0
  278. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.d.ts +2 -2
  279. package/dist/api/resources/insuranceAdjudications/resources/v1/types/RemittanceAdviceRemarkCode.js +5 -0
  280. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.d.ts +3 -3
  281. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +5 -0
  282. package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -2
  283. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +5 -0
  284. package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.d.ts +2 -2
  285. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +3 -3
  286. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +3 -1
  287. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +3 -1
  288. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  289. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  290. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +3 -3
  291. package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +2 -2
  292. package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
  293. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +3 -3
  294. package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -2
  295. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -0
  296. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  297. package/dist/api/resources/payers/resources/v3/types/PayerId.d.ts +8 -0
  298. package/dist/api/resources/payers/resources/v3/types/PayerId.js +10 -0
  299. package/dist/api/resources/payers/resources/v3/types/index.d.ts +1 -0
  300. package/dist/api/resources/payers/resources/v3/types/index.js +1 -0
  301. package/dist/api/resources/tasks/client/Client.d.ts +18 -0
  302. package/dist/api/resources/tasks/client/Client.js +18 -0
  303. package/dist/api/resources/tasks/client/index.d.ts +1 -0
  304. package/dist/api/resources/tasks/client/index.js +2 -0
  305. package/dist/api/resources/tasks/index.d.ts +2 -0
  306. package/dist/api/resources/tasks/index.js +18 -0
  307. package/dist/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +45 -0
  308. package/dist/api/resources/tasks/resources/commons/types/TaskCategory.js +47 -0
  309. package/dist/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +13 -0
  310. package/dist/api/resources/tasks/resources/commons/types/TaskStatus.js +15 -0
  311. package/dist/api/resources/tasks/resources/commons/types/TaskType.d.ts +18 -0
  312. package/dist/api/resources/tasks/resources/commons/types/TaskType.js +20 -0
  313. package/dist/api/resources/tasks/resources/commons/types/index.d.ts +3 -0
  314. package/dist/api/resources/tasks/resources/commons/types/index.js +19 -0
  315. package/dist/api/resources/tasks/resources/index.d.ts +3 -0
  316. package/dist/api/resources/tasks/resources/index.js +32 -0
  317. package/dist/api/resources/tasks/resources/v3/client/Client.d.ts +42 -0
  318. package/dist/api/resources/tasks/resources/v3/client/Client.js +306 -0
  319. package/dist/api/resources/tasks/resources/v3/client/create.d.ts +22 -0
  320. package/dist/api/resources/{insuranceAdjudication/resources/v1 → tasks/resources/v3}/client/create.js +1 -1
  321. package/dist/api/resources/tasks/resources/v3/client/get.d.ts +34 -0
  322. package/dist/api/resources/tasks/resources/v3/client/get.js +69 -0
  323. package/dist/api/resources/tasks/resources/v3/client/getActions.d.ts +22 -0
  324. package/dist/api/resources/tasks/resources/v3/client/getActions.js +47 -0
  325. package/dist/api/resources/tasks/resources/v3/client/getMulti.d.ts +31 -0
  326. package/dist/api/resources/tasks/resources/v3/client/getMulti.js +58 -0
  327. package/dist/api/resources/tasks/resources/v3/client/index.d.ts +6 -0
  328. package/dist/api/resources/tasks/resources/v3/client/index.js +35 -0
  329. package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +49 -0
  330. package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.js +5 -0
  331. package/dist/api/resources/tasks/resources/v3/client/requests/index.d.ts +1 -0
  332. package/dist/api/resources/tasks/resources/v3/client/requests/index.js +2 -0
  333. package/dist/api/resources/tasks/resources/v3/client/update.d.ts +40 -0
  334. package/dist/api/resources/tasks/resources/v3/client/update.js +80 -0
  335. package/dist/api/resources/tasks/resources/v3/index.d.ts +2 -0
  336. package/dist/api/resources/tasks/resources/v3/index.js +18 -0
  337. package/dist/api/resources/tasks/resources/v3/types/Task.d.ts +26 -0
  338. package/dist/api/resources/tasks/resources/v3/types/Task.js +5 -0
  339. package/dist/api/resources/tasks/resources/v3/types/TaskAction.d.ts +8 -0
  340. package/dist/api/resources/tasks/resources/v3/types/TaskAction.js +5 -0
  341. package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +10 -0
  342. package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +5 -0
  343. package/dist/api/resources/tasks/resources/v3/types/TaskActions.d.ts +7 -0
  344. package/dist/api/resources/tasks/resources/v3/types/TaskActions.js +5 -0
  345. package/dist/api/resources/tasks/resources/v3/types/TaskAssignment.d.ts +8 -0
  346. package/dist/api/resources/tasks/resources/v3/types/TaskAssignment.js +5 -0
  347. package/dist/api/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +13 -0
  348. package/dist/api/resources/tasks/resources/v3/types/TaskCreateV3.js +5 -0
  349. package/dist/api/resources/tasks/resources/v3/types/TaskNote.d.ts +11 -0
  350. package/dist/api/resources/tasks/resources/v3/types/TaskNote.js +5 -0
  351. package/dist/api/resources/tasks/resources/v3/types/TaskPage.d.ts +7 -0
  352. package/dist/api/resources/tasks/resources/v3/types/TaskPage.js +5 -0
  353. package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +28 -0
  354. package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.js +30 -0
  355. package/dist/api/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +9 -0
  356. package/dist/api/resources/tasks/resources/v3/types/TaskUpdateV3.js +5 -0
  357. package/dist/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +7 -0
  358. package/dist/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +5 -0
  359. package/dist/api/resources/tasks/resources/v3/types/index.d.ts +11 -0
  360. package/dist/api/resources/tasks/resources/v3/types/index.js +27 -0
  361. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +3 -3
  362. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
  363. package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +29 -1
  364. package/dist/api/resources/x12/resources/v1/types/Carc.js +28 -0
  365. package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
  366. package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +6 -2
  367. package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +12 -0
  368. package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +33 -0
  369. package/dist/serialization/resources/commons/types/TaskAssignmentId.d.ts +10 -0
  370. package/dist/serialization/resources/commons/types/TaskAssignmentId.js +35 -0
  371. package/dist/serialization/resources/commons/types/TaskId.d.ts +10 -0
  372. package/dist/serialization/resources/commons/types/TaskId.js +37 -0
  373. package/dist/serialization/resources/commons/types/TaskNoteId.d.ts +10 -0
  374. package/dist/serialization/resources/commons/types/TaskNoteId.js +35 -0
  375. package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +12 -0
  376. package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +33 -0
  377. package/dist/serialization/resources/commons/types/UserId.d.ts +10 -0
  378. package/dist/serialization/resources/commons/types/UserId.js +37 -0
  379. package/dist/serialization/resources/commons/types/index.d.ts +6 -0
  380. package/dist/serialization/resources/commons/types/index.js +6 -0
  381. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  382. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  383. package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +10 -0
  384. package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +31 -0
  385. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  386. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  387. package/dist/serialization/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
  388. package/dist/serialization/resources/expectedNetworkStatus/resources/index.js +2 -1
  389. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +18 -0
  390. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +51 -0
  391. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +18 -0
  392. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +51 -0
  393. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
  394. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +28 -0
  395. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +2 -0
  396. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.js +18 -0
  397. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +18 -0
  398. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +39 -0
  399. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +13 -0
  400. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +34 -0
  401. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +19 -0
  402. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +40 -0
  403. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +12 -0
  404. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +33 -0
  405. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +18 -0
  406. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +39 -0
  407. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +13 -0
  408. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +34 -0
  409. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +14 -0
  410. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +35 -0
  411. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +19 -0
  412. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +40 -0
  413. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +14 -0
  414. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +35 -0
  415. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +13 -0
  416. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +34 -0
  417. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +14 -0
  418. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +37 -0
  419. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +13 -0
  420. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +34 -0
  421. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +10 -0
  422. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +31 -0
  423. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +10 -0
  424. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +35 -0
  425. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +14 -0
  426. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +35 -0
  427. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +10 -0
  428. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +73 -0
  429. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +16 -0
  430. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +32 -0
  431. package/dist/serialization/resources/financials/types/Allocation.d.ts +1 -1
  432. package/dist/serialization/resources/financials/types/Allocation.js +1 -1
  433. package/dist/serialization/resources/financials/types/AllocationCreate.d.ts +1 -1
  434. package/dist/serialization/resources/financials/types/AllocationCreate.js +1 -1
  435. package/{serialization/resources/financials/types/AllocationRecipient.d.ts → dist/serialization/resources/financials/types/AllocationTarget.d.ts} +3 -3
  436. package/dist/serialization/resources/financials/types/{AllocationRecipient.js → AllocationTarget.js} +2 -2
  437. package/{serialization/resources/financials/types/AllocationRecipientCreate.d.ts → dist/serialization/resources/financials/types/AllocationTargetCreate.d.ts} +3 -3
  438. package/dist/serialization/resources/financials/types/{AllocationRecipientCreate.js → AllocationTargetCreate.js} +2 -2
  439. package/dist/serialization/resources/financials/types/index.d.ts +2 -4
  440. package/dist/serialization/resources/financials/types/index.js +2 -4
  441. package/dist/serialization/resources/index.d.ts +2 -1
  442. package/dist/serialization/resources/index.js +3 -2
  443. package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -0
  444. package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.js +17 -0
  445. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudication.d.ts +3 -3
  446. package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudication.js +2 -2
  447. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.d.ts +3 -3
  448. package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.js +2 -2
  449. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +1 -1
  450. package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.d.ts +3 -3
  451. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.js +2 -2
  452. package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.d.ts +2 -2
  453. package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.js +1 -1
  454. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -1
  455. package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.js +1 -1
  456. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +1 -1
  457. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.d.ts +4 -4
  458. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.js +3 -3
  459. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +3 -3
  460. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.js +2 -2
  461. package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -1
  462. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.js +1 -1
  463. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +3 -1
  464. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +3 -1
  465. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +3 -1
  466. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +3 -1
  467. package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +2 -2
  468. package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +2 -2
  469. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
  470. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +1 -0
  471. package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -2
  472. package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +3 -2
  473. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -0
  474. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +2 -0
  475. package/dist/serialization/resources/payers/resources/v3/types/PayerId.d.ts +10 -0
  476. package/dist/serialization/resources/payers/resources/v3/types/PayerId.js +35 -0
  477. package/dist/serialization/resources/payers/resources/v3/types/index.d.ts +1 -0
  478. package/dist/serialization/resources/payers/resources/v3/types/index.js +1 -0
  479. package/dist/serialization/resources/tasks/resources/commons/index.d.ts +1 -0
  480. package/dist/serialization/resources/tasks/resources/commons/index.js +17 -0
  481. package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.d.ts +10 -0
  482. package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.js +71 -0
  483. package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.d.ts +10 -0
  484. package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.js +39 -0
  485. package/dist/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +10 -0
  486. package/dist/serialization/resources/tasks/resources/commons/types/TaskType.js +44 -0
  487. package/dist/serialization/resources/tasks/resources/commons/types/index.d.ts +3 -0
  488. package/dist/serialization/resources/tasks/resources/commons/types/index.js +19 -0
  489. package/dist/serialization/resources/tasks/resources/index.d.ts +3 -0
  490. package/dist/serialization/resources/tasks/resources/index.js +32 -0
  491. package/dist/serialization/resources/tasks/resources/v3/client/get.d.ts +18 -0
  492. package/dist/serialization/resources/tasks/resources/v3/client/get.js +51 -0
  493. package/dist/serialization/resources/tasks/resources/v3/client/getMulti.d.ts +14 -0
  494. package/dist/serialization/resources/tasks/resources/v3/client/getMulti.js +46 -0
  495. package/dist/serialization/resources/tasks/resources/v3/client/index.d.ts +3 -0
  496. package/dist/serialization/resources/tasks/resources/v3/client/index.js +29 -0
  497. package/dist/serialization/resources/tasks/resources/v3/client/update.d.ts +22 -0
  498. package/dist/serialization/resources/tasks/resources/v3/client/update.js +56 -0
  499. package/dist/serialization/resources/tasks/resources/v3/index.d.ts +2 -0
  500. package/dist/serialization/resources/tasks/resources/v3/index.js +18 -0
  501. package/dist/serialization/resources/tasks/resources/v3/types/Task.d.ts +29 -0
  502. package/dist/serialization/resources/tasks/resources/v3/types/Task.js +50 -0
  503. package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +13 -0
  504. package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.js +34 -0
  505. package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +13 -0
  506. package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +38 -0
  507. package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.d.ts +12 -0
  508. package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.js +33 -0
  509. package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.d.ts +13 -0
  510. package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +34 -0
  511. package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +18 -0
  512. package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +39 -0
  513. package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.d.ts +16 -0
  514. package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.js +37 -0
  515. package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.d.ts +12 -0
  516. package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.js +35 -0
  517. package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +10 -0
  518. package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +54 -0
  519. package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +14 -0
  520. package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +35 -0
  521. package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +12 -0
  522. package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +33 -0
  523. package/dist/serialization/resources/tasks/resources/v3/types/index.d.ts +11 -0
  524. package/dist/serialization/resources/tasks/resources/v3/types/index.js +27 -0
  525. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
  526. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +1 -1
  527. package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
  528. package/dist/serialization/resources/x12/resources/v1/types/Carc.js +28 -0
  529. package/package.json +1 -1
  530. package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
  531. package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +6 -2
  532. package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +12 -0
  533. package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +33 -0
  534. package/serialization/resources/commons/types/TaskAssignmentId.d.ts +10 -0
  535. package/serialization/resources/commons/types/TaskAssignmentId.js +35 -0
  536. package/serialization/resources/commons/types/TaskId.d.ts +10 -0
  537. package/serialization/resources/commons/types/TaskId.js +37 -0
  538. package/serialization/resources/commons/types/TaskNoteId.d.ts +10 -0
  539. package/serialization/resources/commons/types/TaskNoteId.js +35 -0
  540. package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +12 -0
  541. package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +33 -0
  542. package/serialization/resources/commons/types/UserId.d.ts +10 -0
  543. package/serialization/resources/commons/types/UserId.js +37 -0
  544. package/serialization/resources/commons/types/index.d.ts +6 -0
  545. package/serialization/resources/commons/types/index.js +6 -0
  546. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  547. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  548. package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +10 -0
  549. package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +31 -0
  550. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  551. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  552. package/serialization/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
  553. package/serialization/resources/expectedNetworkStatus/resources/index.js +2 -1
  554. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +18 -0
  555. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +51 -0
  556. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +18 -0
  557. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +51 -0
  558. package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
  559. package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +28 -0
  560. package/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +2 -0
  561. package/serialization/resources/expectedNetworkStatus/resources/v2/index.js +18 -0
  562. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +18 -0
  563. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +39 -0
  564. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +13 -0
  565. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +34 -0
  566. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +19 -0
  567. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +40 -0
  568. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +12 -0
  569. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +33 -0
  570. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +18 -0
  571. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +39 -0
  572. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +13 -0
  573. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +34 -0
  574. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +14 -0
  575. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +35 -0
  576. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +19 -0
  577. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +40 -0
  578. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +14 -0
  579. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +35 -0
  580. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +13 -0
  581. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +34 -0
  582. package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +14 -0
  583. package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +37 -0
  584. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +13 -0
  585. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +34 -0
  586. package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +10 -0
  587. package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +31 -0
  588. package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +10 -0
  589. package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +35 -0
  590. package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +14 -0
  591. package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +35 -0
  592. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +10 -0
  593. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +73 -0
  594. package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +16 -0
  595. package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +32 -0
  596. package/serialization/resources/financials/types/Allocation.d.ts +1 -1
  597. package/serialization/resources/financials/types/Allocation.js +1 -1
  598. package/serialization/resources/financials/types/AllocationCreate.d.ts +1 -1
  599. package/serialization/resources/financials/types/AllocationCreate.js +1 -1
  600. package/{dist/serialization/resources/financials/types/AllocationRecipient.d.ts → serialization/resources/financials/types/AllocationTarget.d.ts} +3 -3
  601. package/serialization/resources/financials/types/{AllocationRecipient.js → AllocationTarget.js} +2 -2
  602. package/{dist/serialization/resources/financials/types/AllocationRecipientCreate.d.ts → serialization/resources/financials/types/AllocationTargetCreate.d.ts} +3 -3
  603. package/serialization/resources/financials/types/{AllocationRecipientCreate.js → AllocationTargetCreate.js} +2 -2
  604. package/serialization/resources/financials/types/index.d.ts +2 -4
  605. package/serialization/resources/financials/types/index.js +2 -4
  606. package/serialization/resources/index.d.ts +2 -1
  607. package/serialization/resources/index.js +3 -2
  608. package/serialization/resources/insuranceAdjudications/index.d.ts +1 -0
  609. package/serialization/resources/insuranceAdjudications/index.js +17 -0
  610. package/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -0
  611. package/serialization/resources/insuranceAdjudications/resources/v1/index.js +17 -0
  612. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudication.d.ts +3 -3
  613. package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudication.js +2 -2
  614. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.d.ts +3 -3
  615. package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.js +2 -2
  616. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +1 -1
  617. package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.d.ts +3 -3
  618. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.js +2 -2
  619. package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.d.ts +2 -2
  620. package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.js +1 -1
  621. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -1
  622. package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.js +1 -1
  623. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +1 -1
  624. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.d.ts +4 -4
  625. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.js +3 -3
  626. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +3 -3
  627. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.js +2 -2
  628. package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -1
  629. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.js +1 -1
  630. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +3 -1
  631. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +3 -1
  632. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +3 -1
  633. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +3 -1
  634. package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +2 -2
  635. package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +2 -2
  636. package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
  637. package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +1 -0
  638. package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -2
  639. package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +3 -2
  640. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -0
  641. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +2 -0
  642. package/serialization/resources/payers/resources/v3/types/PayerId.d.ts +10 -0
  643. package/serialization/resources/payers/resources/v3/types/PayerId.js +35 -0
  644. package/serialization/resources/payers/resources/v3/types/index.d.ts +1 -0
  645. package/serialization/resources/payers/resources/v3/types/index.js +1 -0
  646. package/serialization/resources/tasks/index.d.ts +1 -0
  647. package/serialization/resources/tasks/index.js +17 -0
  648. package/serialization/resources/tasks/resources/commons/index.d.ts +1 -0
  649. package/serialization/resources/tasks/resources/commons/index.js +17 -0
  650. package/serialization/resources/tasks/resources/commons/types/TaskCategory.d.ts +10 -0
  651. package/serialization/resources/tasks/resources/commons/types/TaskCategory.js +71 -0
  652. package/serialization/resources/tasks/resources/commons/types/TaskStatus.d.ts +10 -0
  653. package/serialization/resources/tasks/resources/commons/types/TaskStatus.js +39 -0
  654. package/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +10 -0
  655. package/serialization/resources/tasks/resources/commons/types/TaskType.js +44 -0
  656. package/serialization/resources/tasks/resources/commons/types/index.d.ts +3 -0
  657. package/serialization/resources/tasks/resources/commons/types/index.js +19 -0
  658. package/serialization/resources/tasks/resources/index.d.ts +3 -0
  659. package/serialization/resources/tasks/resources/index.js +32 -0
  660. package/serialization/resources/tasks/resources/v3/client/get.d.ts +18 -0
  661. package/serialization/resources/tasks/resources/v3/client/get.js +51 -0
  662. package/serialization/resources/tasks/resources/v3/client/getMulti.d.ts +14 -0
  663. package/serialization/resources/tasks/resources/v3/client/getMulti.js +46 -0
  664. package/serialization/resources/tasks/resources/v3/client/index.d.ts +3 -0
  665. package/serialization/resources/tasks/resources/v3/client/index.js +29 -0
  666. package/serialization/resources/tasks/resources/v3/client/update.d.ts +22 -0
  667. package/serialization/resources/tasks/resources/v3/client/update.js +56 -0
  668. package/serialization/resources/tasks/resources/v3/index.d.ts +2 -0
  669. package/serialization/resources/tasks/resources/v3/index.js +18 -0
  670. package/serialization/resources/tasks/resources/v3/types/Task.d.ts +29 -0
  671. package/serialization/resources/tasks/resources/v3/types/Task.js +50 -0
  672. package/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +13 -0
  673. package/serialization/resources/tasks/resources/v3/types/TaskAction.js +34 -0
  674. package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +13 -0
  675. package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +38 -0
  676. package/serialization/resources/tasks/resources/v3/types/TaskActions.d.ts +12 -0
  677. package/serialization/resources/tasks/resources/v3/types/TaskActions.js +33 -0
  678. package/serialization/resources/tasks/resources/v3/types/TaskAssignment.d.ts +13 -0
  679. package/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +34 -0
  680. package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +18 -0
  681. package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +39 -0
  682. package/serialization/resources/tasks/resources/v3/types/TaskNote.d.ts +16 -0
  683. package/serialization/resources/tasks/resources/v3/types/TaskNote.js +37 -0
  684. package/serialization/resources/tasks/resources/v3/types/TaskPage.d.ts +12 -0
  685. package/serialization/resources/tasks/resources/v3/types/TaskPage.js +35 -0
  686. package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +10 -0
  687. package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +54 -0
  688. package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +14 -0
  689. package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +35 -0
  690. package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +12 -0
  691. package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +33 -0
  692. package/serialization/resources/tasks/resources/v3/types/index.d.ts +11 -0
  693. package/serialization/resources/tasks/resources/v3/types/index.js +27 -0
  694. package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
  695. package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +1 -1
  696. package/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
  697. package/serialization/resources/x12/resources/v1/types/Carc.js +28 -0
  698. package/api/resources/financials/types/RefundAllocation.d.ts +0 -8
  699. package/api/resources/financials/types/RefundAllocationCreate.d.ts +0 -8
  700. package/dist/api/resources/financials/types/RefundAllocation.d.ts +0 -8
  701. package/dist/api/resources/financials/types/RefundAllocationCreate.d.ts +0 -8
  702. package/dist/serialization/resources/financials/types/RefundAllocation.d.ts +0 -13
  703. package/dist/serialization/resources/financials/types/RefundAllocation.js +0 -34
  704. package/dist/serialization/resources/financials/types/RefundAllocationCreate.d.ts +0 -13
  705. package/dist/serialization/resources/financials/types/RefundAllocationCreate.js +0 -34
  706. package/serialization/resources/financials/types/RefundAllocation.d.ts +0 -13
  707. package/serialization/resources/financials/types/RefundAllocation.js +0 -34
  708. package/serialization/resources/financials/types/RefundAllocationCreate.d.ts +0 -13
  709. package/serialization/resources/financials/types/RefundAllocationCreate.js +0 -34
  710. /package/api/resources/{financials/types/AllocationRecipient.js → commons/types/OrganizationNotAuthorizedErrorMessage.js} +0 -0
  711. /package/api/resources/{financials/types/AllocationRecipientCreate.js → commons/types/UnprocessableEntityErrorMessage.js} +0 -0
  712. /package/api/resources/{insuranceAdjudication/resources/v1 → expectedNetworkStatus/resources/v2}/index.d.ts +0 -0
  713. /package/api/resources/{insuranceAdjudication/resources/v1 → expectedNetworkStatus/resources/v2}/index.js +0 -0
  714. /package/api/resources/{financials/types/RefundAllocation.js → expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js} +0 -0
  715. /package/api/resources/{financials/types/RefundAllocationCreate.js → expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js} +0 -0
  716. /package/api/resources/{insuranceAdjudication/resources/v1/types/ClaimAdjudication.js → expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js} +0 -0
  717. /package/api/resources/{insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js → expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js} +0 -0
  718. /package/api/resources/{insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js → expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js} +0 -0
  719. /package/api/resources/{insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js → expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js} +0 -0
  720. /package/api/resources/{insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js → expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js} +0 -0
  721. /package/api/resources/{insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js → expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js} +0 -0
  722. /package/api/resources/{insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js → expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js} +0 -0
  723. /package/api/resources/{insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js → expectedNetworkStatus/resources/v2/types/InNetworkStatus.js} +0 -0
  724. /package/{dist/api/resources/financials/types/AllocationRecipient.js → api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js} +0 -0
  725. /package/{dist/api/resources/financials/types/AllocationRecipientCreate.js → api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js} +0 -0
  726. /package/{dist/api/resources/financials/types/RefundAllocation.js → api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js} +0 -0
  727. /package/{dist/api/resources/financials/types/RefundAllocationCreate.js → api/resources/financials/types/AllocationTarget.js} +0 -0
  728. /package/{dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.js → api/resources/financials/types/AllocationTargetCreate.js} +0 -0
  729. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/client/index.d.ts +0 -0
  730. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/client/index.js +0 -0
  731. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/index.d.ts +0 -0
  732. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/index.js +0 -0
  733. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.d.ts +0 -0
  734. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.js +0 -0
  735. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/index.d.ts +0 -0
  736. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/index.js +0 -0
  737. /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/index.d.ts +0 -0
  738. /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/index.js +0 -0
  739. /package/{dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js → api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js} +0 -0
  740. /package/{dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js → api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js} +0 -0
  741. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -0
  742. /package/{dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js → api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjustmentReasonCode.js} +0 -0
  743. /package/{dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js → api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js} +0 -0
  744. /package/{dist/api/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js → api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js} +0 -0
  745. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.js +0 -0
  746. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -0
  747. /package/{dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js → api/resources/insuranceAdjudications/resources/v1/types/RemittanceAdviceRemarkCode.js} +0 -0
  748. /package/{dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js → api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js} +0 -0
  749. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.js +0 -0
  750. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.d.ts +0 -0
  751. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.js +0 -0
  752. /package/{dist/api/resources/insuranceAdjudication → api/resources/tasks}/client/index.d.ts +0 -0
  753. /package/{dist/api/resources/insuranceAdjudication → api/resources/tasks}/client/index.js +0 -0
  754. /package/{dist/api/resources/insuranceAdjudication → api/resources/tasks}/index.d.ts +0 -0
  755. /package/{dist/api/resources/insuranceAdjudication → api/resources/tasks}/index.js +0 -0
  756. /package/{dist/serialization/resources/insuranceAdjudication/resources/v1 → api/resources/tasks/resources/commons}/index.d.ts +0 -0
  757. /package/{dist/serialization/resources/insuranceAdjudication/resources/v1 → api/resources/tasks/resources/commons}/index.js +0 -0
  758. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.d.ts +0 -0
  759. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.js +0 -0
  760. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/index.d.ts +0 -0
  761. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/index.js +0 -0
  762. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -0
  763. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.js +0 -0
  764. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -0
  765. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.js +0 -0
  766. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.d.ts +0 -0
  767. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.js +0 -0
  768. /package/{serialization/resources/insuranceAdjudication/resources/v1 → dist/api/resources/tasks/resources/commons}/index.d.ts +0 -0
  769. /package/{serialization/resources/insuranceAdjudication/resources/v1 → dist/api/resources/tasks/resources/commons}/index.js +0 -0
  770. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/index.d.ts +0 -0
  771. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/index.js +0 -0
  772. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.d.ts +0 -0
  773. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.js +0 -0
  774. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -0
  775. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -0
  776. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.d.ts +0 -0
  777. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.js +0 -0
  778. /package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/tasks}/index.d.ts +0 -0
  779. /package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/tasks}/index.js +0 -0
  780. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.d.ts +0 -0
  781. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.js +0 -0
  782. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -0
  783. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -0
  784. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.d.ts +0 -0
  785. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.js +0 -0
@@ -26,7 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.eligibility = exports.tags = exports.serviceFacility = exports.invoices = exports.insuranceCard = exports.individual = exports.identifiers = exports.financials = exports.era = exports.diagnoses = exports.contracts = exports.commons = exports.claims = exports.x12 = exports.writeOffs = exports.serviceLines = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.organizationServiceFacilities = exports.insuranceRefunds = exports.insuranceAdjudication = exports.guarantor = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.claimSubmission = exports.billingNotes = exports.auth = void 0;
29
+ exports.eligibility = exports.tags = exports.serviceFacility = exports.invoices = exports.insuranceCard = exports.individual = exports.identifiers = exports.financials = exports.era = exports.diagnoses = exports.contracts = exports.commons = exports.claims = exports.x12 = exports.writeOffs = exports.tasks = exports.serviceLines = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.organizationServiceFacilities = exports.insuranceRefunds = exports.insuranceAdjudications = exports.guarantor = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = 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"));
@@ -35,7 +35,7 @@ exports.encounters = __importStar(require("./encounters"));
35
35
  exports.expectedNetworkStatus = __importStar(require("./expectedNetworkStatus"));
36
36
  exports.exports = __importStar(require("./exports"));
37
37
  exports.guarantor = __importStar(require("./guarantor"));
38
- exports.insuranceAdjudication = __importStar(require("./insuranceAdjudication"));
38
+ exports.insuranceAdjudications = __importStar(require("./insuranceAdjudications"));
39
39
  exports.insuranceRefunds = __importStar(require("./insuranceRefunds"));
40
40
  exports.organizationServiceFacilities = __importStar(require("./organizationServiceFacilities"));
41
41
  exports.organizationProviders = __importStar(require("./organizationProviders"));
@@ -43,6 +43,7 @@ exports.patientPayments = __importStar(require("./patientPayments"));
43
43
  exports.patientRefunds = __importStar(require("./patientRefunds"));
44
44
  exports.payers = __importStar(require("./payers"));
45
45
  exports.serviceLines = __importStar(require("./serviceLines"));
46
+ exports.tasks = __importStar(require("./tasks"));
46
47
  exports.writeOffs = __importStar(require("./writeOffs"));
47
48
  exports.x12 = __importStar(require("./x12"));
48
49
  exports.claims = __importStar(require("./claims"));
@@ -0,0 +1 @@
1
+ export * from "./resources";
@@ -0,0 +1,17 @@
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("./resources"), exports);
@@ -0,0 +1 @@
1
+ export * from "./types";
@@ -0,0 +1,17 @@
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("./types"), exports);
@@ -4,12 +4,12 @@
4
4
  import * as serializers from "../../../../..";
5
5
  import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
- export declare const ClaimAdjudication: core.serialization.ObjectSchema<serializers.insuranceAdjudication.v1.ClaimAdjudication.Raw, CandidApi.insuranceAdjudication.v1.ClaimAdjudication>;
7
+ export declare const ClaimAdjudication: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.ClaimAdjudication.Raw, CandidApi.insuranceAdjudications.v1.ClaimAdjudication>;
8
8
  export declare namespace ClaimAdjudication {
9
9
  interface Raw {
10
10
  insurance_allowed_amount_cents?: number | null;
11
11
  insurance_paid_amount_cents?: number | null;
12
- service_lines: Record<serializers.ServiceLineId.Raw, serializers.insuranceAdjudication.v1.ServiceLineAdjudication.Raw>;
13
- carcs: serializers.insuranceAdjudication.v1.ClaimAdjustmentReasonCode.Raw[];
12
+ service_lines: Record<serializers.ServiceLineId.Raw, serializers.insuranceAdjudications.v1.ServiceLineAdjudication.Raw>;
13
+ carcs: serializers.insuranceAdjudications.v1.ClaimAdjustmentReasonCode.Raw[];
14
14
  }
15
15
  }
@@ -31,6 +31,6 @@ const core = __importStar(require("../../../../../../core"));
31
31
  exports.ClaimAdjudication = core.serialization.object({
32
32
  insuranceAllowedAmountCents: core.serialization.property("insurance_allowed_amount_cents", core.serialization.number().optional()),
33
33
  insurancePaidAmountCents: core.serialization.property("insurance_paid_amount_cents", core.serialization.number().optional()),
34
- serviceLines: core.serialization.property("service_lines", core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudication.v1.ServiceLineAdjudication))),
35
- carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudication.v1.ClaimAdjustmentReasonCode)),
34
+ serviceLines: core.serialization.property("service_lines", core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ServiceLineAdjudication))),
35
+ carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ClaimAdjustmentReasonCode)),
36
36
  });
@@ -4,12 +4,12 @@
4
4
  import * as serializers from "../../../../..";
5
5
  import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
- export declare const ClaimAdjudicationCreate: core.serialization.ObjectSchema<serializers.insuranceAdjudication.v1.ClaimAdjudicationCreate.Raw, CandidApi.insuranceAdjudication.v1.ClaimAdjudicationCreate>;
7
+ export declare const ClaimAdjudicationCreate: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.ClaimAdjudicationCreate.Raw, CandidApi.insuranceAdjudications.v1.ClaimAdjudicationCreate>;
8
8
  export declare namespace ClaimAdjudicationCreate {
9
9
  interface Raw {
10
10
  insurance_allowed_amount_cents?: number | null;
11
11
  insurance_paid_amount_cents?: number | null;
12
- service_lines: Record<serializers.ServiceLineId.Raw, serializers.insuranceAdjudication.v1.ServiceLineAdjudicationCreate.Raw>;
13
- carcs: serializers.insuranceAdjudication.v1.ClaimAdjustmentReasonCode.Raw[];
12
+ service_lines: Record<serializers.ServiceLineId.Raw, serializers.insuranceAdjudications.v1.ServiceLineAdjudicationCreate.Raw>;
13
+ carcs: serializers.insuranceAdjudications.v1.ClaimAdjustmentReasonCode.Raw[];
14
14
  }
15
15
  }
@@ -31,6 +31,6 @@ const core = __importStar(require("../../../../../../core"));
31
31
  exports.ClaimAdjudicationCreate = core.serialization.object({
32
32
  insuranceAllowedAmountCents: core.serialization.property("insurance_allowed_amount_cents", core.serialization.number().optional()),
33
33
  insurancePaidAmountCents: core.serialization.property("insurance_paid_amount_cents", core.serialization.number().optional()),
34
- serviceLines: core.serialization.property("service_lines", core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudication.v1.ServiceLineAdjudicationCreate))),
35
- carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudication.v1.ClaimAdjustmentReasonCode)),
34
+ serviceLines: core.serialization.property("service_lines", core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ServiceLineAdjudicationCreate))),
35
+ carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ClaimAdjustmentReasonCode)),
36
36
  });
@@ -4,7 +4,7 @@
4
4
  import * as serializers from "../../../../..";
5
5
  import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
- export declare const ClaimAdjustmentReasonCode: core.serialization.ObjectSchema<serializers.insuranceAdjudication.v1.ClaimAdjustmentReasonCode.Raw, CandidApi.insuranceAdjudication.v1.ClaimAdjustmentReasonCode>;
7
+ export declare const ClaimAdjustmentReasonCode: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.ClaimAdjustmentReasonCode.Raw, CandidApi.insuranceAdjudications.v1.ClaimAdjustmentReasonCode>;
8
8
  export declare namespace ClaimAdjustmentReasonCode {
9
9
  interface Raw {
10
10
  group_code: serializers.ClaimAdjustmentGroupCodes.Raw;
@@ -4,16 +4,16 @@
4
4
  import * as serializers from "../../../../..";
5
5
  import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
- export declare const InsuranceAdjudication: core.serialization.ObjectSchema<serializers.insuranceAdjudication.v1.InsuranceAdjudication.Raw, CandidApi.insuranceAdjudication.v1.InsuranceAdjudication>;
7
+ export declare const InsuranceAdjudication: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.InsuranceAdjudication.Raw, CandidApi.insuranceAdjudications.v1.InsuranceAdjudication>;
8
8
  export declare namespace InsuranceAdjudication {
9
9
  interface Raw {
10
- insurance_adjudication_id: serializers.insuranceAdjudication.v1.InsuranceAdjudicationId.Raw;
10
+ insurance_adjudication_id: serializers.insuranceAdjudications.v1.InsuranceAdjudicationId.Raw;
11
11
  payer_uuid: serializers.payers.v3.PayerUuid.Raw;
12
12
  post_date?: string | null;
13
13
  payer_claim_number: string;
14
14
  check_number?: string | null;
15
15
  check_date: string;
16
16
  note?: string | null;
17
- claims: Record<serializers.ServiceLineId.Raw, serializers.insuranceAdjudication.v1.ClaimAdjudication.Raw>;
17
+ claims: Record<serializers.ServiceLineId.Raw, serializers.insuranceAdjudications.v1.ClaimAdjudication.Raw>;
18
18
  }
19
19
  }
@@ -29,12 +29,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.InsuranceAdjudication = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  exports.InsuranceAdjudication = core.serialization.object({
32
- insuranceAdjudicationId: core.serialization.property("insurance_adjudication_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudication.v1.InsuranceAdjudicationId)),
32
+ insuranceAdjudicationId: core.serialization.property("insurance_adjudication_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.InsuranceAdjudicationId)),
33
33
  payerUuid: core.serialization.property("payer_uuid", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).payers.v3.PayerUuid)),
34
34
  postDate: core.serialization.property("post_date", core.serialization.string().optional()),
35
35
  payerClaimNumber: core.serialization.property("payer_claim_number", core.serialization.string()),
36
36
  checkNumber: core.serialization.property("check_number", core.serialization.string().optional()),
37
37
  checkDate: core.serialization.property("check_date", core.serialization.string()),
38
38
  note: core.serialization.string().optional(),
39
- claims: core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudication.v1.ClaimAdjudication)),
39
+ claims: core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ClaimAdjudication)),
40
40
  });
@@ -4,7 +4,7 @@
4
4
  import * as serializers from "../../../../..";
5
5
  import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
- export declare const InsuranceAdjudicationCreate: core.serialization.ObjectSchema<serializers.insuranceAdjudication.v1.InsuranceAdjudicationCreate.Raw, CandidApi.insuranceAdjudication.v1.InsuranceAdjudicationCreate>;
7
+ export declare const InsuranceAdjudicationCreate: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.InsuranceAdjudicationCreate.Raw, CandidApi.insuranceAdjudications.v1.InsuranceAdjudicationCreate>;
8
8
  export declare namespace InsuranceAdjudicationCreate {
9
9
  interface Raw {
10
10
  payer_uuid: serializers.payers.v3.PayerUuid.Raw;
@@ -13,6 +13,6 @@ export declare namespace InsuranceAdjudicationCreate {
13
13
  check_number?: string | null;
14
14
  check_date: string;
15
15
  note?: string | null;
16
- claims: Record<serializers.ServiceLineId.Raw, serializers.insuranceAdjudication.v1.ClaimAdjudicationCreate.Raw>;
16
+ claims: Record<serializers.ServiceLineId.Raw, serializers.insuranceAdjudications.v1.ClaimAdjudicationCreate.Raw>;
17
17
  }
18
18
  }
@@ -35,5 +35,5 @@ exports.InsuranceAdjudicationCreate = core.serialization.object({
35
35
  checkNumber: core.serialization.property("check_number", core.serialization.string().optional()),
36
36
  checkDate: core.serialization.property("check_date", core.serialization.string()),
37
37
  note: core.serialization.string().optional(),
38
- claims: core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudication.v1.ClaimAdjudicationCreate)),
38
+ claims: core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ClaimAdjudicationCreate)),
39
39
  });
@@ -4,7 +4,7 @@
4
4
  import * as serializers from "../../../../..";
5
5
  import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
- export declare const InsuranceAdjudicationId: core.serialization.Schema<serializers.insuranceAdjudication.v1.InsuranceAdjudicationId.Raw, CandidApi.insuranceAdjudication.v1.InsuranceAdjudicationId>;
7
+ export declare const InsuranceAdjudicationId: core.serialization.Schema<serializers.insuranceAdjudications.v1.InsuranceAdjudicationId.Raw, CandidApi.insuranceAdjudications.v1.InsuranceAdjudicationId>;
8
8
  export declare namespace InsuranceAdjudicationId {
9
9
  type Raw = string;
10
10
  }
@@ -30,6 +30,6 @@ exports.InsuranceAdjudicationId = void 0;
30
30
  const CandidApi = __importStar(require("../../../../../../api"));
31
31
  const core = __importStar(require("../../../../../../core"));
32
32
  exports.InsuranceAdjudicationId = core.serialization.string().transform({
33
- transform: CandidApi.insuranceAdjudication.v1.InsuranceAdjudicationId,
33
+ transform: CandidApi.insuranceAdjudications.v1.InsuranceAdjudicationId,
34
34
  untransform: (value) => value,
35
35
  });
@@ -4,7 +4,7 @@
4
4
  import * as serializers from "../../../../..";
5
5
  import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
- export declare const RemittanceAdviceRemarkCode: core.serialization.ObjectSchema<serializers.insuranceAdjudication.v1.RemittanceAdviceRemarkCode.Raw, CandidApi.insuranceAdjudication.v1.RemittanceAdviceRemarkCode>;
7
+ export declare const RemittanceAdviceRemarkCode: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.RemittanceAdviceRemarkCode.Raw, CandidApi.insuranceAdjudications.v1.RemittanceAdviceRemarkCode>;
8
8
  export declare namespace RemittanceAdviceRemarkCode {
9
9
  interface Raw {
10
10
  reason_code: serializers.x12.v1.Rarc.Raw;
@@ -4,17 +4,17 @@
4
4
  import * as serializers from "../../../../..";
5
5
  import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
- export declare const ServiceLineAdjudication: core.serialization.ObjectSchema<serializers.insuranceAdjudication.v1.ServiceLineAdjudication.Raw, CandidApi.insuranceAdjudication.v1.ServiceLineAdjudication>;
7
+ export declare const ServiceLineAdjudication: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.ServiceLineAdjudication.Raw, CandidApi.insuranceAdjudications.v1.ServiceLineAdjudication>;
8
8
  export declare namespace ServiceLineAdjudication {
9
9
  interface Raw {
10
- service_line_adjudication_id: serializers.insuranceAdjudication.v1.ServiceLineAdjudicationId.Raw;
10
+ service_line_adjudication_id: serializers.insuranceAdjudications.v1.ServiceLineAdjudicationId.Raw;
11
11
  denial_reason?: serializers.serviceLines.v2.DenialReasonContent.Raw | null;
12
12
  insurance_allowed_amount_cents?: number | null;
13
13
  insurance_paid_amount_cents?: number | null;
14
14
  deductible_amount_cents?: number | null;
15
15
  coinsurance_amount_cents?: number | null;
16
16
  copay_amount_cents?: number | null;
17
- carcs: serializers.insuranceAdjudication.v1.ClaimAdjustmentReasonCode.Raw[];
18
- rarcs: serializers.insuranceAdjudication.v1.RemittanceAdviceRemarkCode.Raw[];
17
+ carcs: serializers.insuranceAdjudications.v1.ClaimAdjustmentReasonCode.Raw[];
18
+ rarcs: serializers.insuranceAdjudications.v1.RemittanceAdviceRemarkCode.Raw[];
19
19
  }
20
20
  }
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.ServiceLineAdjudication = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  exports.ServiceLineAdjudication = core.serialization.object({
32
- serviceLineAdjudicationId: core.serialization.property("service_line_adjudication_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudication.v1.ServiceLineAdjudicationId)),
32
+ serviceLineAdjudicationId: core.serialization.property("service_line_adjudication_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ServiceLineAdjudicationId)),
33
33
  denialReason: core.serialization.property("denial_reason", core.serialization
34
34
  .lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).serviceLines.v2.DenialReasonContent)
35
35
  .optional()),
@@ -38,6 +38,6 @@ exports.ServiceLineAdjudication = core.serialization.object({
38
38
  deductibleAmountCents: core.serialization.property("deductible_amount_cents", core.serialization.number().optional()),
39
39
  coinsuranceAmountCents: core.serialization.property("coinsurance_amount_cents", core.serialization.number().optional()),
40
40
  copayAmountCents: core.serialization.property("copay_amount_cents", core.serialization.number().optional()),
41
- carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudication.v1.ClaimAdjustmentReasonCode)),
42
- rarcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudication.v1.RemittanceAdviceRemarkCode)),
41
+ carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ClaimAdjustmentReasonCode)),
42
+ rarcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.RemittanceAdviceRemarkCode)),
43
43
  });
@@ -4,7 +4,7 @@
4
4
  import * as serializers from "../../../../..";
5
5
  import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
- export declare const ServiceLineAdjudicationCreate: core.serialization.ObjectSchema<serializers.insuranceAdjudication.v1.ServiceLineAdjudicationCreate.Raw, CandidApi.insuranceAdjudication.v1.ServiceLineAdjudicationCreate>;
7
+ export declare const ServiceLineAdjudicationCreate: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.ServiceLineAdjudicationCreate.Raw, CandidApi.insuranceAdjudications.v1.ServiceLineAdjudicationCreate>;
8
8
  export declare namespace ServiceLineAdjudicationCreate {
9
9
  interface Raw {
10
10
  denial_reason?: serializers.serviceLines.v2.DenialReasonContent.Raw | null;
@@ -13,7 +13,7 @@ export declare namespace ServiceLineAdjudicationCreate {
13
13
  deductible_amount_cents?: number | null;
14
14
  coinsurance_amount_cents?: number | null;
15
15
  copay_amount_cents?: number | null;
16
- carcs: serializers.insuranceAdjudication.v1.ClaimAdjustmentReasonCode.Raw[];
17
- rarcs: serializers.insuranceAdjudication.v1.RemittanceAdviceRemarkCode.Raw[];
16
+ carcs: serializers.insuranceAdjudications.v1.ClaimAdjustmentReasonCode.Raw[];
17
+ rarcs: serializers.insuranceAdjudications.v1.RemittanceAdviceRemarkCode.Raw[];
18
18
  }
19
19
  }
@@ -37,6 +37,6 @@ exports.ServiceLineAdjudicationCreate = core.serialization.object({
37
37
  deductibleAmountCents: core.serialization.property("deductible_amount_cents", core.serialization.number().optional()),
38
38
  coinsuranceAmountCents: core.serialization.property("coinsurance_amount_cents", core.serialization.number().optional()),
39
39
  copayAmountCents: core.serialization.property("copay_amount_cents", core.serialization.number().optional()),
40
- carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudication.v1.ClaimAdjustmentReasonCode)),
41
- rarcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudication.v1.RemittanceAdviceRemarkCode)),
40
+ carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ClaimAdjustmentReasonCode)),
41
+ rarcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.RemittanceAdviceRemarkCode)),
42
42
  });
@@ -4,7 +4,7 @@
4
4
  import * as serializers from "../../../../..";
5
5
  import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
- export declare const ServiceLineAdjudicationId: core.serialization.Schema<serializers.insuranceAdjudication.v1.ServiceLineAdjudicationId.Raw, CandidApi.insuranceAdjudication.v1.ServiceLineAdjudicationId>;
7
+ export declare const ServiceLineAdjudicationId: core.serialization.Schema<serializers.insuranceAdjudications.v1.ServiceLineAdjudicationId.Raw, CandidApi.insuranceAdjudications.v1.ServiceLineAdjudicationId>;
8
8
  export declare namespace ServiceLineAdjudicationId {
9
9
  type Raw = string;
10
10
  }
@@ -30,6 +30,6 @@ exports.ServiceLineAdjudicationId = void 0;
30
30
  const CandidApi = __importStar(require("../../../../../../api"));
31
31
  const core = __importStar(require("../../../../../../core"));
32
32
  exports.ServiceLineAdjudicationId = core.serialization.string().transform({
33
- transform: CandidApi.insuranceAdjudication.v1.ServiceLineAdjudicationId,
33
+ transform: CandidApi.insuranceAdjudications.v1.ServiceLineAdjudicationId,
34
34
  untransform: (value) => value,
35
35
  });
@@ -8,9 +8,11 @@ export declare const InsuranceRefund: core.serialization.ObjectSchema<serializer
8
8
  export declare namespace InsuranceRefund {
9
9
  interface Raw {
10
10
  insurance_refund_id: serializers.insuranceRefunds.v1.InsuranceRefundId.Raw;
11
+ payer_id: serializers.payers.v3.PayerId.Raw;
11
12
  amount_cents: number;
12
13
  refund_timestamp?: string | null;
13
14
  refund_note?: string | null;
14
- refund_allocations: serializers.RefundAllocation.Raw[];
15
+ allocations: serializers.Allocation.Raw[];
16
+ refund_reason?: serializers.RefundReason.Raw | null;
15
17
  }
16
18
  }
@@ -30,8 +30,10 @@ exports.InsuranceRefund = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  exports.InsuranceRefund = core.serialization.object({
32
32
  insuranceRefundId: core.serialization.property("insurance_refund_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceRefunds.v1.InsuranceRefundId)),
33
+ payerId: core.serialization.property("payer_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).payers.v3.PayerId)),
33
34
  amountCents: core.serialization.property("amount_cents", core.serialization.number()),
34
35
  refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
35
36
  refundNote: core.serialization.property("refund_note", core.serialization.string().optional()),
36
- refundAllocations: core.serialization.property("refund_allocations", core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).RefundAllocation))),
37
+ allocations: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Allocation)),
38
+ refundReason: core.serialization.property("refund_reason", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).RefundReason).optional()),
37
39
  });
@@ -7,9 +7,11 @@ import * as core from "../../../../../../core";
7
7
  export declare const InsuranceRefundCreate: core.serialization.ObjectSchema<serializers.insuranceRefunds.v1.InsuranceRefundCreate.Raw, CandidApi.insuranceRefunds.v1.InsuranceRefundCreate>;
8
8
  export declare namespace InsuranceRefundCreate {
9
9
  interface Raw {
10
+ payer_id: serializers.payers.v3.PayerId.Raw;
10
11
  amount_cents: number;
11
12
  refund_timestamp?: string | null;
12
13
  refund_note?: string | null;
13
- refund_allocations: serializers.RefundAllocationCreate.Raw[];
14
+ allocations: serializers.AllocationCreate.Raw[];
15
+ refund_reason?: serializers.RefundReason.Raw | null;
14
16
  }
15
17
  }
@@ -29,8 +29,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.InsuranceRefundCreate = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  exports.InsuranceRefundCreate = core.serialization.object({
32
+ payerId: core.serialization.property("payer_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).payers.v3.PayerId)),
32
33
  amountCents: core.serialization.property("amount_cents", core.serialization.number()),
33
34
  refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
34
35
  refundNote: core.serialization.property("refund_note", core.serialization.string().optional()),
35
- refundAllocations: core.serialization.property("refund_allocations", core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).RefundAllocationCreate))),
36
+ allocations: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).AllocationCreate)),
37
+ refundReason: core.serialization.property("refund_reason", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).RefundReason).optional()),
36
38
  });
@@ -10,8 +10,8 @@ export declare namespace PatientPaymentCreate {
10
10
  amount_cents: number;
11
11
  payment_timestamp?: string | null;
12
12
  payment_note?: string | null;
13
- patient_external_id?: serializers.PatientExternalId.Raw | null;
14
- allocations: serializers.Allocation.Raw[];
13
+ patient_external_id: serializers.PatientExternalId.Raw;
14
+ allocations: serializers.AllocationCreate.Raw[];
15
15
  invoice?: serializers.InvoiceId.Raw | null;
16
16
  }
17
17
  }
@@ -32,7 +32,7 @@ exports.PatientPaymentCreate = core.serialization.object({
32
32
  amountCents: core.serialization.property("amount_cents", core.serialization.number()),
33
33
  paymentTimestamp: core.serialization.property("payment_timestamp", core.serialization.date().optional()),
34
34
  paymentNote: core.serialization.property("payment_note", core.serialization.string().optional()),
35
- patientExternalId: core.serialization.property("patient_external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).PatientExternalId).optional()),
36
- allocations: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).Allocation)),
35
+ patientExternalId: core.serialization.property("patient_external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).PatientExternalId)),
36
+ allocations: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).AllocationCreate)),
37
37
  invoice: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).InvoiceId).optional(),
38
38
  });
@@ -11,6 +11,7 @@ export declare namespace PatientPayment {
11
11
  organization_id: serializers.OrganizationId.Raw;
12
12
  source_internal_id: string;
13
13
  amount_cents: number;
14
+ patient_external_id: serializers.PatientExternalId.Raw;
14
15
  payment_timestamp?: string | null;
15
16
  payment_note?: string | null;
16
17
  allocations: serializers.Allocation.Raw[];
@@ -33,6 +33,7 @@ exports.PatientPayment = core.serialization.object({
33
33
  organizationId: core.serialization.property("organization_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).OrganizationId)),
34
34
  sourceInternalId: core.serialization.property("source_internal_id", core.serialization.string()),
35
35
  amountCents: core.serialization.property("amount_cents", core.serialization.number()),
36
+ patientExternalId: core.serialization.property("patient_external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).PatientExternalId)),
36
37
  paymentTimestamp: core.serialization.property("payment_timestamp", core.serialization.date().optional()),
37
38
  paymentNote: core.serialization.property("payment_note", core.serialization.string().optional()),
38
39
  allocations: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Allocation)),
@@ -10,8 +10,9 @@ export declare namespace PatientRefundCreate {
10
10
  amount_cents: number;
11
11
  refund_timestamp?: string | null;
12
12
  refund_note?: string | null;
13
- patient_external_id?: serializers.PatientExternalId.Raw | null;
14
- allocations: serializers.RefundAllocation.Raw[];
13
+ patient_external_id: serializers.PatientExternalId.Raw;
14
+ allocations: serializers.AllocationCreate.Raw[];
15
15
  invoice?: serializers.InvoiceId.Raw | null;
16
+ refund_reason?: serializers.RefundReason.Raw | null;
16
17
  }
17
18
  }
@@ -32,7 +32,8 @@ exports.PatientRefundCreate = core.serialization.object({
32
32
  amountCents: core.serialization.property("amount_cents", core.serialization.number()),
33
33
  refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
34
34
  refundNote: core.serialization.property("refund_note", core.serialization.string().optional()),
35
- patientExternalId: core.serialization.property("patient_external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).PatientExternalId).optional()),
36
- allocations: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).RefundAllocation)),
35
+ patientExternalId: core.serialization.property("patient_external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).PatientExternalId)),
36
+ allocations: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).AllocationCreate)),
37
37
  invoice: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).InvoiceId).optional(),
38
+ refundReason: core.serialization.property("refund_reason", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).RefundReason).optional()),
38
39
  });
@@ -11,9 +11,11 @@ export declare namespace PatientRefund {
11
11
  organization_id: serializers.OrganizationId.Raw;
12
12
  source_internal_id: string;
13
13
  amount_cents: number;
14
+ patient_external_id: serializers.PatientExternalId.Raw;
14
15
  refund_timestamp?: string | null;
15
16
  refund_note?: string | null;
16
17
  allocations: serializers.Allocation.Raw[];
17
18
  invoice?: serializers.InvoiceId.Raw | null;
19
+ refund_reason?: serializers.RefundReason.Raw | null;
18
20
  }
19
21
  }
@@ -33,8 +33,10 @@ exports.PatientRefund = core.serialization.object({
33
33
  organizationId: core.serialization.property("organization_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).OrganizationId)),
34
34
  sourceInternalId: core.serialization.property("source_internal_id", core.serialization.string()),
35
35
  amountCents: core.serialization.property("amount_cents", core.serialization.number()),
36
+ patientExternalId: core.serialization.property("patient_external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).PatientExternalId)),
36
37
  refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
37
38
  refundNote: core.serialization.property("refund_note", core.serialization.string().optional()),
38
39
  allocations: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Allocation)),
39
40
  invoice: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).InvoiceId).optional(),
41
+ refundReason: core.serialization.property("refund_reason", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).RefundReason).optional()),
40
42
  });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../..";
5
+ import * as CandidApi from "../../../../../../api";
6
+ import * as core from "../../../../../../core";
7
+ export declare const PayerId: core.serialization.Schema<serializers.payers.v3.PayerId.Raw, CandidApi.payers.v3.PayerId>;
8
+ export declare namespace PayerId {
9
+ type Raw = string;
10
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.PayerId = void 0;
30
+ const CandidApi = __importStar(require("../../../../../../api"));
31
+ const core = __importStar(require("../../../../../../core"));
32
+ exports.PayerId = core.serialization.string().transform({
33
+ transform: CandidApi.payers.v3.PayerId,
34
+ untransform: (value) => value,
35
+ });
@@ -1,3 +1,4 @@
1
1
  export * from "./PayerUuid";
2
+ export * from "./PayerId";
2
3
  export * from "./PayerPage";
3
4
  export * from "./Payer";
@@ -15,5 +15,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./PayerUuid"), exports);
18
+ __exportStar(require("./PayerId"), exports);
18
19
  __exportStar(require("./PayerPage"), exports);
19
20
  __exportStar(require("./Payer"), exports);
@@ -0,0 +1 @@
1
+ export * from "./resources";
@@ -0,0 +1,17 @@
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("./resources"), exports);
@@ -0,0 +1 @@
1
+ export * from "./types";
@@ -0,0 +1,17 @@
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("./types"), exports);