candidhealth 1.14.0 → 1.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (370) hide show
  1. package/Client.d.ts +0 -3
  2. package/Client.js +38 -43
  3. package/api/resources/commons/types/index.d.ts +0 -2
  4. package/api/resources/commons/types/index.js +0 -2
  5. package/api/resources/era/types/index.d.ts +0 -1
  6. package/api/resources/era/types/index.js +0 -1
  7. package/api/resources/index.d.ts +0 -5
  8. package/api/resources/index.js +2 -7
  9. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +2 -0
  10. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +2 -0
  11. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +2 -0
  12. package/api/resources/serviceLines/resources/v2/client/Client.js +1 -0
  13. package/api/resources/serviceLines/resources/v2/client/delete.d.ts +7 -1
  14. package/api/resources/serviceLines/resources/v2/client/delete.js +11 -0
  15. package/api/resources/x12/resources/v1/types/index.d.ts +0 -4
  16. package/api/resources/x12/resources/v1/types/index.js +0 -4
  17. package/dist/Client.d.ts +0 -3
  18. package/dist/Client.js +38 -43
  19. package/dist/api/resources/commons/types/index.d.ts +0 -2
  20. package/dist/api/resources/commons/types/index.js +0 -2
  21. package/dist/api/resources/era/types/index.d.ts +0 -1
  22. package/dist/api/resources/era/types/index.js +0 -1
  23. package/dist/api/resources/index.d.ts +0 -5
  24. package/dist/api/resources/index.js +2 -7
  25. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +2 -0
  26. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +2 -0
  27. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +2 -0
  28. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +1 -0
  29. package/dist/api/resources/serviceLines/resources/v2/client/delete.d.ts +7 -1
  30. package/dist/api/resources/serviceLines/resources/v2/client/delete.js +11 -0
  31. package/dist/api/resources/x12/resources/v1/types/index.d.ts +0 -4
  32. package/dist/api/resources/x12/resources/v1/types/index.js +0 -4
  33. package/dist/serialization/resources/commons/types/index.d.ts +0 -2
  34. package/dist/serialization/resources/commons/types/index.js +0 -2
  35. package/dist/serialization/resources/era/types/index.d.ts +0 -1
  36. package/dist/serialization/resources/era/types/index.js +0 -1
  37. package/dist/serialization/resources/index.d.ts +0 -5
  38. package/dist/serialization/resources/index.js +2 -7
  39. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -0
  40. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -0
  41. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -0
  42. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -0
  43. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -0
  44. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -0
  45. package/dist/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +6 -1
  46. package/dist/serialization/resources/serviceLines/resources/v2/client/delete.js +6 -0
  47. package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +0 -4
  48. package/dist/serialization/resources/x12/resources/v1/types/index.js +0 -4
  49. package/dist/version.d.ts +1 -1
  50. package/dist/version.js +1 -1
  51. package/package.json +1 -1
  52. package/reference.md +0 -295
  53. package/serialization/resources/commons/types/index.d.ts +0 -2
  54. package/serialization/resources/commons/types/index.js +0 -2
  55. package/serialization/resources/era/types/index.d.ts +0 -1
  56. package/serialization/resources/era/types/index.js +0 -1
  57. package/serialization/resources/index.d.ts +0 -5
  58. package/serialization/resources/index.js +2 -7
  59. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -0
  60. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -0
  61. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -0
  62. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -0
  63. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -0
  64. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -0
  65. package/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +6 -1
  66. package/serialization/resources/serviceLines/resources/v2/client/delete.js +6 -0
  67. package/serialization/resources/x12/resources/v1/types/index.d.ts +0 -4
  68. package/serialization/resources/x12/resources/v1/types/index.js +0 -4
  69. package/version.d.ts +1 -1
  70. package/version.js +1 -1
  71. package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -13
  72. package/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -16
  73. package/api/resources/commons/types/TaxId.d.ts +0 -5
  74. package/api/resources/commons/types/TaxId.js +0 -7
  75. package/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -5
  76. package/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +0 -3
  77. package/api/resources/eraCommons/index.d.ts +0 -1
  78. package/api/resources/eraCommons/index.js +0 -17
  79. package/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -13
  80. package/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -16
  81. package/api/resources/eraCommons/types/index.d.ts +0 -1
  82. package/api/resources/eraCommons/types/index.js +0 -17
  83. package/api/resources/insuranceAdjudications/client/Client.d.ts +0 -14
  84. package/api/resources/insuranceAdjudications/client/Client.js +0 -15
  85. package/api/resources/insuranceAdjudications/client/index.d.ts +0 -1
  86. package/api/resources/insuranceAdjudications/client/index.js +0 -2
  87. package/api/resources/insuranceAdjudications/index.d.ts +0 -2
  88. package/api/resources/insuranceAdjudications/index.js +0 -18
  89. package/api/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  90. package/api/resources/insuranceAdjudications/resources/index.js +0 -37
  91. package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +0 -153
  92. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +0 -342
  93. package/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -25
  94. package/api/resources/insuranceAdjudications/resources/v1/client/create.js +0 -66
  95. package/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +0 -19
  96. package/api/resources/insuranceAdjudications/resources/v1/client/delete.js +0 -55
  97. package/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +0 -19
  98. package/api/resources/insuranceAdjudications/resources/v1/client/get.js +0 -55
  99. package/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -3
  100. package/api/resources/insuranceAdjudications/resources/v1/client/index.js +0 -39
  101. package/api/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  102. package/api/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  103. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -10
  104. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +0 -3
  105. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -9
  106. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +0 -3
  107. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -10
  108. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +0 -3
  109. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -12
  110. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +0 -3
  111. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -5
  112. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -7
  113. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -13
  114. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +0 -3
  115. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -12
  116. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +0 -3
  117. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -5
  118. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +0 -7
  119. package/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  120. package/api/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  121. package/api/resources/remitDrafts/index.d.ts +0 -1
  122. package/api/resources/remitDrafts/index.js +0 -17
  123. package/api/resources/remitDrafts/resources/index.d.ts +0 -1
  124. package/api/resources/remitDrafts/resources/index.js +0 -37
  125. package/api/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  126. package/api/resources/remitDrafts/resources/v1/index.js +0 -17
  127. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -5
  128. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +0 -7
  129. package/api/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  130. package/api/resources/remitDrafts/resources/v1/types/index.js +0 -17
  131. package/api/resources/remits/index.d.ts +0 -1
  132. package/api/resources/remits/index.js +0 -17
  133. package/api/resources/remits/resources/index.d.ts +0 -1
  134. package/api/resources/remits/resources/index.js +0 -37
  135. package/api/resources/remits/resources/v1/index.d.ts +0 -1
  136. package/api/resources/remits/resources/v1/index.js +0 -17
  137. package/api/resources/remits/resources/v1/types/Payee.d.ts +0 -5
  138. package/api/resources/remits/resources/v1/types/Payee.js +0 -3
  139. package/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -16
  140. package/api/resources/remits/resources/v1/types/PayeeIdentifier.js +0 -3
  141. package/api/resources/remits/resources/v1/types/index.d.ts +0 -2
  142. package/api/resources/remits/resources/v1/types/index.js +0 -18
  143. package/api/resources/x12/resources/v1/types/Carc.d.ts +0 -407
  144. package/api/resources/x12/resources/v1/types/Carc.js +0 -410
  145. package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -6
  146. package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -3
  147. package/api/resources/x12/resources/v1/types/Rarc.d.ts +0 -1190
  148. package/api/resources/x12/resources/v1/types/Rarc.js +0 -1193
  149. package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -4
  150. package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -3
  151. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -13
  152. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -16
  153. package/dist/api/resources/commons/types/TaxId.d.ts +0 -5
  154. package/dist/api/resources/commons/types/TaxId.js +0 -7
  155. package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -5
  156. package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +0 -3
  157. package/dist/api/resources/eraCommons/index.d.ts +0 -1
  158. package/dist/api/resources/eraCommons/index.js +0 -17
  159. package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -13
  160. package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -16
  161. package/dist/api/resources/eraCommons/types/index.d.ts +0 -1
  162. package/dist/api/resources/eraCommons/types/index.js +0 -17
  163. package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +0 -14
  164. package/dist/api/resources/insuranceAdjudications/client/Client.js +0 -15
  165. package/dist/api/resources/insuranceAdjudications/client/index.d.ts +0 -1
  166. package/dist/api/resources/insuranceAdjudications/client/index.js +0 -2
  167. package/dist/api/resources/insuranceAdjudications/index.d.ts +0 -2
  168. package/dist/api/resources/insuranceAdjudications/index.js +0 -18
  169. package/dist/api/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  170. package/dist/api/resources/insuranceAdjudications/resources/index.js +0 -37
  171. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +0 -153
  172. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +0 -342
  173. package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -25
  174. package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.js +0 -66
  175. package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +0 -19
  176. package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.js +0 -55
  177. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +0 -19
  178. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.js +0 -55
  179. package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -3
  180. package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.js +0 -39
  181. package/dist/api/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  182. package/dist/api/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  183. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -10
  184. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +0 -3
  185. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -9
  186. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +0 -3
  187. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -10
  188. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +0 -3
  189. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -12
  190. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +0 -3
  191. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -5
  192. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -7
  193. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -13
  194. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +0 -3
  195. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -12
  196. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +0 -3
  197. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -5
  198. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +0 -7
  199. package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  200. package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  201. package/dist/api/resources/remitDrafts/index.d.ts +0 -1
  202. package/dist/api/resources/remitDrafts/index.js +0 -17
  203. package/dist/api/resources/remitDrafts/resources/index.d.ts +0 -1
  204. package/dist/api/resources/remitDrafts/resources/index.js +0 -37
  205. package/dist/api/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  206. package/dist/api/resources/remitDrafts/resources/v1/index.js +0 -17
  207. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -5
  208. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +0 -7
  209. package/dist/api/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  210. package/dist/api/resources/remitDrafts/resources/v1/types/index.js +0 -17
  211. package/dist/api/resources/remits/index.d.ts +0 -1
  212. package/dist/api/resources/remits/index.js +0 -17
  213. package/dist/api/resources/remits/resources/index.d.ts +0 -1
  214. package/dist/api/resources/remits/resources/index.js +0 -37
  215. package/dist/api/resources/remits/resources/v1/index.d.ts +0 -1
  216. package/dist/api/resources/remits/resources/v1/index.js +0 -17
  217. package/dist/api/resources/remits/resources/v1/types/Payee.d.ts +0 -5
  218. package/dist/api/resources/remits/resources/v1/types/Payee.js +0 -3
  219. package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -16
  220. package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.js +0 -3
  221. package/dist/api/resources/remits/resources/v1/types/index.d.ts +0 -2
  222. package/dist/api/resources/remits/resources/v1/types/index.js +0 -18
  223. package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +0 -407
  224. package/dist/api/resources/x12/resources/v1/types/Carc.js +0 -410
  225. package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -6
  226. package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -3
  227. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +0 -1190
  228. package/dist/api/resources/x12/resources/v1/types/Rarc.js +0 -1193
  229. package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -4
  230. package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -3
  231. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -7
  232. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -39
  233. package/dist/serialization/resources/commons/types/TaxId.d.ts +0 -7
  234. package/dist/serialization/resources/commons/types/TaxId.js +0 -45
  235. package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -11
  236. package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +0 -43
  237. package/dist/serialization/resources/eraCommons/index.d.ts +0 -1
  238. package/dist/serialization/resources/eraCommons/index.js +0 -17
  239. package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -7
  240. package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -39
  241. package/dist/serialization/resources/eraCommons/types/index.d.ts +0 -1
  242. package/dist/serialization/resources/eraCommons/types/index.js +0 -17
  243. package/dist/serialization/resources/insuranceAdjudications/index.d.ts +0 -1
  244. package/dist/serialization/resources/insuranceAdjudications/index.js +0 -17
  245. package/dist/serialization/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  246. package/dist/serialization/resources/insuranceAdjudications/resources/index.js +0 -37
  247. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -12
  248. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +0 -69
  249. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -1
  250. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +0 -37
  251. package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  252. package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  253. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -19
  254. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +0 -51
  255. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -18
  256. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +0 -50
  257. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -19
  258. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +0 -51
  259. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -22
  260. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +0 -54
  261. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -7
  262. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -43
  263. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -21
  264. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +0 -53
  265. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -19
  266. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +0 -51
  267. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -7
  268. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +0 -43
  269. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  270. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  271. package/dist/serialization/resources/remitDrafts/index.d.ts +0 -1
  272. package/dist/serialization/resources/remitDrafts/index.js +0 -17
  273. package/dist/serialization/resources/remitDrafts/resources/index.d.ts +0 -1
  274. package/dist/serialization/resources/remitDrafts/resources/index.js +0 -37
  275. package/dist/serialization/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  276. package/dist/serialization/resources/remitDrafts/resources/v1/index.js +0 -17
  277. package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -7
  278. package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +0 -43
  279. package/dist/serialization/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  280. package/dist/serialization/resources/remitDrafts/resources/v1/types/index.js +0 -17
  281. package/dist/serialization/resources/remits/index.d.ts +0 -1
  282. package/dist/serialization/resources/remits/index.js +0 -17
  283. package/dist/serialization/resources/remits/resources/index.d.ts +0 -1
  284. package/dist/serialization/resources/remits/resources/index.js +0 -37
  285. package/dist/serialization/resources/remits/resources/v1/index.d.ts +0 -1
  286. package/dist/serialization/resources/remits/resources/v1/index.js +0 -17
  287. package/dist/serialization/resources/remits/resources/v1/types/Payee.d.ts +0 -11
  288. package/dist/serialization/resources/remits/resources/v1/types/Payee.js +0 -43
  289. package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -21
  290. package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +0 -56
  291. package/dist/serialization/resources/remits/resources/v1/types/index.d.ts +0 -2
  292. package/dist/serialization/resources/remits/resources/v1/types/index.js +0 -18
  293. package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +0 -7
  294. package/dist/serialization/resources/x12/resources/v1/types/Carc.js +0 -444
  295. package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -13
  296. package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -45
  297. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +0 -7
  298. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +0 -1227
  299. package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -10
  300. package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -42
  301. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -7
  302. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -39
  303. package/serialization/resources/commons/types/TaxId.d.ts +0 -7
  304. package/serialization/resources/commons/types/TaxId.js +0 -45
  305. package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -11
  306. package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +0 -43
  307. package/serialization/resources/eraCommons/index.d.ts +0 -1
  308. package/serialization/resources/eraCommons/index.js +0 -17
  309. package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -7
  310. package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -39
  311. package/serialization/resources/eraCommons/types/index.d.ts +0 -1
  312. package/serialization/resources/eraCommons/types/index.js +0 -17
  313. package/serialization/resources/insuranceAdjudications/index.d.ts +0 -1
  314. package/serialization/resources/insuranceAdjudications/index.js +0 -17
  315. package/serialization/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  316. package/serialization/resources/insuranceAdjudications/resources/index.js +0 -37
  317. package/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -12
  318. package/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +0 -69
  319. package/serialization/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -1
  320. package/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +0 -37
  321. package/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  322. package/serialization/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  323. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -19
  324. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +0 -51
  325. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -18
  326. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +0 -50
  327. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -19
  328. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +0 -51
  329. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -22
  330. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +0 -54
  331. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -7
  332. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -43
  333. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -21
  334. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +0 -53
  335. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -19
  336. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +0 -51
  337. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -7
  338. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +0 -43
  339. package/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  340. package/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  341. package/serialization/resources/remitDrafts/index.d.ts +0 -1
  342. package/serialization/resources/remitDrafts/index.js +0 -17
  343. package/serialization/resources/remitDrafts/resources/index.d.ts +0 -1
  344. package/serialization/resources/remitDrafts/resources/index.js +0 -37
  345. package/serialization/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  346. package/serialization/resources/remitDrafts/resources/v1/index.js +0 -17
  347. package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -7
  348. package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +0 -43
  349. package/serialization/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  350. package/serialization/resources/remitDrafts/resources/v1/types/index.js +0 -17
  351. package/serialization/resources/remits/index.d.ts +0 -1
  352. package/serialization/resources/remits/index.js +0 -17
  353. package/serialization/resources/remits/resources/index.d.ts +0 -1
  354. package/serialization/resources/remits/resources/index.js +0 -37
  355. package/serialization/resources/remits/resources/v1/index.d.ts +0 -1
  356. package/serialization/resources/remits/resources/v1/index.js +0 -17
  357. package/serialization/resources/remits/resources/v1/types/Payee.d.ts +0 -11
  358. package/serialization/resources/remits/resources/v1/types/Payee.js +0 -43
  359. package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -21
  360. package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +0 -56
  361. package/serialization/resources/remits/resources/v1/types/index.d.ts +0 -2
  362. package/serialization/resources/remits/resources/v1/types/index.js +0 -18
  363. package/serialization/resources/x12/resources/v1/types/Carc.d.ts +0 -7
  364. package/serialization/resources/x12/resources/v1/types/Carc.js +0 -444
  365. package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -13
  366. package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -45
  367. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +0 -7
  368. package/serialization/resources/x12/resources/v1/types/Rarc.js +0 -1227
  369. package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -10
  370. package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -42
package/Client.d.ts CHANGED
@@ -18,7 +18,6 @@ import { FeeSchedules } from "./api/resources/feeSchedules/client/Client";
18
18
  import { Guarantor } from "./api/resources/guarantor/client/Client";
19
19
  import { HealthCareCodeInformation } from "./api/resources/healthCareCodeInformation/client/Client";
20
20
  import { ImportInvoice } from "./api/resources/importInvoice/client/Client";
21
- import { InsuranceAdjudications } from "./api/resources/insuranceAdjudications/client/Client";
22
21
  import { InsurancePayments } from "./api/resources/insurancePayments/client/Client";
23
22
  import { InsuranceRefunds } from "./api/resources/insuranceRefunds/client/Client";
24
23
  import { MedicationDispense } from "./api/resources/medicationDispense/client/Client";
@@ -69,7 +68,6 @@ export declare class CandidApiClient {
69
68
  protected _guarantor: Guarantor | undefined;
70
69
  protected _healthCareCodeInformation: HealthCareCodeInformation | undefined;
71
70
  protected _importInvoice: ImportInvoice | undefined;
72
- protected _insuranceAdjudications: InsuranceAdjudications | undefined;
73
71
  protected _insurancePayments: InsurancePayments | undefined;
74
72
  protected _insuranceRefunds: InsuranceRefunds | undefined;
75
73
  protected _medicationDispense: MedicationDispense | undefined;
@@ -109,7 +107,6 @@ export declare class CandidApiClient {
109
107
  get guarantor(): Guarantor;
110
108
  get healthCareCodeInformation(): HealthCareCodeInformation;
111
109
  get importInvoice(): ImportInvoice;
112
- get insuranceAdjudications(): InsuranceAdjudications;
113
110
  get insurancePayments(): InsurancePayments;
114
111
  get insuranceRefunds(): InsuranceRefunds;
115
112
  get medicationDispense(): MedicationDispense;
package/Client.js CHANGED
@@ -65,25 +65,24 @@ const Client_18 = require("./api/resources/feeSchedules/client/Client");
65
65
  const Client_19 = require("./api/resources/guarantor/client/Client");
66
66
  const Client_20 = require("./api/resources/healthCareCodeInformation/client/Client");
67
67
  const Client_21 = require("./api/resources/importInvoice/client/Client");
68
- const Client_22 = require("./api/resources/insuranceAdjudications/client/Client");
69
- const Client_23 = require("./api/resources/insurancePayments/client/Client");
70
- const Client_24 = require("./api/resources/insuranceRefunds/client/Client");
71
- const Client_25 = require("./api/resources/medicationDispense/client/Client");
72
- const Client_26 = require("./api/resources/nonInsurancePayerPayments/client/Client");
73
- const Client_27 = require("./api/resources/nonInsurancePayerRefunds/client/Client");
74
- const Client_28 = require("./api/resources/nonInsurancePayers/client/Client");
75
- const Client_29 = require("./api/resources/organizationProviders/client/Client");
76
- const Client_30 = require("./api/resources/organizationServiceFacilities/client/Client");
77
- const Client_31 = require("./api/resources/patientAr/client/Client");
78
- const Client_32 = require("./api/resources/patientPayments/client/Client");
79
- const Client_33 = require("./api/resources/patientRefunds/client/Client");
80
- const Client_34 = require("./api/resources/payerPlanGroups/client/Client");
81
- const Client_35 = require("./api/resources/payers/client/Client");
82
- const Client_36 = require("./api/resources/preEncounter/client/Client");
83
- const Client_37 = require("./api/resources/serviceLines/client/Client");
84
- const Client_38 = require("./api/resources/superbills/client/Client");
85
- const Client_39 = require("./api/resources/tasks/client/Client");
86
- const Client_40 = require("./api/resources/writeOffs/client/Client");
68
+ const Client_22 = require("./api/resources/insurancePayments/client/Client");
69
+ const Client_23 = require("./api/resources/insuranceRefunds/client/Client");
70
+ const Client_24 = require("./api/resources/medicationDispense/client/Client");
71
+ const Client_25 = require("./api/resources/nonInsurancePayerPayments/client/Client");
72
+ const Client_26 = require("./api/resources/nonInsurancePayerRefunds/client/Client");
73
+ const Client_27 = require("./api/resources/nonInsurancePayers/client/Client");
74
+ const Client_28 = require("./api/resources/organizationProviders/client/Client");
75
+ const Client_29 = require("./api/resources/organizationServiceFacilities/client/Client");
76
+ const Client_30 = require("./api/resources/patientAr/client/Client");
77
+ const Client_31 = require("./api/resources/patientPayments/client/Client");
78
+ const Client_32 = require("./api/resources/patientRefunds/client/Client");
79
+ const Client_33 = require("./api/resources/payerPlanGroups/client/Client");
80
+ const Client_34 = require("./api/resources/payers/client/Client");
81
+ const Client_35 = require("./api/resources/preEncounter/client/Client");
82
+ const Client_36 = require("./api/resources/serviceLines/client/Client");
83
+ const Client_37 = require("./api/resources/superbills/client/Client");
84
+ const Client_38 = require("./api/resources/tasks/client/Client");
85
+ const Client_39 = require("./api/resources/writeOffs/client/Client");
87
86
  const core = __importStar(require("./core"));
88
87
  const headers_1 = require("./core/headers");
89
88
  class CandidApiClient {
@@ -91,8 +90,8 @@ class CandidApiClient {
91
90
  this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_1.mergeHeaders)({
92
91
  "X-Fern-Language": "JavaScript",
93
92
  "X-Fern-SDK-Name": "candidhealth",
94
- "X-Fern-SDK-Version": "1.14.0",
95
- "User-Agent": "candidhealth/1.14.0",
93
+ "X-Fern-SDK-Version": "1.14.2",
94
+ "User-Agent": "candidhealth/1.14.2",
96
95
  "X-Fern-Runtime": core.RUNTIME.type,
97
96
  "X-Fern-Runtime-Version": core.RUNTIME.version,
98
97
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -178,81 +177,77 @@ class CandidApiClient {
178
177
  var _a;
179
178
  return ((_a = this._importInvoice) !== null && _a !== void 0 ? _a : (this._importInvoice = new Client_21.ImportInvoice(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
180
179
  }
181
- get insuranceAdjudications() {
182
- var _a;
183
- return ((_a = this._insuranceAdjudications) !== null && _a !== void 0 ? _a : (this._insuranceAdjudications = new Client_22.InsuranceAdjudications(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
184
- }
185
180
  get insurancePayments() {
186
181
  var _a;
187
- return ((_a = this._insurancePayments) !== null && _a !== void 0 ? _a : (this._insurancePayments = new Client_23.InsurancePayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
182
+ return ((_a = this._insurancePayments) !== null && _a !== void 0 ? _a : (this._insurancePayments = new Client_22.InsurancePayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
188
183
  }
189
184
  get insuranceRefunds() {
190
185
  var _a;
191
- return ((_a = this._insuranceRefunds) !== null && _a !== void 0 ? _a : (this._insuranceRefunds = new Client_24.InsuranceRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
186
+ return ((_a = this._insuranceRefunds) !== null && _a !== void 0 ? _a : (this._insuranceRefunds = new Client_23.InsuranceRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
192
187
  }
193
188
  get medicationDispense() {
194
189
  var _a;
195
- return ((_a = this._medicationDispense) !== null && _a !== void 0 ? _a : (this._medicationDispense = new Client_25.MedicationDispense(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
190
+ return ((_a = this._medicationDispense) !== null && _a !== void 0 ? _a : (this._medicationDispense = new Client_24.MedicationDispense(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
196
191
  }
197
192
  get nonInsurancePayerPayments() {
198
193
  var _a;
199
- return ((_a = this._nonInsurancePayerPayments) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerPayments = new Client_26.NonInsurancePayerPayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
194
+ return ((_a = this._nonInsurancePayerPayments) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerPayments = new Client_25.NonInsurancePayerPayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
200
195
  }
201
196
  get nonInsurancePayerRefunds() {
202
197
  var _a;
203
- return ((_a = this._nonInsurancePayerRefunds) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerRefunds = new Client_27.NonInsurancePayerRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
198
+ return ((_a = this._nonInsurancePayerRefunds) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerRefunds = new Client_26.NonInsurancePayerRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
204
199
  }
205
200
  get nonInsurancePayers() {
206
201
  var _a;
207
- return ((_a = this._nonInsurancePayers) !== null && _a !== void 0 ? _a : (this._nonInsurancePayers = new Client_28.NonInsurancePayers(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
202
+ return ((_a = this._nonInsurancePayers) !== null && _a !== void 0 ? _a : (this._nonInsurancePayers = new Client_27.NonInsurancePayers(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
208
203
  }
209
204
  get organizationProviders() {
210
205
  var _a;
211
- return ((_a = this._organizationProviders) !== null && _a !== void 0 ? _a : (this._organizationProviders = new Client_29.OrganizationProviders(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
206
+ return ((_a = this._organizationProviders) !== null && _a !== void 0 ? _a : (this._organizationProviders = new Client_28.OrganizationProviders(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
212
207
  }
213
208
  get organizationServiceFacilities() {
214
209
  var _a;
215
- return ((_a = this._organizationServiceFacilities) !== null && _a !== void 0 ? _a : (this._organizationServiceFacilities = new Client_30.OrganizationServiceFacilities(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
210
+ return ((_a = this._organizationServiceFacilities) !== null && _a !== void 0 ? _a : (this._organizationServiceFacilities = new Client_29.OrganizationServiceFacilities(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
216
211
  }
217
212
  get patientAr() {
218
213
  var _a;
219
- return ((_a = this._patientAr) !== null && _a !== void 0 ? _a : (this._patientAr = new Client_31.PatientAr(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
214
+ return ((_a = this._patientAr) !== null && _a !== void 0 ? _a : (this._patientAr = new Client_30.PatientAr(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
220
215
  }
221
216
  get patientPayments() {
222
217
  var _a;
223
- return ((_a = this._patientPayments) !== null && _a !== void 0 ? _a : (this._patientPayments = new Client_32.PatientPayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
218
+ return ((_a = this._patientPayments) !== null && _a !== void 0 ? _a : (this._patientPayments = new Client_31.PatientPayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
224
219
  }
225
220
  get patientRefunds() {
226
221
  var _a;
227
- return ((_a = this._patientRefunds) !== null && _a !== void 0 ? _a : (this._patientRefunds = new Client_33.PatientRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
222
+ return ((_a = this._patientRefunds) !== null && _a !== void 0 ? _a : (this._patientRefunds = new Client_32.PatientRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
228
223
  }
229
224
  get payerPlanGroups() {
230
225
  var _a;
231
- return ((_a = this._payerPlanGroups) !== null && _a !== void 0 ? _a : (this._payerPlanGroups = new Client_34.PayerPlanGroups(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
226
+ return ((_a = this._payerPlanGroups) !== null && _a !== void 0 ? _a : (this._payerPlanGroups = new Client_33.PayerPlanGroups(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
232
227
  }
233
228
  get payers() {
234
229
  var _a;
235
- return ((_a = this._payers) !== null && _a !== void 0 ? _a : (this._payers = new Client_35.Payers(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
230
+ return ((_a = this._payers) !== null && _a !== void 0 ? _a : (this._payers = new Client_34.Payers(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
236
231
  }
237
232
  get serviceLines() {
238
233
  var _a;
239
- return ((_a = this._serviceLines) !== null && _a !== void 0 ? _a : (this._serviceLines = new Client_37.ServiceLines(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
234
+ return ((_a = this._serviceLines) !== null && _a !== void 0 ? _a : (this._serviceLines = new Client_36.ServiceLines(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
240
235
  }
241
236
  get superbills() {
242
237
  var _a;
243
- return ((_a = this._superbills) !== null && _a !== void 0 ? _a : (this._superbills = new Client_38.Superbills(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
238
+ return ((_a = this._superbills) !== null && _a !== void 0 ? _a : (this._superbills = new Client_37.Superbills(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
244
239
  }
245
240
  get tasks() {
246
241
  var _a;
247
- return ((_a = this._tasks) !== null && _a !== void 0 ? _a : (this._tasks = new Client_39.Tasks(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
242
+ return ((_a = this._tasks) !== null && _a !== void 0 ? _a : (this._tasks = new Client_38.Tasks(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
248
243
  }
249
244
  get writeOffs() {
250
245
  var _a;
251
- return ((_a = this._writeOffs) !== null && _a !== void 0 ? _a : (this._writeOffs = new Client_40.WriteOffs(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
246
+ return ((_a = this._writeOffs) !== null && _a !== void 0 ? _a : (this._writeOffs = new Client_39.WriteOffs(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
252
247
  }
253
248
  get preEncounter() {
254
249
  var _a;
255
- return ((_a = this._preEncounter) !== null && _a !== void 0 ? _a : (this._preEncounter = new Client_36.PreEncounter(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
250
+ return ((_a = this._preEncounter) !== null && _a !== void 0 ? _a : (this._preEncounter = new Client_35.PreEncounter(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
256
251
  }
257
252
  get diagnoses() {
258
253
  var _a;
@@ -4,7 +4,6 @@ export * from "./BillingProviderCommercialLicenseType";
4
4
  export * from "./ChargeCaptureClaimCreationId";
5
5
  export * from "./ChargeCaptureId";
6
6
  export * from "./ChargeCapturePostBilledChangeId";
7
- export * from "./ClaimAdjustmentGroupCodes";
8
7
  export * from "./ClaimId";
9
8
  export * from "./ClaimSubmissionPayerResponsibilityType";
10
9
  export * from "./Clearinghouse";
@@ -70,7 +69,6 @@ export * from "./StreetAddressShortZipOptional";
70
69
  export * from "./TaskAssignmentId";
71
70
  export * from "./TaskId";
72
71
  export * from "./TaskNoteId";
73
- export * from "./TaxId";
74
72
  export * from "./UnauthorizedErrorMessage";
75
73
  export * from "./UnprocessableEntityErrorMessage";
76
74
  export * from "./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage";
@@ -20,7 +20,6 @@ __exportStar(require("./BillingProviderCommercialLicenseType"), exports);
20
20
  __exportStar(require("./ChargeCaptureClaimCreationId"), exports);
21
21
  __exportStar(require("./ChargeCaptureId"), exports);
22
22
  __exportStar(require("./ChargeCapturePostBilledChangeId"), exports);
23
- __exportStar(require("./ClaimAdjustmentGroupCodes"), exports);
24
23
  __exportStar(require("./ClaimId"), exports);
25
24
  __exportStar(require("./ClaimSubmissionPayerResponsibilityType"), exports);
26
25
  __exportStar(require("./Clearinghouse"), exports);
@@ -86,7 +85,6 @@ __exportStar(require("./StreetAddressShortZipOptional"), exports);
86
85
  __exportStar(require("./TaskAssignmentId"), exports);
87
86
  __exportStar(require("./TaskId"), exports);
88
87
  __exportStar(require("./TaskNoteId"), exports);
89
- __exportStar(require("./TaxId"), exports);
90
88
  __exportStar(require("./UnauthorizedErrorMessage"), exports);
91
89
  __exportStar(require("./UnprocessableEntityErrorMessage"), exports);
92
90
  __exportStar(require("./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage"), exports);
@@ -1,4 +1,3 @@
1
1
  export * from "./Era";
2
2
  export * from "./EraBase";
3
3
  export * from "./EraId";
4
- export * from "./EraNotFullyProcessedErrorMessage";
@@ -17,4 +17,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./Era"), exports);
18
18
  __exportStar(require("./EraBase"), exports);
19
19
  __exportStar(require("./EraId"), exports);
20
- __exportStar(require("./EraNotFullyProcessedErrorMessage"), exports);
@@ -22,8 +22,6 @@ export * as encounters from "./encounters";
22
22
  export * as encountersUniversal from "./encountersUniversal";
23
23
  export * as era from "./era";
24
24
  export * from "./era/types";
25
- export * as eraCommons from "./eraCommons";
26
- export * from "./eraCommons/types";
27
25
  export * as expectedNetworkStatus from "./expectedNetworkStatus";
28
26
  export * as exports from "./exports";
29
27
  export * as externalPaymentAccountConfig from "./externalPaymentAccountConfig";
@@ -37,7 +35,6 @@ export * from "./identifiers/types";
37
35
  export * as importInvoice from "./importInvoice";
38
36
  export * as individual from "./individual";
39
37
  export * from "./individual/types";
40
- export * as insuranceAdjudications from "./insuranceAdjudications";
41
38
  export * as insuranceCards from "./insuranceCards";
42
39
  export * as insurancePayments from "./insurancePayments";
43
40
  export * as insuranceRefunds from "./insuranceRefunds";
@@ -59,8 +56,6 @@ export * from "./paymentAccountConfigs/types";
59
56
  export * as pipelineCommons from "./pipelineCommons";
60
57
  export * from "./pipelineCommons/types";
61
58
  export * as preEncounter from "./preEncounter";
62
- export * as remitDrafts from "./remitDrafts";
63
- export * as remits from "./remits";
64
59
  export * as serviceFacility from "./serviceFacility";
65
60
  export * from "./serviceFacility/types";
66
61
  export * as serviceLines from "./serviceLines";
@@ -36,8 +36,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.remitDrafts = exports.preEncounter = exports.pipelineCommons = exports.paymentAccountConfigs = exports.payers = exports.payerPlanGroups = exports.patientRefunds = exports.patientPayments = exports.patientAr = exports.organizationServiceFacilities = exports.organizationProviders = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.insuranceAdjudications = exports.individual = exports.importInvoice = exports.identifiers = exports.healthCareCodeInformation = exports.guarantor = exports.financials = exports.feeSchedules = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.eraCommons = exports.era = exports.encountersUniversal = exports.encounters = exports.encounterSupplementalInformation = exports.encounterProviders = exports.encounterAttachments = exports.eligibility = exports.diagnoses = exports.customSchemas = exports.credentialing = exports.contracts = exports.commons = exports.clinicalTrials = exports.claims = exports.claimSubmission = exports.chargeCaptureBundles = exports.chargeCapture = exports.billingNotes = exports.auth = void 0;
40
- exports.yesNoIndicator = exports.x12 = exports.writeOffs = exports.users = exports.tasks = exports.tags = exports.superbills = exports.serviceLines = exports.serviceFacility = exports.remits = void 0;
39
+ exports.superbills = exports.serviceLines = exports.serviceFacility = exports.preEncounter = exports.pipelineCommons = exports.paymentAccountConfigs = exports.payers = exports.payerPlanGroups = exports.patientRefunds = exports.patientPayments = exports.patientAr = exports.organizationServiceFacilities = exports.organizationProviders = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.individual = exports.importInvoice = exports.identifiers = exports.healthCareCodeInformation = exports.guarantor = exports.financials = exports.feeSchedules = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.era = exports.encountersUniversal = exports.encounters = exports.encounterSupplementalInformation = exports.encounterProviders = exports.encounterAttachments = exports.eligibility = exports.diagnoses = exports.customSchemas = exports.credentialing = exports.contracts = exports.commons = exports.clinicalTrials = exports.claims = exports.claimSubmission = exports.chargeCaptureBundles = exports.chargeCapture = exports.billingNotes = exports.auth = void 0;
40
+ exports.yesNoIndicator = exports.x12 = exports.writeOffs = exports.users = exports.tasks = exports.tags = void 0;
41
41
  exports.auth = __importStar(require("./auth"));
42
42
  exports.billingNotes = __importStar(require("./billingNotes"));
43
43
  exports.chargeCapture = __importStar(require("./chargeCapture"));
@@ -62,8 +62,6 @@ exports.encounters = __importStar(require("./encounters"));
62
62
  exports.encountersUniversal = __importStar(require("./encountersUniversal"));
63
63
  exports.era = __importStar(require("./era"));
64
64
  __exportStar(require("./era/types"), exports);
65
- exports.eraCommons = __importStar(require("./eraCommons"));
66
- __exportStar(require("./eraCommons/types"), exports);
67
65
  exports.expectedNetworkStatus = __importStar(require("./expectedNetworkStatus"));
68
66
  exports.exports = __importStar(require("./exports"));
69
67
  exports.externalPaymentAccountConfig = __importStar(require("./externalPaymentAccountConfig"));
@@ -77,7 +75,6 @@ __exportStar(require("./identifiers/types"), exports);
77
75
  exports.importInvoice = __importStar(require("./importInvoice"));
78
76
  exports.individual = __importStar(require("./individual"));
79
77
  __exportStar(require("./individual/types"), exports);
80
- exports.insuranceAdjudications = __importStar(require("./insuranceAdjudications"));
81
78
  exports.insuranceCards = __importStar(require("./insuranceCards"));
82
79
  exports.insurancePayments = __importStar(require("./insurancePayments"));
83
80
  exports.insuranceRefunds = __importStar(require("./insuranceRefunds"));
@@ -99,8 +96,6 @@ __exportStar(require("./paymentAccountConfigs/types"), exports);
99
96
  exports.pipelineCommons = __importStar(require("./pipelineCommons"));
100
97
  __exportStar(require("./pipelineCommons/types"), exports);
101
98
  exports.preEncounter = __importStar(require("./preEncounter"));
102
- exports.remitDrafts = __importStar(require("./remitDrafts"));
103
- exports.remits = __importStar(require("./remits"));
104
99
  exports.serviceFacility = __importStar(require("./serviceFacility"));
105
100
  __exportStar(require("./serviceFacility/types"), exports);
106
101
  exports.serviceLines = __importStar(require("./serviceLines"));
@@ -41,6 +41,8 @@ export interface OrganizationServiceFacility {
41
41
  placeOfServiceCode?: CandidApi.FacilityTypeCode;
42
42
  /** The associated CLIA number with this service facility. Can be used to populate CLIA numbers on encounters. */
43
43
  cliaNumber?: string;
44
+ /** The associated mammography certification number for this service facility. This is a 6 digit code assigned by the FDA. */
45
+ mammographyCertificationNumber?: string;
44
46
  /** The status of the service facility. */
45
47
  status?: CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus;
46
48
  /** The operational status of the service facility. */
@@ -39,6 +39,8 @@ export interface OrganizationServiceFacilityCreate {
39
39
  placeOfServiceCode?: CandidApi.FacilityTypeCode;
40
40
  /** The associated CLIA number with this service facility. Can be used to populate CLIA numbers on encounters. */
41
41
  cliaNumber?: string;
42
+ /** The associated mammography certification number for this service facility. This is a 6 digit code assigned by the FDA. */
43
+ mammographyCertificationNumber?: string;
42
44
  /** The status of the service facility. */
43
45
  status?: CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus;
44
46
  /** The operational status of the service facility. */
@@ -39,6 +39,8 @@ export interface OrganizationServiceFacilityUpdate {
39
39
  placeOfServiceCode?: CandidApi.FacilityTypeCode;
40
40
  /** The associated CLIA number with this service facility. Can be used to populate CLIA numbers on encounters. */
41
41
  cliaNumber?: string;
42
+ /** The associated mammography certification number for this service facility. This is a 6 digit code assigned by the FDA. */
43
+ mammographyCertificationNumber?: string;
42
44
  /** The status of the service facility. */
43
45
  status?: CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus;
44
46
  /** The operational status of the service facility. */
@@ -394,6 +394,7 @@ class V2 {
394
394
  switch ((_j = _response.error.body) === null || _j === void 0 ? void 0 : _j.errorName) {
395
395
  case "EntityNotFoundError":
396
396
  case "UnauthorizedError":
397
+ case "EntityConflictError":
397
398
  return {
398
399
  data: {
399
400
  ok: false,
@@ -1,6 +1,6 @@
1
1
  import type * as core from "../../../../../../core";
2
2
  import * as CandidApi from "../../../../../index";
3
- export type Error = CandidApi.serviceLines.v2.delete.Error.EntityNotFoundError | CandidApi.serviceLines.v2.delete.Error.UnauthorizedError | CandidApi.serviceLines.v2.delete.Error._Unknown;
3
+ export type Error = CandidApi.serviceLines.v2.delete.Error.EntityNotFoundError | CandidApi.serviceLines.v2.delete.Error.UnauthorizedError | CandidApi.serviceLines.v2.delete.Error.EntityConflictError | CandidApi.serviceLines.v2.delete.Error._Unknown;
4
4
  export declare namespace Error {
5
5
  interface EntityNotFoundError extends _Utils {
6
6
  errorName: "EntityNotFoundError";
@@ -10,6 +10,10 @@ export declare namespace Error {
10
10
  errorName: "UnauthorizedError";
11
11
  content: CandidApi.UnauthorizedErrorMessage;
12
12
  }
13
+ interface EntityConflictError extends _Utils {
14
+ errorName: "EntityConflictError";
15
+ content: CandidApi.EntityConflictErrorMessage;
16
+ }
13
17
  interface _Unknown extends _Utils {
14
18
  errorName: void;
15
19
  content: core.Fetcher.Error;
@@ -20,12 +24,14 @@ export declare namespace Error {
20
24
  interface _Visitor<_Result> {
21
25
  entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
22
26
  unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
27
+ entityConflictError: (value: CandidApi.EntityConflictErrorMessage) => _Result;
23
28
  _other: (value: core.Fetcher.Error) => _Result;
24
29
  }
25
30
  }
26
31
  export declare const Error: {
27
32
  readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.serviceLines.v2.delete.Error.EntityNotFoundError;
28
33
  readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.serviceLines.v2.delete.Error.UnauthorizedError;
34
+ readonly entityConflictError: (value: CandidApi.EntityConflictErrorMessage) => CandidApi.serviceLines.v2.delete.Error.EntityConflictError;
29
35
  readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.serviceLines.v2.delete.Error._Unknown;
30
36
  readonly _visit: <_Result>(value: CandidApi.serviceLines.v2.delete.Error, visitor: CandidApi.serviceLines.v2.delete.Error._Visitor<_Result>) => _Result;
31
37
  };
@@ -55,6 +55,15 @@ exports.Error = {
55
55
  },
56
56
  };
57
57
  },
58
+ entityConflictError: (value) => {
59
+ return {
60
+ content: value,
61
+ errorName: "EntityConflictError",
62
+ _visit: function (visitor) {
63
+ return CandidApi.serviceLines.v2.delete.Error._visit(this, visitor);
64
+ },
65
+ };
66
+ },
58
67
  _unknown: (fetcherError) => {
59
68
  return {
60
69
  errorName: undefined,
@@ -70,6 +79,8 @@ exports.Error = {
70
79
  return visitor.entityNotFoundError(value.content);
71
80
  case "UnauthorizedError":
72
81
  return visitor.unauthorizedError(value.content);
82
+ case "EntityConflictError":
83
+ return visitor.entityConflictError(value.content);
73
84
  default:
74
85
  return visitor._other(value);
75
86
  }
@@ -1,9 +1,5 @@
1
- export * from "./Carc";
2
- export * from "./ClaimAdjustmentReasonCode";
3
1
  export * from "./PatientDischargeStatusCode";
4
2
  export * from "./PointOfOriginForAdmissionOrVisitCode";
5
- export * from "./Rarc";
6
- export * from "./RemittanceAdviceRemarkCode";
7
3
  export * from "./TypeOfAdmissionOrVisitCode";
8
4
  export * from "./TypeOfBillComposite";
9
5
  export * from "./TypeOfBillCompositeBase";
@@ -14,12 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./Carc"), exports);
18
- __exportStar(require("./ClaimAdjustmentReasonCode"), exports);
19
17
  __exportStar(require("./PatientDischargeStatusCode"), exports);
20
18
  __exportStar(require("./PointOfOriginForAdmissionOrVisitCode"), exports);
21
- __exportStar(require("./Rarc"), exports);
22
- __exportStar(require("./RemittanceAdviceRemarkCode"), exports);
23
19
  __exportStar(require("./TypeOfAdmissionOrVisitCode"), exports);
24
20
  __exportStar(require("./TypeOfBillComposite"), exports);
25
21
  __exportStar(require("./TypeOfBillCompositeBase"), exports);
package/dist/Client.d.ts CHANGED
@@ -18,7 +18,6 @@ import { FeeSchedules } from "./api/resources/feeSchedules/client/Client";
18
18
  import { Guarantor } from "./api/resources/guarantor/client/Client";
19
19
  import { HealthCareCodeInformation } from "./api/resources/healthCareCodeInformation/client/Client";
20
20
  import { ImportInvoice } from "./api/resources/importInvoice/client/Client";
21
- import { InsuranceAdjudications } from "./api/resources/insuranceAdjudications/client/Client";
22
21
  import { InsurancePayments } from "./api/resources/insurancePayments/client/Client";
23
22
  import { InsuranceRefunds } from "./api/resources/insuranceRefunds/client/Client";
24
23
  import { MedicationDispense } from "./api/resources/medicationDispense/client/Client";
@@ -69,7 +68,6 @@ export declare class CandidApiClient {
69
68
  protected _guarantor: Guarantor | undefined;
70
69
  protected _healthCareCodeInformation: HealthCareCodeInformation | undefined;
71
70
  protected _importInvoice: ImportInvoice | undefined;
72
- protected _insuranceAdjudications: InsuranceAdjudications | undefined;
73
71
  protected _insurancePayments: InsurancePayments | undefined;
74
72
  protected _insuranceRefunds: InsuranceRefunds | undefined;
75
73
  protected _medicationDispense: MedicationDispense | undefined;
@@ -109,7 +107,6 @@ export declare class CandidApiClient {
109
107
  get guarantor(): Guarantor;
110
108
  get healthCareCodeInformation(): HealthCareCodeInformation;
111
109
  get importInvoice(): ImportInvoice;
112
- get insuranceAdjudications(): InsuranceAdjudications;
113
110
  get insurancePayments(): InsurancePayments;
114
111
  get insuranceRefunds(): InsuranceRefunds;
115
112
  get medicationDispense(): MedicationDispense;