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,10 +0,0 @@
1
- import type * as CandidApi from "../../../../../index";
2
- export interface ClaimAdjudication {
3
- claimId: CandidApi.ClaimId;
4
- insuranceAllowedAmountCents?: number;
5
- insurancePaidAmountCents?: number;
6
- chargeAmountCents?: number;
7
- serviceLines: Record<CandidApi.ServiceLineId, CandidApi.insuranceAdjudications.v1.ServiceLineAdjudication[]>;
8
- payerClaimNumber?: string;
9
- carcs: CandidApi.x12.v1.ClaimAdjustmentReasonCode[];
10
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +0,0 @@
1
- import type * as CandidApi from "../../../../../index";
2
- export interface ClaimAdjudicationCreate {
3
- claimStatusCode: CandidApi.ClaimStatusCodeCreate;
4
- insurancePaidAmountCents?: number;
5
- chargeAmountCents?: number;
6
- serviceLines: Record<CandidApi.ServiceLineId, CandidApi.insuranceAdjudications.v1.ServiceLineAdjudicationCreate[]>;
7
- payerClaimNumber?: string;
8
- carcs: CandidApi.x12.v1.ClaimAdjustmentReasonCode[];
9
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
1
- import type * as CandidApi from "../../../../../index";
2
- export interface InsuranceAdjudication {
3
- insuranceAdjudicationId: CandidApi.insuranceAdjudications.v1.InsuranceAdjudicationId;
4
- payerUuid: CandidApi.payers.v3.PayerUuid;
5
- postDate?: string;
6
- checkNumber?: string;
7
- checkDate: string;
8
- note?: string;
9
- claims: Record<CandidApi.ClaimId, CandidApi.insuranceAdjudications.v1.ClaimAdjudication[]>;
10
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- import type * as CandidApi from "../../../../../index";
2
- export interface InsuranceAdjudicationCreate {
3
- payerIdentifier: CandidApi.payers.v3.PayerIdentifier;
4
- payee: CandidApi.remits.v1.Payee;
5
- postDate?: string;
6
- checkNumber?: string;
7
- checkDate: string;
8
- checkAmountCents?: number;
9
- note?: string;
10
- claims: Record<CandidApi.ClaimId, CandidApi.insuranceAdjudications.v1.ClaimAdjudicationCreate[]>;
11
- remitDraftId?: CandidApi.remitDrafts.v1.RemitDraftId;
12
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- import type * as CandidApi from "../../../../../index";
2
- export type InsuranceAdjudicationId = string & {
3
- insuranceAdjudications_v1_InsuranceAdjudicationId: void;
4
- };
5
- export declare function InsuranceAdjudicationId(value: string): CandidApi.insuranceAdjudications.v1.InsuranceAdjudicationId;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.InsuranceAdjudicationId = InsuranceAdjudicationId;
5
- function InsuranceAdjudicationId(value) {
6
- return value;
7
- }
@@ -1,13 +0,0 @@
1
- import type * as CandidApi from "../../../../../index";
2
- export interface ServiceLineAdjudication {
3
- serviceLineAdjudicationId: CandidApi.insuranceAdjudications.v1.ServiceLineAdjudicationId;
4
- /** Will be treated as a denial if present */
5
- denialReason?: CandidApi.serviceLines.v2.DenialReasonContent;
6
- insuranceAllowedAmountCents?: number;
7
- insurancePaidAmountCents?: number;
8
- deductibleAmountCents?: number;
9
- coinsuranceAmountCents?: number;
10
- copayAmountCents?: number;
11
- carcs: CandidApi.x12.v1.ClaimAdjustmentReasonCode[];
12
- rarcs: CandidApi.x12.v1.RemittanceAdviceRemarkCode[];
13
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- import type * as CandidApi from "../../../../../index";
2
- export interface ServiceLineAdjudicationCreate {
3
- /** Will be treated as a denial if present */
4
- denialReason?: CandidApi.serviceLines.v2.DenialReasonContent;
5
- insuranceAllowedAmountCents?: number;
6
- insurancePaidAmountCents?: number;
7
- deductibleAmountCents?: number;
8
- coinsuranceAmountCents?: number;
9
- copayAmountCents?: number;
10
- carcs: CandidApi.x12.v1.ClaimAdjustmentReasonCode[];
11
- rarcs: CandidApi.x12.v1.RemittanceAdviceRemarkCode[];
12
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- import type * as CandidApi from "../../../../../index";
2
- export type ServiceLineAdjudicationId = string & {
3
- insuranceAdjudications_v1_ServiceLineAdjudicationId: void;
4
- };
5
- export declare function ServiceLineAdjudicationId(value: string): CandidApi.insuranceAdjudications.v1.ServiceLineAdjudicationId;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.ServiceLineAdjudicationId = ServiceLineAdjudicationId;
5
- function ServiceLineAdjudicationId(value) {
6
- return value;
7
- }
@@ -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,5 +0,0 @@
1
- import type * as CandidApi from "../../../../../index";
2
- export type RemitDraftId = string & {
3
- remitDrafts_v1_RemitDraftId: void;
4
- };
5
- export declare function RemitDraftId(value: string): CandidApi.remitDrafts.v1.RemitDraftId;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.RemitDraftId = RemitDraftId;
5
- function RemitDraftId(value) {
6
- return value;
7
- }
@@ -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";
@@ -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,5 +0,0 @@
1
- import type * as CandidApi from "../../../../../index";
2
- export interface Payee {
3
- payeeName: string;
4
- payeeIdentifier: CandidApi.remits.v1.PayeeIdentifier;
5
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,16 +0,0 @@
1
- import type * as CandidApi from "../../../../../index";
2
- export type PayeeIdentifier = CandidApi.remits.v1.PayeeIdentifier.Npi | CandidApi.remits.v1.PayeeIdentifier.Tin | CandidApi.remits.v1.PayeeIdentifier.CmsPlanId;
3
- export declare namespace PayeeIdentifier {
4
- interface Npi {
5
- type: "npi";
6
- value: CandidApi.Npi;
7
- }
8
- interface Tin {
9
- type: "tin";
10
- value: CandidApi.TaxId;
11
- }
12
- interface CmsPlanId {
13
- type: "cms_plan_id";
14
- value: string;
15
- }
16
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- export * from "./Payee";
2
- export * from "./PayeeIdentifier";
@@ -1,18 +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("./Payee"), exports);
18
- __exportStar(require("./PayeeIdentifier"), exports);