candidhealth 1.13.0 → 1.14.1

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 (559) hide show
  1. package/Client.d.ts +0 -6
  2. package/Client.js +38 -48
  3. package/api/resources/commons/types/ProcedureModifier.d.ts +3 -0
  4. package/api/resources/commons/types/ProcedureModifier.js +3 -0
  5. package/api/resources/commons/types/index.d.ts +0 -2
  6. package/api/resources/commons/types/index.js +0 -2
  7. package/api/resources/encounters/resources/v4/client/Client.d.ts +97 -0
  8. package/api/resources/encounters/resources/v4/client/Client.js +312 -0
  9. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +67 -0
  10. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +143 -0
  11. package/api/resources/encounters/resources/v4/client/createUniversal.d.ts +91 -0
  12. package/api/resources/encounters/resources/v4/client/createUniversal.js +187 -0
  13. package/api/resources/encounters/resources/v4/client/index.d.ts +3 -0
  14. package/api/resources/encounters/resources/v4/client/index.js +4 -1
  15. package/api/resources/encounters/resources/v4/client/updateUniversal.d.ts +67 -0
  16. package/api/resources/encounters/resources/v4/client/updateUniversal.js +143 -0
  17. package/api/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +46 -0
  18. package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +44 -0
  19. package/api/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +36 -0
  20. package/api/resources/encountersUniversal/types/index.d.ts +3 -0
  21. package/api/resources/encountersUniversal/types/index.js +3 -0
  22. package/api/resources/era/types/index.d.ts +0 -1
  23. package/api/resources/era/types/index.js +0 -1
  24. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +8 -0
  25. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +8 -0
  26. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +8 -0
  27. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +9 -0
  28. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +27 -0
  29. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
  30. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +9 -0
  31. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +9 -0
  32. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
  33. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +8 -0
  34. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +9 -0
  35. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
  36. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +8 -0
  37. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +9 -0
  38. package/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
  39. package/api/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
  40. package/api/resources/index.d.ts +0 -5
  41. package/api/resources/index.js +2 -7
  42. package/api/resources/serviceFacility/index.d.ts +0 -1
  43. package/api/resources/serviceFacility/index.js +0 -1
  44. package/api/resources/serviceLines/resources/v2/client/Client.js +1 -0
  45. package/api/resources/serviceLines/resources/v2/client/delete.d.ts +7 -1
  46. package/api/resources/serviceLines/resources/v2/client/delete.js +11 -0
  47. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +8 -0
  48. package/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  49. package/api/resources/serviceLines/resources/v2/types/index.js +1 -0
  50. package/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +27 -0
  51. package/api/resources/x12/resources/v1/types/index.d.ts +1 -4
  52. package/api/resources/x12/resources/v1/types/index.js +1 -4
  53. package/dist/Client.d.ts +0 -6
  54. package/dist/Client.js +38 -48
  55. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +3 -0
  56. package/dist/api/resources/commons/types/ProcedureModifier.js +3 -0
  57. package/dist/api/resources/commons/types/index.d.ts +0 -2
  58. package/dist/api/resources/commons/types/index.js +0 -2
  59. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +97 -0
  60. package/dist/api/resources/encounters/resources/v4/client/Client.js +312 -0
  61. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +67 -0
  62. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +143 -0
  63. package/dist/api/resources/encounters/resources/v4/client/createUniversal.d.ts +91 -0
  64. package/dist/api/resources/encounters/resources/v4/client/createUniversal.js +187 -0
  65. package/dist/api/resources/encounters/resources/v4/client/index.d.ts +3 -0
  66. package/dist/api/resources/encounters/resources/v4/client/index.js +4 -1
  67. package/dist/api/resources/encounters/resources/v4/client/updateUniversal.d.ts +67 -0
  68. package/dist/api/resources/encounters/resources/v4/client/updateUniversal.js +143 -0
  69. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +46 -0
  70. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +44 -0
  71. package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +36 -0
  72. package/dist/api/resources/encountersUniversal/types/index.d.ts +3 -0
  73. package/dist/api/resources/encountersUniversal/types/index.js +3 -0
  74. package/dist/api/resources/era/types/index.d.ts +0 -1
  75. package/dist/api/resources/era/types/index.js +0 -1
  76. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +8 -0
  77. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +3 -0
  78. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +8 -0
  79. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +3 -0
  80. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +8 -0
  81. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +3 -0
  82. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +9 -0
  83. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +3 -0
  84. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +27 -0
  85. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +3 -0
  86. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
  87. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +3 -0
  88. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +9 -0
  89. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +3 -0
  90. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +9 -0
  91. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +3 -0
  92. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
  93. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +3 -0
  94. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +8 -0
  95. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +3 -0
  96. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +9 -0
  97. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +3 -0
  98. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
  99. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +3 -0
  100. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +8 -0
  101. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +3 -0
  102. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +9 -0
  103. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +3 -0
  104. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
  105. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
  106. package/dist/api/resources/index.d.ts +0 -5
  107. package/dist/api/resources/index.js +2 -7
  108. package/dist/api/resources/serviceFacility/index.d.ts +0 -1
  109. package/dist/api/resources/serviceFacility/index.js +0 -1
  110. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +1 -0
  111. package/dist/api/resources/serviceLines/resources/v2/client/delete.d.ts +7 -1
  112. package/dist/api/resources/serviceLines/resources/v2/client/delete.js +11 -0
  113. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +8 -0
  114. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +3 -0
  115. package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  116. package/dist/api/resources/serviceLines/resources/v2/types/index.js +1 -0
  117. package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +27 -0
  118. package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +3 -0
  119. package/dist/api/resources/x12/resources/v1/types/index.d.ts +1 -4
  120. package/dist/api/resources/x12/resources/v1/types/index.js +1 -4
  121. package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  122. package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  123. package/dist/serialization/resources/commons/types/index.d.ts +0 -2
  124. package/dist/serialization/resources/commons/types/index.js +0 -2
  125. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +46 -0
  126. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +110 -0
  127. package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +66 -0
  128. package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.js +134 -0
  129. package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +3 -0
  130. package/dist/serialization/resources/encounters/resources/v4/client/index.js +4 -1
  131. package/dist/serialization/resources/encounters/resources/v4/client/updateUniversal.d.ts +47 -0
  132. package/dist/serialization/resources/encounters/resources/v4/client/updateUniversal.js +111 -0
  133. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +36 -0
  134. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.js +70 -0
  135. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +34 -0
  136. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +68 -0
  137. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +29 -0
  138. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.js +63 -0
  139. package/dist/serialization/resources/encountersUniversal/types/index.d.ts +3 -0
  140. package/dist/serialization/resources/encountersUniversal/types/index.js +3 -0
  141. package/dist/serialization/resources/era/types/index.d.ts +0 -1
  142. package/dist/serialization/resources/era/types/index.js +0 -1
  143. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +13 -0
  144. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +47 -0
  145. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +13 -0
  146. package/dist/serialization/resources/{insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js → healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js} +10 -6
  147. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +13 -0
  148. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +47 -0
  149. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +15 -0
  150. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +49 -0
  151. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +34 -0
  152. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +66 -0
  153. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
  154. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +49 -0
  155. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +15 -0
  156. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +49 -0
  157. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +15 -0
  158. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +49 -0
  159. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
  160. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +49 -0
  161. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +13 -0
  162. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +47 -0
  163. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +15 -0
  164. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +49 -0
  165. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
  166. package/dist/serialization/resources/{x12/resources/v1/types/RemittanceAdviceRemarkCode.js → healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js} +12 -5
  167. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +13 -0
  168. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +47 -0
  169. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +15 -0
  170. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +49 -0
  171. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
  172. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
  173. package/dist/serialization/resources/index.d.ts +0 -5
  174. package/dist/serialization/resources/index.js +2 -7
  175. package/dist/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +6 -1
  176. package/dist/serialization/resources/serviceLines/resources/v2/client/delete.js +6 -0
  177. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +12 -0
  178. package/dist/serialization/resources/{remitDrafts/resources/v1/types/RemitDraftId.js → serviceLines/resources/v2/types/UniversalServiceLineCreate.js} +9 -6
  179. package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  180. package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
  181. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +15 -0
  182. package/{serialization/resources/remits/resources/v1/types/PayeeIdentifier.js → dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js} +5 -11
  183. package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +1 -4
  184. package/dist/serialization/resources/x12/resources/v1/types/index.js +1 -4
  185. package/dist/version.d.ts +1 -1
  186. package/dist/version.js +1 -1
  187. package/package.json +1 -1
  188. package/reference.md +236 -353
  189. package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  190. package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  191. package/serialization/resources/commons/types/index.d.ts +0 -2
  192. package/serialization/resources/commons/types/index.js +0 -2
  193. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +46 -0
  194. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +110 -0
  195. package/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +66 -0
  196. package/serialization/resources/encounters/resources/v4/client/createUniversal.js +134 -0
  197. package/serialization/resources/encounters/resources/v4/client/index.d.ts +3 -0
  198. package/serialization/resources/encounters/resources/v4/client/index.js +4 -1
  199. package/serialization/resources/encounters/resources/v4/client/updateUniversal.d.ts +47 -0
  200. package/serialization/resources/encounters/resources/v4/client/updateUniversal.js +111 -0
  201. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +36 -0
  202. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.js +70 -0
  203. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +34 -0
  204. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +68 -0
  205. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +29 -0
  206. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.js +63 -0
  207. package/serialization/resources/encountersUniversal/types/index.d.ts +3 -0
  208. package/serialization/resources/encountersUniversal/types/index.js +3 -0
  209. package/serialization/resources/era/types/index.d.ts +0 -1
  210. package/serialization/resources/era/types/index.js +0 -1
  211. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +13 -0
  212. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +47 -0
  213. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +13 -0
  214. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +47 -0
  215. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +13 -0
  216. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +47 -0
  217. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +15 -0
  218. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +49 -0
  219. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +34 -0
  220. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +66 -0
  221. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +15 -0
  222. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +49 -0
  223. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +15 -0
  224. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +49 -0
  225. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +15 -0
  226. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +49 -0
  227. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +15 -0
  228. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +49 -0
  229. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +13 -0
  230. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +47 -0
  231. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +15 -0
  232. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +49 -0
  233. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +15 -0
  234. package/serialization/resources/{x12/resources/v1/types/RemittanceAdviceRemarkCode.js → healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js} +12 -5
  235. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +13 -0
  236. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +47 -0
  237. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +15 -0
  238. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +49 -0
  239. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +14 -0
  240. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +14 -0
  241. package/serialization/resources/index.d.ts +0 -5
  242. package/serialization/resources/index.js +2 -7
  243. package/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +6 -1
  244. package/serialization/resources/serviceLines/resources/v2/client/delete.js +6 -0
  245. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +12 -0
  246. package/{dist/serialization/resources/remits/resources/v1/types/Payee.js → serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js} +9 -6
  247. package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  248. package/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
  249. package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +15 -0
  250. package/{dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js → serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js} +5 -11
  251. package/serialization/resources/x12/resources/v1/types/index.d.ts +1 -4
  252. package/serialization/resources/x12/resources/v1/types/index.js +1 -4
  253. package/version.d.ts +1 -1
  254. package/version.js +1 -1
  255. package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -13
  256. package/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -16
  257. package/api/resources/commons/types/TaxId.d.ts +0 -5
  258. package/api/resources/commons/types/TaxId.js +0 -7
  259. package/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -5
  260. package/api/resources/eraCommons/index.d.ts +0 -1
  261. package/api/resources/eraCommons/index.js +0 -17
  262. package/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -13
  263. package/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -16
  264. package/api/resources/eraCommons/types/index.d.ts +0 -1
  265. package/api/resources/eraCommons/types/index.js +0 -17
  266. package/api/resources/insuranceAdjudications/client/Client.d.ts +0 -14
  267. package/api/resources/insuranceAdjudications/client/Client.js +0 -15
  268. package/api/resources/insuranceAdjudications/client/index.d.ts +0 -1
  269. package/api/resources/insuranceAdjudications/client/index.js +0 -2
  270. package/api/resources/insuranceAdjudications/index.d.ts +0 -2
  271. package/api/resources/insuranceAdjudications/index.js +0 -18
  272. package/api/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  273. package/api/resources/insuranceAdjudications/resources/index.js +0 -37
  274. package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +0 -153
  275. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +0 -342
  276. package/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -25
  277. package/api/resources/insuranceAdjudications/resources/v1/client/create.js +0 -66
  278. package/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +0 -19
  279. package/api/resources/insuranceAdjudications/resources/v1/client/delete.js +0 -55
  280. package/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +0 -19
  281. package/api/resources/insuranceAdjudications/resources/v1/client/get.js +0 -55
  282. package/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -3
  283. package/api/resources/insuranceAdjudications/resources/v1/client/index.js +0 -39
  284. package/api/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  285. package/api/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  286. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -10
  287. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -9
  288. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -10
  289. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -12
  290. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -5
  291. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -7
  292. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -13
  293. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -12
  294. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -5
  295. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +0 -7
  296. package/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  297. package/api/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  298. package/api/resources/remitDrafts/index.d.ts +0 -1
  299. package/api/resources/remitDrafts/index.js +0 -17
  300. package/api/resources/remitDrafts/resources/index.d.ts +0 -1
  301. package/api/resources/remitDrafts/resources/index.js +0 -37
  302. package/api/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  303. package/api/resources/remitDrafts/resources/v1/index.js +0 -17
  304. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -5
  305. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +0 -7
  306. package/api/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  307. package/api/resources/remitDrafts/resources/v1/types/index.js +0 -17
  308. package/api/resources/remits/index.d.ts +0 -1
  309. package/api/resources/remits/index.js +0 -17
  310. package/api/resources/remits/resources/index.d.ts +0 -1
  311. package/api/resources/remits/resources/index.js +0 -37
  312. package/api/resources/remits/resources/v1/index.d.ts +0 -1
  313. package/api/resources/remits/resources/v1/index.js +0 -17
  314. package/api/resources/remits/resources/v1/types/Payee.d.ts +0 -5
  315. package/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -16
  316. package/api/resources/remits/resources/v1/types/index.d.ts +0 -2
  317. package/api/resources/remits/resources/v1/types/index.js +0 -18
  318. package/api/resources/serviceFacility/client/Client.d.ts +0 -25
  319. package/api/resources/serviceFacility/client/Client.js +0 -119
  320. package/api/resources/serviceFacility/client/index.d.ts +0 -1
  321. package/api/resources/serviceFacility/client/index.js +0 -37
  322. package/api/resources/serviceFacility/client/update.d.ts +0 -19
  323. package/api/resources/serviceFacility/client/update.js +0 -55
  324. package/api/resources/x12/resources/v1/types/Carc.d.ts +0 -407
  325. package/api/resources/x12/resources/v1/types/Carc.js +0 -410
  326. package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -6
  327. package/api/resources/x12/resources/v1/types/Rarc.d.ts +0 -1190
  328. package/api/resources/x12/resources/v1/types/Rarc.js +0 -1193
  329. package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -4
  330. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -13
  331. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -16
  332. package/dist/api/resources/commons/types/TaxId.d.ts +0 -5
  333. package/dist/api/resources/commons/types/TaxId.js +0 -7
  334. package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -5
  335. package/dist/api/resources/eraCommons/index.d.ts +0 -1
  336. package/dist/api/resources/eraCommons/index.js +0 -17
  337. package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -13
  338. package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -16
  339. package/dist/api/resources/eraCommons/types/index.d.ts +0 -1
  340. package/dist/api/resources/eraCommons/types/index.js +0 -17
  341. package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +0 -14
  342. package/dist/api/resources/insuranceAdjudications/client/Client.js +0 -15
  343. package/dist/api/resources/insuranceAdjudications/client/index.d.ts +0 -1
  344. package/dist/api/resources/insuranceAdjudications/client/index.js +0 -2
  345. package/dist/api/resources/insuranceAdjudications/index.d.ts +0 -2
  346. package/dist/api/resources/insuranceAdjudications/index.js +0 -18
  347. package/dist/api/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  348. package/dist/api/resources/insuranceAdjudications/resources/index.js +0 -37
  349. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +0 -153
  350. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +0 -342
  351. package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -25
  352. package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.js +0 -66
  353. package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +0 -19
  354. package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.js +0 -55
  355. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +0 -19
  356. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.js +0 -55
  357. package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -3
  358. package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.js +0 -39
  359. package/dist/api/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  360. package/dist/api/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  361. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -10
  362. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -9
  363. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -10
  364. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -12
  365. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -5
  366. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -7
  367. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -13
  368. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -12
  369. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -5
  370. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +0 -7
  371. package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  372. package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  373. package/dist/api/resources/remitDrafts/index.d.ts +0 -1
  374. package/dist/api/resources/remitDrafts/index.js +0 -17
  375. package/dist/api/resources/remitDrafts/resources/index.d.ts +0 -1
  376. package/dist/api/resources/remitDrafts/resources/index.js +0 -37
  377. package/dist/api/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  378. package/dist/api/resources/remitDrafts/resources/v1/index.js +0 -17
  379. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -5
  380. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +0 -7
  381. package/dist/api/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  382. package/dist/api/resources/remitDrafts/resources/v1/types/index.js +0 -17
  383. package/dist/api/resources/remits/index.d.ts +0 -1
  384. package/dist/api/resources/remits/index.js +0 -17
  385. package/dist/api/resources/remits/resources/index.d.ts +0 -1
  386. package/dist/api/resources/remits/resources/index.js +0 -37
  387. package/dist/api/resources/remits/resources/v1/index.d.ts +0 -1
  388. package/dist/api/resources/remits/resources/v1/index.js +0 -17
  389. package/dist/api/resources/remits/resources/v1/types/Payee.d.ts +0 -5
  390. package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -16
  391. package/dist/api/resources/remits/resources/v1/types/index.d.ts +0 -2
  392. package/dist/api/resources/remits/resources/v1/types/index.js +0 -18
  393. package/dist/api/resources/serviceFacility/client/Client.d.ts +0 -25
  394. package/dist/api/resources/serviceFacility/client/Client.js +0 -119
  395. package/dist/api/resources/serviceFacility/client/index.d.ts +0 -1
  396. package/dist/api/resources/serviceFacility/client/index.js +0 -37
  397. package/dist/api/resources/serviceFacility/client/update.d.ts +0 -19
  398. package/dist/api/resources/serviceFacility/client/update.js +0 -55
  399. package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +0 -407
  400. package/dist/api/resources/x12/resources/v1/types/Carc.js +0 -410
  401. package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -6
  402. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +0 -1190
  403. package/dist/api/resources/x12/resources/v1/types/Rarc.js +0 -1193
  404. package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -4
  405. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -7
  406. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -39
  407. package/dist/serialization/resources/commons/types/TaxId.d.ts +0 -7
  408. package/dist/serialization/resources/commons/types/TaxId.js +0 -45
  409. package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -11
  410. package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +0 -43
  411. package/dist/serialization/resources/eraCommons/index.d.ts +0 -1
  412. package/dist/serialization/resources/eraCommons/index.js +0 -17
  413. package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -7
  414. package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -39
  415. package/dist/serialization/resources/eraCommons/types/index.d.ts +0 -1
  416. package/dist/serialization/resources/eraCommons/types/index.js +0 -17
  417. package/dist/serialization/resources/insuranceAdjudications/index.d.ts +0 -1
  418. package/dist/serialization/resources/insuranceAdjudications/index.js +0 -17
  419. package/dist/serialization/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  420. package/dist/serialization/resources/insuranceAdjudications/resources/index.js +0 -37
  421. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -12
  422. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +0 -69
  423. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -1
  424. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +0 -37
  425. package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  426. package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  427. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -19
  428. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +0 -51
  429. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -18
  430. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +0 -50
  431. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -19
  432. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +0 -51
  433. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -22
  434. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +0 -54
  435. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -7
  436. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -43
  437. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -21
  438. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +0 -53
  439. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -19
  440. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +0 -51
  441. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -7
  442. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  443. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  444. package/dist/serialization/resources/remitDrafts/index.d.ts +0 -1
  445. package/dist/serialization/resources/remitDrafts/index.js +0 -17
  446. package/dist/serialization/resources/remitDrafts/resources/index.d.ts +0 -1
  447. package/dist/serialization/resources/remitDrafts/resources/index.js +0 -37
  448. package/dist/serialization/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  449. package/dist/serialization/resources/remitDrafts/resources/v1/index.js +0 -17
  450. package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -7
  451. package/dist/serialization/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  452. package/dist/serialization/resources/remitDrafts/resources/v1/types/index.js +0 -17
  453. package/dist/serialization/resources/remits/index.d.ts +0 -1
  454. package/dist/serialization/resources/remits/index.js +0 -17
  455. package/dist/serialization/resources/remits/resources/index.d.ts +0 -1
  456. package/dist/serialization/resources/remits/resources/index.js +0 -37
  457. package/dist/serialization/resources/remits/resources/v1/index.d.ts +0 -1
  458. package/dist/serialization/resources/remits/resources/v1/index.js +0 -17
  459. package/dist/serialization/resources/remits/resources/v1/types/Payee.d.ts +0 -11
  460. package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -21
  461. package/dist/serialization/resources/remits/resources/v1/types/index.d.ts +0 -2
  462. package/dist/serialization/resources/remits/resources/v1/types/index.js +0 -18
  463. package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +0 -7
  464. package/dist/serialization/resources/x12/resources/v1/types/Carc.js +0 -444
  465. package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -13
  466. package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -45
  467. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +0 -7
  468. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +0 -1227
  469. package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -10
  470. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -7
  471. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -39
  472. package/serialization/resources/commons/types/TaxId.d.ts +0 -7
  473. package/serialization/resources/commons/types/TaxId.js +0 -45
  474. package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -11
  475. package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +0 -43
  476. package/serialization/resources/eraCommons/index.d.ts +0 -1
  477. package/serialization/resources/eraCommons/index.js +0 -17
  478. package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -7
  479. package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -39
  480. package/serialization/resources/eraCommons/types/index.d.ts +0 -1
  481. package/serialization/resources/eraCommons/types/index.js +0 -17
  482. package/serialization/resources/insuranceAdjudications/index.d.ts +0 -1
  483. package/serialization/resources/insuranceAdjudications/index.js +0 -17
  484. package/serialization/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  485. package/serialization/resources/insuranceAdjudications/resources/index.js +0 -37
  486. package/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -12
  487. package/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +0 -69
  488. package/serialization/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -1
  489. package/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +0 -37
  490. package/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  491. package/serialization/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  492. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -19
  493. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +0 -51
  494. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -18
  495. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +0 -50
  496. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -19
  497. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +0 -51
  498. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -22
  499. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +0 -54
  500. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -7
  501. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -43
  502. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -21
  503. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +0 -53
  504. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -19
  505. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +0 -51
  506. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -7
  507. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +0 -43
  508. package/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  509. package/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  510. package/serialization/resources/remitDrafts/index.d.ts +0 -1
  511. package/serialization/resources/remitDrafts/index.js +0 -17
  512. package/serialization/resources/remitDrafts/resources/index.d.ts +0 -1
  513. package/serialization/resources/remitDrafts/resources/index.js +0 -37
  514. package/serialization/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  515. package/serialization/resources/remitDrafts/resources/v1/index.js +0 -17
  516. package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -7
  517. package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +0 -43
  518. package/serialization/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  519. package/serialization/resources/remitDrafts/resources/v1/types/index.js +0 -17
  520. package/serialization/resources/remits/index.d.ts +0 -1
  521. package/serialization/resources/remits/index.js +0 -17
  522. package/serialization/resources/remits/resources/index.d.ts +0 -1
  523. package/serialization/resources/remits/resources/index.js +0 -37
  524. package/serialization/resources/remits/resources/v1/index.d.ts +0 -1
  525. package/serialization/resources/remits/resources/v1/index.js +0 -17
  526. package/serialization/resources/remits/resources/v1/types/Payee.d.ts +0 -11
  527. package/serialization/resources/remits/resources/v1/types/Payee.js +0 -43
  528. package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -21
  529. package/serialization/resources/remits/resources/v1/types/index.d.ts +0 -2
  530. package/serialization/resources/remits/resources/v1/types/index.js +0 -18
  531. package/serialization/resources/x12/resources/v1/types/Carc.d.ts +0 -7
  532. package/serialization/resources/x12/resources/v1/types/Carc.js +0 -444
  533. package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -13
  534. package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -45
  535. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +0 -7
  536. package/serialization/resources/x12/resources/v1/types/Rarc.js +0 -1227
  537. package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -10
  538. /package/api/resources/{era/types/EraNotFullyProcessedErrorMessage.js → encountersUniversal/types/UniversalEncounterCreate.js} +0 -0
  539. /package/api/resources/{insuranceAdjudications/resources/v1/types/ClaimAdjudication.js → encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js} +0 -0
  540. /package/api/resources/{insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js → encountersUniversal/types/UniversalEncounterUpdate.js} +0 -0
  541. /package/api/resources/{insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js → healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js} +0 -0
  542. /package/api/resources/{insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js → healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js} +0 -0
  543. /package/api/resources/{insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js → healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js} +0 -0
  544. /package/api/resources/{insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js → healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js} +0 -0
  545. /package/api/resources/{remits/resources/v1/types/Payee.js → healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js} +0 -0
  546. /package/api/resources/{remits/resources/v1/types/PayeeIdentifier.js → healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js} +0 -0
  547. /package/api/resources/{x12/resources/v1/types/ClaimAdjustmentReasonCode.js → healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js} +0 -0
  548. /package/api/resources/{x12/resources/v1/types/RemittanceAdviceRemarkCode.js → healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js} +0 -0
  549. /package/{dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.js → api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js} +0 -0
  550. /package/{dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js → api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js} +0 -0
  551. /package/{dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js → api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js} +0 -0
  552. /package/{dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js → api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js} +0 -0
  553. /package/{dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js → api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js} +0 -0
  554. /package/{dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js → api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js} +0 -0
  555. /package/{dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js → api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js} +0 -0
  556. /package/{dist/api/resources/remits/resources/v1/types/Payee.js → api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js} +0 -0
  557. /package/dist/api/resources/{remits/resources/v1/types/PayeeIdentifier.js → encountersUniversal/types/UniversalEncounterCreate.js} +0 -0
  558. /package/dist/api/resources/{x12/resources/v1/types/ClaimAdjustmentReasonCode.js → encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js} +0 -0
  559. /package/dist/api/resources/{x12/resources/v1/types/RemittanceAdviceRemarkCode.js → encountersUniversal/types/UniversalEncounterUpdate.js} +0 -0
@@ -1,7 +0,0 @@
1
- import type * as CandidApi from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- export declare const Carc: core.serialization.Schema<serializers.x12.v1.Carc.Raw, CandidApi.x12.v1.Carc>;
5
- export declare namespace Carc {
6
- type Raw = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "16" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "26" | "27" | "29" | "31" | "32" | "33" | "34" | "35" | "39" | "40" | "44" | "45" | "49" | "50" | "51" | "53" | "54" | "55" | "56" | "58" | "59" | "60" | "61" | "66" | "69" | "70" | "74" | "75" | "76" | "78" | "85" | "89" | "90" | "91" | "94" | "95" | "96" | "97" | "100" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "114" | "115" | "116" | "117" | "118" | "119" | "121" | "122" | "125" | "128" | "129" | "130" | "131" | "132" | "133" | "134" | "135" | "136" | "137" | "139" | "140" | "142" | "143" | "144" | "146" | "147" | "148" | "149" | "150" | "151" | "152" | "153" | "154" | "155" | "157" | "158" | "159" | "160" | "161" | "163" | "164" | "166" | "167" | "169" | "170" | "171" | "172" | "173" | "174" | "175" | "176" | "177" | "178" | "179" | "180" | "181" | "182" | "183" | "184" | "185" | "186" | "187" | "188" | "189" | "190" | "192" | "193" | "194" | "195" | "197" | "198" | "199" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "209" | "210" | "211" | "212" | "213" | "215" | "216" | "219" | "222" | "223" | "224" | "225" | "226" | "227" | "228" | "229" | "231" | "232" | "233" | "234" | "235" | "236" | "237" | "238" | "239" | "240" | "241" | "242" | "243" | "245" | "246" | "247" | "248" | "249" | "250" | "251" | "252" | "253" | "254" | "256" | "257" | "258" | "259" | "260" | "261" | "262" | "263" | "264" | "265" | "266" | "267" | "268" | "269" | "270" | "271" | "272" | "273" | "274" | "275" | "276" | "277" | "278" | "279" | "280" | "281" | "282" | "283" | "284" | "285" | "286" | "287" | "288" | "289" | "290" | "291" | "292" | "293" | "294" | "295" | "296" | "297" | "298" | "299" | "300" | "301" | "302" | "303" | "304" | "305" | "A0" | "A1" | "A5" | "A6" | "A8" | "B1" | "B4" | "B7" | "B8" | "B9" | "B10" | "B11" | "B12" | "B13" | "B14" | "B15" | "B16" | "B20" | "B22" | "B23" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "P7" | "P8" | "P9" | "P10" | "P11" | "P12" | "P13" | "P14" | "P15" | "P16" | "P17" | "P18" | "P19" | "P20" | "P21" | "P22" | "P23" | "P24" | "P25" | "P26" | "P27" | "P28" | "P29" | "P30" | "P31" | "P32" | "15" | "17" | "25" | "28" | "30" | "36" | "37" | "38" | "41" | "42" | "43" | "46" | "47" | "48" | "52" | "57" | "62" | "63" | "64" | "65" | "67" | "68" | "71" | "72" | "73" | "77" | "79" | "80" | "81" | "82" | "83" | "84" | "86" | "87" | "88" | "92" | "93" | "98" | "99" | "113" | "120" | "123" | "124" | "126" | "127" | "138" | "141" | "145" | "156" | "162" | "165" | "168" | "191" | "196" | "214" | "217" | "218" | "220" | "221" | "230" | "244" | "255" | "A2" | "A3" | "A4" | "A7" | "B2" | "B3" | "B5" | "B6" | "B17" | "B18" | "B19" | "B21" | "D1" | "D2" | "D3" | "D4" | "D5" | "D6" | "D7" | "D8" | "D9" | "D10" | "D11" | "D12" | "D14" | "D15" | "D16" | "D17" | "D18" | "D19" | "D20" | "D21" | "D22" | "D23" | "W1" | "W2" | "W3" | "W4" | "W5" | "W6" | "W7" | "W8" | "W9" | "Y1" | "Y2" | "Y3" | "UNKNOWN";
7
- }
@@ -1,444 +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.Carc = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- exports.Carc = core.serialization.enum_([
40
- "1",
41
- "2",
42
- "3",
43
- "4",
44
- "5",
45
- "6",
46
- "7",
47
- "8",
48
- "9",
49
- "10",
50
- "11",
51
- "12",
52
- "13",
53
- "14",
54
- "16",
55
- "18",
56
- "19",
57
- "20",
58
- "21",
59
- "22",
60
- "23",
61
- "24",
62
- "26",
63
- "27",
64
- "29",
65
- "31",
66
- "32",
67
- "33",
68
- "34",
69
- "35",
70
- "39",
71
- "40",
72
- "44",
73
- "45",
74
- "49",
75
- "50",
76
- "51",
77
- "53",
78
- "54",
79
- "55",
80
- "56",
81
- "58",
82
- "59",
83
- "60",
84
- "61",
85
- "66",
86
- "69",
87
- "70",
88
- "74",
89
- "75",
90
- "76",
91
- "78",
92
- "85",
93
- "89",
94
- "90",
95
- "91",
96
- "94",
97
- "95",
98
- "96",
99
- "97",
100
- "100",
101
- "101",
102
- "102",
103
- "103",
104
- "104",
105
- "105",
106
- "106",
107
- "107",
108
- "108",
109
- "109",
110
- "110",
111
- "111",
112
- "112",
113
- "114",
114
- "115",
115
- "116",
116
- "117",
117
- "118",
118
- "119",
119
- "121",
120
- "122",
121
- "125",
122
- "128",
123
- "129",
124
- "130",
125
- "131",
126
- "132",
127
- "133",
128
- "134",
129
- "135",
130
- "136",
131
- "137",
132
- "139",
133
- "140",
134
- "142",
135
- "143",
136
- "144",
137
- "146",
138
- "147",
139
- "148",
140
- "149",
141
- "150",
142
- "151",
143
- "152",
144
- "153",
145
- "154",
146
- "155",
147
- "157",
148
- "158",
149
- "159",
150
- "160",
151
- "161",
152
- "163",
153
- "164",
154
- "166",
155
- "167",
156
- "169",
157
- "170",
158
- "171",
159
- "172",
160
- "173",
161
- "174",
162
- "175",
163
- "176",
164
- "177",
165
- "178",
166
- "179",
167
- "180",
168
- "181",
169
- "182",
170
- "183",
171
- "184",
172
- "185",
173
- "186",
174
- "187",
175
- "188",
176
- "189",
177
- "190",
178
- "192",
179
- "193",
180
- "194",
181
- "195",
182
- "197",
183
- "198",
184
- "199",
185
- "200",
186
- "201",
187
- "202",
188
- "203",
189
- "204",
190
- "205",
191
- "206",
192
- "207",
193
- "208",
194
- "209",
195
- "210",
196
- "211",
197
- "212",
198
- "213",
199
- "215",
200
- "216",
201
- "219",
202
- "222",
203
- "223",
204
- "224",
205
- "225",
206
- "226",
207
- "227",
208
- "228",
209
- "229",
210
- "231",
211
- "232",
212
- "233",
213
- "234",
214
- "235",
215
- "236",
216
- "237",
217
- "238",
218
- "239",
219
- "240",
220
- "241",
221
- "242",
222
- "243",
223
- "245",
224
- "246",
225
- "247",
226
- "248",
227
- "249",
228
- "250",
229
- "251",
230
- "252",
231
- "253",
232
- "254",
233
- "256",
234
- "257",
235
- "258",
236
- "259",
237
- "260",
238
- "261",
239
- "262",
240
- "263",
241
- "264",
242
- "265",
243
- "266",
244
- "267",
245
- "268",
246
- "269",
247
- "270",
248
- "271",
249
- "272",
250
- "273",
251
- "274",
252
- "275",
253
- "276",
254
- "277",
255
- "278",
256
- "279",
257
- "280",
258
- "281",
259
- "282",
260
- "283",
261
- "284",
262
- "285",
263
- "286",
264
- "287",
265
- "288",
266
- "289",
267
- "290",
268
- "291",
269
- "292",
270
- "293",
271
- "294",
272
- "295",
273
- "296",
274
- "297",
275
- "298",
276
- "299",
277
- "300",
278
- "301",
279
- "302",
280
- "303",
281
- "304",
282
- "305",
283
- "A0",
284
- "A1",
285
- "A5",
286
- "A6",
287
- "A8",
288
- "B1",
289
- "B4",
290
- "B7",
291
- "B8",
292
- "B9",
293
- "B10",
294
- "B11",
295
- "B12",
296
- "B13",
297
- "B14",
298
- "B15",
299
- "B16",
300
- "B20",
301
- "B22",
302
- "B23",
303
- "P1",
304
- "P2",
305
- "P3",
306
- "P4",
307
- "P5",
308
- "P6",
309
- "P7",
310
- "P8",
311
- "P9",
312
- "P10",
313
- "P11",
314
- "P12",
315
- "P13",
316
- "P14",
317
- "P15",
318
- "P16",
319
- "P17",
320
- "P18",
321
- "P19",
322
- "P20",
323
- "P21",
324
- "P22",
325
- "P23",
326
- "P24",
327
- "P25",
328
- "P26",
329
- "P27",
330
- "P28",
331
- "P29",
332
- "P30",
333
- "P31",
334
- "P32",
335
- "15",
336
- "17",
337
- "25",
338
- "28",
339
- "30",
340
- "36",
341
- "37",
342
- "38",
343
- "41",
344
- "42",
345
- "43",
346
- "46",
347
- "47",
348
- "48",
349
- "52",
350
- "57",
351
- "62",
352
- "63",
353
- "64",
354
- "65",
355
- "67",
356
- "68",
357
- "71",
358
- "72",
359
- "73",
360
- "77",
361
- "79",
362
- "80",
363
- "81",
364
- "82",
365
- "83",
366
- "84",
367
- "86",
368
- "87",
369
- "88",
370
- "92",
371
- "93",
372
- "98",
373
- "99",
374
- "113",
375
- "120",
376
- "123",
377
- "124",
378
- "126",
379
- "127",
380
- "138",
381
- "141",
382
- "145",
383
- "156",
384
- "162",
385
- "165",
386
- "168",
387
- "191",
388
- "196",
389
- "214",
390
- "217",
391
- "218",
392
- "220",
393
- "221",
394
- "230",
395
- "244",
396
- "255",
397
- "A2",
398
- "A3",
399
- "A4",
400
- "A7",
401
- "B2",
402
- "B3",
403
- "B5",
404
- "B6",
405
- "B17",
406
- "B18",
407
- "B19",
408
- "B21",
409
- "D1",
410
- "D2",
411
- "D3",
412
- "D4",
413
- "D5",
414
- "D6",
415
- "D7",
416
- "D8",
417
- "D9",
418
- "D10",
419
- "D11",
420
- "D12",
421
- "D14",
422
- "D15",
423
- "D16",
424
- "D17",
425
- "D18",
426
- "D19",
427
- "D20",
428
- "D21",
429
- "D22",
430
- "D23",
431
- "W1",
432
- "W2",
433
- "W3",
434
- "W4",
435
- "W5",
436
- "W6",
437
- "W7",
438
- "W8",
439
- "W9",
440
- "Y1",
441
- "Y2",
442
- "Y3",
443
- "UNKNOWN",
444
- ]);
@@ -1,13 +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 { ClaimAdjustmentGroupCodes } from "../../../../commons/types/ClaimAdjustmentGroupCodes";
5
- import { Carc } from "./Carc";
6
- export declare const ClaimAdjustmentReasonCode: core.serialization.ObjectSchema<serializers.x12.v1.ClaimAdjustmentReasonCode.Raw, CandidApi.x12.v1.ClaimAdjustmentReasonCode>;
7
- export declare namespace ClaimAdjustmentReasonCode {
8
- interface Raw {
9
- group_code: ClaimAdjustmentGroupCodes.Raw;
10
- reason_code: Carc.Raw;
11
- amount_cents: number;
12
- }
13
- }
@@ -1,45 +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.ClaimAdjustmentReasonCode = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- const ClaimAdjustmentGroupCodes_1 = require("../../../../commons/types/ClaimAdjustmentGroupCodes");
40
- const Carc_1 = require("./Carc");
41
- exports.ClaimAdjustmentReasonCode = core.serialization.object({
42
- groupCode: core.serialization.property("group_code", ClaimAdjustmentGroupCodes_1.ClaimAdjustmentGroupCodes),
43
- reasonCode: core.serialization.property("reason_code", Carc_1.Carc),
44
- amountCents: core.serialization.property("amount_cents", core.serialization.number()),
45
- });
@@ -1,7 +0,0 @@
1
- import type * as CandidApi from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- export declare const Rarc: core.serialization.Schema<serializers.x12.v1.Rarc.Raw, CandidApi.x12.v1.Rarc>;
5
- export declare namespace Rarc {
6
- type Raw = "M1" | "M2" | "M3" | "M4" | "M5" | "M6" | "M7" | "M8" | "M9" | "M10" | "M11" | "M12" | "M13" | "M14" | "M15" | "M16" | "M17" | "M18" | "M19" | "M20" | "M21" | "M22" | "M23" | "M24" | "M25" | "M26" | "M27" | "M28" | "M29" | "M30" | "M31" | "M32" | "M33" | "M34" | "M35" | "M36" | "M37" | "M38" | "M39" | "M40" | "M41" | "M42" | "M43" | "M44" | "M45" | "M46" | "M47" | "M48" | "M49" | "M50" | "M51" | "M52" | "M53" | "M54" | "M55" | "M56" | "M57" | "M58" | "M59" | "M60" | "M61" | "M62" | "M63" | "M64" | "M65" | "M66" | "M67" | "M68" | "M69" | "M70" | "M71" | "M72" | "M73" | "M74" | "M75" | "M76" | "M77" | "M78" | "M79" | "M80" | "M81" | "M82" | "M83" | "M84" | "M85" | "M86" | "M87" | "M88" | "M89" | "M90" | "M91" | "M92" | "M93" | "M94" | "M95" | "M96" | "M97" | "M98" | "M99" | "M100" | "M101" | "M102" | "M103" | "M104" | "M105" | "M106" | "M107" | "M108" | "M109" | "M110" | "M111" | "M112" | "M113" | "M114" | "M115" | "M116" | "M117" | "M118" | "M119" | "M120" | "M121" | "M122" | "M123" | "M124" | "M125" | "M126" | "M127" | "M128" | "M129" | "M130" | "M131" | "M132" | "M133" | "M134" | "M135" | "M136" | "M137" | "M138" | "M139" | "M140" | "M141" | "M142" | "M143" | "M144" | "MA01" | "MA02" | "MA03" | "MA04" | "MA05" | "MA06" | "MA07" | "MA08" | "MA09" | "MA10" | "MA11" | "MA12" | "MA13" | "MA14" | "MA15" | "MA16" | "MA17" | "MA18" | "MA19" | "MA20" | "MA21" | "MA22" | "MA23" | "MA24" | "MA25" | "MA26" | "MA27" | "MA28" | "MA29" | "MA30" | "MA31" | "MA32" | "MA33" | "MA34" | "MA35" | "MA36" | "MA37" | "MA38" | "MA39" | "MA40" | "MA41" | "MA42" | "MA43" | "MA44" | "MA45" | "MA46" | "MA47" | "MA48" | "MA49" | "MA50" | "MA51" | "MA52" | "MA53" | "MA54" | "MA55" | "MA56" | "MA57" | "MA58" | "MA59" | "MA60" | "MA61" | "MA62" | "MA63" | "MA64" | "MA65" | "MA66" | "MA67" | "MA68" | "MA69" | "MA70" | "MA71" | "MA72" | "MA73" | "MA74" | "MA75" | "MA76" | "MA77" | "MA78" | "MA79" | "MA80" | "MA81" | "MA82" | "MA83" | "MA84" | "MA85" | "MA86" | "MA87" | "MA88" | "MA89" | "MA90" | "MA91" | "MA92" | "MA93" | "MA94" | "MA95" | "MA96" | "MA97" | "MA98" | "MA99" | "MA100" | "MA101" | "MA102" | "MA103" | "MA104" | "MA105" | "MA106" | "MA107" | "MA108" | "MA109" | "MA110" | "MA111" | "MA112" | "MA113" | "MA114" | "MA115" | "MA116" | "MA117" | "MA118" | "MA119" | "MA120" | "MA121" | "MA122" | "MA123" | "MA124" | "MA125" | "MA126" | "MA127" | "MA128" | "MA129" | "MA130" | "MA131" | "MA132" | "MA133" | "MA134" | "N1" | "N2" | "N3" | "N4" | "N5" | "N6" | "N7" | "N8" | "N9" | "N10" | "N11" | "N12" | "N13" | "N14" | "N15" | "N16" | "N17" | "N18" | "N19" | "N20" | "N21" | "N22" | "N23" | "N24" | "N25" | "N26" | "N27" | "N28" | "N29" | "N30" | "N31" | "N32" | "N33" | "N34" | "N35" | "N36" | "N37" | "N38" | "N39" | "N40" | "N41" | "N42" | "N43" | "N44" | "N45" | "N46" | "N47" | "N48" | "N49" | "N50" | "N51" | "N52" | "N53" | "N54" | "N55" | "N56" | "N57" | "N58" | "N59" | "N60" | "N61" | "N62" | "N63" | "N64" | "N65" | "N66" | "N67" | "N68" | "N69" | "N70" | "N71" | "N72" | "N73" | "N74" | "N75" | "N76" | "N77" | "N78" | "N79" | "N80" | "N81" | "N82" | "N83" | "N84" | "N85" | "N86" | "N87" | "N88" | "N89" | "N90" | "N91" | "N92" | "N93" | "N94" | "N95" | "N96" | "N97" | "N98" | "N99" | "N100" | "N101" | "N102" | "N103" | "N104" | "N105" | "N106" | "N107" | "N108" | "N109" | "N110" | "N111" | "N112" | "N113" | "N114" | "N115" | "N116" | "N117" | "N118" | "N119" | "N120" | "N121" | "N122" | "N123" | "N124" | "N125" | "N126" | "N127" | "N128" | "N129" | "N130" | "N131" | "N132" | "N133" | "N134" | "N135" | "N136" | "N137" | "N138" | "N139" | "N140" | "N141" | "N142" | "N143" | "N144" | "N145" | "N146" | "N147" | "N148" | "N149" | "N150" | "N151" | "N152" | "N153" | "N154" | "N155" | "N156" | "N157" | "N158" | "N159" | "N160" | "N161" | "N162" | "N163" | "N164" | "N165" | "N166" | "N167" | "N168" | "N169" | "N170" | "N171" | "N172" | "N173" | "N174" | "N175" | "N176" | "N177" | "N178" | "N179" | "N180" | "N181" | "N182" | "N183" | "N184" | "N185" | "N186" | "N187" | "N188" | "N189" | "N190" | "N191" | "N192" | "N193" | "N194" | "N195" | "N196" | "N197" | "N198" | "N199" | "N200" | "N201" | "N202" | "N203" | "N204" | "N205" | "N206" | "N207" | "N208" | "N209" | "N210" | "N211" | "N212" | "N213" | "N214" | "N215" | "N216" | "N217" | "N218" | "N219" | "N220" | "N221" | "N222" | "N223" | "N224" | "N225" | "N226" | "N227" | "N228" | "N229" | "N230" | "N231" | "N232" | "N233" | "N234" | "N235" | "N236" | "N237" | "N238" | "N239" | "N240" | "N241" | "N242" | "N243" | "N244" | "N245" | "N246" | "N247" | "N248" | "N249" | "N250" | "N251" | "N252" | "N253" | "N254" | "N255" | "N256" | "N257" | "N258" | "N259" | "N260" | "N261" | "N262" | "N263" | "N264" | "N265" | "N266" | "N267" | "N268" | "N269" | "N270" | "N271" | "N272" | "N273" | "N274" | "N275" | "N276" | "N277" | "N278" | "N279" | "N280" | "N281" | "N282" | "N283" | "N284" | "N285" | "N286" | "N287" | "N288" | "N289" | "N290" | "N291" | "N292" | "N293" | "N294" | "N295" | "N296" | "N297" | "N298" | "N299" | "N300" | "N301" | "N302" | "N303" | "N304" | "N305" | "N306" | "N307" | "N308" | "N309" | "N310" | "N311" | "N312" | "N313" | "N314" | "N315" | "N316" | "N317" | "N318" | "N319" | "N320" | "N321" | "N322" | "N323" | "N324" | "N325" | "N326" | "N327" | "N328" | "N329" | "N330" | "N331" | "N332" | "N333" | "N334" | "N335" | "N336" | "N337" | "N338" | "N339" | "N340" | "N341" | "N342" | "N343" | "N344" | "N345" | "N346" | "N347" | "N348" | "N349" | "N350" | "N351" | "N352" | "N353" | "N354" | "N355" | "N356" | "N357" | "N358" | "N359" | "N360" | "N361" | "N362" | "N363" | "N364" | "N365" | "N366" | "N367" | "N368" | "N369" | "N370" | "N371" | "N372" | "N373" | "N374" | "N375" | "N376" | "N377" | "N378" | "N379" | "N380" | "N381" | "N382" | "N383" | "N384" | "N385" | "N386" | "N387" | "N388" | "N389" | "N390" | "N391" | "N392" | "N393" | "N394" | "N395" | "N396" | "N397" | "N398" | "N399" | "N400" | "N401" | "N402" | "N403" | "N404" | "N405" | "N406" | "N407" | "N408" | "N409" | "N410" | "N411" | "N412" | "N413" | "N414" | "N415" | "N416" | "N417" | "N418" | "N419" | "N420" | "N421" | "N422" | "N423" | "N424" | "N425" | "N426" | "N427" | "N428" | "N429" | "N430" | "N431" | "N432" | "N433" | "N434" | "N435" | "N436" | "N437" | "N438" | "N439" | "N440" | "N441" | "N442" | "N443" | "N444" | "N445" | "N446" | "N447" | "N448" | "N449" | "N450" | "N451" | "N452" | "N453" | "N454" | "N455" | "N456" | "N457" | "N458" | "N459" | "N460" | "N461" | "N462" | "N463" | "N464" | "N465" | "N466" | "N467" | "N468" | "N469" | "N470" | "N471" | "N472" | "N473" | "N474" | "N475" | "N476" | "N477" | "N478" | "N479" | "N480" | "N481" | "N482" | "N483" | "N484" | "N485" | "N486" | "N487" | "N488" | "N489" | "N490" | "N491" | "N492" | "N493" | "N494" | "N495" | "N496" | "N497" | "N498" | "N499" | "N500" | "N501" | "N502" | "N503" | "N504" | "N505" | "N506" | "N507" | "N508" | "N509" | "N510" | "N511" | "N512" | "N513" | "N514" | "N515" | "N516" | "N517" | "N518" | "N519" | "N520" | "N521" | "N522" | "N523" | "N524" | "N525" | "N526" | "N527" | "N528" | "N529" | "N530" | "N531" | "N532" | "N533" | "N534" | "N535" | "N536" | "N537" | "N538" | "N539" | "N540" | "N541" | "N542" | "N543" | "N544" | "N545" | "N546" | "N547" | "N548" | "N549" | "N550" | "N551" | "N552" | "N553" | "N554" | "N555" | "N556" | "N557" | "N558" | "N559" | "N560" | "N561" | "N562" | "N563" | "N564" | "N565" | "N566" | "N567" | "N568" | "N569" | "N570" | "N571" | "N572" | "N573" | "N574" | "N575" | "N576" | "N577" | "N578" | "N579" | "N580" | "N581" | "N582" | "N583" | "N584" | "N585" | "N586" | "N587" | "N588" | "N589" | "N590" | "N591" | "N592" | "N593" | "N594" | "N595" | "N596" | "N597" | "N598" | "N599" | "N600" | "N601" | "N602" | "N603" | "N604" | "N605" | "N606" | "N607" | "N608" | "N609" | "N610" | "N611" | "N612" | "N613" | "N614" | "N615" | "N616" | "N617" | "N618" | "N619" | "N620" | "N621" | "N622" | "N623" | "N624" | "N625" | "N626" | "N627" | "N628" | "N629" | "N630" | "N631" | "N632" | "N633" | "N634" | "N635" | "N636" | "N637" | "N638" | "N639" | "N640" | "N641" | "N642" | "N643" | "N644" | "N645" | "N646" | "N647" | "N648" | "N649" | "N650" | "N651" | "N652" | "N653" | "N654" | "N655" | "N656" | "N657" | "N658" | "N659" | "N660" | "N661" | "N662" | "N663" | "N664" | "N665" | "N666" | "N667" | "N668" | "N669" | "N670" | "N671" | "N672" | "N673" | "N674" | "N675" | "N676" | "N677" | "N678" | "N679" | "N680" | "N681" | "N682" | "N683" | "N684" | "N685" | "N686" | "N687" | "N688" | "N689" | "N690" | "N691" | "N692" | "N693" | "N694" | "N695" | "N696" | "N697" | "N698" | "N699" | "N700" | "N701" | "N702" | "N703" | "N704" | "N705" | "N706" | "N707" | "N708" | "N709" | "N710" | "N711" | "N712" | "N713" | "N714" | "N715" | "N716" | "N717" | "N718" | "N719" | "N720" | "N721" | "N722" | "N723" | "N724" | "N725" | "N726" | "N727" | "N728" | "N729" | "N730" | "N731" | "N732" | "N733" | "N734" | "N735" | "N736" | "N737" | "N738" | "N739" | "N740" | "N741" | "N742" | "N743" | "N744" | "N745" | "N746" | "N747" | "N748" | "N749" | "N750" | "N751" | "N752" | "N753" | "N754" | "N755" | "N756" | "N757" | "N758" | "N759" | "N760" | "N761" | "N762" | "N763" | "N764" | "N765" | "N766" | "N767" | "N768" | "N769" | "N770" | "N771" | "N772" | "N773" | "N774" | "N775" | "N776" | "N777" | "N778" | "N779" | "N780" | "N781" | "N782" | "N783" | "N784" | "N785" | "N786" | "N787" | "N788" | "N789" | "N790" | "N791" | "N792" | "N793" | "N794" | "N795" | "N796" | "N797" | "N798" | "N799" | "N800" | "N801" | "N802" | "N803" | "N804" | "N805" | "N806" | "N807" | "N808" | "N809" | "N810" | "N811" | "N812" | "N815" | "N816" | "N817" | "N818" | "N819" | "N820" | "N821" | "N822" | "N823" | "N824" | "N825" | "N826" | "N827" | "N828" | "N829" | "N830" | "N831" | "N832" | "N833" | "N834" | "N835" | "N836" | "N837" | "N838" | "N839" | "N840" | "N841" | "N842" | "N843" | "N844" | "N845" | "N846" | "N847" | "N848" | "N849" | "N850" | "N851" | "N852" | "N853" | "N854" | "N855" | "N856" | "N857" | "N858" | "N859" | "N860" | "N861" | "N862" | "N863" | "N864" | "N865" | "N866" | "N867" | "N868" | "N869" | "N870" | "N871" | "N872" | "N873" | "N874" | "N875" | "N876" | "N877" | "N878" | "N879" | "N880" | "N881" | "N882" | "N883" | "N884" | "N885" | "N886" | "N887" | "N888" | "N889" | "N890" | "N891" | "N892" | "N893" | "N894" | "N895" | "N896" | "N897" | "N898" | "N899" | "N900" | "N901" | "N902" | "N903" | "N904" | "N905" | "N906" | "N907" | "N908" | "N909" | "N910" | "N911";
7
- }