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
@@ -1,51 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.InsuranceAdjudication = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- const ClaimId_1 = require("../../../../commons/types/ClaimId");
40
- const PayerUuid_1 = require("../../../../payers/resources/v3/types/PayerUuid");
41
- const ClaimAdjudication_1 = require("./ClaimAdjudication");
42
- const InsuranceAdjudicationId_1 = require("./InsuranceAdjudicationId");
43
- exports.InsuranceAdjudication = core.serialization.object({
44
- insuranceAdjudicationId: core.serialization.property("insurance_adjudication_id", InsuranceAdjudicationId_1.InsuranceAdjudicationId),
45
- payerUuid: core.serialization.property("payer_uuid", PayerUuid_1.PayerUuid),
46
- postDate: core.serialization.property("post_date", core.serialization.string().optional()),
47
- checkNumber: core.serialization.property("check_number", core.serialization.string().optional()),
48
- checkDate: core.serialization.property("check_date", core.serialization.string()),
49
- note: core.serialization.string().optional(),
50
- claims: core.serialization.record(ClaimId_1.ClaimId, core.serialization.list(ClaimAdjudication_1.ClaimAdjudication)),
51
- });
@@ -1,22 +0,0 @@
1
- import type * as CandidApi from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- import { ClaimId } from "../../../../commons/types/ClaimId";
5
- import { PayerIdentifier } from "../../../../payers/resources/v3/types/PayerIdentifier";
6
- import { RemitDraftId } from "../../../../remitDrafts/resources/v1/types/RemitDraftId";
7
- import { Payee } from "../../../../remits/resources/v1/types/Payee";
8
- import { ClaimAdjudicationCreate } from "./ClaimAdjudicationCreate";
9
- export declare const InsuranceAdjudicationCreate: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.InsuranceAdjudicationCreate.Raw, CandidApi.insuranceAdjudications.v1.InsuranceAdjudicationCreate>;
10
- export declare namespace InsuranceAdjudicationCreate {
11
- interface Raw {
12
- payer_identifier: PayerIdentifier.Raw;
13
- payee: Payee.Raw;
14
- post_date?: string | null;
15
- check_number?: string | null;
16
- check_date: string;
17
- check_amount_cents?: number | null;
18
- note?: string | null;
19
- claims: Record<ClaimId.Raw, ClaimAdjudicationCreate.Raw[]>;
20
- remit_draft_id?: RemitDraftId.Raw | null;
21
- }
22
- }
@@ -1,54 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.InsuranceAdjudicationCreate = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- const ClaimId_1 = require("../../../../commons/types/ClaimId");
40
- const PayerIdentifier_1 = require("../../../../payers/resources/v3/types/PayerIdentifier");
41
- const RemitDraftId_1 = require("../../../../remitDrafts/resources/v1/types/RemitDraftId");
42
- const Payee_1 = require("../../../../remits/resources/v1/types/Payee");
43
- const ClaimAdjudicationCreate_1 = require("./ClaimAdjudicationCreate");
44
- exports.InsuranceAdjudicationCreate = core.serialization.object({
45
- payerIdentifier: core.serialization.property("payer_identifier", PayerIdentifier_1.PayerIdentifier),
46
- payee: Payee_1.Payee,
47
- postDate: core.serialization.property("post_date", core.serialization.string().optional()),
48
- checkNumber: core.serialization.property("check_number", core.serialization.string().optional()),
49
- checkDate: core.serialization.property("check_date", core.serialization.string()),
50
- checkAmountCents: core.serialization.property("check_amount_cents", core.serialization.number().optional()),
51
- note: core.serialization.string().optional(),
52
- claims: core.serialization.record(ClaimId_1.ClaimId, core.serialization.list(ClaimAdjudicationCreate_1.ClaimAdjudicationCreate)),
53
- remitDraftId: core.serialization.property("remit_draft_id", RemitDraftId_1.RemitDraftId.optional()),
54
- });
@@ -1,7 +0,0 @@
1
- import * as CandidApi from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- export declare const InsuranceAdjudicationId: core.serialization.Schema<serializers.insuranceAdjudications.v1.InsuranceAdjudicationId.Raw, CandidApi.insuranceAdjudications.v1.InsuranceAdjudicationId>;
5
- export declare namespace InsuranceAdjudicationId {
6
- type Raw = string;
7
- }
@@ -1,43 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.InsuranceAdjudicationId = void 0;
38
- const CandidApi = __importStar(require("../../../../../../api/index"));
39
- const core = __importStar(require("../../../../../../core"));
40
- exports.InsuranceAdjudicationId = core.serialization.string().transform({
41
- transform: CandidApi.insuranceAdjudications.v1.InsuranceAdjudicationId,
42
- untransform: (value) => value,
43
- });
@@ -1,21 +0,0 @@
1
- import type * as CandidApi from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- import { DenialReasonContent } from "../../../../serviceLines/resources/v2/types/DenialReasonContent";
5
- import { ClaimAdjustmentReasonCode } from "../../../../x12/resources/v1/types/ClaimAdjustmentReasonCode";
6
- import { RemittanceAdviceRemarkCode } from "../../../../x12/resources/v1/types/RemittanceAdviceRemarkCode";
7
- import { ServiceLineAdjudicationId } from "./ServiceLineAdjudicationId";
8
- export declare const ServiceLineAdjudication: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.ServiceLineAdjudication.Raw, CandidApi.insuranceAdjudications.v1.ServiceLineAdjudication>;
9
- export declare namespace ServiceLineAdjudication {
10
- interface Raw {
11
- service_line_adjudication_id: ServiceLineAdjudicationId.Raw;
12
- denial_reason?: DenialReasonContent.Raw | null;
13
- insurance_allowed_amount_cents?: number | null;
14
- insurance_paid_amount_cents?: number | null;
15
- deductible_amount_cents?: number | null;
16
- coinsurance_amount_cents?: number | null;
17
- copay_amount_cents?: number | null;
18
- carcs: ClaimAdjustmentReasonCode.Raw[];
19
- rarcs: RemittanceAdviceRemarkCode.Raw[];
20
- }
21
- }
@@ -1,53 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.ServiceLineAdjudication = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- const DenialReasonContent_1 = require("../../../../serviceLines/resources/v2/types/DenialReasonContent");
40
- const ClaimAdjustmentReasonCode_1 = require("../../../../x12/resources/v1/types/ClaimAdjustmentReasonCode");
41
- const RemittanceAdviceRemarkCode_1 = require("../../../../x12/resources/v1/types/RemittanceAdviceRemarkCode");
42
- const ServiceLineAdjudicationId_1 = require("./ServiceLineAdjudicationId");
43
- exports.ServiceLineAdjudication = core.serialization.object({
44
- serviceLineAdjudicationId: core.serialization.property("service_line_adjudication_id", ServiceLineAdjudicationId_1.ServiceLineAdjudicationId),
45
- denialReason: core.serialization.property("denial_reason", DenialReasonContent_1.DenialReasonContent.optional()),
46
- insuranceAllowedAmountCents: core.serialization.property("insurance_allowed_amount_cents", core.serialization.number().optional()),
47
- insurancePaidAmountCents: core.serialization.property("insurance_paid_amount_cents", core.serialization.number().optional()),
48
- deductibleAmountCents: core.serialization.property("deductible_amount_cents", core.serialization.number().optional()),
49
- coinsuranceAmountCents: core.serialization.property("coinsurance_amount_cents", core.serialization.number().optional()),
50
- copayAmountCents: core.serialization.property("copay_amount_cents", core.serialization.number().optional()),
51
- carcs: core.serialization.list(ClaimAdjustmentReasonCode_1.ClaimAdjustmentReasonCode),
52
- rarcs: core.serialization.list(RemittanceAdviceRemarkCode_1.RemittanceAdviceRemarkCode),
53
- });
@@ -1,19 +0,0 @@
1
- import type * as CandidApi from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- import { DenialReasonContent } from "../../../../serviceLines/resources/v2/types/DenialReasonContent";
5
- import { ClaimAdjustmentReasonCode } from "../../../../x12/resources/v1/types/ClaimAdjustmentReasonCode";
6
- import { RemittanceAdviceRemarkCode } from "../../../../x12/resources/v1/types/RemittanceAdviceRemarkCode";
7
- export declare const ServiceLineAdjudicationCreate: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.ServiceLineAdjudicationCreate.Raw, CandidApi.insuranceAdjudications.v1.ServiceLineAdjudicationCreate>;
8
- export declare namespace ServiceLineAdjudicationCreate {
9
- interface Raw {
10
- denial_reason?: DenialReasonContent.Raw | null;
11
- insurance_allowed_amount_cents?: number | null;
12
- insurance_paid_amount_cents?: number | null;
13
- deductible_amount_cents?: number | null;
14
- coinsurance_amount_cents?: number | null;
15
- copay_amount_cents?: number | null;
16
- carcs: ClaimAdjustmentReasonCode.Raw[];
17
- rarcs: RemittanceAdviceRemarkCode.Raw[];
18
- }
19
- }
@@ -1,51 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.ServiceLineAdjudicationCreate = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- const DenialReasonContent_1 = require("../../../../serviceLines/resources/v2/types/DenialReasonContent");
40
- const ClaimAdjustmentReasonCode_1 = require("../../../../x12/resources/v1/types/ClaimAdjustmentReasonCode");
41
- const RemittanceAdviceRemarkCode_1 = require("../../../../x12/resources/v1/types/RemittanceAdviceRemarkCode");
42
- exports.ServiceLineAdjudicationCreate = core.serialization.object({
43
- denialReason: core.serialization.property("denial_reason", DenialReasonContent_1.DenialReasonContent.optional()),
44
- insuranceAllowedAmountCents: core.serialization.property("insurance_allowed_amount_cents", core.serialization.number().optional()),
45
- insurancePaidAmountCents: core.serialization.property("insurance_paid_amount_cents", core.serialization.number().optional()),
46
- deductibleAmountCents: core.serialization.property("deductible_amount_cents", core.serialization.number().optional()),
47
- coinsuranceAmountCents: core.serialization.property("coinsurance_amount_cents", core.serialization.number().optional()),
48
- copayAmountCents: core.serialization.property("copay_amount_cents", core.serialization.number().optional()),
49
- carcs: core.serialization.list(ClaimAdjustmentReasonCode_1.ClaimAdjustmentReasonCode),
50
- rarcs: core.serialization.list(RemittanceAdviceRemarkCode_1.RemittanceAdviceRemarkCode),
51
- });
@@ -1,7 +0,0 @@
1
- import * as CandidApi from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- export declare const ServiceLineAdjudicationId: core.serialization.Schema<serializers.insuranceAdjudications.v1.ServiceLineAdjudicationId.Raw, CandidApi.insuranceAdjudications.v1.ServiceLineAdjudicationId>;
5
- export declare namespace ServiceLineAdjudicationId {
6
- type Raw = string;
7
- }
@@ -1,43 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.ServiceLineAdjudicationId = void 0;
38
- const CandidApi = __importStar(require("../../../../../../api/index"));
39
- const core = __importStar(require("../../../../../../core"));
40
- exports.ServiceLineAdjudicationId = core.serialization.string().transform({
41
- transform: CandidApi.insuranceAdjudications.v1.ServiceLineAdjudicationId,
42
- untransform: (value) => value,
43
- });
@@ -1,8 +0,0 @@
1
- export * from "./ClaimAdjudication";
2
- export * from "./ClaimAdjudicationCreate";
3
- export * from "./InsuranceAdjudication";
4
- export * from "./InsuranceAdjudicationCreate";
5
- export * from "./InsuranceAdjudicationId";
6
- export * from "./ServiceLineAdjudication";
7
- export * from "./ServiceLineAdjudicationCreate";
8
- export * from "./ServiceLineAdjudicationId";
@@ -1,24 +0,0 @@
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("./ClaimAdjudication"), exports);
18
- __exportStar(require("./ClaimAdjudicationCreate"), exports);
19
- __exportStar(require("./InsuranceAdjudication"), exports);
20
- __exportStar(require("./InsuranceAdjudicationCreate"), exports);
21
- __exportStar(require("./InsuranceAdjudicationId"), exports);
22
- __exportStar(require("./ServiceLineAdjudication"), exports);
23
- __exportStar(require("./ServiceLineAdjudicationCreate"), exports);
24
- __exportStar(require("./ServiceLineAdjudicationId"), exports);
@@ -1 +0,0 @@
1
- export * from "./resources";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./resources"), exports);
@@ -1 +0,0 @@
1
- export * as v1 from "./v1";
@@ -1,37 +0,0 @@
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 () {
19
- var ownKeys = function(o) {
20
- ownKeys = Object.getOwnPropertyNames || function (o) {
21
- var ar = [];
22
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
- return ar;
24
- };
25
- return ownKeys(o);
26
- };
27
- return function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- })();
35
- Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.v1 = void 0;
37
- exports.v1 = __importStar(require("./v1"));
@@ -1 +0,0 @@
1
- export * from "./types";
@@ -1,17 +0,0 @@
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);
@@ -1,7 +0,0 @@
1
- import * as CandidApi from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- export declare const RemitDraftId: core.serialization.Schema<serializers.remitDrafts.v1.RemitDraftId.Raw, CandidApi.remitDrafts.v1.RemitDraftId>;
5
- export declare namespace RemitDraftId {
6
- type Raw = string;
7
- }
@@ -1,43 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.RemitDraftId = void 0;
38
- const CandidApi = __importStar(require("../../../../../../api/index"));
39
- const core = __importStar(require("../../../../../../core"));
40
- exports.RemitDraftId = core.serialization.string().transform({
41
- transform: CandidApi.remitDrafts.v1.RemitDraftId,
42
- untransform: (value) => value,
43
- });
@@ -1 +0,0 @@
1
- export * from "./RemitDraftId";
@@ -1,17 +0,0 @@
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("./RemitDraftId"), exports);
@@ -1 +0,0 @@
1
- export * from "./resources";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./resources"), exports);
@@ -1 +0,0 @@
1
- export * as v1 from "./v1";