candidhealth 1.17.0 → 1.17.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 (734) hide show
  1. package/Client.d.ts +0 -6
  2. package/Client.js +50 -60
  3. package/api/resources/commons/types/index.d.ts +0 -1
  4. package/api/resources/commons/types/index.js +0 -1
  5. package/api/resources/eligibility/resources/v2/client/Client.d.ts +0 -29
  6. package/api/resources/eligibility/resources/v2/client/Client.js +0 -85
  7. package/api/resources/eligibility/resources/v2/client/index.d.ts +0 -1
  8. package/api/resources/eligibility/resources/v2/client/index.js +1 -2
  9. package/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +6 -0
  10. package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +6 -0
  11. package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +6 -0
  12. package/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +6 -0
  13. package/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +4 -0
  14. package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +6 -0
  15. package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +6 -0
  16. package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +6 -0
  17. package/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  18. package/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
  19. package/api/resources/encounters/resources/v4/client/Client.d.ts +15 -0
  20. package/api/resources/encounters/resources/v4/client/Client.js +19 -0
  21. package/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  22. package/api/resources/encounters/resources/v4/client/create.js +11 -0
  23. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
  24. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
  25. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +7 -1
  26. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +11 -0
  27. package/api/resources/encounters/resources/v4/client/createUniversal.d.ts +7 -1
  28. package/api/resources/encounters/resources/v4/client/createUniversal.js +11 -0
  29. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  30. package/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
  31. package/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
  32. package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
  33. package/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
  34. package/api/resources/events/resources/v1/client/requests/GetEventScanRequest.d.ts +14 -1
  35. package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +9 -1
  36. package/api/resources/feeSchedules/resources/v3/client/Client.js +9 -1
  37. package/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +6 -1
  38. package/api/resources/financials/types/AllocationCreate.d.ts +5 -0
  39. package/api/resources/financials/types/AllocationEarmarkType.d.ts +23 -0
  40. package/api/resources/financials/types/index.d.ts +1 -0
  41. package/api/resources/financials/types/index.js +1 -0
  42. package/api/resources/index.d.ts +3 -4
  43. package/api/resources/index.js +5 -6
  44. package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +21 -0
  45. package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.js +24 -0
  46. package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +6 -0
  47. package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +3 -0
  48. package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +3 -0
  49. package/api/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
  50. package/api/resources/{expectedNetworkStatus → relatedCausesInformation/resources/v1/types}/index.js +4 -2
  51. package/api/resources/serviceLines/resources/v2/client/Client.js +2 -0
  52. package/api/resources/serviceLines/resources/v2/client/create.d.ts +7 -1
  53. package/api/resources/serviceLines/resources/v2/client/create.js +11 -0
  54. package/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +7 -1
  55. package/api/resources/serviceLines/resources/v2/client/createUniversal.js +11 -0
  56. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +5 -0
  57. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +5 -0
  58. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +5 -0
  59. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +5 -0
  60. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +5 -0
  61. package/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -0
  62. package/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -0
  63. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +5 -0
  64. package/dist/Client.d.ts +0 -6
  65. package/dist/Client.js +50 -60
  66. package/dist/api/resources/commons/types/index.d.ts +0 -1
  67. package/dist/api/resources/commons/types/index.js +0 -1
  68. package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +0 -29
  69. package/dist/api/resources/eligibility/resources/v2/client/Client.js +0 -85
  70. package/dist/api/resources/eligibility/resources/v2/client/index.d.ts +0 -1
  71. package/dist/api/resources/eligibility/resources/v2/client/index.js +1 -2
  72. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +6 -0
  73. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +6 -0
  74. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +6 -0
  75. package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +6 -0
  76. package/dist/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +4 -0
  77. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +6 -0
  78. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +6 -0
  79. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +6 -0
  80. package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  81. package/dist/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
  82. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +15 -0
  83. package/dist/api/resources/encounters/resources/v4/client/Client.js +19 -0
  84. package/dist/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  85. package/dist/api/resources/encounters/resources/v4/client/create.js +11 -0
  86. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
  87. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
  88. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +7 -1
  89. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +11 -0
  90. package/dist/api/resources/encounters/resources/v4/client/createUniversal.d.ts +7 -1
  91. package/dist/api/resources/encounters/resources/v4/client/createUniversal.js +11 -0
  92. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  93. package/dist/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
  94. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
  95. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
  96. package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
  97. package/dist/api/resources/events/resources/v1/client/requests/GetEventScanRequest.d.ts +14 -1
  98. package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +9 -1
  99. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +9 -1
  100. package/dist/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +6 -1
  101. package/dist/api/resources/financials/types/AllocationCreate.d.ts +5 -0
  102. package/dist/api/resources/financials/types/AllocationEarmarkType.d.ts +23 -0
  103. package/dist/api/resources/financials/types/index.d.ts +1 -0
  104. package/dist/api/resources/financials/types/index.js +1 -0
  105. package/dist/api/resources/index.d.ts +3 -4
  106. package/dist/api/resources/index.js +5 -6
  107. package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +21 -0
  108. package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.js +24 -0
  109. package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +6 -0
  110. package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +3 -0
  111. package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +3 -0
  112. package/dist/api/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
  113. package/{api/resources/expectedNetworkStatus/resources/v1 → dist/api/resources/relatedCausesInformation/resources/v1/types}/index.js +4 -2
  114. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +2 -0
  115. package/dist/api/resources/serviceLines/resources/v2/client/create.d.ts +7 -1
  116. package/dist/api/resources/serviceLines/resources/v2/client/create.js +11 -0
  117. package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +7 -1
  118. package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.js +11 -0
  119. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +5 -0
  120. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +5 -0
  121. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +5 -0
  122. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +5 -0
  123. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +5 -0
  124. package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -0
  125. package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -0
  126. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +5 -0
  127. package/dist/serialization/resources/claims/types/Claim.d.ts +1 -1
  128. package/dist/serialization/resources/claims/types/Claim.js +1 -1
  129. package/dist/serialization/resources/commons/types/index.d.ts +0 -1
  130. package/dist/serialization/resources/commons/types/index.js +0 -1
  131. package/dist/serialization/resources/eligibility/resources/v2/client/index.d.ts +0 -1
  132. package/dist/serialization/resources/eligibility/resources/v2/client/index.js +1 -2
  133. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
  134. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
  135. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
  136. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
  137. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +2 -0
  138. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +2 -0
  139. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
  140. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
  141. package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +9 -0
  142. package/dist/serialization/resources/{expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js → encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js} +3 -3
  143. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +2 -0
  144. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +2 -0
  145. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +2 -0
  146. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +2 -0
  147. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +2 -0
  148. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +2 -0
  149. package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  150. package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
  151. package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
  152. package/dist/serialization/resources/encounters/resources/v4/client/create.js +6 -0
  153. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
  154. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
  155. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +6 -1
  156. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +6 -0
  157. package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +6 -1
  158. package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.js +6 -0
  159. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  160. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
  161. package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
  162. package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +2 -0
  163. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
  164. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +2 -0
  165. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
  166. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +2 -0
  167. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
  168. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +2 -0
  169. package/dist/serialization/resources/eras/index.d.ts +1 -0
  170. package/dist/serialization/resources/eras/index.js +17 -0
  171. package/dist/serialization/resources/financials/types/AllocationCreate.d.ts +2 -0
  172. package/dist/serialization/resources/financials/types/AllocationCreate.js +2 -0
  173. package/dist/serialization/resources/financials/types/AllocationEarmarkType.d.ts +17 -0
  174. package/dist/serialization/resources/financials/types/AllocationEarmarkType.js +53 -0
  175. package/dist/serialization/resources/financials/types/index.d.ts +1 -0
  176. package/dist/serialization/resources/financials/types/index.js +1 -0
  177. package/dist/serialization/resources/index.d.ts +3 -4
  178. package/dist/serialization/resources/index.js +5 -6
  179. package/dist/serialization/resources/relatedCausesInformation/resources/v1/index.d.ts +1 -0
  180. package/dist/serialization/resources/relatedCausesInformation/resources/v1/index.js +17 -0
  181. package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +7 -0
  182. package/dist/serialization/resources/{expectedNetworkStatus/resources/v2/types/LineOfBusiness.js → relatedCausesInformation/resources/v1/types/RelatedCausesCode.js} +2 -2
  183. package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +12 -0
  184. package/dist/serialization/resources/{expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js} +6 -6
  185. package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +9 -0
  186. package/dist/serialization/resources/{expectedNetworkStatus/resources/v2/types/EmptyObject.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js} +3 -2
  187. package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +9 -0
  188. package/dist/serialization/resources/{expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js} +3 -2
  189. package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
  190. package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/index.js +20 -0
  191. package/dist/serialization/resources/serviceLines/resources/v2/client/create.d.ts +6 -1
  192. package/dist/serialization/resources/serviceLines/resources/v2/client/create.js +6 -0
  193. package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +6 -1
  194. package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +6 -0
  195. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -0
  196. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -0
  197. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -0
  198. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -0
  199. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -0
  200. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -0
  201. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
  202. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -0
  203. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -0
  204. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -0
  205. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
  206. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -1
  207. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -0
  208. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -0
  209. package/dist/version.d.ts +1 -1
  210. package/dist/version.js +1 -1
  211. package/package.json +1 -1
  212. package/reference.md +48 -467
  213. package/serialization/resources/claims/types/Claim.d.ts +1 -1
  214. package/serialization/resources/claims/types/Claim.js +1 -1
  215. package/serialization/resources/commons/types/index.d.ts +0 -1
  216. package/serialization/resources/commons/types/index.js +0 -1
  217. package/serialization/resources/eligibility/resources/v2/client/index.d.ts +0 -1
  218. package/serialization/resources/eligibility/resources/v2/client/index.js +1 -2
  219. package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
  220. package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
  221. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
  222. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
  223. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +2 -0
  224. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +2 -0
  225. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
  226. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
  227. package/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +9 -0
  228. package/serialization/resources/{expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js → encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js} +3 -3
  229. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +2 -0
  230. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +2 -0
  231. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +2 -0
  232. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +2 -0
  233. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +2 -0
  234. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +2 -0
  235. package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  236. package/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
  237. package/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
  238. package/serialization/resources/encounters/resources/v4/client/create.js +6 -0
  239. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
  240. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
  241. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +6 -1
  242. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +6 -0
  243. package/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +6 -1
  244. package/serialization/resources/encounters/resources/v4/client/createUniversal.js +6 -0
  245. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  246. package/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
  247. package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
  248. package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +2 -0
  249. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
  250. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +2 -0
  251. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
  252. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +2 -0
  253. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
  254. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +2 -0
  255. package/serialization/resources/eras/index.d.ts +1 -0
  256. package/serialization/resources/eras/index.js +17 -0
  257. package/serialization/resources/financials/types/AllocationCreate.d.ts +2 -0
  258. package/serialization/resources/financials/types/AllocationCreate.js +2 -0
  259. package/serialization/resources/financials/types/AllocationEarmarkType.d.ts +17 -0
  260. package/serialization/resources/financials/types/AllocationEarmarkType.js +53 -0
  261. package/serialization/resources/financials/types/index.d.ts +1 -0
  262. package/serialization/resources/financials/types/index.js +1 -0
  263. package/serialization/resources/index.d.ts +3 -4
  264. package/serialization/resources/index.js +5 -6
  265. package/serialization/resources/relatedCausesInformation/resources/v1/index.d.ts +1 -0
  266. package/serialization/resources/relatedCausesInformation/resources/v1/index.js +17 -0
  267. package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +7 -0
  268. package/serialization/resources/{expectedNetworkStatus/resources/v2/types/EmptyObject.js → relatedCausesInformation/resources/v1/types/RelatedCausesCode.js} +2 -2
  269. package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +12 -0
  270. package/{dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js → serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js} +6 -6
  271. package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +9 -0
  272. package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js +40 -0
  273. package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +9 -0
  274. package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js +40 -0
  275. package/serialization/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
  276. package/serialization/resources/relatedCausesInformation/resources/v1/types/index.js +20 -0
  277. package/serialization/resources/serviceLines/resources/v2/client/create.d.ts +6 -1
  278. package/serialization/resources/serviceLines/resources/v2/client/create.js +6 -0
  279. package/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +6 -1
  280. package/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +6 -0
  281. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -0
  282. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -0
  283. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -0
  284. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -0
  285. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -0
  286. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -0
  287. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
  288. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -0
  289. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -0
  290. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -0
  291. package/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
  292. package/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -1
  293. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -0
  294. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -0
  295. package/version.d.ts +1 -1
  296. package/version.js +1 -1
  297. package/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -3
  298. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +0 -25
  299. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +0 -66
  300. package/api/resources/expectedNetworkStatus/client/Client.d.ts +0 -17
  301. package/api/resources/expectedNetworkStatus/client/Client.js +0 -20
  302. package/api/resources/expectedNetworkStatus/client/index.d.ts +0 -1
  303. package/api/resources/expectedNetworkStatus/client/index.js +0 -2
  304. package/api/resources/expectedNetworkStatus/index.d.ts +0 -2
  305. package/api/resources/expectedNetworkStatus/resources/index.d.ts +0 -2
  306. package/api/resources/expectedNetworkStatus/resources/index.js +0 -38
  307. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +0 -34
  308. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +0 -130
  309. package/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +0 -19
  310. package/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +0 -55
  311. package/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +0 -2
  312. package/api/resources/expectedNetworkStatus/resources/v1/client/index.js +0 -41
  313. package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +0 -31
  314. package/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +0 -1
  315. package/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +0 -2
  316. package/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +0 -2
  317. package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +0 -6
  318. package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +0 -9
  319. package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +0 -7
  320. package/api/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +0 -2
  321. package/api/resources/expectedNetworkStatus/resources/v1/types/index.js +0 -18
  322. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +0 -88
  323. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +0 -269
  324. package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +0 -31
  325. package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +0 -77
  326. package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +0 -31
  327. package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +0 -77
  328. package/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +0 -2
  329. package/api/resources/expectedNetworkStatus/resources/v2/client/index.js +0 -38
  330. package/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +0 -2
  331. package/api/resources/expectedNetworkStatus/resources/v2/index.js +0 -18
  332. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +0 -24
  333. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +0 -6
  334. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +0 -13
  335. package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +0 -1
  336. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -3
  337. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +0 -24
  338. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +0 -5
  339. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +0 -9
  340. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +0 -3
  341. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +0 -13
  342. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +0 -3
  343. package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +0 -11
  344. package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +0 -14
  345. package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +0 -6
  346. package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +0 -3
  347. package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +0 -5
  348. package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +0 -3
  349. package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +0 -7
  350. package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +0 -3
  351. package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +0 -6
  352. package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +0 -3
  353. package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +0 -23
  354. package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +0 -3
  355. package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +0 -6
  356. package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +0 -9
  357. package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +0 -5
  358. package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +0 -7
  359. package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +0 -6
  360. package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +0 -3
  361. package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +0 -44
  362. package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +0 -47
  363. package/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +0 -19
  364. package/api/resources/expectedNetworkStatus/resources/v2/types/index.js +0 -35
  365. package/api/resources/insurancePayments/client/Client.d.ts +0 -14
  366. package/api/resources/insurancePayments/client/Client.js +0 -15
  367. package/api/resources/insurancePayments/client/index.d.ts +0 -1
  368. package/api/resources/insurancePayments/client/index.js +0 -2
  369. package/api/resources/insurancePayments/index.d.ts +0 -2
  370. package/api/resources/insurancePayments/index.js +0 -18
  371. package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +0 -38
  372. package/api/resources/insurancePayments/resources/v1/client/Client.js +0 -237
  373. package/api/resources/insurancePayments/resources/v1/client/get.d.ts +0 -31
  374. package/api/resources/insurancePayments/resources/v1/client/get.js +0 -77
  375. package/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +0 -31
  376. package/api/resources/insurancePayments/resources/v1/client/getMulti.js +0 -77
  377. package/api/resources/insurancePayments/resources/v1/client/index.d.ts +0 -3
  378. package/api/resources/insurancePayments/resources/v1/client/index.js +0 -42
  379. package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +0 -18
  380. package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js +0 -3
  381. package/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
  382. package/api/resources/insurancePayments/resources/v1/client/requests/index.js +0 -2
  383. package/api/resources/insurancePayments/resources/v1/index.d.ts +0 -2
  384. package/api/resources/insurancePayments/resources/v1/index.js +0 -18
  385. package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -9
  386. package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.js +0 -3
  387. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -5
  388. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +0 -7
  389. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -6
  390. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +0 -9
  391. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -4
  392. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +0 -3
  393. package/api/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
  394. package/api/resources/insurancePayments/resources/v1/types/index.js +0 -20
  395. package/dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -3
  396. package/dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.js +0 -3
  397. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +0 -25
  398. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +0 -66
  399. package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +0 -17
  400. package/dist/api/resources/expectedNetworkStatus/client/Client.js +0 -20
  401. package/dist/api/resources/expectedNetworkStatus/client/index.d.ts +0 -1
  402. package/dist/api/resources/expectedNetworkStatus/client/index.js +0 -2
  403. package/dist/api/resources/expectedNetworkStatus/index.d.ts +0 -2
  404. package/dist/api/resources/expectedNetworkStatus/index.js +0 -18
  405. package/dist/api/resources/expectedNetworkStatus/resources/index.d.ts +0 -2
  406. package/dist/api/resources/expectedNetworkStatus/resources/index.js +0 -38
  407. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +0 -34
  408. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +0 -130
  409. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +0 -19
  410. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +0 -55
  411. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +0 -2
  412. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.js +0 -41
  413. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +0 -31
  414. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +0 -3
  415. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +0 -1
  416. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +0 -2
  417. package/dist/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +0 -2
  418. package/dist/api/resources/expectedNetworkStatus/resources/v1/index.js +0 -18
  419. package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +0 -6
  420. package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +0 -9
  421. package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +0 -7
  422. package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +0 -3
  423. package/dist/api/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +0 -2
  424. package/dist/api/resources/expectedNetworkStatus/resources/v1/types/index.js +0 -18
  425. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +0 -88
  426. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +0 -269
  427. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +0 -31
  428. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +0 -77
  429. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +0 -31
  430. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +0 -77
  431. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +0 -2
  432. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.js +0 -38
  433. package/dist/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +0 -2
  434. package/dist/api/resources/expectedNetworkStatus/resources/v2/index.js +0 -18
  435. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +0 -24
  436. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +0 -3
  437. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +0 -6
  438. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +0 -3
  439. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +0 -13
  440. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +0 -3
  441. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +0 -1
  442. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +0 -3
  443. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -3
  444. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +0 -3
  445. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +0 -24
  446. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +0 -3
  447. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +0 -5
  448. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +0 -3
  449. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +0 -9
  450. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +0 -3
  451. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +0 -13
  452. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +0 -3
  453. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +0 -11
  454. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +0 -14
  455. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +0 -6
  456. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +0 -3
  457. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +0 -5
  458. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +0 -3
  459. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +0 -7
  460. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +0 -3
  461. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +0 -6
  462. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +0 -3
  463. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +0 -23
  464. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +0 -3
  465. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +0 -6
  466. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +0 -9
  467. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +0 -5
  468. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +0 -7
  469. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +0 -6
  470. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +0 -3
  471. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +0 -44
  472. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +0 -47
  473. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +0 -19
  474. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.js +0 -35
  475. package/dist/api/resources/insurancePayments/client/Client.d.ts +0 -14
  476. package/dist/api/resources/insurancePayments/client/Client.js +0 -15
  477. package/dist/api/resources/insurancePayments/client/index.d.ts +0 -1
  478. package/dist/api/resources/insurancePayments/client/index.js +0 -2
  479. package/dist/api/resources/insurancePayments/index.d.ts +0 -2
  480. package/dist/api/resources/insurancePayments/index.js +0 -18
  481. package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +0 -38
  482. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +0 -237
  483. package/dist/api/resources/insurancePayments/resources/v1/client/get.d.ts +0 -31
  484. package/dist/api/resources/insurancePayments/resources/v1/client/get.js +0 -77
  485. package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +0 -31
  486. package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.js +0 -77
  487. package/dist/api/resources/insurancePayments/resources/v1/client/index.d.ts +0 -3
  488. package/dist/api/resources/insurancePayments/resources/v1/client/index.js +0 -42
  489. package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +0 -18
  490. package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js +0 -3
  491. package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
  492. package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.js +0 -2
  493. package/dist/api/resources/insurancePayments/resources/v1/index.d.ts +0 -2
  494. package/dist/api/resources/insurancePayments/resources/v1/index.js +0 -18
  495. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -9
  496. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.js +0 -3
  497. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -5
  498. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +0 -7
  499. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -6
  500. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +0 -9
  501. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -4
  502. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +0 -3
  503. package/dist/api/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
  504. package/dist/api/resources/insurancePayments/resources/v1/types/index.js +0 -20
  505. package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -9
  506. package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +0 -41
  507. package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +0 -12
  508. package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +0 -69
  509. package/dist/serialization/resources/expectedNetworkStatus/resources/index.d.ts +0 -2
  510. package/dist/serialization/resources/expectedNetworkStatus/resources/index.js +0 -38
  511. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +0 -1
  512. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/index.js +0 -17
  513. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +0 -21
  514. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +0 -53
  515. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +0 -1
  516. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +0 -5
  517. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +0 -2
  518. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.js +0 -18
  519. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +0 -7
  520. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +0 -13
  521. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +0 -45
  522. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +0 -2
  523. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/index.js +0 -18
  524. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +0 -17
  525. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +0 -75
  526. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +0 -17
  527. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +0 -75
  528. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +0 -2
  529. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +0 -38
  530. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +0 -2
  531. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.js +0 -18
  532. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +0 -21
  533. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +0 -53
  534. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +0 -12
  535. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +0 -44
  536. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +0 -19
  537. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +0 -51
  538. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +0 -7
  539. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -9
  540. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +0 -21
  541. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +0 -53
  542. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +0 -12
  543. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +0 -13
  544. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +0 -45
  545. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +0 -19
  546. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +0 -51
  547. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +0 -7
  548. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +0 -48
  549. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +0 -13
  550. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +0 -45
  551. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +0 -12
  552. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +0 -15
  553. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +0 -47
  554. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +0 -12
  555. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +0 -44
  556. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +0 -19
  557. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +0 -52
  558. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +0 -7
  559. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +0 -7
  560. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +0 -43
  561. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +0 -14
  562. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +0 -46
  563. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +0 -7
  564. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +0 -81
  565. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +0 -19
  566. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +0 -35
  567. package/dist/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +0 -17
  568. package/dist/serialization/resources/insurancePayments/resources/v1/client/get.js +0 -75
  569. package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +0 -17
  570. package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +0 -75
  571. package/dist/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +0 -2
  572. package/dist/serialization/resources/insurancePayments/resources/v1/client/index.js +0 -38
  573. package/dist/serialization/resources/insurancePayments/resources/v1/index.d.ts +0 -2
  574. package/dist/serialization/resources/insurancePayments/resources/v1/index.js +0 -18
  575. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -17
  576. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +0 -49
  577. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -7
  578. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +0 -43
  579. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -7
  580. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +0 -39
  581. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -11
  582. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +0 -45
  583. package/dist/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
  584. package/dist/serialization/resources/insurancePayments/resources/v1/types/index.js +0 -20
  585. package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -9
  586. package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +0 -41
  587. package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +0 -12
  588. package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +0 -69
  589. package/serialization/resources/expectedNetworkStatus/resources/index.d.ts +0 -2
  590. package/serialization/resources/expectedNetworkStatus/resources/index.js +0 -38
  591. package/serialization/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +0 -1
  592. package/serialization/resources/expectedNetworkStatus/resources/v1/client/index.js +0 -17
  593. package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +0 -21
  594. package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +0 -53
  595. package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +0 -1
  596. package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +0 -5
  597. package/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +0 -2
  598. package/serialization/resources/expectedNetworkStatus/resources/v1/index.js +0 -18
  599. package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +0 -7
  600. package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +0 -39
  601. package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +0 -13
  602. package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +0 -45
  603. package/serialization/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +0 -2
  604. package/serialization/resources/expectedNetworkStatus/resources/v1/types/index.js +0 -18
  605. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +0 -17
  606. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +0 -75
  607. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +0 -17
  608. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +0 -75
  609. package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +0 -2
  610. package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +0 -38
  611. package/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +0 -2
  612. package/serialization/resources/expectedNetworkStatus/resources/v2/index.js +0 -18
  613. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +0 -21
  614. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +0 -53
  615. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +0 -12
  616. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +0 -44
  617. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +0 -19
  618. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +0 -51
  619. package/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +0 -7
  620. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -9
  621. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +0 -21
  622. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +0 -53
  623. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +0 -12
  624. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +0 -44
  625. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +0 -13
  626. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +0 -45
  627. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +0 -19
  628. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +0 -51
  629. package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +0 -7
  630. package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +0 -48
  631. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +0 -13
  632. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +0 -45
  633. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +0 -12
  634. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +0 -44
  635. package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +0 -15
  636. package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +0 -47
  637. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +0 -12
  638. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +0 -44
  639. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +0 -19
  640. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +0 -52
  641. package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +0 -7
  642. package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +0 -39
  643. package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +0 -7
  644. package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +0 -43
  645. package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +0 -14
  646. package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +0 -46
  647. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +0 -7
  648. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +0 -81
  649. package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +0 -19
  650. package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +0 -35
  651. package/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +0 -17
  652. package/serialization/resources/insurancePayments/resources/v1/client/get.js +0 -75
  653. package/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +0 -17
  654. package/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +0 -75
  655. package/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +0 -2
  656. package/serialization/resources/insurancePayments/resources/v1/client/index.js +0 -38
  657. package/serialization/resources/insurancePayments/resources/v1/index.d.ts +0 -2
  658. package/serialization/resources/insurancePayments/resources/v1/index.js +0 -18
  659. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -17
  660. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +0 -49
  661. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -7
  662. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +0 -43
  663. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -7
  664. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +0 -39
  665. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -11
  666. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +0 -45
  667. package/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
  668. package/serialization/resources/insurancePayments/resources/v1/types/index.js +0 -20
  669. /package/api/resources/{commons/types/HttpServiceUnavailableErrorMessage.js → encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js} +0 -0
  670. /package/api/resources/{era → eras}/index.d.ts +0 -0
  671. /package/api/resources/{era → eras}/index.js +0 -0
  672. /package/api/resources/{era → eras}/types/Era.d.ts +0 -0
  673. /package/api/resources/{era → eras}/types/Era.js +0 -0
  674. /package/api/resources/{era → eras}/types/EraBase.d.ts +0 -0
  675. /package/api/resources/{era → eras}/types/EraBase.js +0 -0
  676. /package/api/resources/{era → eras}/types/EraId.d.ts +0 -0
  677. /package/api/resources/{era → eras}/types/EraId.js +0 -0
  678. /package/api/resources/{era → eras}/types/index.d.ts +0 -0
  679. /package/api/resources/{era → eras}/types/index.js +0 -0
  680. /package/api/resources/{expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js → financials/types/AllocationEarmarkType.js} +0 -0
  681. /package/{dist/serialization/resources/expectedNetworkStatus → api/resources/relatedCausesInformation}/index.d.ts +0 -0
  682. /package/{dist/serialization/resources/expectedNetworkStatus → api/resources/relatedCausesInformation}/index.js +0 -0
  683. /package/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
  684. /package/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
  685. /package/{dist/api/resources/era → api/resources/relatedCausesInformation/resources/v1}/index.d.ts +0 -0
  686. /package/{dist/api/resources/era → api/resources/relatedCausesInformation/resources/v1}/index.js +0 -0
  687. /package/api/resources/{expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js} +0 -0
  688. /package/api/resources/{expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js} +0 -0
  689. /package/api/resources/{expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js} +0 -0
  690. /package/{api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js → dist/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js} +0 -0
  691. /package/dist/{serialization/resources/era → api/resources/eras}/index.d.ts +0 -0
  692. /package/dist/{serialization/resources/era → api/resources/eras}/index.js +0 -0
  693. /package/dist/api/resources/{era → eras}/types/Era.d.ts +0 -0
  694. /package/dist/api/resources/{era → eras}/types/Era.js +0 -0
  695. /package/dist/api/resources/{era → eras}/types/EraBase.d.ts +0 -0
  696. /package/dist/api/resources/{era → eras}/types/EraBase.js +0 -0
  697. /package/dist/api/resources/{era → eras}/types/EraId.d.ts +0 -0
  698. /package/dist/api/resources/{era → eras}/types/EraId.js +0 -0
  699. /package/dist/api/resources/{era → eras}/types/index.d.ts +0 -0
  700. /package/dist/api/resources/{era → eras}/types/index.js +0 -0
  701. /package/{api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js → dist/api/resources/financials/types/AllocationEarmarkType.js} +0 -0
  702. /package/dist/{serialization/resources/insurancePayments → api/resources/relatedCausesInformation}/index.d.ts +0 -0
  703. /package/dist/{serialization/resources/insurancePayments → api/resources/relatedCausesInformation}/index.js +0 -0
  704. /package/dist/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
  705. /package/dist/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
  706. /package/{serialization/resources/era → dist/api/resources/relatedCausesInformation/resources/v1}/index.d.ts +0 -0
  707. /package/{serialization/resources/era → dist/api/resources/relatedCausesInformation/resources/v1}/index.js +0 -0
  708. /package/{api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js → dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js} +0 -0
  709. /package/{api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js → dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js} +0 -0
  710. /package/{api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js → dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js} +0 -0
  711. /package/dist/serialization/resources/{era → eras}/types/Era.d.ts +0 -0
  712. /package/dist/serialization/resources/{era → eras}/types/Era.js +0 -0
  713. /package/dist/serialization/resources/{era → eras}/types/EraBase.d.ts +0 -0
  714. /package/dist/serialization/resources/{era → eras}/types/EraBase.js +0 -0
  715. /package/dist/serialization/resources/{era → eras}/types/EraId.d.ts +0 -0
  716. /package/dist/serialization/resources/{era → eras}/types/EraId.js +0 -0
  717. /package/dist/serialization/resources/{era → eras}/types/index.d.ts +0 -0
  718. /package/dist/serialization/resources/{era → eras}/types/index.js +0 -0
  719. /package/{serialization/resources/expectedNetworkStatus → dist/serialization/resources/relatedCausesInformation}/index.d.ts +0 -0
  720. /package/{serialization/resources/expectedNetworkStatus → dist/serialization/resources/relatedCausesInformation}/index.js +0 -0
  721. /package/dist/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
  722. /package/dist/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
  723. /package/serialization/resources/{era → eras}/types/Era.d.ts +0 -0
  724. /package/serialization/resources/{era → eras}/types/Era.js +0 -0
  725. /package/serialization/resources/{era → eras}/types/EraBase.d.ts +0 -0
  726. /package/serialization/resources/{era → eras}/types/EraBase.js +0 -0
  727. /package/serialization/resources/{era → eras}/types/EraId.d.ts +0 -0
  728. /package/serialization/resources/{era → eras}/types/EraId.js +0 -0
  729. /package/serialization/resources/{era → eras}/types/index.d.ts +0 -0
  730. /package/serialization/resources/{era → eras}/types/index.js +0 -0
  731. /package/serialization/resources/{insurancePayments → relatedCausesInformation}/index.d.ts +0 -0
  732. /package/serialization/resources/{insurancePayments → relatedCausesInformation}/index.js +0 -0
  733. /package/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
  734. /package/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
@@ -1,39 +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.LineOfBusiness = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- exports.LineOfBusiness = core.serialization.enum_(["medicare", "medicaid", "commercial"]);
@@ -1,7 +0,0 @@
1
- import * as CandidApi from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- export declare const NetworkStatusCheckId: core.serialization.Schema<serializers.expectedNetworkStatus.v2.NetworkStatusCheckId.Raw, CandidApi.expectedNetworkStatus.v2.NetworkStatusCheckId>;
5
- export declare namespace NetworkStatusCheckId {
6
- type Raw = string;
7
- }
@@ -1,43 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.NetworkStatusCheckId = void 0;
38
- const CandidApi = __importStar(require("../../../../../../api/index"));
39
- const core = __importStar(require("../../../../../../core"));
40
- exports.NetworkStatusCheckId = core.serialization.string().transform({
41
- transform: CandidApi.expectedNetworkStatus.v2.NetworkStatusCheckId,
42
- untransform: (value) => value,
43
- });
@@ -1,14 +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 { OrganizationProviderId } from "../../../../organizationProviders/resources/v2/types/OrganizationProviderId";
5
- import { PayerUuid } from "../../../../payers/resources/v3/types/PayerUuid";
6
- import { Explanation } from "./Explanation";
7
- export declare const OutOfNetworkStatus: core.serialization.ObjectSchema<serializers.expectedNetworkStatus.v2.OutOfNetworkStatus.Raw, CandidApi.expectedNetworkStatus.v2.OutOfNetworkStatus>;
8
- export declare namespace OutOfNetworkStatus {
9
- interface Raw {
10
- explanation: Explanation.Raw;
11
- routed_payer_uuid: PayerUuid.Raw;
12
- routed_billing_provider_id: OrganizationProviderId.Raw;
13
- }
14
- }
@@ -1,46 +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.OutOfNetworkStatus = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- const OrganizationProviderId_1 = require("../../../../organizationProviders/resources/v2/types/OrganizationProviderId");
40
- const PayerUuid_1 = require("../../../../payers/resources/v3/types/PayerUuid");
41
- const Explanation_1 = require("./Explanation");
42
- exports.OutOfNetworkStatus = core.serialization.object({
43
- explanation: Explanation_1.Explanation,
44
- routedPayerUuid: core.serialization.property("routed_payer_uuid", PayerUuid_1.PayerUuid),
45
- routedBillingProviderId: core.serialization.property("routed_billing_provider_id", OrganizationProviderId_1.OrganizationProviderId),
46
- });
@@ -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 ServiceType: core.serialization.Schema<serializers.expectedNetworkStatus.v2.ServiceType.Raw, CandidApi.expectedNetworkStatus.v2.ServiceType>;
5
- export declare namespace ServiceType {
6
- type Raw = "new_patient_video_appt" | "new_patient_prev_video_appt" | "new_patient_office_appt" | "established_patient_video_appt" | "established_patient_prev_video_appt" | "established_patient_office_appt" | "patient_portal_with_qualified_physician" | "patient_portal_with_non_qualified_physician" | "group_therapy" | "phone_appt" | "annual_wellness_visit" | "remote_patient_monitoring" | "diagnostic" | "cardiac_monitoring" | "cardiac_codes" | "psychotherapy" | "phone_therapy" | "alcohol_abuse" | "smoking_cessation" | "speech_therapy" | "home_visit" | "medical_nutrition_therapy" | "nutritional_counseling" | "dietitian_visit" | "preventative_medicine_counseling" | "chronic_care" | "advance_care" | "collaborative_care_management" | "abortion_care" | "abortion_drugs" | "remote_therapeutic_monitoring" | "principal_care_mgmt" | "other_em" | "telehealth_oud" | "substance_abuse_treatment" | "acupuncture" | "physical_therapy" | "lactation_consulting" | "sleep_study" | "cms_telehealth_codes" | "cms_telehealth_audio_codes";
7
- }
@@ -1,81 +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.ServiceType = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- exports.ServiceType = core.serialization.enum_([
40
- "new_patient_video_appt",
41
- "new_patient_prev_video_appt",
42
- "new_patient_office_appt",
43
- "established_patient_video_appt",
44
- "established_patient_prev_video_appt",
45
- "established_patient_office_appt",
46
- "patient_portal_with_qualified_physician",
47
- "patient_portal_with_non_qualified_physician",
48
- "group_therapy",
49
- "phone_appt",
50
- "annual_wellness_visit",
51
- "remote_patient_monitoring",
52
- "diagnostic",
53
- "cardiac_monitoring",
54
- "cardiac_codes",
55
- "psychotherapy",
56
- "phone_therapy",
57
- "alcohol_abuse",
58
- "smoking_cessation",
59
- "speech_therapy",
60
- "home_visit",
61
- "medical_nutrition_therapy",
62
- "nutritional_counseling",
63
- "dietitian_visit",
64
- "preventative_medicine_counseling",
65
- "chronic_care",
66
- "advance_care",
67
- "collaborative_care_management",
68
- "abortion_care",
69
- "abortion_drugs",
70
- "remote_therapeutic_monitoring",
71
- "principal_care_mgmt",
72
- "other_em",
73
- "telehealth_oud",
74
- "substance_abuse_treatment",
75
- "acupuncture",
76
- "physical_therapy",
77
- "lactation_consulting",
78
- "sleep_study",
79
- "cms_telehealth_codes",
80
- "cms_telehealth_audio_codes",
81
- ]);
@@ -1,19 +0,0 @@
1
- export * from "./ComputeAllInNetworkProvidersRequest";
2
- export * from "./ComputeAllInNetworkProvidersResponse";
3
- export * from "./ComputeAllInNetworkRenderingProvidersResult";
4
- export * from "./EmptyObject";
5
- export * from "./ExpectedNetworkStatusCheckErrorMessage";
6
- export * from "./ExpectedNetworkStatusRequestV2";
7
- export * from "./ExpectedNetworkStatusResponseV2";
8
- export * from "./ExpectedNetworkStatusSubscriberInformation";
9
- export * from "./ExpectedNetworkStatusV2";
10
- export * from "./Explanation";
11
- export * from "./IndeterminateNetworkStatus";
12
- export * from "./InNetworkRenderingProvidersDetail";
13
- export * from "./InNetworkStatus";
14
- export * from "./InsuranceType";
15
- export * from "./InsuranceTypeCodes";
16
- export * from "./LineOfBusiness";
17
- export * from "./NetworkStatusCheckId";
18
- export * from "./OutOfNetworkStatus";
19
- export * from "./ServiceType";
@@ -1,35 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./ComputeAllInNetworkProvidersRequest"), exports);
18
- __exportStar(require("./ComputeAllInNetworkProvidersResponse"), exports);
19
- __exportStar(require("./ComputeAllInNetworkRenderingProvidersResult"), exports);
20
- __exportStar(require("./EmptyObject"), exports);
21
- __exportStar(require("./ExpectedNetworkStatusCheckErrorMessage"), exports);
22
- __exportStar(require("./ExpectedNetworkStatusRequestV2"), exports);
23
- __exportStar(require("./ExpectedNetworkStatusResponseV2"), exports);
24
- __exportStar(require("./ExpectedNetworkStatusSubscriberInformation"), exports);
25
- __exportStar(require("./ExpectedNetworkStatusV2"), exports);
26
- __exportStar(require("./Explanation"), exports);
27
- __exportStar(require("./IndeterminateNetworkStatus"), exports);
28
- __exportStar(require("./InNetworkRenderingProvidersDetail"), exports);
29
- __exportStar(require("./InNetworkStatus"), exports);
30
- __exportStar(require("./InsuranceType"), exports);
31
- __exportStar(require("./InsuranceTypeCodes"), exports);
32
- __exportStar(require("./LineOfBusiness"), exports);
33
- __exportStar(require("./NetworkStatusCheckId"), exports);
34
- __exportStar(require("./OutOfNetworkStatus"), exports);
35
- __exportStar(require("./ServiceType"), exports);
@@ -1,17 +0,0 @@
1
- import * as CandidApi from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
5
- import { UnauthorizedErrorMessage } from "../../../../commons/types/UnauthorizedErrorMessage";
6
- export declare const Error: core.serialization.Schema<serializers.insurancePayments.v1.get.Error.Raw, CandidApi.insurancePayments.v1.get.Error>;
7
- export declare namespace Error {
8
- type Raw = Error.EntityNotFoundError | Error.UnauthorizedError;
9
- interface EntityNotFoundError {
10
- errorName: "EntityNotFoundError";
11
- content: EntityNotFoundErrorMessage.Raw;
12
- }
13
- interface UnauthorizedError {
14
- errorName: "UnauthorizedError";
15
- content: UnauthorizedErrorMessage.Raw;
16
- }
17
- }
@@ -1,75 +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
- var __rest = (this && this.__rest) || function (s, e) {
37
- var t = {};
38
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
- t[p] = s[p];
40
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
- t[p[i]] = s[p[i]];
44
- }
45
- return t;
46
- };
47
- Object.defineProperty(exports, "__esModule", { value: true });
48
- exports.Error = void 0;
49
- const CandidApi = __importStar(require("../../../../../../api/index"));
50
- const core = __importStar(require("../../../../../../core"));
51
- const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
52
- const UnauthorizedErrorMessage_1 = require("../../../../commons/types/UnauthorizedErrorMessage");
53
- exports.Error = core.serialization
54
- .union("errorName", {
55
- EntityNotFoundError: core.serialization.object({
56
- content: EntityNotFoundErrorMessage_1.EntityNotFoundErrorMessage,
57
- }),
58
- UnauthorizedError: core.serialization.object({
59
- content: UnauthorizedErrorMessage_1.UnauthorizedErrorMessage,
60
- }),
61
- })
62
- .transform({
63
- transform: (value) => {
64
- switch (value.errorName) {
65
- case "EntityNotFoundError":
66
- return CandidApi.insurancePayments.v1.get.Error.entityNotFoundError(value.content);
67
- case "UnauthorizedError":
68
- return CandidApi.insurancePayments.v1.get.Error.unauthorizedError(value.content);
69
- }
70
- },
71
- untransform: (_a) => {
72
- var { _visit } = _a, value = __rest(_a, ["_visit"]);
73
- return value;
74
- },
75
- });
@@ -1,17 +0,0 @@
1
- import * as CandidApi from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- import { UnauthorizedErrorMessage } from "../../../../commons/types/UnauthorizedErrorMessage";
5
- import { UnprocessableEntityErrorMessage } from "../../../../commons/types/UnprocessableEntityErrorMessage";
6
- export declare const Error: core.serialization.Schema<serializers.insurancePayments.v1.getMulti.Error.Raw, CandidApi.insurancePayments.v1.getMulti.Error>;
7
- export declare namespace Error {
8
- type Raw = Error.UnauthorizedError | Error.UnprocessableEntityError;
9
- interface UnauthorizedError {
10
- errorName: "UnauthorizedError";
11
- content: UnauthorizedErrorMessage.Raw;
12
- }
13
- interface UnprocessableEntityError {
14
- errorName: "UnprocessableEntityError";
15
- content: UnprocessableEntityErrorMessage.Raw;
16
- }
17
- }
@@ -1,75 +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
- var __rest = (this && this.__rest) || function (s, e) {
37
- var t = {};
38
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
- t[p] = s[p];
40
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
- t[p[i]] = s[p[i]];
44
- }
45
- return t;
46
- };
47
- Object.defineProperty(exports, "__esModule", { value: true });
48
- exports.Error = void 0;
49
- const CandidApi = __importStar(require("../../../../../../api/index"));
50
- const core = __importStar(require("../../../../../../core"));
51
- const UnauthorizedErrorMessage_1 = require("../../../../commons/types/UnauthorizedErrorMessage");
52
- const UnprocessableEntityErrorMessage_1 = require("../../../../commons/types/UnprocessableEntityErrorMessage");
53
- exports.Error = core.serialization
54
- .union("errorName", {
55
- UnauthorizedError: core.serialization.object({
56
- content: UnauthorizedErrorMessage_1.UnauthorizedErrorMessage,
57
- }),
58
- UnprocessableEntityError: core.serialization.object({
59
- content: UnprocessableEntityErrorMessage_1.UnprocessableEntityErrorMessage,
60
- }),
61
- })
62
- .transform({
63
- transform: (value) => {
64
- switch (value.errorName) {
65
- case "UnauthorizedError":
66
- return CandidApi.insurancePayments.v1.getMulti.Error.unauthorizedError(value.content);
67
- case "UnprocessableEntityError":
68
- return CandidApi.insurancePayments.v1.getMulti.Error.unprocessableEntityError(value.content);
69
- }
70
- },
71
- untransform: (_a) => {
72
- var { _visit } = _a, value = __rest(_a, ["_visit"]);
73
- return value;
74
- },
75
- });
@@ -1,2 +0,0 @@
1
- export * as get from "./get";
2
- export * as getMulti from "./getMulti";
@@ -1,38 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || (function () {
19
- var ownKeys = function(o) {
20
- ownKeys = Object.getOwnPropertyNames || function (o) {
21
- var ar = [];
22
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
- return ar;
24
- };
25
- return ownKeys(o);
26
- };
27
- return function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- })();
35
- Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.getMulti = exports.get = void 0;
37
- exports.get = __importStar(require("./get"));
38
- exports.getMulti = __importStar(require("./getMulti"));
@@ -1,2 +0,0 @@
1
- export * from "./client";
2
- export * from "./types";
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./client"), exports);
18
- __exportStar(require("./types"), exports);
@@ -1,17 +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 { Allocation } from "../../../../financials/types/Allocation";
5
- import { Payer } from "../../../../payers/resources/v3/types/Payer";
6
- import { InsurancePaymentId } from "./InsurancePaymentId";
7
- export declare const InsurancePayment: core.serialization.ObjectSchema<serializers.insurancePayments.v1.InsurancePayment.Raw, CandidApi.insurancePayments.v1.InsurancePayment>;
8
- export declare namespace InsurancePayment {
9
- interface Raw {
10
- insurance_payment_id: InsurancePaymentId.Raw;
11
- payer: Payer.Raw;
12
- amount_cents: number;
13
- payment_timestamp?: string | null;
14
- payment_note?: string | null;
15
- allocations: Allocation.Raw[];
16
- }
17
- }
@@ -1,49 +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.InsurancePayment = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- const Allocation_1 = require("../../../../financials/types/Allocation");
40
- const Payer_1 = require("../../../../payers/resources/v3/types/Payer");
41
- const InsurancePaymentId_1 = require("./InsurancePaymentId");
42
- exports.InsurancePayment = core.serialization.object({
43
- insurancePaymentId: core.serialization.property("insurance_payment_id", InsurancePaymentId_1.InsurancePaymentId),
44
- payer: Payer_1.Payer,
45
- amountCents: core.serialization.property("amount_cents", core.serialization.number()),
46
- paymentTimestamp: core.serialization.property("payment_timestamp", core.serialization.date().optional()),
47
- paymentNote: core.serialization.property("payment_note", core.serialization.string().optional()),
48
- allocations: core.serialization.list(Allocation_1.Allocation),
49
- });
@@ -1,7 +0,0 @@
1
- import * as CandidApi from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- export declare const InsurancePaymentId: core.serialization.Schema<serializers.insurancePayments.v1.InsurancePaymentId.Raw, CandidApi.insurancePayments.v1.InsurancePaymentId>;
5
- export declare namespace InsurancePaymentId {
6
- type Raw = string;
7
- }