candidhealth 1.12.1 → 1.13.0

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 (346) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +63 -58
  3. package/api/resources/commons/types/index.d.ts +2 -0
  4. package/api/resources/commons/types/index.js +2 -0
  5. package/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +12 -1
  6. package/api/resources/encounterAttachments/resources/v1/client/Client.js +64 -1
  7. package/api/resources/encounterAttachments/resources/v1/client/createWithDescription.d.ts +19 -0
  8. package/api/resources/encounterAttachments/resources/v1/client/createWithDescription.js +55 -0
  9. package/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -0
  10. package/api/resources/encounterAttachments/resources/v1/client/index.js +2 -1
  11. package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentV2Request.d.ts +5 -0
  12. package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentV2Request.js +3 -0
  13. package/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +1 -0
  14. package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +2 -0
  15. package/api/resources/encounterSupplementalInformation/client/Client.d.ts +14 -0
  16. package/api/resources/encounterSupplementalInformation/client/Client.js +15 -0
  17. package/api/resources/encounterSupplementalInformation/client/index.d.ts +1 -0
  18. package/api/resources/encounterSupplementalInformation/client/index.js +2 -0
  19. package/api/resources/encounterSupplementalInformation/index.d.ts +2 -0
  20. package/api/resources/encounterSupplementalInformation/index.js +18 -0
  21. package/api/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
  22. package/api/resources/encounterSupplementalInformation/resources/index.js +37 -0
  23. package/api/resources/encounterSupplementalInformation/resources/v1/client/Client.d.ts +59 -0
  24. package/api/resources/encounterSupplementalInformation/resources/v1/client/Client.js +328 -0
  25. package/api/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +25 -0
  26. package/api/resources/encounterSupplementalInformation/resources/v1/client/create.js +66 -0
  27. package/api/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +25 -0
  28. package/api/resources/encounterSupplementalInformation/resources/v1/client/delete.js +66 -0
  29. package/api/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +19 -0
  30. package/api/resources/encounterSupplementalInformation/resources/v1/client/get.js +55 -0
  31. package/api/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
  32. package/api/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
  33. package/api/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +25 -0
  34. package/api/resources/encounterSupplementalInformation/resources/v1/client/update.js +66 -0
  35. package/api/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
  36. package/api/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
  37. package/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +6 -0
  38. package/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +9 -0
  39. package/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +8 -0
  40. package/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +3 -0
  41. package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +10 -0
  42. package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +3 -0
  43. package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +5 -0
  44. package/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +7 -0
  45. package/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +8 -0
  46. package/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +3 -0
  47. package/api/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
  48. package/api/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
  49. package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +2 -2
  50. package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +2 -2
  51. package/api/resources/encounters/resources/v4/types/index.d.ts +0 -2
  52. package/api/resources/encounters/resources/v4/types/index.js +0 -2
  53. package/api/resources/index.d.ts +2 -0
  54. package/api/resources/index.js +4 -2
  55. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +2 -0
  56. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +2 -0
  57. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +2 -0
  58. package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +1 -1
  59. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +2 -2
  60. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +6 -3
  61. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -0
  62. package/api/resources/users/index.d.ts +1 -0
  63. package/api/resources/users/index.js +17 -0
  64. package/api/resources/users/resources/index.d.ts +1 -0
  65. package/api/resources/users/resources/index.js +37 -0
  66. package/api/resources/users/resources/v2/index.d.ts +1 -0
  67. package/api/resources/users/resources/v2/index.js +17 -0
  68. package/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
  69. package/api/resources/users/resources/v2/types/AuthZeroMetadata.js +3 -0
  70. package/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +3 -0
  71. package/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +3 -0
  72. package/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +13 -0
  73. package/api/resources/users/resources/v2/types/HumanUserMetadata.js +3 -0
  74. package/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +20 -0
  75. package/api/resources/users/resources/v2/types/IdpUserMetadata.js +3 -0
  76. package/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +3 -0
  77. package/api/resources/users/resources/v2/types/MachineUserMetadata.js +3 -0
  78. package/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +3 -0
  79. package/api/resources/users/resources/v2/types/OtherIdpMetadata.js +3 -0
  80. package/api/resources/users/resources/v2/types/UserMetadata.d.ts +19 -0
  81. package/api/resources/users/resources/v2/types/UserMetadata.js +3 -0
  82. package/api/resources/users/resources/v2/types/UserV2.d.ts +24 -0
  83. package/api/resources/users/resources/v2/types/UserV2.js +3 -0
  84. package/api/resources/users/resources/v2/types/index.d.ts +8 -0
  85. package/api/resources/users/resources/v2/types/index.js +24 -0
  86. package/api/resources/x12/resources/v1/types/Carc.d.ts +1 -0
  87. package/api/resources/x12/resources/v1/types/Carc.js +1 -0
  88. package/dist/Client.d.ts +3 -0
  89. package/dist/Client.js +63 -58
  90. package/dist/api/resources/commons/types/index.d.ts +2 -0
  91. package/dist/api/resources/commons/types/index.js +2 -0
  92. package/dist/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +12 -1
  93. package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +64 -1
  94. package/dist/api/resources/encounterAttachments/resources/v1/client/createWithDescription.d.ts +19 -0
  95. package/dist/api/resources/encounterAttachments/resources/v1/client/createWithDescription.js +55 -0
  96. package/dist/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -0
  97. package/dist/api/resources/encounterAttachments/resources/v1/client/index.js +2 -1
  98. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentV2Request.d.ts +5 -0
  99. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentV2Request.js +3 -0
  100. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +1 -0
  101. package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +2 -0
  102. package/dist/api/resources/encounterSupplementalInformation/client/Client.d.ts +14 -0
  103. package/dist/api/resources/encounterSupplementalInformation/client/Client.js +15 -0
  104. package/dist/api/resources/encounterSupplementalInformation/client/index.d.ts +1 -0
  105. package/dist/api/resources/encounterSupplementalInformation/client/index.js +2 -0
  106. package/dist/api/resources/encounterSupplementalInformation/index.d.ts +2 -0
  107. package/dist/api/resources/encounterSupplementalInformation/index.js +18 -0
  108. package/dist/api/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
  109. package/dist/api/resources/encounterSupplementalInformation/resources/index.js +37 -0
  110. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/Client.d.ts +59 -0
  111. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/Client.js +328 -0
  112. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +25 -0
  113. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/create.js +66 -0
  114. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +25 -0
  115. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/delete.js +66 -0
  116. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +19 -0
  117. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/get.js +55 -0
  118. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
  119. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
  120. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +25 -0
  121. package/dist/api/resources/encounterSupplementalInformation/resources/v1/client/update.js +66 -0
  122. package/dist/api/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
  123. package/dist/api/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
  124. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +6 -0
  125. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +9 -0
  126. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +8 -0
  127. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +3 -0
  128. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +10 -0
  129. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +3 -0
  130. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +5 -0
  131. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +7 -0
  132. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +8 -0
  133. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +3 -0
  134. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
  135. package/dist/api/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
  136. package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +2 -2
  137. package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +2 -2
  138. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +0 -2
  139. package/dist/api/resources/encounters/resources/v4/types/index.js +0 -2
  140. package/dist/api/resources/index.d.ts +2 -0
  141. package/dist/api/resources/index.js +4 -2
  142. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +2 -0
  143. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +2 -0
  144. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +2 -0
  145. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +1 -1
  146. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +2 -2
  147. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +6 -3
  148. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -0
  149. package/dist/api/resources/users/index.d.ts +1 -0
  150. package/dist/api/resources/users/index.js +17 -0
  151. package/dist/api/resources/users/resources/index.d.ts +1 -0
  152. package/dist/api/resources/users/resources/index.js +37 -0
  153. package/dist/api/resources/users/resources/v2/index.d.ts +1 -0
  154. package/dist/api/resources/users/resources/v2/index.js +17 -0
  155. package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
  156. package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.js +3 -0
  157. package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +3 -0
  158. package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +3 -0
  159. package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +13 -0
  160. package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.js +3 -0
  161. package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +20 -0
  162. package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.js +3 -0
  163. package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +3 -0
  164. package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.js +3 -0
  165. package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +3 -0
  166. package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.js +3 -0
  167. package/dist/api/resources/users/resources/v2/types/UserMetadata.d.ts +19 -0
  168. package/dist/api/resources/users/resources/v2/types/UserMetadata.js +3 -0
  169. package/dist/api/resources/users/resources/v2/types/UserV2.d.ts +24 -0
  170. package/dist/api/resources/users/resources/v2/types/UserV2.js +3 -0
  171. package/dist/api/resources/users/resources/v2/types/index.d.ts +8 -0
  172. package/dist/api/resources/users/resources/v2/types/index.js +24 -0
  173. package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +1 -0
  174. package/dist/api/resources/x12/resources/v1/types/Carc.js +1 -0
  175. package/dist/serialization/resources/commons/types/ReportTransmissionCode.d.ts +7 -0
  176. package/{serialization/resources/encounters/resources/v4 → dist/serialization/resources/commons}/types/ReportTransmissionCode.js +1 -1
  177. package/{serialization/resources/encounters/resources/v4 → dist/serialization/resources/commons}/types/ReportTypeCode.d.ts +4 -4
  178. package/dist/serialization/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.js +1 -1
  179. package/dist/serialization/resources/commons/types/index.d.ts +2 -0
  180. package/dist/serialization/resources/commons/types/index.js +2 -0
  181. package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +3 -0
  182. package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +3 -0
  183. package/dist/serialization/resources/encounterSupplementalInformation/index.d.ts +1 -0
  184. package/dist/serialization/resources/encounterSupplementalInformation/index.js +17 -0
  185. package/dist/serialization/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
  186. package/dist/serialization/resources/encounterSupplementalInformation/resources/index.js +37 -0
  187. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +12 -0
  188. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.js +69 -0
  189. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +12 -0
  190. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.js +69 -0
  191. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +8 -0
  192. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.js +40 -0
  193. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
  194. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
  195. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +12 -0
  196. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.js +69 -0
  197. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
  198. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
  199. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +7 -0
  200. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +39 -0
  201. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +17 -0
  202. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +49 -0
  203. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +21 -0
  204. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +53 -0
  205. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +7 -0
  206. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +43 -0
  207. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +17 -0
  208. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +49 -0
  209. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
  210. package/dist/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
  211. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +2 -2
  212. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +2 -2
  213. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +2 -2
  214. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +2 -2
  215. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +0 -2
  216. package/dist/serialization/resources/encounters/resources/v4/types/index.js +0 -2
  217. package/dist/serialization/resources/index.d.ts +2 -0
  218. package/dist/serialization/resources/index.js +4 -2
  219. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -0
  220. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -0
  221. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -0
  222. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -0
  223. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -0
  224. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -0
  225. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +2 -2
  226. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +2 -2
  227. package/dist/serialization/resources/users/index.d.ts +1 -0
  228. package/dist/serialization/resources/users/index.js +17 -0
  229. package/dist/serialization/resources/users/resources/index.d.ts +1 -0
  230. package/dist/serialization/resources/users/resources/index.js +37 -0
  231. package/dist/serialization/resources/users/resources/v2/index.d.ts +1 -0
  232. package/dist/serialization/resources/users/resources/v2/index.js +17 -0
  233. package/dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
  234. package/dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js +41 -0
  235. package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +9 -0
  236. package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +41 -0
  237. package/dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +11 -0
  238. package/dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.js +43 -0
  239. package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +19 -0
  240. package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +51 -0
  241. package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +9 -0
  242. package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.js +41 -0
  243. package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +9 -0
  244. package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +41 -0
  245. package/dist/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +15 -0
  246. package/dist/serialization/resources/users/resources/v2/types/UserMetadata.js +49 -0
  247. package/dist/serialization/resources/users/resources/v2/types/UserV2.d.ts +16 -0
  248. package/dist/serialization/resources/users/resources/v2/types/UserV2.js +48 -0
  249. package/dist/serialization/resources/users/resources/v2/types/index.d.ts +8 -0
  250. package/dist/serialization/resources/users/resources/v2/types/index.js +24 -0
  251. package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
  252. package/dist/serialization/resources/x12/resources/v1/types/Carc.js +1 -0
  253. package/dist/version.d.ts +1 -1
  254. package/dist/version.js +1 -1
  255. package/package.json +1 -1
  256. package/reference.md +235 -2
  257. package/serialization/resources/commons/types/ReportTransmissionCode.d.ts +7 -0
  258. package/{dist/serialization/resources/encounters/resources/v4 → serialization/resources/commons}/types/ReportTransmissionCode.js +1 -1
  259. package/{dist/serialization/resources/encounters/resources/v4 → serialization/resources/commons}/types/ReportTypeCode.d.ts +4 -4
  260. package/serialization/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.js +1 -1
  261. package/serialization/resources/commons/types/index.d.ts +2 -0
  262. package/serialization/resources/commons/types/index.js +2 -0
  263. package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +3 -0
  264. package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +3 -0
  265. package/serialization/resources/encounterSupplementalInformation/index.d.ts +1 -0
  266. package/serialization/resources/encounterSupplementalInformation/index.js +17 -0
  267. package/serialization/resources/encounterSupplementalInformation/resources/index.d.ts +1 -0
  268. package/serialization/resources/encounterSupplementalInformation/resources/index.js +37 -0
  269. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.d.ts +12 -0
  270. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/create.js +69 -0
  271. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.d.ts +12 -0
  272. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/delete.js +69 -0
  273. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.d.ts +8 -0
  274. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/get.js +40 -0
  275. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.d.ts +4 -0
  276. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/index.js +40 -0
  277. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.d.ts +12 -0
  278. package/serialization/resources/encounterSupplementalInformation/resources/v1/client/update.js +69 -0
  279. package/serialization/resources/encounterSupplementalInformation/resources/v1/index.d.ts +2 -0
  280. package/serialization/resources/encounterSupplementalInformation/resources/v1/index.js +18 -0
  281. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.d.ts +7 -0
  282. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/AttachmentInclusion.js +39 -0
  283. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.d.ts +17 -0
  284. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/CreateSupplementalInformationRequest.js +49 -0
  285. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.d.ts +21 -0
  286. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformation.js +53 -0
  287. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.d.ts +7 -0
  288. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/SupplementalInformationId.js +43 -0
  289. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.d.ts +17 -0
  290. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/UpdateSupplementalInformationRequest.js +49 -0
  291. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.d.ts +5 -0
  292. package/serialization/resources/encounterSupplementalInformation/resources/v1/types/index.js +21 -0
  293. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +2 -2
  294. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +2 -2
  295. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +2 -2
  296. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +2 -2
  297. package/serialization/resources/encounters/resources/v4/types/index.d.ts +0 -2
  298. package/serialization/resources/encounters/resources/v4/types/index.js +0 -2
  299. package/serialization/resources/index.d.ts +2 -0
  300. package/serialization/resources/index.js +4 -2
  301. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -0
  302. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -0
  303. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -0
  304. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -0
  305. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -0
  306. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -0
  307. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +2 -2
  308. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +2 -2
  309. package/serialization/resources/users/index.d.ts +1 -0
  310. package/serialization/resources/users/index.js +17 -0
  311. package/serialization/resources/users/resources/index.d.ts +1 -0
  312. package/serialization/resources/users/resources/index.js +37 -0
  313. package/serialization/resources/users/resources/v2/index.d.ts +1 -0
  314. package/serialization/resources/users/resources/v2/index.js +17 -0
  315. package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +9 -0
  316. package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js +41 -0
  317. package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +9 -0
  318. package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +41 -0
  319. package/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +11 -0
  320. package/serialization/resources/users/resources/v2/types/HumanUserMetadata.js +43 -0
  321. package/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +19 -0
  322. package/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +51 -0
  323. package/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +9 -0
  324. package/serialization/resources/users/resources/v2/types/MachineUserMetadata.js +41 -0
  325. package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +9 -0
  326. package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +41 -0
  327. package/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +15 -0
  328. package/serialization/resources/users/resources/v2/types/UserMetadata.js +49 -0
  329. package/serialization/resources/users/resources/v2/types/UserV2.d.ts +16 -0
  330. package/serialization/resources/users/resources/v2/types/UserV2.js +48 -0
  331. package/serialization/resources/users/resources/v2/types/index.d.ts +8 -0
  332. package/serialization/resources/users/resources/v2/types/index.js +24 -0
  333. package/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
  334. package/serialization/resources/x12/resources/v1/types/Carc.js +1 -0
  335. package/version.d.ts +1 -1
  336. package/version.js +1 -1
  337. package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +0 -7
  338. package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +0 -7
  339. /package/api/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.d.ts +0 -0
  340. /package/api/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.js +0 -0
  341. /package/api/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.d.ts +0 -0
  342. /package/api/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.js +0 -0
  343. /package/dist/api/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.d.ts +0 -0
  344. /package/dist/api/resources/{encounters/resources/v4 → commons}/types/ReportTransmissionCode.js +0 -0
  345. /package/dist/api/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.d.ts +0 -0
  346. /package/dist/api/resources/{encounters/resources/v4 → commons}/types/ReportTypeCode.js +0 -0
@@ -0,0 +1,55 @@
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.Error = void 0;
38
+ const CandidApi = __importStar(require("../../../../../index"));
39
+ exports.Error = {
40
+ _unknown: (fetcherError) => {
41
+ return {
42
+ errorName: undefined,
43
+ content: fetcherError,
44
+ _visit: function (visitor) {
45
+ return CandidApi.encounterSupplementalInformation.v1.get.Error._visit(this, visitor);
46
+ },
47
+ };
48
+ },
49
+ _visit: (value, visitor) => {
50
+ switch (value.errorName) {
51
+ default:
52
+ return visitor._other(value);
53
+ }
54
+ },
55
+ };
@@ -0,0 +1,4 @@
1
+ export * as create from "./create";
2
+ export * as delete from "./delete";
3
+ export * as get from "./get";
4
+ export * as update from "./update";
@@ -0,0 +1,40 @@
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.update = exports.get = exports.delete = exports.create = void 0;
37
+ exports.create = __importStar(require("./create"));
38
+ exports.delete = __importStar(require("./delete"));
39
+ exports.get = __importStar(require("./get"));
40
+ exports.update = __importStar(require("./update"));
@@ -0,0 +1,25 @@
1
+ import type * as core from "../../../../../../core";
2
+ import * as CandidApi from "../../../../../index";
3
+ export type Error = CandidApi.encounterSupplementalInformation.v1.update.Error.EntityNotFoundError | CandidApi.encounterSupplementalInformation.v1.update.Error._Unknown;
4
+ export declare namespace Error {
5
+ interface EntityNotFoundError extends _Utils {
6
+ errorName: "EntityNotFoundError";
7
+ content: CandidApi.EntityNotFoundErrorMessage;
8
+ }
9
+ interface _Unknown extends _Utils {
10
+ errorName: void;
11
+ content: core.Fetcher.Error;
12
+ }
13
+ interface _Utils {
14
+ _visit: <_Result>(visitor: CandidApi.encounterSupplementalInformation.v1.update.Error._Visitor<_Result>) => _Result;
15
+ }
16
+ interface _Visitor<_Result> {
17
+ entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
18
+ _other: (value: core.Fetcher.Error) => _Result;
19
+ }
20
+ }
21
+ export declare const Error: {
22
+ readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.encounterSupplementalInformation.v1.update.Error.EntityNotFoundError;
23
+ readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.encounterSupplementalInformation.v1.update.Error._Unknown;
24
+ readonly _visit: <_Result>(value: CandidApi.encounterSupplementalInformation.v1.update.Error, visitor: CandidApi.encounterSupplementalInformation.v1.update.Error._Visitor<_Result>) => _Result;
25
+ };
@@ -0,0 +1,66 @@
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.Error = void 0;
38
+ const CandidApi = __importStar(require("../../../../../index"));
39
+ exports.Error = {
40
+ entityNotFoundError: (value) => {
41
+ return {
42
+ content: value,
43
+ errorName: "EntityNotFoundError",
44
+ _visit: function (visitor) {
45
+ return CandidApi.encounterSupplementalInformation.v1.update.Error._visit(this, visitor);
46
+ },
47
+ };
48
+ },
49
+ _unknown: (fetcherError) => {
50
+ return {
51
+ errorName: undefined,
52
+ content: fetcherError,
53
+ _visit: function (visitor) {
54
+ return CandidApi.encounterSupplementalInformation.v1.update.Error._visit(this, visitor);
55
+ },
56
+ };
57
+ },
58
+ _visit: (value, visitor) => {
59
+ switch (value.errorName) {
60
+ case "EntityNotFoundError":
61
+ return visitor.entityNotFoundError(value.content);
62
+ default:
63
+ return visitor._other(value);
64
+ }
65
+ },
66
+ };
@@ -0,0 +1,2 @@
1
+ export * from "./client";
2
+ export * from "./types";
@@ -0,0 +1,18 @@
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);
@@ -0,0 +1,6 @@
1
+ export declare const AttachmentInclusion: {
2
+ readonly NotIncluded: "not_included";
3
+ readonly IncludedOnNextSubmission: "included_on_next_submission";
4
+ readonly IncludedOnAllSubmissions: "included_on_all_submissions";
5
+ };
6
+ export type AttachmentInclusion = (typeof AttachmentInclusion)[keyof typeof AttachmentInclusion];
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.AttachmentInclusion = void 0;
5
+ exports.AttachmentInclusion = {
6
+ NotIncluded: "not_included",
7
+ IncludedOnNextSubmission: "included_on_next_submission",
8
+ IncludedOnAllSubmissions: "included_on_all_submissions",
9
+ };
@@ -0,0 +1,8 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ export interface CreateSupplementalInformationRequest {
3
+ attachmentId?: CandidApi.encounterAttachments.v1.AttachmentId;
4
+ attachmentReportTypeCode: CandidApi.ReportTypeCode;
5
+ attachmentTransmissionCode: CandidApi.ReportTransmissionCode;
6
+ attachmentControlNumber?: string;
7
+ attachmentInclusion: CandidApi.encounterSupplementalInformation.v1.AttachmentInclusion;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ export interface SupplementalInformation {
3
+ supplementalInformationId: CandidApi.encounterSupplementalInformation.v1.SupplementalInformationId;
4
+ attachmentId?: CandidApi.encounterAttachments.v1.AttachmentId;
5
+ attachmentReportTypeCode: CandidApi.ReportTypeCode;
6
+ attachmentTransmissionCode: CandidApi.ReportTransmissionCode;
7
+ attachmentControlNumber?: string;
8
+ attachmentInclusion: CandidApi.encounterSupplementalInformation.v1.AttachmentInclusion;
9
+ encounterId: CandidApi.EncounterId;
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ export type SupplementalInformationId = string & {
3
+ encounterSupplementalInformation_v1_SupplementalInformationId: void;
4
+ };
5
+ export declare function SupplementalInformationId(value: string): CandidApi.encounterSupplementalInformation.v1.SupplementalInformationId;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.SupplementalInformationId = SupplementalInformationId;
5
+ function SupplementalInformationId(value) {
6
+ return value;
7
+ }
@@ -0,0 +1,8 @@
1
+ import type * as CandidApi from "../../../../../index";
2
+ export interface UpdateSupplementalInformationRequest {
3
+ attachmentId?: CandidApi.encounterAttachments.v1.AttachmentId;
4
+ attachmentReportTypeCode?: CandidApi.ReportTypeCode;
5
+ attachmentTransmissionCode?: CandidApi.ReportTransmissionCode;
6
+ attachmentControlNumber?: string;
7
+ attachmentInclusion?: CandidApi.encounterSupplementalInformation.v1.AttachmentInclusion;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ export * from "./AttachmentInclusion";
2
+ export * from "./CreateSupplementalInformationRequest";
3
+ export * from "./SupplementalInformation";
4
+ export * from "./SupplementalInformationId";
5
+ export * from "./UpdateSupplementalInformationRequest";
@@ -0,0 +1,21 @@
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("./AttachmentInclusion"), exports);
18
+ __exportStar(require("./CreateSupplementalInformationRequest"), exports);
19
+ __exportStar(require("./SupplementalInformation"), exports);
20
+ __exportStar(require("./SupplementalInformationId"), exports);
21
+ __exportStar(require("./UpdateSupplementalInformationRequest"), exports);
@@ -1,6 +1,6 @@
1
1
  import type * as CandidApi from "../../../../../index";
2
2
  export interface ClaimSupplementalInformation {
3
- attachmentReportTypeCode: CandidApi.encounters.v4.ReportTypeCode;
4
- attachmentTransmissionCode: CandidApi.encounters.v4.ReportTransmissionCode;
3
+ attachmentReportTypeCode: CandidApi.ReportTypeCode;
4
+ attachmentTransmissionCode: CandidApi.ReportTransmissionCode;
5
5
  attachmentControlNumber?: string;
6
6
  }
@@ -1,6 +1,6 @@
1
1
  import type * as CandidApi from "../../../../../index";
2
2
  export interface ClaimSupplementalInformationOptional {
3
- attachmentReportTypeCode?: CandidApi.encounters.v4.ReportTypeCode;
4
- attachmentTransmissionCode?: CandidApi.encounters.v4.ReportTransmissionCode;
3
+ attachmentReportTypeCode?: CandidApi.ReportTypeCode;
4
+ attachmentTransmissionCode?: CandidApi.ReportTransmissionCode;
5
5
  attachmentControlNumber?: string;
6
6
  }
@@ -49,8 +49,6 @@ export * from "./PatientHistoryCategoryEnum";
49
49
  export * from "./PatientHistoryCategoryOptional";
50
50
  export * from "./PayerPlanGroupPayerDoesNotMatchInsuranceCardError";
51
51
  export * from "./PriorAuthorizationNumber";
52
- export * from "./ReportTransmissionCode";
53
- export * from "./ReportTypeCode";
54
52
  export * from "./ResponsiblePartyType";
55
53
  export * from "./RxCui";
56
54
  export * from "./SchemaDoesNotExistError";
@@ -65,8 +65,6 @@ __exportStar(require("./PatientHistoryCategoryEnum"), exports);
65
65
  __exportStar(require("./PatientHistoryCategoryOptional"), exports);
66
66
  __exportStar(require("./PayerPlanGroupPayerDoesNotMatchInsuranceCardError"), exports);
67
67
  __exportStar(require("./PriorAuthorizationNumber"), exports);
68
- __exportStar(require("./ReportTransmissionCode"), exports);
69
- __exportStar(require("./ReportTypeCode"), exports);
70
68
  __exportStar(require("./ResponsiblePartyType"), exports);
71
69
  __exportStar(require("./RxCui"), exports);
72
70
  __exportStar(require("./SchemaDoesNotExistError"), exports);
@@ -17,6 +17,7 @@ export * from "./diagnoses/types";
17
17
  export * as eligibility from "./eligibility";
18
18
  export * as encounterAttachments from "./encounterAttachments";
19
19
  export * as encounterProviders from "./encounterProviders";
20
+ export * as encounterSupplementalInformation from "./encounterSupplementalInformation";
20
21
  export * as encounters from "./encounters";
21
22
  export * as encountersUniversal from "./encountersUniversal";
22
23
  export * as era from "./era";
@@ -67,6 +68,7 @@ export * as superbills from "./superbills";
67
68
  export * as tags from "./tags";
68
69
  export * from "./tags/types";
69
70
  export * as tasks from "./tasks";
71
+ export * as users from "./users";
70
72
  export * as writeOffs from "./writeOffs";
71
73
  export * as x12 from "./x12";
72
74
  export * as yesNoIndicator from "./yesNoIndicator";
@@ -36,8 +36,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.remits = exports.remitDrafts = exports.preEncounter = exports.pipelineCommons = exports.paymentAccountConfigs = exports.payers = exports.payerPlanGroups = exports.patientRefunds = exports.patientPayments = exports.patientAr = exports.organizationServiceFacilities = exports.organizationProviders = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.insuranceAdjudications = exports.individual = exports.importInvoice = exports.identifiers = exports.healthCareCodeInformation = exports.guarantor = exports.financials = exports.feeSchedules = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.eraCommons = exports.era = exports.encountersUniversal = exports.encounters = exports.encounterProviders = exports.encounterAttachments = exports.eligibility = exports.diagnoses = exports.customSchemas = exports.credentialing = exports.contracts = exports.commons = exports.clinicalTrials = exports.claims = exports.claimSubmission = exports.chargeCaptureBundles = exports.chargeCapture = exports.billingNotes = exports.auth = void 0;
40
- exports.yesNoIndicator = exports.x12 = exports.writeOffs = exports.tasks = exports.tags = exports.superbills = exports.serviceLines = exports.serviceFacility = void 0;
39
+ exports.remitDrafts = exports.preEncounter = exports.pipelineCommons = exports.paymentAccountConfigs = exports.payers = exports.payerPlanGroups = exports.patientRefunds = exports.patientPayments = exports.patientAr = exports.organizationServiceFacilities = exports.organizationProviders = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.insuranceAdjudications = exports.individual = exports.importInvoice = exports.identifiers = exports.healthCareCodeInformation = exports.guarantor = exports.financials = exports.feeSchedules = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.eraCommons = exports.era = exports.encountersUniversal = exports.encounters = exports.encounterSupplementalInformation = exports.encounterProviders = exports.encounterAttachments = exports.eligibility = exports.diagnoses = exports.customSchemas = exports.credentialing = exports.contracts = exports.commons = exports.clinicalTrials = exports.claims = exports.claimSubmission = exports.chargeCaptureBundles = exports.chargeCapture = exports.billingNotes = exports.auth = void 0;
40
+ exports.yesNoIndicator = exports.x12 = exports.writeOffs = exports.users = exports.tasks = exports.tags = exports.superbills = exports.serviceLines = exports.serviceFacility = exports.remits = void 0;
41
41
  exports.auth = __importStar(require("./auth"));
42
42
  exports.billingNotes = __importStar(require("./billingNotes"));
43
43
  exports.chargeCapture = __importStar(require("./chargeCapture"));
@@ -57,6 +57,7 @@ __exportStar(require("./diagnoses/types"), exports);
57
57
  exports.eligibility = __importStar(require("./eligibility"));
58
58
  exports.encounterAttachments = __importStar(require("./encounterAttachments"));
59
59
  exports.encounterProviders = __importStar(require("./encounterProviders"));
60
+ exports.encounterSupplementalInformation = __importStar(require("./encounterSupplementalInformation"));
60
61
  exports.encounters = __importStar(require("./encounters"));
61
62
  exports.encountersUniversal = __importStar(require("./encountersUniversal"));
62
63
  exports.era = __importStar(require("./era"));
@@ -107,6 +108,7 @@ exports.superbills = __importStar(require("./superbills"));
107
108
  exports.tags = __importStar(require("./tags"));
108
109
  __exportStar(require("./tags/types"), exports);
109
110
  exports.tasks = __importStar(require("./tasks"));
111
+ exports.users = __importStar(require("./users"));
110
112
  exports.writeOffs = __importStar(require("./writeOffs"));
111
113
  exports.x12 = __importStar(require("./x12"));
112
114
  exports.yesNoIndicator = __importStar(require("./yesNoIndicator"));
@@ -39,6 +39,8 @@ export interface OrganizationServiceFacility {
39
39
  npi?: string;
40
40
  /** The Place of Service (POS) code for this service facility. */
41
41
  placeOfServiceCode?: CandidApi.FacilityTypeCode;
42
+ /** The associated CLIA number with this service facility. Can be used to populate CLIA numbers on encounters. */
43
+ cliaNumber?: string;
42
44
  /** The status of the service facility. */
43
45
  status?: CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus;
44
46
  /** The operational status of the service facility. */
@@ -37,6 +37,8 @@ export interface OrganizationServiceFacilityCreate {
37
37
  npi?: string;
38
38
  /** The Place of Service (POS) code for this service facility. */
39
39
  placeOfServiceCode?: CandidApi.FacilityTypeCode;
40
+ /** The associated CLIA number with this service facility. Can be used to populate CLIA numbers on encounters. */
41
+ cliaNumber?: string;
40
42
  /** The status of the service facility. */
41
43
  status?: CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus;
42
44
  /** The operational status of the service facility. */
@@ -37,6 +37,8 @@ export interface OrganizationServiceFacilityUpdate {
37
37
  npi?: string;
38
38
  /** The Place of Service (POS) code for this service facility. */
39
39
  placeOfServiceCode?: CandidApi.FacilityTypeCode;
40
+ /** The associated CLIA number with this service facility. Can be used to populate CLIA numbers on encounters. */
41
+ cliaNumber?: string;
40
42
  /** The status of the service facility. */
41
43
  status?: CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus;
42
44
  /** The operational status of the service facility. */
@@ -7,5 +7,5 @@ export interface Visit {
7
7
  patient: CandidApi.preEncounter.patients.v1.MutablePatientWithMrn;
8
8
  startTime: Date;
9
9
  status: CandidApi.preEncounter.appointments.v1.AppointmentStatus;
10
- primaryCoverage?: CandidApi.preEncounter.coverages.v1.MutableCoverage;
10
+ primaryCoverageStatus?: CandidApi.preEncounter.coverages.v1.CoverageStatus;
11
11
  }
@@ -552,12 +552,12 @@ export declare class V1 {
552
552
  search(request?: CandidApi.preEncounter.patients.v1.PatientGetMultiRequest, requestOptions?: V1.RequestOptions): core.HttpResponsePromise<core.APIResponse<CandidApi.preEncounter.patients.v1.Patient[], CandidApi.preEncounter.patients.v1.search.Error>>;
553
553
  private __search;
554
554
  /**
555
- * Scans up to 100 patient updates. The since query parameter is inclusive, and the result list is ordered by updatedAt ascending.
555
+ * Scans up to 1000 patient updates. The since query parameter is inclusive, and the result list is ordered by updatedAt ascending.
556
556
  *
557
557
  * **Polling Pattern:**
558
558
  * To continuously poll for updates without gaps:
559
559
  * 1. Make your initial request with a `since` timestamp (e.g., `since=2020-01-01T13:00:00.000Z`)
560
- * 2. The API returns up to 100 patient records, sorted by `updated_at` ascending
560
+ * 2. The API returns 100 by default and up to 1000 patient records, sorted by `updated_at` ascending
561
561
  * 3. Find the `updated_at` value from the last record in the response
562
562
  * 4. Use that `updated_at` value as the `since` parameter in your next request
563
563
  * 5. Repeat steps 2-4 to ingest updates until you receive an empty list
@@ -1227,12 +1227,12 @@ class V1 {
1227
1227
  });
1228
1228
  }
1229
1229
  /**
1230
- * Scans up to 100 patient updates. The since query parameter is inclusive, and the result list is ordered by updatedAt ascending.
1230
+ * Scans up to 1000 patient updates. The since query parameter is inclusive, and the result list is ordered by updatedAt ascending.
1231
1231
  *
1232
1232
  * **Polling Pattern:**
1233
1233
  * To continuously poll for updates without gaps:
1234
1234
  * 1. Make your initial request with a `since` timestamp (e.g., `since=2020-01-01T13:00:00.000Z`)
1235
- * 2. The API returns up to 100 patient records, sorted by `updated_at` ascending
1235
+ * 2. The API returns 100 by default and up to 1000 patient records, sorted by `updated_at` ascending
1236
1236
  * 3. Find the `updated_at` value from the last record in the response
1237
1237
  * 4. Use that `updated_at` value as the `since` parameter in your next request
1238
1238
  * 5. Repeat steps 2-4 to ingest updates until you receive an empty list
@@ -1256,9 +1256,12 @@ class V1 {
1256
1256
  __scan(request, requestOptions) {
1257
1257
  return __awaiter(this, void 0, void 0, function* () {
1258
1258
  var _a, _b, _c, _d, _e, _f, _g, _h;
1259
- const { since } = request;
1259
+ const { since, maxResults } = request;
1260
1260
  const _queryParams = {};
1261
1261
  _queryParams.since = since.toISOString();
1262
+ if (maxResults != null) {
1263
+ _queryParams.maxResults = maxResults.toString();
1264
+ }
1262
1265
  const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1263
1266
  const _response = yield core.fetcher({
1264
1267
  url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).preEncounter, "/patients/v1/updates/scan"),
@@ -6,4 +6,5 @@
6
6
  */
7
7
  export interface PatientScanRequest {
8
8
  since: Date;
9
+ maxResults?: number;
9
10
  }
@@ -0,0 +1 @@
1
+ export * from "./resources";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./resources"), exports);
@@ -0,0 +1 @@
1
+ export * as v2 from "./v2";
@@ -0,0 +1,37 @@
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.v2 = void 0;
37
+ exports.v2 = __importStar(require("./v2"));
@@ -0,0 +1 @@
1
+ export * from "./types";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @example
3
+ * {
4
+ * auth0Id: "auth0|5f9b3b5a7b0b0d006a2b0b0b"
5
+ * }
6
+ */
7
+ export interface AuthZeroMetadata {
8
+ auth0Id: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface GoogleAppsMetadata {
2
+ googleAppsId: string;
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });