candidhealth 0.8.0 → 0.9.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 (509) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +4 -4
  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/index.d.ts +1 -0
  8. package/api/resources/commons/types/index.js +1 -0
  9. package/api/resources/eligibility/resources/v2/client/Client.js +1 -1
  10. package/api/resources/encounters/resources/v4/client/Client.js +4 -4
  11. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +8 -0
  12. package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +1 -0
  13. package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +8 -0
  14. package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +10 -0
  15. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  16. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  17. package/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -0
  18. package/api/resources/expectedNetworkStatus/client/Client.js +5 -0
  19. package/api/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
  20. package/api/resources/expectedNetworkStatus/resources/index.js +2 -1
  21. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  22. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +33 -0
  23. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +163 -0
  24. package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +34 -0
  25. package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +69 -0
  26. package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +34 -0
  27. package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +69 -0
  28. package/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
  29. package/api/resources/expectedNetworkStatus/resources/v2/client/index.js +28 -0
  30. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +31 -0
  31. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +9 -0
  32. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +16 -0
  33. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +6 -0
  34. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +31 -0
  35. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +8 -0
  36. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +12 -0
  37. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +16 -0
  38. package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +9 -0
  39. package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +8 -0
  40. package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +9 -0
  41. package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +10 -0
  42. package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +9 -0
  43. package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +11 -0
  44. package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +8 -0
  45. package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +10 -0
  46. package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +9 -0
  47. package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +47 -0
  48. package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +49 -0
  49. package/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +16 -0
  50. package/api/resources/expectedNetworkStatus/resources/v2/types/index.js +32 -0
  51. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  52. package/api/resources/financials/types/Allocation.d.ts +1 -1
  53. package/api/resources/financials/types/AllocationCreate.d.ts +1 -1
  54. package/api/resources/financials/types/{AllocationRecipient.d.ts → AllocationTarget.d.ts} +2 -2
  55. package/api/resources/financials/types/{AllocationRecipientCreate.d.ts → AllocationTargetCreate.d.ts} +2 -2
  56. package/api/resources/financials/types/index.d.ts +2 -4
  57. package/api/resources/financials/types/index.js +2 -4
  58. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  59. package/api/resources/index.d.ts +1 -1
  60. package/api/resources/index.js +2 -2
  61. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/client/Client.d.ts +4 -4
  62. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/client/Client.js +3 -3
  63. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/Client.d.ts +3 -3
  64. package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/Client.js +12 -12
  65. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/create.d.ts +4 -4
  66. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/create.js +1 -1
  67. package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/delete.d.ts +4 -4
  68. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/delete.js +1 -1
  69. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/get.d.ts +4 -4
  70. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/get.js +1 -1
  71. package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudication.d.ts +2 -2
  72. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.d.ts +2 -2
  73. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.d.ts +2 -2
  74. package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -1
  75. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.d.ts +2 -2
  76. package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.d.ts +3 -3
  77. package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -2
  78. package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.d.ts +2 -2
  79. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +3 -3
  80. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +2 -1
  81. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +2 -1
  82. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  83. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  84. package/api/resources/patientPayments/resources/v4/client/Client.js +3 -3
  85. package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +2 -2
  86. package/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
  87. package/api/resources/patientRefunds/resources/v1/client/Client.js +3 -3
  88. package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -2
  89. package/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -0
  90. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  91. package/api/resources/writeOffs/resources/v1/client/Client.js +3 -3
  92. package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
  93. package/api/resources/x12/resources/v1/types/Carc.d.ts +29 -1
  94. package/api/resources/x12/resources/v1/types/Carc.js +28 -0
  95. package/dist/Client.d.ts +3 -3
  96. package/dist/Client.js +4 -4
  97. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  98. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  99. package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
  100. package/dist/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +6 -0
  101. package/dist/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +5 -0
  102. package/dist/api/resources/commons/types/index.d.ts +1 -0
  103. package/dist/api/resources/commons/types/index.js +1 -0
  104. package/dist/api/resources/eligibility/resources/v2/client/Client.js +1 -1
  105. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  106. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +8 -0
  107. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +1 -0
  108. package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +8 -0
  109. package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +10 -0
  110. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  111. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  112. package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -0
  113. package/dist/api/resources/expectedNetworkStatus/client/Client.js +5 -0
  114. package/dist/api/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
  115. package/dist/api/resources/expectedNetworkStatus/resources/index.js +2 -1
  116. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  117. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +33 -0
  118. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +163 -0
  119. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +34 -0
  120. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +69 -0
  121. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +34 -0
  122. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +69 -0
  123. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
  124. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.js +28 -0
  125. package/dist/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +2 -0
  126. package/dist/api/resources/expectedNetworkStatus/resources/v2/index.js +18 -0
  127. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +31 -0
  128. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +5 -0
  129. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +9 -0
  130. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +5 -0
  131. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +16 -0
  132. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +5 -0
  133. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +6 -0
  134. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +5 -0
  135. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +31 -0
  136. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +5 -0
  137. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +8 -0
  138. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +5 -0
  139. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +12 -0
  140. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +5 -0
  141. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +16 -0
  142. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +5 -0
  143. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +9 -0
  144. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +5 -0
  145. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +8 -0
  146. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +5 -0
  147. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +9 -0
  148. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +5 -0
  149. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +10 -0
  150. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +5 -0
  151. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +9 -0
  152. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +11 -0
  153. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +8 -0
  154. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +10 -0
  155. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +9 -0
  156. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +5 -0
  157. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +47 -0
  158. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +49 -0
  159. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +16 -0
  160. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.js +32 -0
  161. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  162. package/dist/api/resources/financials/types/Allocation.d.ts +1 -1
  163. package/dist/api/resources/financials/types/AllocationCreate.d.ts +1 -1
  164. package/dist/api/resources/financials/types/{AllocationRecipient.d.ts → AllocationTarget.d.ts} +2 -2
  165. package/dist/api/resources/financials/types/AllocationTarget.js +5 -0
  166. package/dist/api/resources/financials/types/{AllocationRecipientCreate.d.ts → AllocationTargetCreate.d.ts} +2 -2
  167. package/dist/api/resources/financials/types/AllocationTargetCreate.js +5 -0
  168. package/dist/api/resources/financials/types/index.d.ts +2 -4
  169. package/dist/api/resources/financials/types/index.js +2 -4
  170. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  171. package/dist/api/resources/index.d.ts +1 -1
  172. package/dist/api/resources/index.js +2 -2
  173. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/client/Client.d.ts +4 -4
  174. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/client/Client.js +3 -3
  175. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/client/Client.d.ts +3 -3
  176. package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/Client.js +12 -12
  177. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/client/create.d.ts +4 -4
  178. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/client/create.js +1 -1
  179. package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/delete.d.ts +4 -4
  180. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/client/delete.js +1 -1
  181. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/client/get.d.ts +4 -4
  182. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/client/get.js +1 -1
  183. package/dist/api/resources/insuranceAdjudications/resources/v1/index.d.ts +2 -0
  184. package/dist/api/resources/insuranceAdjudications/resources/v1/index.js +18 -0
  185. package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudication.d.ts +2 -2
  186. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +5 -0
  187. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.d.ts +2 -2
  188. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +5 -0
  189. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjustmentReasonCode.js +5 -0
  190. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.d.ts +2 -2
  191. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +5 -0
  192. package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -1
  193. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +5 -0
  194. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.d.ts +2 -2
  195. package/dist/api/resources/insuranceAdjudications/resources/v1/types/RemittanceAdviceRemarkCode.js +5 -0
  196. package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.d.ts +3 -3
  197. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +5 -0
  198. package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -2
  199. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +5 -0
  200. package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.d.ts +2 -2
  201. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +3 -3
  202. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +2 -1
  203. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +2 -1
  204. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  205. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  206. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +3 -3
  207. package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +2 -2
  208. package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
  209. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +3 -3
  210. package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -2
  211. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -0
  212. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  213. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +3 -3
  214. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
  215. package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +29 -1
  216. package/dist/api/resources/x12/resources/v1/types/Carc.js +28 -0
  217. package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
  218. package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +6 -2
  219. package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +12 -0
  220. package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +33 -0
  221. package/dist/serialization/resources/commons/types/index.d.ts +1 -0
  222. package/dist/serialization/resources/commons/types/index.js +1 -0
  223. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  224. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  225. package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +10 -0
  226. package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +31 -0
  227. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  228. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  229. package/dist/serialization/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
  230. package/dist/serialization/resources/expectedNetworkStatus/resources/index.js +2 -1
  231. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +18 -0
  232. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +51 -0
  233. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +18 -0
  234. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +51 -0
  235. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
  236. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +28 -0
  237. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +2 -0
  238. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.js +18 -0
  239. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +18 -0
  240. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +39 -0
  241. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +13 -0
  242. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +34 -0
  243. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +19 -0
  244. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +40 -0
  245. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +12 -0
  246. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +33 -0
  247. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +18 -0
  248. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +39 -0
  249. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +13 -0
  250. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +34 -0
  251. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +14 -0
  252. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +35 -0
  253. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +19 -0
  254. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +40 -0
  255. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +14 -0
  256. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +35 -0
  257. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +13 -0
  258. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +34 -0
  259. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +14 -0
  260. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +37 -0
  261. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +13 -0
  262. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +34 -0
  263. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +10 -0
  264. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +31 -0
  265. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +10 -0
  266. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +35 -0
  267. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +14 -0
  268. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +35 -0
  269. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +10 -0
  270. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +73 -0
  271. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +16 -0
  272. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +32 -0
  273. package/dist/serialization/resources/financials/types/Allocation.d.ts +1 -1
  274. package/dist/serialization/resources/financials/types/Allocation.js +1 -1
  275. package/dist/serialization/resources/financials/types/AllocationCreate.d.ts +1 -1
  276. package/dist/serialization/resources/financials/types/AllocationCreate.js +1 -1
  277. package/{serialization/resources/financials/types/AllocationRecipient.d.ts → dist/serialization/resources/financials/types/AllocationTarget.d.ts} +3 -3
  278. package/dist/serialization/resources/financials/types/{AllocationRecipient.js → AllocationTarget.js} +2 -2
  279. package/{serialization/resources/financials/types/AllocationRecipientCreate.d.ts → dist/serialization/resources/financials/types/AllocationTargetCreate.d.ts} +3 -3
  280. package/dist/serialization/resources/financials/types/{AllocationRecipientCreate.js → AllocationTargetCreate.js} +2 -2
  281. package/dist/serialization/resources/financials/types/index.d.ts +2 -4
  282. package/dist/serialization/resources/financials/types/index.js +2 -4
  283. package/dist/serialization/resources/index.d.ts +1 -1
  284. package/dist/serialization/resources/index.js +2 -2
  285. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudication.d.ts +3 -3
  286. package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudication.js +2 -2
  287. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.d.ts +3 -3
  288. package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.js +2 -2
  289. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +1 -1
  290. package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.d.ts +3 -3
  291. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.js +2 -2
  292. package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.d.ts +2 -2
  293. package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.js +1 -1
  294. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -1
  295. package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.js +1 -1
  296. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +1 -1
  297. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.d.ts +4 -4
  298. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.js +3 -3
  299. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +3 -3
  300. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.js +2 -2
  301. package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -1
  302. package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.js +1 -1
  303. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +2 -1
  304. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +2 -1
  305. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +2 -1
  306. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +2 -1
  307. package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +2 -2
  308. package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +2 -2
  309. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
  310. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +1 -0
  311. package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -2
  312. package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +3 -2
  313. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -0
  314. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +2 -0
  315. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
  316. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +1 -1
  317. package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
  318. package/dist/serialization/resources/x12/resources/v1/types/Carc.js +28 -0
  319. package/package.json +1 -1
  320. package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
  321. package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +6 -2
  322. package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +12 -0
  323. package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +33 -0
  324. package/serialization/resources/commons/types/index.d.ts +1 -0
  325. package/serialization/resources/commons/types/index.js +1 -0
  326. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  327. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  328. package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +10 -0
  329. package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +31 -0
  330. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  331. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  332. package/serialization/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
  333. package/serialization/resources/expectedNetworkStatus/resources/index.js +2 -1
  334. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +18 -0
  335. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +51 -0
  336. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +18 -0
  337. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +51 -0
  338. package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
  339. package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +28 -0
  340. package/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +2 -0
  341. package/serialization/resources/expectedNetworkStatus/resources/v2/index.js +18 -0
  342. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +18 -0
  343. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +39 -0
  344. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +13 -0
  345. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +34 -0
  346. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +19 -0
  347. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +40 -0
  348. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +12 -0
  349. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +33 -0
  350. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +18 -0
  351. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +39 -0
  352. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +13 -0
  353. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +34 -0
  354. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +14 -0
  355. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +35 -0
  356. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +19 -0
  357. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +40 -0
  358. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +14 -0
  359. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +35 -0
  360. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +13 -0
  361. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +34 -0
  362. package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +14 -0
  363. package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +37 -0
  364. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +13 -0
  365. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +34 -0
  366. package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +10 -0
  367. package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +31 -0
  368. package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +10 -0
  369. package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +35 -0
  370. package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +14 -0
  371. package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +35 -0
  372. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +10 -0
  373. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +73 -0
  374. package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +16 -0
  375. package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +32 -0
  376. package/serialization/resources/financials/types/Allocation.d.ts +1 -1
  377. package/serialization/resources/financials/types/Allocation.js +1 -1
  378. package/serialization/resources/financials/types/AllocationCreate.d.ts +1 -1
  379. package/serialization/resources/financials/types/AllocationCreate.js +1 -1
  380. package/{dist/serialization/resources/financials/types/AllocationRecipient.d.ts → serialization/resources/financials/types/AllocationTarget.d.ts} +3 -3
  381. package/serialization/resources/financials/types/{AllocationRecipient.js → AllocationTarget.js} +2 -2
  382. package/{dist/serialization/resources/financials/types/AllocationRecipientCreate.d.ts → serialization/resources/financials/types/AllocationTargetCreate.d.ts} +3 -3
  383. package/serialization/resources/financials/types/{AllocationRecipientCreate.js → AllocationTargetCreate.js} +2 -2
  384. package/serialization/resources/financials/types/index.d.ts +2 -4
  385. package/serialization/resources/financials/types/index.js +2 -4
  386. package/serialization/resources/index.d.ts +1 -1
  387. package/serialization/resources/index.js +2 -2
  388. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudication.d.ts +3 -3
  389. package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudication.js +2 -2
  390. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.d.ts +3 -3
  391. package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.js +2 -2
  392. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +1 -1
  393. package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.d.ts +3 -3
  394. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.js +2 -2
  395. package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.d.ts +2 -2
  396. package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.js +1 -1
  397. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -1
  398. package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.js +1 -1
  399. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +1 -1
  400. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.d.ts +4 -4
  401. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.js +3 -3
  402. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +3 -3
  403. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.js +2 -2
  404. package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -1
  405. package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.js +1 -1
  406. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +2 -1
  407. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +2 -1
  408. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +2 -1
  409. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +2 -1
  410. package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +2 -2
  411. package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +2 -2
  412. package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
  413. package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +1 -0
  414. package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -2
  415. package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +3 -2
  416. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -0
  417. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +2 -0
  418. package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
  419. package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +1 -1
  420. package/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
  421. package/serialization/resources/x12/resources/v1/types/Carc.js +28 -0
  422. package/api/resources/financials/types/RefundAllocation.d.ts +0 -8
  423. package/api/resources/financials/types/RefundAllocationCreate.d.ts +0 -8
  424. package/dist/api/resources/financials/types/RefundAllocation.d.ts +0 -8
  425. package/dist/api/resources/financials/types/RefundAllocationCreate.d.ts +0 -8
  426. package/dist/serialization/resources/financials/types/RefundAllocation.d.ts +0 -13
  427. package/dist/serialization/resources/financials/types/RefundAllocation.js +0 -34
  428. package/dist/serialization/resources/financials/types/RefundAllocationCreate.d.ts +0 -13
  429. package/dist/serialization/resources/financials/types/RefundAllocationCreate.js +0 -34
  430. package/serialization/resources/financials/types/RefundAllocation.d.ts +0 -13
  431. package/serialization/resources/financials/types/RefundAllocation.js +0 -34
  432. package/serialization/resources/financials/types/RefundAllocationCreate.d.ts +0 -13
  433. package/serialization/resources/financials/types/RefundAllocationCreate.js +0 -34
  434. /package/api/resources/{financials/types/AllocationRecipient.js → commons/types/OrganizationNotAuthorizedErrorMessage.js} +0 -0
  435. /package/api/resources/{insuranceAdjudication/resources/v1 → expectedNetworkStatus/resources/v2}/index.d.ts +0 -0
  436. /package/api/resources/{insuranceAdjudication/resources/v1 → expectedNetworkStatus/resources/v2}/index.js +0 -0
  437. /package/api/resources/{financials/types/AllocationRecipientCreate.js → expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js} +0 -0
  438. /package/api/resources/{financials/types/RefundAllocation.js → expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js} +0 -0
  439. /package/api/resources/{financials/types/RefundAllocationCreate.js → expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js} +0 -0
  440. /package/api/resources/{insuranceAdjudication/resources/v1/types/ClaimAdjudication.js → expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js} +0 -0
  441. /package/api/resources/{insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js → expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js} +0 -0
  442. /package/api/resources/{insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js → expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js} +0 -0
  443. /package/api/resources/{insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js → expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js} +0 -0
  444. /package/api/resources/{insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js → expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js} +0 -0
  445. /package/api/resources/{insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js → expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js} +0 -0
  446. /package/api/resources/{insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js → expectedNetworkStatus/resources/v2/types/InNetworkStatus.js} +0 -0
  447. /package/api/resources/{insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js → expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js} +0 -0
  448. /package/{dist/api/resources/financials/types/AllocationRecipient.js → api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js} +0 -0
  449. /package/{dist/api/resources/financials/types/AllocationRecipientCreate.js → api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js} +0 -0
  450. /package/{dist/api/resources/financials/types/RefundAllocation.js → api/resources/financials/types/AllocationTarget.js} +0 -0
  451. /package/{dist/api/resources/financials/types/RefundAllocationCreate.js → api/resources/financials/types/AllocationTargetCreate.js} +0 -0
  452. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/client/index.d.ts +0 -0
  453. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/client/index.js +0 -0
  454. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/index.d.ts +0 -0
  455. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/index.js +0 -0
  456. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.d.ts +0 -0
  457. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.js +0 -0
  458. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/index.d.ts +0 -0
  459. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/index.js +0 -0
  460. /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/index.d.ts +0 -0
  461. /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/index.js +0 -0
  462. /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudication.js +0 -0
  463. /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.js +0 -0
  464. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -0
  465. /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -0
  466. /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.js +0 -0
  467. /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.js +0 -0
  468. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.js +0 -0
  469. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -0
  470. /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -0
  471. /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.js +0 -0
  472. /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.js +0 -0
  473. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.js +0 -0
  474. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.d.ts +0 -0
  475. /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.js +0 -0
  476. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/client/index.d.ts +0 -0
  477. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/client/index.js +0 -0
  478. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/index.d.ts +0 -0
  479. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/index.js +0 -0
  480. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.d.ts +0 -0
  481. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.js +0 -0
  482. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/index.d.ts +0 -0
  483. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/index.js +0 -0
  484. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -0
  485. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.js +0 -0
  486. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -0
  487. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.js +0 -0
  488. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.d.ts +0 -0
  489. /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.js +0 -0
  490. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/index.d.ts +0 -0
  491. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/index.js +0 -0
  492. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.d.ts +0 -0
  493. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.js +0 -0
  494. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/index.d.ts +0 -0
  495. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/index.js +0 -0
  496. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -0
  497. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -0
  498. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.d.ts +0 -0
  499. /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.js +0 -0
  500. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/index.d.ts +0 -0
  501. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/index.js +0 -0
  502. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.d.ts +0 -0
  503. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.js +0 -0
  504. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/index.d.ts +0 -0
  505. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/index.js +0 -0
  506. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -0
  507. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -0
  508. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.d.ts +0 -0
  509. /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.js +0 -0
@@ -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
  });
@@ -10,6 +10,6 @@ export declare namespace WriteOffCreate {
10
10
  write_off_timestamp: string;
11
11
  write_off_note?: string | null;
12
12
  write_off_reason: serializers.writeOffs.v1.WriteOffReason.Raw;
13
- allocation: serializers.Allocation.Raw;
13
+ allocation: serializers.AllocationCreate.Raw;
14
14
  }
15
15
  }
@@ -32,5 +32,5 @@ exports.WriteOffCreate = core.serialization.object({
32
32
  writeOffTimestamp: core.serialization.property("write_off_timestamp", core.serialization.date()),
33
33
  writeOffNote: core.serialization.property("write_off_note", core.serialization.string().optional()),
34
34
  writeOffReason: core.serialization.property("write_off_reason", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).writeOffs.v1.WriteOffReason)),
35
- allocation: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Allocation),
35
+ allocation: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).AllocationCreate),
36
36
  });
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
7
  export declare const Carc: core.serialization.Schema<serializers.x12.v1.Carc.Raw, CandidApi.x12.v1.Carc>;
8
8
  export declare namespace Carc {
9
- type Raw = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "16" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "26" | "27" | "29" | "31" | "32" | "33" | "34" | "35" | "39" | "40" | "44" | "45" | "49" | "50" | "51" | "53" | "54" | "55" | "56" | "58" | "59" | "60" | "61" | "66" | "69" | "70" | "74" | "75" | "76" | "78" | "85" | "89" | "90" | "91" | "94" | "95" | "96" | "97" | "100" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "114" | "115" | "116" | "117" | "118" | "119" | "121" | "122" | "128" | "129" | "130" | "131" | "132" | "133" | "134" | "135" | "136" | "137" | "139" | "140" | "142" | "143" | "144" | "146" | "147" | "148" | "149" | "150" | "151" | "152" | "153" | "154" | "155" | "157" | "158" | "159" | "160" | "161" | "163" | "164" | "166" | "167" | "169" | "170" | "171" | "172" | "173" | "174" | "175" | "176" | "177" | "178" | "179" | "180" | "181" | "182" | "183" | "184" | "185" | "186" | "187" | "188" | "189" | "190" | "192" | "193" | "194" | "195" | "197" | "198" | "199" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "209" | "210" | "211" | "212" | "213" | "215" | "216" | "219" | "222" | "223" | "224" | "225" | "226" | "227" | "228" | "229" | "231" | "232" | "233" | "234" | "235" | "236" | "237" | "238" | "239" | "240" | "241" | "245" | "246" | "247" | "248" | "249" | "250" | "251" | "252" | "253" | "254" | "256" | "257" | "258" | "259" | "260" | "261" | "262" | "263" | "264" | "265" | "266" | "267" | "268" | "269" | "270" | "271" | "272" | "273" | "274" | "275" | "276" | "277" | "278" | "279" | "280" | "281" | "282" | "283" | "284" | "285" | "286" | "287" | "288" | "289" | "290" | "291" | "292" | "293" | "294" | "295" | "296" | "297" | "298" | "299" | "300" | "301" | "302" | "303" | "A0" | "A1" | "A5" | "A6" | "A8" | "B1" | "B4" | "B7" | "B8" | "B9" | "B10" | "B11" | "B12" | "B13" | "B14" | "B15" | "B16" | "B20" | "B22" | "B23" | "P24" | "P25" | "P26" | "P27" | "P28" | "P29" | "P30" | "P31";
9
+ type Raw = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "16" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "26" | "27" | "29" | "31" | "32" | "33" | "34" | "35" | "39" | "40" | "44" | "45" | "49" | "50" | "51" | "53" | "54" | "55" | "56" | "58" | "59" | "60" | "61" | "66" | "69" | "70" | "74" | "75" | "76" | "78" | "85" | "89" | "90" | "91" | "94" | "95" | "96" | "97" | "100" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "114" | "115" | "116" | "117" | "118" | "119" | "121" | "122" | "128" | "129" | "130" | "131" | "132" | "133" | "134" | "135" | "136" | "137" | "139" | "140" | "142" | "143" | "144" | "146" | "147" | "148" | "149" | "150" | "151" | "152" | "153" | "154" | "155" | "157" | "158" | "159" | "160" | "161" | "163" | "164" | "166" | "167" | "169" | "170" | "171" | "172" | "173" | "174" | "175" | "176" | "177" | "178" | "179" | "180" | "181" | "182" | "183" | "184" | "185" | "186" | "187" | "188" | "189" | "190" | "192" | "193" | "194" | "195" | "197" | "198" | "199" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "209" | "210" | "211" | "212" | "213" | "215" | "216" | "219" | "222" | "223" | "224" | "225" | "226" | "227" | "228" | "229" | "231" | "232" | "233" | "234" | "235" | "236" | "237" | "238" | "239" | "240" | "241" | "242" | "243" | "245" | "246" | "247" | "248" | "249" | "250" | "251" | "252" | "253" | "254" | "256" | "257" | "258" | "259" | "260" | "261" | "262" | "263" | "264" | "265" | "266" | "267" | "268" | "269" | "270" | "271" | "272" | "273" | "274" | "275" | "276" | "277" | "278" | "279" | "280" | "281" | "282" | "283" | "284" | "285" | "286" | "287" | "288" | "289" | "290" | "291" | "292" | "293" | "294" | "295" | "296" | "297" | "298" | "299" | "300" | "301" | "302" | "303" | "304" | "305" | "A0" | "A1" | "A5" | "A6" | "A8" | "B1" | "B4" | "B7" | "B8" | "B9" | "B10" | "B11" | "B12" | "B13" | "B14" | "B15" | "B16" | "B20" | "B22" | "B23" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "P7" | "P8" | "P9" | "P10" | "P11" | "P12" | "P13" | "P14" | "P15" | "P16" | "P17" | "P18" | "P19" | "P20" | "P21" | "P22" | "P23" | "P24" | "P25" | "P26" | "P27" | "P28" | "P29" | "P30" | "P31" | "P32";
10
10
  }
@@ -209,6 +209,8 @@ exports.Carc = core.serialization.enum_([
209
209
  "239",
210
210
  "240",
211
211
  "241",
212
+ "242",
213
+ "243",
212
214
  "245",
213
215
  "246",
214
216
  "247",
@@ -267,6 +269,8 @@ exports.Carc = core.serialization.enum_([
267
269
  "301",
268
270
  "302",
269
271
  "303",
272
+ "304",
273
+ "305",
270
274
  "A0",
271
275
  "A1",
272
276
  "A5",
@@ -287,6 +291,29 @@ exports.Carc = core.serialization.enum_([
287
291
  "B20",
288
292
  "B22",
289
293
  "B23",
294
+ "P1",
295
+ "P2",
296
+ "P3",
297
+ "P4",
298
+ "P5",
299
+ "P6",
300
+ "P7",
301
+ "P8",
302
+ "P9",
303
+ "P10",
304
+ "P11",
305
+ "P12",
306
+ "P13",
307
+ "P14",
308
+ "P15",
309
+ "P16",
310
+ "P17",
311
+ "P18",
312
+ "P19",
313
+ "P20",
314
+ "P21",
315
+ "P22",
316
+ "P23",
290
317
  "P24",
291
318
  "P25",
292
319
  "P26",
@@ -295,4 +322,5 @@ exports.Carc = core.serialization.enum_([
295
322
  "P29",
296
323
  "P30",
297
324
  "P31",
325
+ "P32",
298
326
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "candidhealth",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "private": false,
5
5
  "repository": "https://github.com/candidhealth/candid-node",
6
6
  "main": "./index.js",
@@ -8,7 +8,7 @@ export declare const ClaimSubmissionRecordCreate: core.serialization.ObjectSchem
8
8
  export declare namespace ClaimSubmissionRecordCreate {
9
9
  interface Raw {
10
10
  submitted_at: string;
11
- claim_frequency_code: serializers.claimSubmission.v1.ClaimFrequencyTypeCode.Raw;
12
- payer_responsibility: serializers.ClaimSubmissionPayerResponsibilityType.Raw;
11
+ claim_frequency_code?: serializers.claimSubmission.v1.ClaimFrequencyTypeCode.Raw | null;
12
+ payer_responsibility?: serializers.ClaimSubmissionPayerResponsibilityType.Raw | null;
13
13
  }
14
14
  }
@@ -30,6 +30,10 @@ exports.ClaimSubmissionRecordCreate = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  exports.ClaimSubmissionRecordCreate = core.serialization.object({
32
32
  submittedAt: core.serialization.property("submitted_at", core.serialization.date()),
33
- claimFrequencyCode: core.serialization.property("claim_frequency_code", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).claimSubmission.v1.ClaimFrequencyTypeCode)),
34
- payerResponsibility: core.serialization.property("payer_responsibility", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ClaimSubmissionPayerResponsibilityType)),
33
+ claimFrequencyCode: core.serialization.property("claim_frequency_code", core.serialization
34
+ .lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).claimSubmission.v1.ClaimFrequencyTypeCode)
35
+ .optional()),
36
+ payerResponsibility: core.serialization.property("payer_responsibility", core.serialization
37
+ .lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ClaimSubmissionPayerResponsibilityType)
38
+ .optional()),
35
39
  });
@@ -0,0 +1,12 @@
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 OrganizationNotAuthorizedErrorMessage: core.serialization.ObjectSchema<serializers.OrganizationNotAuthorizedErrorMessage.Raw, CandidApi.OrganizationNotAuthorizedErrorMessage>;
8
+ export declare namespace OrganizationNotAuthorizedErrorMessage {
9
+ interface Raw {
10
+ message: string;
11
+ }
12
+ }
@@ -0,0 +1,33 @@
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.OrganizationNotAuthorizedErrorMessage = void 0;
30
+ const core = __importStar(require("../../../../core"));
31
+ exports.OrganizationNotAuthorizedErrorMessage = core.serialization.object({
32
+ message: core.serialization.string(),
33
+ });
@@ -34,6 +34,7 @@ export * from "./UnauthorizedErrorMessage";
34
34
  export * from "./HttpServiceUnavailableErrorMessage";
35
35
  export * from "./RequestValidationError";
36
36
  export * from "./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage";
37
+ export * from "./OrganizationNotAuthorizedErrorMessage";
37
38
  export * from "./PhoneNumber";
38
39
  export * from "./PhoneNumberType";
39
40
  export * from "./Email";
@@ -50,6 +50,7 @@ __exportStar(require("./UnauthorizedErrorMessage"), exports);
50
50
  __exportStar(require("./HttpServiceUnavailableErrorMessage"), exports);
51
51
  __exportStar(require("./RequestValidationError"), exports);
52
52
  __exportStar(require("./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage"), exports);
53
+ __exportStar(require("./OrganizationNotAuthorizedErrorMessage"), exports);
53
54
  __exportStar(require("./PhoneNumber"), exports);
54
55
  __exportStar(require("./PhoneNumberType"), exports);
55
56
  __exportStar(require("./Email"), exports);
@@ -30,5 +30,6 @@ export declare namespace Encounter {
30
30
  work_queue_id?: serializers.WorkQueueId.Raw | null;
31
31
  work_queue_membership_activated_at?: string | null;
32
32
  owner_of_next_action: serializers.encounters.v4.EncounterOwnerOfNextActionType.Raw;
33
+ submission_origin: serializers.encounters.v4.EncounterSubmissionOriginType.Raw;
33
34
  }
34
35
  }
@@ -61,5 +61,6 @@ exports.Encounter = core.serialization
61
61
  workQueueId: core.serialization.property("work_queue_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).WorkQueueId).optional()),
62
62
  workQueueMembershipActivatedAt: core.serialization.property("work_queue_membership_activated_at", core.serialization.date().optional()),
63
63
  ownerOfNextAction: core.serialization.property("owner_of_next_action", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounters.v4.EncounterOwnerOfNextActionType)),
64
+ submissionOrigin: core.serialization.property("submission_origin", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounters.v4.EncounterSubmissionOriginType)),
64
65
  })
65
66
  .extend(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounters.v4.EncounterBase));
@@ -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 EncounterSubmissionOriginType: core.serialization.Schema<serializers.encounters.v4.EncounterSubmissionOriginType.Raw, CandidApi.encounters.v4.EncounterSubmissionOriginType>;
8
+ export declare namespace EncounterSubmissionOriginType {
9
+ type Raw = "CANDID" | "EXTERNAL";
10
+ }
@@ -0,0 +1,31 @@
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.EncounterSubmissionOriginType = void 0;
30
+ const core = __importStar(require("../../../../../../core"));
31
+ exports.EncounterSubmissionOriginType = core.serialization.enum_(["CANDID", "EXTERNAL"]);
@@ -19,6 +19,7 @@ export * from "./ClinicalNote";
19
19
  export * from "./ResponsiblePartyType";
20
20
  export * from "./BillableStatusType";
21
21
  export * from "./EncounterOwnerOfNextActionType";
22
+ export * from "./EncounterSubmissionOriginType";
22
23
  export * from "./SynchronicityType";
23
24
  export * from "./CodingAttributionType";
24
25
  export * from "./EncounterPage";
@@ -35,6 +35,7 @@ __exportStar(require("./ClinicalNote"), exports);
35
35
  __exportStar(require("./ResponsiblePartyType"), exports);
36
36
  __exportStar(require("./BillableStatusType"), exports);
37
37
  __exportStar(require("./EncounterOwnerOfNextActionType"), exports);
38
+ __exportStar(require("./EncounterSubmissionOriginType"), exports);
38
39
  __exportStar(require("./SynchronicityType"), exports);
39
40
  __exportStar(require("./CodingAttributionType"), exports);
40
41
  __exportStar(require("./EncounterPage"), exports);
@@ -1 +1,2 @@
1
1
  export * as v1 from "./v1";
2
+ export * as v2 from "./v2";
@@ -23,5 +23,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.v1 = void 0;
26
+ exports.v2 = exports.v1 = void 0;
27
27
  exports.v1 = __importStar(require("./v1"));
28
+ exports.v2 = __importStar(require("./v2"));
@@ -0,0 +1,18 @@
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 Error: core.serialization.Schema<serializers.expectedNetworkStatus.v2.computeAllInNetworkProviders.Error.Raw, CandidApi.expectedNetworkStatus.v2.computeAllInNetworkProviders.Error>;
8
+ export declare namespace Error {
9
+ type Raw = Error.ExpectedNetworkStatusCheckError | Error.OrganizationNotAuthorizedError;
10
+ interface ExpectedNetworkStatusCheckError {
11
+ errorName: "ExpectedNetworkStatusCheckError";
12
+ content: serializers.expectedNetworkStatus.v2.ExpectedNetworkStatusCheckErrorMessage.Raw;
13
+ }
14
+ interface OrganizationNotAuthorizedError {
15
+ errorName: "OrganizationNotAuthorizedError";
16
+ content: serializers.OrganizationNotAuthorizedErrorMessage.Raw;
17
+ }
18
+ }
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.Error = void 0;
30
+ const CandidApi = __importStar(require("../../../../../../api"));
31
+ const core = __importStar(require("../../../../../../core"));
32
+ exports.Error = core.serialization
33
+ .union("errorName", {
34
+ ExpectedNetworkStatusCheckError: core.serialization.object({
35
+ content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).expectedNetworkStatus.v2.ExpectedNetworkStatusCheckErrorMessage),
36
+ }),
37
+ OrganizationNotAuthorizedError: core.serialization.object({
38
+ content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).OrganizationNotAuthorizedErrorMessage),
39
+ }),
40
+ })
41
+ .transform({
42
+ transform: (value) => {
43
+ switch (value.errorName) {
44
+ case "ExpectedNetworkStatusCheckError":
45
+ return CandidApi.expectedNetworkStatus.v2.computeAllInNetworkProviders.Error.expectedNetworkStatusCheckError(value.content);
46
+ case "OrganizationNotAuthorizedError":
47
+ return CandidApi.expectedNetworkStatus.v2.computeAllInNetworkProviders.Error.organizationNotAuthorizedError(value.content);
48
+ }
49
+ },
50
+ untransform: ({ _visit, ...value }) => value,
51
+ });
@@ -0,0 +1,18 @@
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 Error: core.serialization.Schema<serializers.expectedNetworkStatus.v2.computeForRenderingProvider.Error.Raw, CandidApi.expectedNetworkStatus.v2.computeForRenderingProvider.Error>;
8
+ export declare namespace Error {
9
+ type Raw = Error.ExpectedNetworkStatusCheckError | Error.OrganizationNotAuthorizedError;
10
+ interface ExpectedNetworkStatusCheckError {
11
+ errorName: "ExpectedNetworkStatusCheckError";
12
+ content: serializers.expectedNetworkStatus.v2.ExpectedNetworkStatusCheckErrorMessage.Raw;
13
+ }
14
+ interface OrganizationNotAuthorizedError {
15
+ errorName: "OrganizationNotAuthorizedError";
16
+ content: serializers.OrganizationNotAuthorizedErrorMessage.Raw;
17
+ }
18
+ }
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.Error = void 0;
30
+ const CandidApi = __importStar(require("../../../../../../api"));
31
+ const core = __importStar(require("../../../../../../core"));
32
+ exports.Error = core.serialization
33
+ .union("errorName", {
34
+ ExpectedNetworkStatusCheckError: core.serialization.object({
35
+ content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).expectedNetworkStatus.v2.ExpectedNetworkStatusCheckErrorMessage),
36
+ }),
37
+ OrganizationNotAuthorizedError: core.serialization.object({
38
+ content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).OrganizationNotAuthorizedErrorMessage),
39
+ }),
40
+ })
41
+ .transform({
42
+ transform: (value) => {
43
+ switch (value.errorName) {
44
+ case "ExpectedNetworkStatusCheckError":
45
+ return CandidApi.expectedNetworkStatus.v2.computeForRenderingProvider.Error.expectedNetworkStatusCheckError(value.content);
46
+ case "OrganizationNotAuthorizedError":
47
+ return CandidApi.expectedNetworkStatus.v2.computeForRenderingProvider.Error.organizationNotAuthorizedError(value.content);
48
+ }
49
+ },
50
+ untransform: ({ _visit, ...value }) => value,
51
+ });
@@ -0,0 +1,2 @@
1
+ export * as computeForRenderingProvider from "./computeForRenderingProvider";
2
+ export * as computeAllInNetworkProviders from "./computeAllInNetworkProviders";
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.computeAllInNetworkProviders = exports.computeForRenderingProvider = void 0;
27
+ exports.computeForRenderingProvider = __importStar(require("./computeForRenderingProvider"));
28
+ exports.computeAllInNetworkProviders = __importStar(require("./computeAllInNetworkProviders"));
@@ -0,0 +1,2 @@
1
+ export * from "./types";
2
+ export * from "./client";
@@ -0,0 +1,18 @@
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);
18
+ __exportStar(require("./client"), exports);
@@ -0,0 +1,18 @@
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 ComputeAllInNetworkProvidersRequest: core.serialization.ObjectSchema<serializers.expectedNetworkStatus.v2.ComputeAllInNetworkProvidersRequest.Raw, CandidApi.expectedNetworkStatus.v2.ComputeAllInNetworkProvidersRequest>;
8
+ export declare namespace ComputeAllInNetworkProvidersRequest {
9
+ interface Raw {
10
+ service_type: serializers.expectedNetworkStatus.v2.ServiceType.Raw;
11
+ place_of_service_code: serializers.FacilityTypeCode.Raw;
12
+ subscriber_information: serializers.expectedNetworkStatus.v2.ExpectedNetworkStatusSubscriberInformation.Raw;
13
+ patient_address: serializers.StreetAddressShortZip.Raw;
14
+ billing_provider_id: serializers.organizationProviders.v2.OrganizationProviderId.Raw;
15
+ organization_service_facility_id: serializers.organizationServiceFacilities.v2.OrganizationServiceFacilityId.Raw;
16
+ date_of_service: string;
17
+ }
18
+ }