candidhealth 1.14.0 → 1.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (370) hide show
  1. package/Client.d.ts +0 -3
  2. package/Client.js +38 -43
  3. package/api/resources/commons/types/index.d.ts +0 -2
  4. package/api/resources/commons/types/index.js +0 -2
  5. package/api/resources/era/types/index.d.ts +0 -1
  6. package/api/resources/era/types/index.js +0 -1
  7. package/api/resources/index.d.ts +0 -5
  8. package/api/resources/index.js +2 -7
  9. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +2 -0
  10. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +2 -0
  11. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +2 -0
  12. package/api/resources/serviceLines/resources/v2/client/Client.js +1 -0
  13. package/api/resources/serviceLines/resources/v2/client/delete.d.ts +7 -1
  14. package/api/resources/serviceLines/resources/v2/client/delete.js +11 -0
  15. package/api/resources/x12/resources/v1/types/index.d.ts +0 -4
  16. package/api/resources/x12/resources/v1/types/index.js +0 -4
  17. package/dist/Client.d.ts +0 -3
  18. package/dist/Client.js +38 -43
  19. package/dist/api/resources/commons/types/index.d.ts +0 -2
  20. package/dist/api/resources/commons/types/index.js +0 -2
  21. package/dist/api/resources/era/types/index.d.ts +0 -1
  22. package/dist/api/resources/era/types/index.js +0 -1
  23. package/dist/api/resources/index.d.ts +0 -5
  24. package/dist/api/resources/index.js +2 -7
  25. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +2 -0
  26. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +2 -0
  27. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +2 -0
  28. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +1 -0
  29. package/dist/api/resources/serviceLines/resources/v2/client/delete.d.ts +7 -1
  30. package/dist/api/resources/serviceLines/resources/v2/client/delete.js +11 -0
  31. package/dist/api/resources/x12/resources/v1/types/index.d.ts +0 -4
  32. package/dist/api/resources/x12/resources/v1/types/index.js +0 -4
  33. package/dist/serialization/resources/commons/types/index.d.ts +0 -2
  34. package/dist/serialization/resources/commons/types/index.js +0 -2
  35. package/dist/serialization/resources/era/types/index.d.ts +0 -1
  36. package/dist/serialization/resources/era/types/index.js +0 -1
  37. package/dist/serialization/resources/index.d.ts +0 -5
  38. package/dist/serialization/resources/index.js +2 -7
  39. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -0
  40. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -0
  41. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -0
  42. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -0
  43. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -0
  44. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -0
  45. package/dist/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +6 -1
  46. package/dist/serialization/resources/serviceLines/resources/v2/client/delete.js +6 -0
  47. package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +0 -4
  48. package/dist/serialization/resources/x12/resources/v1/types/index.js +0 -4
  49. package/dist/version.d.ts +1 -1
  50. package/dist/version.js +1 -1
  51. package/package.json +1 -1
  52. package/reference.md +0 -295
  53. package/serialization/resources/commons/types/index.d.ts +0 -2
  54. package/serialization/resources/commons/types/index.js +0 -2
  55. package/serialization/resources/era/types/index.d.ts +0 -1
  56. package/serialization/resources/era/types/index.js +0 -1
  57. package/serialization/resources/index.d.ts +0 -5
  58. package/serialization/resources/index.js +2 -7
  59. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -0
  60. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -0
  61. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -0
  62. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -0
  63. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -0
  64. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -0
  65. package/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +6 -1
  66. package/serialization/resources/serviceLines/resources/v2/client/delete.js +6 -0
  67. package/serialization/resources/x12/resources/v1/types/index.d.ts +0 -4
  68. package/serialization/resources/x12/resources/v1/types/index.js +0 -4
  69. package/version.d.ts +1 -1
  70. package/version.js +1 -1
  71. package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -13
  72. package/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -16
  73. package/api/resources/commons/types/TaxId.d.ts +0 -5
  74. package/api/resources/commons/types/TaxId.js +0 -7
  75. package/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -5
  76. package/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +0 -3
  77. package/api/resources/eraCommons/index.d.ts +0 -1
  78. package/api/resources/eraCommons/index.js +0 -17
  79. package/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -13
  80. package/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -16
  81. package/api/resources/eraCommons/types/index.d.ts +0 -1
  82. package/api/resources/eraCommons/types/index.js +0 -17
  83. package/api/resources/insuranceAdjudications/client/Client.d.ts +0 -14
  84. package/api/resources/insuranceAdjudications/client/Client.js +0 -15
  85. package/api/resources/insuranceAdjudications/client/index.d.ts +0 -1
  86. package/api/resources/insuranceAdjudications/client/index.js +0 -2
  87. package/api/resources/insuranceAdjudications/index.d.ts +0 -2
  88. package/api/resources/insuranceAdjudications/index.js +0 -18
  89. package/api/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  90. package/api/resources/insuranceAdjudications/resources/index.js +0 -37
  91. package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +0 -153
  92. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +0 -342
  93. package/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -25
  94. package/api/resources/insuranceAdjudications/resources/v1/client/create.js +0 -66
  95. package/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +0 -19
  96. package/api/resources/insuranceAdjudications/resources/v1/client/delete.js +0 -55
  97. package/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +0 -19
  98. package/api/resources/insuranceAdjudications/resources/v1/client/get.js +0 -55
  99. package/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -3
  100. package/api/resources/insuranceAdjudications/resources/v1/client/index.js +0 -39
  101. package/api/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  102. package/api/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  103. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -10
  104. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +0 -3
  105. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -9
  106. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +0 -3
  107. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -10
  108. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +0 -3
  109. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -12
  110. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +0 -3
  111. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -5
  112. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -7
  113. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -13
  114. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +0 -3
  115. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -12
  116. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +0 -3
  117. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -5
  118. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +0 -7
  119. package/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  120. package/api/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  121. package/api/resources/remitDrafts/index.d.ts +0 -1
  122. package/api/resources/remitDrafts/index.js +0 -17
  123. package/api/resources/remitDrafts/resources/index.d.ts +0 -1
  124. package/api/resources/remitDrafts/resources/index.js +0 -37
  125. package/api/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  126. package/api/resources/remitDrafts/resources/v1/index.js +0 -17
  127. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -5
  128. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +0 -7
  129. package/api/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  130. package/api/resources/remitDrafts/resources/v1/types/index.js +0 -17
  131. package/api/resources/remits/index.d.ts +0 -1
  132. package/api/resources/remits/index.js +0 -17
  133. package/api/resources/remits/resources/index.d.ts +0 -1
  134. package/api/resources/remits/resources/index.js +0 -37
  135. package/api/resources/remits/resources/v1/index.d.ts +0 -1
  136. package/api/resources/remits/resources/v1/index.js +0 -17
  137. package/api/resources/remits/resources/v1/types/Payee.d.ts +0 -5
  138. package/api/resources/remits/resources/v1/types/Payee.js +0 -3
  139. package/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -16
  140. package/api/resources/remits/resources/v1/types/PayeeIdentifier.js +0 -3
  141. package/api/resources/remits/resources/v1/types/index.d.ts +0 -2
  142. package/api/resources/remits/resources/v1/types/index.js +0 -18
  143. package/api/resources/x12/resources/v1/types/Carc.d.ts +0 -407
  144. package/api/resources/x12/resources/v1/types/Carc.js +0 -410
  145. package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -6
  146. package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -3
  147. package/api/resources/x12/resources/v1/types/Rarc.d.ts +0 -1190
  148. package/api/resources/x12/resources/v1/types/Rarc.js +0 -1193
  149. package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -4
  150. package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -3
  151. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -13
  152. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -16
  153. package/dist/api/resources/commons/types/TaxId.d.ts +0 -5
  154. package/dist/api/resources/commons/types/TaxId.js +0 -7
  155. package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -5
  156. package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +0 -3
  157. package/dist/api/resources/eraCommons/index.d.ts +0 -1
  158. package/dist/api/resources/eraCommons/index.js +0 -17
  159. package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -13
  160. package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -16
  161. package/dist/api/resources/eraCommons/types/index.d.ts +0 -1
  162. package/dist/api/resources/eraCommons/types/index.js +0 -17
  163. package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +0 -14
  164. package/dist/api/resources/insuranceAdjudications/client/Client.js +0 -15
  165. package/dist/api/resources/insuranceAdjudications/client/index.d.ts +0 -1
  166. package/dist/api/resources/insuranceAdjudications/client/index.js +0 -2
  167. package/dist/api/resources/insuranceAdjudications/index.d.ts +0 -2
  168. package/dist/api/resources/insuranceAdjudications/index.js +0 -18
  169. package/dist/api/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  170. package/dist/api/resources/insuranceAdjudications/resources/index.js +0 -37
  171. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +0 -153
  172. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +0 -342
  173. package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -25
  174. package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.js +0 -66
  175. package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +0 -19
  176. package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.js +0 -55
  177. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +0 -19
  178. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.js +0 -55
  179. package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -3
  180. package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.js +0 -39
  181. package/dist/api/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  182. package/dist/api/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  183. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -10
  184. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +0 -3
  185. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -9
  186. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +0 -3
  187. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -10
  188. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +0 -3
  189. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -12
  190. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +0 -3
  191. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -5
  192. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -7
  193. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -13
  194. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +0 -3
  195. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -12
  196. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +0 -3
  197. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -5
  198. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +0 -7
  199. package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  200. package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  201. package/dist/api/resources/remitDrafts/index.d.ts +0 -1
  202. package/dist/api/resources/remitDrafts/index.js +0 -17
  203. package/dist/api/resources/remitDrafts/resources/index.d.ts +0 -1
  204. package/dist/api/resources/remitDrafts/resources/index.js +0 -37
  205. package/dist/api/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  206. package/dist/api/resources/remitDrafts/resources/v1/index.js +0 -17
  207. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -5
  208. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +0 -7
  209. package/dist/api/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  210. package/dist/api/resources/remitDrafts/resources/v1/types/index.js +0 -17
  211. package/dist/api/resources/remits/index.d.ts +0 -1
  212. package/dist/api/resources/remits/index.js +0 -17
  213. package/dist/api/resources/remits/resources/index.d.ts +0 -1
  214. package/dist/api/resources/remits/resources/index.js +0 -37
  215. package/dist/api/resources/remits/resources/v1/index.d.ts +0 -1
  216. package/dist/api/resources/remits/resources/v1/index.js +0 -17
  217. package/dist/api/resources/remits/resources/v1/types/Payee.d.ts +0 -5
  218. package/dist/api/resources/remits/resources/v1/types/Payee.js +0 -3
  219. package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -16
  220. package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.js +0 -3
  221. package/dist/api/resources/remits/resources/v1/types/index.d.ts +0 -2
  222. package/dist/api/resources/remits/resources/v1/types/index.js +0 -18
  223. package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +0 -407
  224. package/dist/api/resources/x12/resources/v1/types/Carc.js +0 -410
  225. package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -6
  226. package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -3
  227. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +0 -1190
  228. package/dist/api/resources/x12/resources/v1/types/Rarc.js +0 -1193
  229. package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -4
  230. package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -3
  231. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -7
  232. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -39
  233. package/dist/serialization/resources/commons/types/TaxId.d.ts +0 -7
  234. package/dist/serialization/resources/commons/types/TaxId.js +0 -45
  235. package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -11
  236. package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +0 -43
  237. package/dist/serialization/resources/eraCommons/index.d.ts +0 -1
  238. package/dist/serialization/resources/eraCommons/index.js +0 -17
  239. package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -7
  240. package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -39
  241. package/dist/serialization/resources/eraCommons/types/index.d.ts +0 -1
  242. package/dist/serialization/resources/eraCommons/types/index.js +0 -17
  243. package/dist/serialization/resources/insuranceAdjudications/index.d.ts +0 -1
  244. package/dist/serialization/resources/insuranceAdjudications/index.js +0 -17
  245. package/dist/serialization/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  246. package/dist/serialization/resources/insuranceAdjudications/resources/index.js +0 -37
  247. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -12
  248. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +0 -69
  249. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -1
  250. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +0 -37
  251. package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  252. package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  253. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -19
  254. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +0 -51
  255. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -18
  256. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +0 -50
  257. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -19
  258. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +0 -51
  259. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -22
  260. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +0 -54
  261. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -7
  262. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -43
  263. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -21
  264. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +0 -53
  265. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -19
  266. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +0 -51
  267. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -7
  268. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +0 -43
  269. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  270. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  271. package/dist/serialization/resources/remitDrafts/index.d.ts +0 -1
  272. package/dist/serialization/resources/remitDrafts/index.js +0 -17
  273. package/dist/serialization/resources/remitDrafts/resources/index.d.ts +0 -1
  274. package/dist/serialization/resources/remitDrafts/resources/index.js +0 -37
  275. package/dist/serialization/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  276. package/dist/serialization/resources/remitDrafts/resources/v1/index.js +0 -17
  277. package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -7
  278. package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +0 -43
  279. package/dist/serialization/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  280. package/dist/serialization/resources/remitDrafts/resources/v1/types/index.js +0 -17
  281. package/dist/serialization/resources/remits/index.d.ts +0 -1
  282. package/dist/serialization/resources/remits/index.js +0 -17
  283. package/dist/serialization/resources/remits/resources/index.d.ts +0 -1
  284. package/dist/serialization/resources/remits/resources/index.js +0 -37
  285. package/dist/serialization/resources/remits/resources/v1/index.d.ts +0 -1
  286. package/dist/serialization/resources/remits/resources/v1/index.js +0 -17
  287. package/dist/serialization/resources/remits/resources/v1/types/Payee.d.ts +0 -11
  288. package/dist/serialization/resources/remits/resources/v1/types/Payee.js +0 -43
  289. package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -21
  290. package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +0 -56
  291. package/dist/serialization/resources/remits/resources/v1/types/index.d.ts +0 -2
  292. package/dist/serialization/resources/remits/resources/v1/types/index.js +0 -18
  293. package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +0 -7
  294. package/dist/serialization/resources/x12/resources/v1/types/Carc.js +0 -444
  295. package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -13
  296. package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -45
  297. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +0 -7
  298. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +0 -1227
  299. package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -10
  300. package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -42
  301. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +0 -7
  302. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +0 -39
  303. package/serialization/resources/commons/types/TaxId.d.ts +0 -7
  304. package/serialization/resources/commons/types/TaxId.js +0 -45
  305. package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +0 -11
  306. package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +0 -43
  307. package/serialization/resources/eraCommons/index.d.ts +0 -1
  308. package/serialization/resources/eraCommons/index.js +0 -17
  309. package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +0 -7
  310. package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +0 -39
  311. package/serialization/resources/eraCommons/types/index.d.ts +0 -1
  312. package/serialization/resources/eraCommons/types/index.js +0 -17
  313. package/serialization/resources/insuranceAdjudications/index.d.ts +0 -1
  314. package/serialization/resources/insuranceAdjudications/index.js +0 -17
  315. package/serialization/resources/insuranceAdjudications/resources/index.d.ts +0 -1
  316. package/serialization/resources/insuranceAdjudications/resources/index.js +0 -37
  317. package/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +0 -12
  318. package/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +0 -69
  319. package/serialization/resources/insuranceAdjudications/resources/v1/client/index.d.ts +0 -1
  320. package/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +0 -37
  321. package/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +0 -2
  322. package/serialization/resources/insuranceAdjudications/resources/v1/index.js +0 -18
  323. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +0 -19
  324. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +0 -51
  325. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +0 -18
  326. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +0 -50
  327. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +0 -19
  328. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +0 -51
  329. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +0 -22
  330. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +0 -54
  331. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +0 -7
  332. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +0 -43
  333. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +0 -21
  334. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +0 -53
  335. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +0 -19
  336. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +0 -51
  337. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +0 -7
  338. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +0 -43
  339. package/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -8
  340. package/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +0 -24
  341. package/serialization/resources/remitDrafts/index.d.ts +0 -1
  342. package/serialization/resources/remitDrafts/index.js +0 -17
  343. package/serialization/resources/remitDrafts/resources/index.d.ts +0 -1
  344. package/serialization/resources/remitDrafts/resources/index.js +0 -37
  345. package/serialization/resources/remitDrafts/resources/v1/index.d.ts +0 -1
  346. package/serialization/resources/remitDrafts/resources/v1/index.js +0 -17
  347. package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +0 -7
  348. package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +0 -43
  349. package/serialization/resources/remitDrafts/resources/v1/types/index.d.ts +0 -1
  350. package/serialization/resources/remitDrafts/resources/v1/types/index.js +0 -17
  351. package/serialization/resources/remits/index.d.ts +0 -1
  352. package/serialization/resources/remits/index.js +0 -17
  353. package/serialization/resources/remits/resources/index.d.ts +0 -1
  354. package/serialization/resources/remits/resources/index.js +0 -37
  355. package/serialization/resources/remits/resources/v1/index.d.ts +0 -1
  356. package/serialization/resources/remits/resources/v1/index.js +0 -17
  357. package/serialization/resources/remits/resources/v1/types/Payee.d.ts +0 -11
  358. package/serialization/resources/remits/resources/v1/types/Payee.js +0 -43
  359. package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +0 -21
  360. package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +0 -56
  361. package/serialization/resources/remits/resources/v1/types/index.d.ts +0 -2
  362. package/serialization/resources/remits/resources/v1/types/index.js +0 -18
  363. package/serialization/resources/x12/resources/v1/types/Carc.d.ts +0 -7
  364. package/serialization/resources/x12/resources/v1/types/Carc.js +0 -444
  365. package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -13
  366. package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -45
  367. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +0 -7
  368. package/serialization/resources/x12/resources/v1/types/Rarc.js +0 -1227
  369. package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -10
  370. package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -42
@@ -1,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
- }