candidhealth 1.14.4 → 1.14.6

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 (257) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +43 -38
  3. package/README.md +0 -18
  4. package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +13 -0
  5. package/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +16 -0
  6. package/api/resources/commons/types/index.d.ts +1 -0
  7. package/api/resources/commons/types/index.js +1 -0
  8. package/api/resources/index.d.ts +1 -0
  9. package/api/resources/index.js +3 -2
  10. package/api/resources/insuranceAdjudications/client/Client.d.ts +14 -0
  11. package/api/resources/insuranceAdjudications/client/Client.js +15 -0
  12. package/api/resources/insuranceAdjudications/client/index.d.ts +1 -0
  13. package/api/resources/insuranceAdjudications/client/index.js +2 -0
  14. package/api/resources/insuranceAdjudications/index.d.ts +2 -0
  15. package/api/resources/insuranceAdjudications/index.js +18 -0
  16. package/api/resources/insuranceAdjudications/resources/index.d.ts +1 -0
  17. package/api/resources/insuranceAdjudications/resources/index.js +37 -0
  18. package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +26 -0
  19. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +117 -0
  20. package/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +19 -0
  21. package/api/resources/insuranceAdjudications/resources/v1/client/get.js +55 -0
  22. package/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -0
  23. package/api/resources/insuranceAdjudications/resources/v1/client/index.js +37 -0
  24. package/api/resources/insuranceAdjudications/resources/v1/index.d.ts +2 -0
  25. package/api/resources/insuranceAdjudications/resources/v1/index.js +18 -0
  26. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +10 -0
  27. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +3 -0
  28. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +10 -0
  29. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +3 -0
  30. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +5 -0
  31. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +7 -0
  32. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +13 -0
  33. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +3 -0
  34. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +5 -0
  35. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +7 -0
  36. package/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +5 -0
  37. package/api/resources/insuranceAdjudications/resources/v1/types/index.js +21 -0
  38. package/api/resources/patientPayments/resources/v4/types/CardPaymentMethod.d.ts +1 -0
  39. package/api/resources/patientPayments/resources/v4/types/CardPaymentMethod.js +3 -0
  40. package/api/resources/patientPayments/resources/v4/types/CashPaymentMethod.d.ts +1 -0
  41. package/api/resources/patientPayments/resources/v4/types/CashPaymentMethod.js +3 -0
  42. package/api/resources/patientPayments/resources/v4/types/CheckPaymentMethod.d.ts +3 -0
  43. package/api/resources/patientPayments/resources/v4/types/CheckPaymentMethod.js +3 -0
  44. package/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
  45. package/api/resources/patientPayments/resources/v4/types/PaymentMethod.d.ts +13 -0
  46. package/api/resources/patientPayments/resources/v4/types/PaymentMethod.js +3 -0
  47. package/api/resources/patientPayments/resources/v4/types/PaymentMethodDetail.d.ts +5 -0
  48. package/api/resources/patientPayments/resources/v4/types/PaymentMethodDetail.js +3 -0
  49. package/api/resources/patientPayments/resources/v4/types/index.d.ts +5 -0
  50. package/api/resources/patientPayments/resources/v4/types/index.js +5 -0
  51. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +3 -0
  52. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  53. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +2 -0
  54. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -0
  55. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +2 -0
  56. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +2 -0
  57. package/api/resources/x12/resources/v1/types/Carc.d.ts +407 -0
  58. package/api/resources/x12/resources/v1/types/Carc.js +410 -0
  59. package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +6 -0
  60. package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +3 -0
  61. package/api/resources/x12/resources/v1/types/Rarc.d.ts +1190 -0
  62. package/api/resources/x12/resources/v1/types/Rarc.js +1193 -0
  63. package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +4 -0
  64. package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +3 -0
  65. package/api/resources/x12/resources/v1/types/index.d.ts +4 -0
  66. package/api/resources/x12/resources/v1/types/index.js +4 -0
  67. package/dist/Client.d.ts +3 -0
  68. package/dist/Client.js +43 -38
  69. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +13 -0
  70. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +16 -0
  71. package/dist/api/resources/commons/types/index.d.ts +1 -0
  72. package/dist/api/resources/commons/types/index.js +1 -0
  73. package/dist/api/resources/index.d.ts +1 -0
  74. package/dist/api/resources/index.js +3 -2
  75. package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +14 -0
  76. package/dist/api/resources/insuranceAdjudications/client/Client.js +15 -0
  77. package/dist/api/resources/insuranceAdjudications/client/index.d.ts +1 -0
  78. package/dist/api/resources/insuranceAdjudications/client/index.js +2 -0
  79. package/dist/api/resources/insuranceAdjudications/index.d.ts +2 -0
  80. package/dist/api/resources/insuranceAdjudications/index.js +18 -0
  81. package/dist/api/resources/insuranceAdjudications/resources/index.d.ts +1 -0
  82. package/dist/api/resources/insuranceAdjudications/resources/index.js +37 -0
  83. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +26 -0
  84. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +117 -0
  85. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +19 -0
  86. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.js +55 -0
  87. package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -0
  88. package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.js +37 -0
  89. package/dist/api/resources/insuranceAdjudications/resources/v1/index.d.ts +2 -0
  90. package/dist/api/resources/insuranceAdjudications/resources/v1/index.js +18 -0
  91. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +10 -0
  92. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +3 -0
  93. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +10 -0
  94. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +3 -0
  95. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +5 -0
  96. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +7 -0
  97. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +13 -0
  98. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +3 -0
  99. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +5 -0
  100. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +7 -0
  101. package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +5 -0
  102. package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.js +21 -0
  103. package/dist/api/resources/patientPayments/resources/v4/types/CardPaymentMethod.d.ts +1 -0
  104. package/dist/api/resources/patientPayments/resources/v4/types/CardPaymentMethod.js +3 -0
  105. package/dist/api/resources/patientPayments/resources/v4/types/CashPaymentMethod.d.ts +1 -0
  106. package/dist/api/resources/patientPayments/resources/v4/types/CashPaymentMethod.js +3 -0
  107. package/dist/api/resources/patientPayments/resources/v4/types/CheckPaymentMethod.d.ts +3 -0
  108. package/dist/api/resources/patientPayments/resources/v4/types/CheckPaymentMethod.js +3 -0
  109. package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
  110. package/dist/api/resources/patientPayments/resources/v4/types/PaymentMethod.d.ts +13 -0
  111. package/dist/api/resources/patientPayments/resources/v4/types/PaymentMethod.js +3 -0
  112. package/dist/api/resources/patientPayments/resources/v4/types/PaymentMethodDetail.d.ts +5 -0
  113. package/dist/api/resources/patientPayments/resources/v4/types/PaymentMethodDetail.js +3 -0
  114. package/dist/api/resources/patientPayments/resources/v4/types/index.d.ts +5 -0
  115. package/dist/api/resources/patientPayments/resources/v4/types/index.js +5 -0
  116. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +3 -0
  117. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  118. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +2 -0
  119. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -0
  120. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +2 -0
  121. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +2 -0
  122. package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +407 -0
  123. package/dist/api/resources/x12/resources/v1/types/Carc.js +410 -0
  124. package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +6 -0
  125. package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +3 -0
  126. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +1190 -0
  127. package/dist/api/resources/x12/resources/v1/types/Rarc.js +1193 -0
  128. package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +4 -0
  129. package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +3 -0
  130. package/dist/api/resources/x12/resources/v1/types/index.d.ts +4 -0
  131. package/dist/api/resources/x12/resources/v1/types/index.js +4 -0
  132. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +7 -0
  133. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +39 -0
  134. package/dist/serialization/resources/commons/types/index.d.ts +1 -0
  135. package/dist/serialization/resources/commons/types/index.js +1 -0
  136. package/dist/serialization/resources/index.d.ts +1 -0
  137. package/dist/serialization/resources/index.js +3 -2
  138. package/dist/serialization/resources/insuranceAdjudications/index.d.ts +1 -0
  139. package/dist/serialization/resources/insuranceAdjudications/index.js +17 -0
  140. package/dist/serialization/resources/insuranceAdjudications/resources/index.d.ts +1 -0
  141. package/dist/serialization/resources/insuranceAdjudications/resources/index.js +37 -0
  142. package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -0
  143. package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.js +17 -0
  144. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +19 -0
  145. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +51 -0
  146. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +19 -0
  147. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +51 -0
  148. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +7 -0
  149. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +43 -0
  150. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +21 -0
  151. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +53 -0
  152. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +7 -0
  153. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +43 -0
  154. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +5 -0
  155. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +21 -0
  156. package/dist/serialization/resources/patientPayments/resources/v4/types/CardPaymentMethod.d.ts +7 -0
  157. package/dist/serialization/resources/patientPayments/resources/v4/types/CardPaymentMethod.js +39 -0
  158. package/dist/serialization/resources/patientPayments/resources/v4/types/CashPaymentMethod.d.ts +7 -0
  159. package/dist/serialization/resources/patientPayments/resources/v4/types/CashPaymentMethod.js +39 -0
  160. package/dist/serialization/resources/patientPayments/resources/v4/types/CheckPaymentMethod.d.ts +9 -0
  161. package/dist/serialization/resources/patientPayments/resources/v4/types/CheckPaymentMethod.js +41 -0
  162. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +2 -0
  163. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +2 -0
  164. package/dist/serialization/resources/patientPayments/resources/v4/types/PaymentMethod.d.ts +19 -0
  165. package/dist/serialization/resources/patientPayments/resources/v4/types/PaymentMethod.js +51 -0
  166. package/dist/serialization/resources/patientPayments/resources/v4/types/PaymentMethodDetail.d.ts +12 -0
  167. package/dist/serialization/resources/patientPayments/resources/v4/types/PaymentMethodDetail.js +44 -0
  168. package/dist/serialization/resources/patientPayments/resources/v4/types/index.d.ts +5 -0
  169. package/dist/serialization/resources/patientPayments/resources/v4/types/index.js +5 -0
  170. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +2 -0
  171. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +2 -0
  172. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -0
  173. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -0
  174. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -0
  175. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -0
  176. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
  177. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -0
  178. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -0
  179. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -0
  180. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -0
  181. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -0
  182. package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +7 -0
  183. package/dist/serialization/resources/x12/resources/v1/types/Carc.js +444 -0
  184. package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +13 -0
  185. package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +45 -0
  186. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +7 -0
  187. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +1227 -0
  188. package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +10 -0
  189. package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +42 -0
  190. package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +4 -0
  191. package/dist/serialization/resources/x12/resources/v1/types/index.js +4 -0
  192. package/dist/version.d.ts +1 -1
  193. package/dist/version.js +1 -1
  194. package/package.json +1 -1
  195. package/reference.md +64 -0
  196. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +7 -0
  197. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +39 -0
  198. package/serialization/resources/commons/types/index.d.ts +1 -0
  199. package/serialization/resources/commons/types/index.js +1 -0
  200. package/serialization/resources/index.d.ts +1 -0
  201. package/serialization/resources/index.js +3 -2
  202. package/serialization/resources/insuranceAdjudications/index.d.ts +1 -0
  203. package/serialization/resources/insuranceAdjudications/index.js +17 -0
  204. package/serialization/resources/insuranceAdjudications/resources/index.d.ts +1 -0
  205. package/serialization/resources/insuranceAdjudications/resources/index.js +37 -0
  206. package/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -0
  207. package/serialization/resources/insuranceAdjudications/resources/v1/index.js +17 -0
  208. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +19 -0
  209. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +51 -0
  210. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +19 -0
  211. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +51 -0
  212. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +7 -0
  213. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +43 -0
  214. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +21 -0
  215. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +53 -0
  216. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +7 -0
  217. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +43 -0
  218. package/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +5 -0
  219. package/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +21 -0
  220. package/serialization/resources/patientPayments/resources/v4/types/CardPaymentMethod.d.ts +7 -0
  221. package/serialization/resources/patientPayments/resources/v4/types/CardPaymentMethod.js +39 -0
  222. package/serialization/resources/patientPayments/resources/v4/types/CashPaymentMethod.d.ts +7 -0
  223. package/serialization/resources/patientPayments/resources/v4/types/CashPaymentMethod.js +39 -0
  224. package/serialization/resources/patientPayments/resources/v4/types/CheckPaymentMethod.d.ts +9 -0
  225. package/serialization/resources/patientPayments/resources/v4/types/CheckPaymentMethod.js +41 -0
  226. package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +2 -0
  227. package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +2 -0
  228. package/serialization/resources/patientPayments/resources/v4/types/PaymentMethod.d.ts +19 -0
  229. package/serialization/resources/patientPayments/resources/v4/types/PaymentMethod.js +51 -0
  230. package/serialization/resources/patientPayments/resources/v4/types/PaymentMethodDetail.d.ts +12 -0
  231. package/serialization/resources/patientPayments/resources/v4/types/PaymentMethodDetail.js +44 -0
  232. package/serialization/resources/patientPayments/resources/v4/types/index.d.ts +5 -0
  233. package/serialization/resources/patientPayments/resources/v4/types/index.js +5 -0
  234. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +2 -0
  235. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +2 -0
  236. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -0
  237. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -0
  238. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -0
  239. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -0
  240. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
  241. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -0
  242. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -0
  243. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -0
  244. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -0
  245. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -0
  246. package/serialization/resources/x12/resources/v1/types/Carc.d.ts +7 -0
  247. package/serialization/resources/x12/resources/v1/types/Carc.js +444 -0
  248. package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +13 -0
  249. package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +45 -0
  250. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +7 -0
  251. package/serialization/resources/x12/resources/v1/types/Rarc.js +1227 -0
  252. package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +10 -0
  253. package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +42 -0
  254. package/serialization/resources/x12/resources/v1/types/index.d.ts +4 -0
  255. package/serialization/resources/x12/resources/v1/types/index.js +4 -0
  256. package/version.d.ts +1 -1
  257. package/version.js +1 -1
@@ -0,0 +1,444 @@
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
+ ]);
@@ -0,0 +1,13 @@
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
+ }
@@ -0,0 +1,45 @@
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
+ });
@@ -0,0 +1,7 @@
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
+ }