@awell-health/awell-extensions 1.0.109 → 1.0.110

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 (353) hide show
  1. package/dist/extensions/healthie/actions/applyTagToPatient/applyTagToPatient.d.ts +4 -0
  2. package/dist/extensions/healthie/actions/{applyTagToPatient.js → applyTagToPatient/applyTagToPatient.js} +6 -22
  3. package/dist/extensions/healthie/actions/applyTagToPatient/applyTagToPatient.js.map +1 -0
  4. package/dist/extensions/healthie/actions/applyTagToPatient/applyTagToPatient.test.d.ts +1 -0
  5. package/dist/extensions/healthie/actions/applyTagToPatient/applyTagToPatient.test.js +33 -0
  6. package/dist/extensions/healthie/actions/applyTagToPatient/applyTagToPatient.test.js.map +1 -0
  7. package/dist/extensions/healthie/actions/{applyTagToPatient.d.ts → applyTagToPatient/config/fields.d.ts} +2 -5
  8. package/dist/extensions/healthie/actions/applyTagToPatient/config/fields.js +21 -0
  9. package/dist/extensions/healthie/actions/applyTagToPatient/config/fields.js.map +1 -0
  10. package/dist/extensions/healthie/actions/applyTagToPatient/config/index.d.ts +1 -0
  11. package/dist/extensions/healthie/actions/applyTagToPatient/config/index.js +6 -0
  12. package/dist/extensions/healthie/actions/applyTagToPatient/config/index.js.map +1 -0
  13. package/dist/extensions/healthie/actions/applyTagToPatient/index.d.ts +1 -0
  14. package/dist/extensions/healthie/actions/applyTagToPatient/index.js +18 -0
  15. package/dist/extensions/healthie/actions/applyTagToPatient/index.js.map +1 -0
  16. package/dist/extensions/healthie/actions/archivePatient/archivePatient.d.ts +4 -0
  17. package/dist/extensions/healthie/actions/{archivePatient.js → archivePatient/archivePatient.js} +6 -15
  18. package/dist/extensions/healthie/actions/archivePatient/archivePatient.js.map +1 -0
  19. package/dist/extensions/healthie/actions/archivePatient/archivePatient.test.d.ts +1 -0
  20. package/dist/extensions/healthie/actions/archivePatient/archivePatient.test.js +42 -0
  21. package/dist/extensions/healthie/actions/archivePatient/archivePatient.test.js.map +1 -0
  22. package/dist/extensions/healthie/actions/archivePatient/config/fields.d.ts +10 -0
  23. package/dist/extensions/healthie/actions/archivePatient/config/fields.js +14 -0
  24. package/dist/extensions/healthie/actions/archivePatient/config/fields.js.map +1 -0
  25. package/dist/extensions/healthie/actions/archivePatient/config/index.d.ts +1 -0
  26. package/dist/extensions/healthie/actions/archivePatient/config/index.js +6 -0
  27. package/dist/extensions/healthie/actions/archivePatient/config/index.js.map +1 -0
  28. package/dist/extensions/healthie/actions/archivePatient/index.d.ts +1 -0
  29. package/dist/extensions/healthie/actions/archivePatient/index.js +18 -0
  30. package/dist/extensions/healthie/actions/archivePatient/index.js.map +1 -0
  31. package/dist/extensions/healthie/actions/assignPatientToGroup/assignPatientToGroup.d.ts +4 -0
  32. package/dist/extensions/healthie/actions/{assignPatientToGroup.js → assignPatientToGroup/assignPatientToGroup.js} +6 -22
  33. package/dist/extensions/healthie/actions/assignPatientToGroup/assignPatientToGroup.js.map +1 -0
  34. package/dist/extensions/healthie/actions/assignPatientToGroup/assignPatientToGroup.test.d.ts +1 -0
  35. package/dist/extensions/healthie/actions/assignPatientToGroup/assignPatientToGroup.test.js +42 -0
  36. package/dist/extensions/healthie/actions/assignPatientToGroup/assignPatientToGroup.test.js.map +1 -0
  37. package/dist/extensions/healthie/actions/{assignPatientToGroup.d.ts → assignPatientToGroup/config/fields.d.ts} +2 -5
  38. package/dist/extensions/healthie/actions/assignPatientToGroup/config/fields.js +21 -0
  39. package/dist/extensions/healthie/actions/assignPatientToGroup/config/fields.js.map +1 -0
  40. package/dist/extensions/healthie/actions/assignPatientToGroup/config/index.d.ts +1 -0
  41. package/dist/extensions/healthie/actions/assignPatientToGroup/config/index.js +6 -0
  42. package/dist/extensions/healthie/actions/assignPatientToGroup/config/index.js.map +1 -0
  43. package/dist/extensions/healthie/actions/assignPatientToGroup/index.d.ts +1 -0
  44. package/dist/extensions/healthie/actions/assignPatientToGroup/index.js +18 -0
  45. package/dist/extensions/healthie/actions/assignPatientToGroup/index.js.map +1 -0
  46. package/dist/extensions/healthie/actions/cancelAppointment/cancelAppointment.d.ts +4 -0
  47. package/dist/extensions/healthie/actions/{cancelAppointment.js → cancelAppointment/cancelAppointment.js} +6 -15
  48. package/dist/extensions/healthie/actions/cancelAppointment/cancelAppointment.js.map +1 -0
  49. package/dist/extensions/healthie/actions/cancelAppointment/cancelAppointment.test.d.ts +1 -0
  50. package/dist/extensions/healthie/actions/cancelAppointment/cancelAppointment.test.js +37 -0
  51. package/dist/extensions/healthie/actions/cancelAppointment/cancelAppointment.test.js.map +1 -0
  52. package/dist/extensions/healthie/actions/cancelAppointment/config/fields.d.ts +10 -0
  53. package/dist/extensions/healthie/actions/cancelAppointment/config/fields.js +14 -0
  54. package/dist/extensions/healthie/actions/cancelAppointment/config/fields.js.map +1 -0
  55. package/dist/extensions/healthie/actions/cancelAppointment/config/index.d.ts +1 -0
  56. package/dist/extensions/healthie/actions/cancelAppointment/config/index.js +6 -0
  57. package/dist/extensions/healthie/actions/cancelAppointment/config/index.js.map +1 -0
  58. package/dist/extensions/healthie/actions/cancelAppointment/index.d.ts +1 -0
  59. package/dist/extensions/healthie/actions/cancelAppointment/index.js +6 -0
  60. package/dist/extensions/healthie/actions/cancelAppointment/index.js.map +1 -0
  61. package/dist/extensions/healthie/actions/closeChatConversation/closeChatConversation.d.ts +4 -0
  62. package/dist/extensions/healthie/actions/{closeChatConversation.js → closeChatConversation/closeChatConversation.js} +6 -22
  63. package/dist/extensions/healthie/actions/closeChatConversation/closeChatConversation.js.map +1 -0
  64. package/dist/extensions/healthie/actions/closeChatConversation/closeChatConversation.test.d.ts +1 -0
  65. package/dist/extensions/healthie/actions/closeChatConversation/closeChatConversation.test.js +38 -0
  66. package/dist/extensions/healthie/actions/closeChatConversation/closeChatConversation.test.js.map +1 -0
  67. package/dist/extensions/healthie/actions/{closeChatConversation.d.ts → closeChatConversation/config/fields.d.ts} +2 -5
  68. package/dist/extensions/healthie/actions/closeChatConversation/config/fields.js +21 -0
  69. package/dist/extensions/healthie/actions/closeChatConversation/config/fields.js.map +1 -0
  70. package/dist/extensions/healthie/actions/closeChatConversation/config/index.d.ts +1 -0
  71. package/dist/extensions/healthie/actions/closeChatConversation/config/index.js +6 -0
  72. package/dist/extensions/healthie/actions/closeChatConversation/config/index.js.map +1 -0
  73. package/dist/extensions/healthie/actions/closeChatConversation/index.d.ts +1 -0
  74. package/dist/extensions/healthie/actions/closeChatConversation/index.js +6 -0
  75. package/dist/extensions/healthie/actions/closeChatConversation/index.js.map +1 -0
  76. package/dist/extensions/healthie/actions/completeTask/completeTask.d.ts +4 -0
  77. package/dist/extensions/healthie/actions/{completeTask.js → completeTask/completeTask.js} +6 -15
  78. package/dist/extensions/healthie/actions/completeTask/completeTask.js.map +1 -0
  79. package/dist/extensions/healthie/actions/completeTask/completeTask.test.d.ts +1 -0
  80. package/dist/extensions/healthie/actions/completeTask/completeTask.test.js +37 -0
  81. package/dist/extensions/healthie/actions/completeTask/completeTask.test.js.map +1 -0
  82. package/dist/extensions/healthie/actions/completeTask/config/fields.d.ts +10 -0
  83. package/dist/extensions/healthie/actions/completeTask/config/fields.js +14 -0
  84. package/dist/extensions/healthie/actions/completeTask/config/fields.js.map +1 -0
  85. package/dist/extensions/healthie/actions/completeTask/config/index.d.ts +1 -0
  86. package/dist/extensions/healthie/actions/completeTask/config/index.js +6 -0
  87. package/dist/extensions/healthie/actions/completeTask/config/index.js.map +1 -0
  88. package/dist/extensions/healthie/actions/completeTask/index.d.ts +1 -0
  89. package/dist/extensions/healthie/actions/completeTask/index.js +6 -0
  90. package/dist/extensions/healthie/actions/completeTask/index.js.map +1 -0
  91. package/dist/extensions/healthie/actions/createAppointment/config/dataPoints.d.ts +6 -0
  92. package/dist/extensions/healthie/actions/createAppointment/config/dataPoints.js +10 -0
  93. package/dist/extensions/healthie/actions/createAppointment/config/dataPoints.js.map +1 -0
  94. package/dist/extensions/healthie/actions/{createAppointment.d.ts → createAppointment/config/fields.d.ts} +2 -11
  95. package/dist/extensions/healthie/actions/createAppointment/config/fields.js +41 -0
  96. package/dist/extensions/healthie/actions/createAppointment/config/fields.js.map +1 -0
  97. package/dist/extensions/healthie/actions/createAppointment/config/index.d.ts +2 -0
  98. package/dist/extensions/healthie/actions/createAppointment/config/index.js +8 -0
  99. package/dist/extensions/healthie/actions/createAppointment/config/index.js.map +1 -0
  100. package/dist/extensions/healthie/actions/createAppointment/createAppointment.d.ts +4 -0
  101. package/dist/extensions/healthie/actions/{createAppointment.js → createAppointment/createAppointment.js} +7 -49
  102. package/dist/extensions/healthie/actions/createAppointment/createAppointment.js.map +1 -0
  103. package/dist/extensions/healthie/actions/createAppointment/index.d.ts +1 -0
  104. package/dist/extensions/healthie/actions/createAppointment/index.js +6 -0
  105. package/dist/extensions/healthie/actions/createAppointment/index.js.map +1 -0
  106. package/dist/extensions/healthie/actions/{createChartingNote.d.ts → createChartingNote/config/fields.d.ts} +2 -5
  107. package/dist/extensions/healthie/actions/createChartingNote/config/fields.js +35 -0
  108. package/dist/extensions/healthie/actions/createChartingNote/config/fields.js.map +1 -0
  109. package/dist/extensions/healthie/actions/createChartingNote/config/index.d.ts +1 -0
  110. package/dist/extensions/healthie/actions/createChartingNote/config/index.js +6 -0
  111. package/dist/extensions/healthie/actions/createChartingNote/config/index.js.map +1 -0
  112. package/dist/extensions/healthie/actions/createChartingNote/createChartingNote.d.ts +4 -0
  113. package/dist/extensions/healthie/actions/{createChartingNote.js → createChartingNote/createChartingNote.js} +6 -36
  114. package/dist/extensions/healthie/actions/createChartingNote/createChartingNote.js.map +1 -0
  115. package/dist/extensions/healthie/actions/createChartingNote/createChartingNote.test.d.ts +1 -0
  116. package/dist/extensions/healthie/actions/createChartingNote/createChartingNote.test.js +36 -0
  117. package/dist/extensions/healthie/actions/createChartingNote/createChartingNote.test.js.map +1 -0
  118. package/dist/extensions/healthie/actions/createChartingNote/index.d.ts +1 -0
  119. package/dist/extensions/healthie/actions/createChartingNote/index.js +6 -0
  120. package/dist/extensions/healthie/actions/createChartingNote/index.js.map +1 -0
  121. package/dist/extensions/healthie/actions/createJournalEntry/config/dataPoints.d.ts +6 -0
  122. package/dist/extensions/healthie/actions/createJournalEntry/config/dataPoints.js +10 -0
  123. package/dist/extensions/healthie/actions/createJournalEntry/config/dataPoints.js.map +1 -0
  124. package/dist/extensions/healthie/actions/{createJournalEntry.d.ts → createJournalEntry/config/fields.d.ts} +2 -11
  125. package/dist/extensions/healthie/actions/createJournalEntry/config/fields.js +27 -0
  126. package/dist/extensions/healthie/actions/createJournalEntry/config/fields.js.map +1 -0
  127. package/dist/extensions/healthie/actions/createJournalEntry/config/index.d.ts +2 -0
  128. package/dist/extensions/healthie/actions/createJournalEntry/config/index.js +8 -0
  129. package/dist/extensions/healthie/actions/createJournalEntry/config/index.js.map +1 -0
  130. package/dist/extensions/healthie/actions/createJournalEntry/createJournalEntry.d.ts +4 -0
  131. package/dist/extensions/healthie/actions/{createJournalEntry.js → createJournalEntry/createJournalEntry.js} +7 -35
  132. package/dist/extensions/healthie/actions/createJournalEntry/createJournalEntry.js.map +1 -0
  133. package/dist/extensions/healthie/actions/createJournalEntry/createJournalEntry.test.d.ts +1 -0
  134. package/dist/extensions/healthie/actions/createJournalEntry/createJournalEntry.test.js +34 -0
  135. package/dist/extensions/healthie/actions/createJournalEntry/createJournalEntry.test.js.map +1 -0
  136. package/dist/extensions/healthie/actions/createJournalEntry/index.d.ts +1 -0
  137. package/dist/extensions/healthie/actions/createJournalEntry/index.js +6 -0
  138. package/dist/extensions/healthie/actions/createJournalEntry/index.js.map +1 -0
  139. package/dist/extensions/healthie/actions/createLocation/config/dataPoints.d.ts +6 -0
  140. package/dist/extensions/healthie/actions/createLocation/config/dataPoints.js +10 -0
  141. package/dist/extensions/healthie/actions/createLocation/config/dataPoints.js.map +1 -0
  142. package/dist/extensions/healthie/actions/{createLocation.d.ts → createLocation/config/fields.d.ts} +2 -11
  143. package/dist/extensions/healthie/actions/createLocation/config/fields.js +57 -0
  144. package/dist/extensions/healthie/actions/createLocation/config/fields.js.map +1 -0
  145. package/dist/extensions/healthie/actions/createLocation/config/index.d.ts +2 -0
  146. package/dist/extensions/healthie/actions/createLocation/config/index.js +8 -0
  147. package/dist/extensions/healthie/actions/createLocation/config/index.js.map +1 -0
  148. package/dist/extensions/healthie/actions/createLocation/createLocation.d.ts +4 -0
  149. package/dist/extensions/healthie/actions/createLocation/createLocation.js +100 -0
  150. package/dist/extensions/healthie/actions/createLocation/createLocation.js.map +1 -0
  151. package/dist/extensions/healthie/actions/createLocation/createLocation.test.d.ts +1 -0
  152. package/dist/extensions/healthie/actions/createLocation/createLocation.test.js +39 -0
  153. package/dist/extensions/healthie/actions/createLocation/createLocation.test.js.map +1 -0
  154. package/dist/extensions/healthie/actions/createLocation/index.d.ts +1 -0
  155. package/dist/extensions/healthie/actions/createLocation/index.js +6 -0
  156. package/dist/extensions/healthie/actions/createLocation/index.js.map +1 -0
  157. package/dist/extensions/healthie/actions/{createPatient.d.ts → createPatient/config/fields.d.ts} +2 -11
  158. package/dist/extensions/healthie/actions/createPatient/config/fields.js +59 -0
  159. package/dist/extensions/healthie/actions/createPatient/config/fields.js.map +1 -0
  160. package/dist/extensions/healthie/actions/createPatient/config/index.d.ts +1 -0
  161. package/dist/extensions/healthie/actions/createPatient/config/index.js +6 -0
  162. package/dist/extensions/healthie/actions/createPatient/config/index.js.map +1 -0
  163. package/dist/extensions/healthie/actions/createPatient/createPatient.d.ts +11 -0
  164. package/dist/extensions/healthie/actions/{createPatient.js → createPatient/createPatient.js} +6 -60
  165. package/dist/extensions/healthie/actions/createPatient/createPatient.js.map +1 -0
  166. package/dist/extensions/healthie/actions/createPatient/createPatient.test.d.ts +1 -0
  167. package/dist/extensions/healthie/actions/createPatient/createPatient.test.js +43 -0
  168. package/dist/extensions/healthie/actions/createPatient/createPatient.test.js.map +1 -0
  169. package/dist/extensions/healthie/actions/createPatient/index.d.ts +1 -0
  170. package/dist/extensions/healthie/actions/createPatient/index.js +6 -0
  171. package/dist/extensions/healthie/actions/createPatient/index.js.map +1 -0
  172. package/dist/extensions/healthie/actions/createTask/config/dataPoints.d.ts +6 -0
  173. package/dist/extensions/healthie/actions/createTask/config/dataPoints.js +10 -0
  174. package/dist/extensions/healthie/actions/createTask/config/dataPoints.js.map +1 -0
  175. package/dist/extensions/healthie/actions/{createTask.d.ts → createTask/config/fields.d.ts} +2 -11
  176. package/dist/extensions/healthie/actions/createTask/config/fields.js +64 -0
  177. package/dist/extensions/healthie/actions/createTask/config/fields.js.map +1 -0
  178. package/dist/extensions/healthie/actions/createTask/config/index.d.ts +2 -0
  179. package/dist/extensions/healthie/actions/createTask/config/index.js +8 -0
  180. package/dist/extensions/healthie/actions/createTask/config/index.js.map +1 -0
  181. package/dist/extensions/healthie/actions/createTask/createTask.d.ts +4 -0
  182. package/dist/extensions/healthie/actions/createTask/createTask.js +96 -0
  183. package/dist/extensions/healthie/actions/createTask/createTask.js.map +1 -0
  184. package/dist/extensions/healthie/actions/createTask/createTask.test.d.ts +1 -0
  185. package/dist/extensions/healthie/actions/createTask/createTask.test.js +245 -0
  186. package/dist/extensions/healthie/actions/createTask/createTask.test.js.map +1 -0
  187. package/dist/extensions/healthie/actions/createTask/index.d.ts +1 -0
  188. package/dist/extensions/healthie/actions/createTask/index.js +6 -0
  189. package/dist/extensions/healthie/actions/createTask/index.js.map +1 -0
  190. package/dist/extensions/healthie/actions/deleteAppointment/config/fields.d.ts +10 -0
  191. package/dist/extensions/healthie/actions/deleteAppointment/config/fields.js +14 -0
  192. package/dist/extensions/healthie/actions/deleteAppointment/config/fields.js.map +1 -0
  193. package/dist/extensions/healthie/actions/deleteAppointment/config/index.d.ts +1 -0
  194. package/dist/extensions/healthie/actions/deleteAppointment/config/index.js +6 -0
  195. package/dist/extensions/healthie/actions/deleteAppointment/config/index.js.map +1 -0
  196. package/dist/extensions/healthie/actions/deleteAppointment/deleteAppointment.d.ts +4 -0
  197. package/dist/extensions/healthie/actions/{deleteAppointment.js → deleteAppointment/deleteAppointment.js} +6 -15
  198. package/dist/extensions/healthie/actions/deleteAppointment/deleteAppointment.js.map +1 -0
  199. package/dist/extensions/healthie/actions/deleteAppointment/deleteAppointment.test.d.ts +1 -0
  200. package/dist/extensions/healthie/actions/deleteAppointment/deleteAppointment.test.js +34 -0
  201. package/dist/extensions/healthie/actions/deleteAppointment/deleteAppointment.test.js.map +1 -0
  202. package/dist/extensions/healthie/actions/deleteAppointment/index.d.ts +1 -0
  203. package/dist/extensions/healthie/actions/deleteAppointment/index.js +6 -0
  204. package/dist/extensions/healthie/actions/deleteAppointment/index.js.map +1 -0
  205. package/dist/extensions/healthie/actions/deleteTask/config/fields.d.ts +10 -0
  206. package/dist/extensions/healthie/actions/deleteTask/config/fields.js +14 -0
  207. package/dist/extensions/healthie/actions/deleteTask/config/fields.js.map +1 -0
  208. package/dist/extensions/healthie/actions/deleteTask/config/index.d.ts +1 -0
  209. package/dist/extensions/healthie/actions/deleteTask/config/index.js +6 -0
  210. package/dist/extensions/healthie/actions/deleteTask/config/index.js.map +1 -0
  211. package/dist/extensions/healthie/actions/deleteTask/deleteTask.d.ts +4 -0
  212. package/dist/extensions/healthie/actions/{deleteTask.js → deleteTask/deleteTask.js} +6 -15
  213. package/dist/extensions/healthie/actions/deleteTask/deleteTask.js.map +1 -0
  214. package/dist/extensions/healthie/actions/deleteTask/deleteTask.test.d.ts +1 -0
  215. package/dist/extensions/healthie/actions/deleteTask/deleteTask.test.js +34 -0
  216. package/dist/extensions/healthie/actions/deleteTask/deleteTask.test.js.map +1 -0
  217. package/dist/extensions/healthie/actions/deleteTask/index.d.ts +1 -0
  218. package/dist/extensions/healthie/actions/deleteTask/index.js +6 -0
  219. package/dist/extensions/healthie/actions/deleteTask/index.js.map +1 -0
  220. package/dist/extensions/healthie/actions/getAppointment/config/dataPoints.d.ts +22 -0
  221. package/dist/extensions/healthie/actions/getAppointment/config/dataPoints.js +26 -0
  222. package/dist/extensions/healthie/actions/getAppointment/config/dataPoints.js.map +1 -0
  223. package/dist/extensions/healthie/actions/getAppointment/config/fields.d.ts +9 -0
  224. package/dist/extensions/healthie/actions/getAppointment/config/fields.js +13 -0
  225. package/dist/extensions/healthie/actions/getAppointment/config/fields.js.map +1 -0
  226. package/dist/extensions/healthie/actions/getAppointment/config/index.d.ts +2 -0
  227. package/dist/extensions/healthie/actions/getAppointment/config/index.js +8 -0
  228. package/dist/extensions/healthie/actions/getAppointment/config/index.js.map +1 -0
  229. package/dist/extensions/healthie/actions/getAppointment/getAppointment.d.ts +4 -0
  230. package/dist/extensions/healthie/actions/{getAppointment.js → getAppointment/getAppointment.js} +8 -38
  231. package/dist/extensions/healthie/actions/getAppointment/getAppointment.js.map +1 -0
  232. package/dist/extensions/healthie/actions/getAppointment/getAppointment.test.d.ts +1 -0
  233. package/dist/extensions/healthie/actions/getAppointment/getAppointment.test.js +83 -0
  234. package/dist/extensions/healthie/actions/getAppointment/getAppointment.test.js.map +1 -0
  235. package/dist/extensions/healthie/actions/getAppointment/index.d.ts +1 -0
  236. package/dist/extensions/healthie/actions/getAppointment/index.js +6 -0
  237. package/dist/extensions/healthie/actions/getAppointment/index.js.map +1 -0
  238. package/dist/extensions/healthie/actions/{getPatient.d.ts → getPatient/config/dataPoints.d.ts} +1 -13
  239. package/dist/extensions/healthie/actions/getPatient/config/dataPoints.js +42 -0
  240. package/dist/extensions/healthie/actions/getPatient/config/dataPoints.js.map +1 -0
  241. package/dist/extensions/healthie/actions/getPatient/config/fields.d.ts +9 -0
  242. package/dist/extensions/healthie/actions/getPatient/config/fields.js +13 -0
  243. package/dist/extensions/healthie/actions/getPatient/config/fields.js.map +1 -0
  244. package/dist/extensions/healthie/actions/getPatient/config/index.d.ts +2 -0
  245. package/dist/extensions/healthie/actions/getPatient/config/index.js +8 -0
  246. package/dist/extensions/healthie/actions/getPatient/config/index.js.map +1 -0
  247. package/dist/extensions/healthie/actions/getPatient/getPatient.d.ts +4 -0
  248. package/dist/extensions/healthie/actions/{getPatient.js → getPatient/getPatient.js} +9 -55
  249. package/dist/extensions/healthie/actions/{getPatient.js.map → getPatient/getPatient.js.map} +1 -1
  250. package/dist/extensions/healthie/actions/getPatient/getPatient.test.d.ts +1 -0
  251. package/dist/extensions/healthie/actions/getPatient/getPatient.test.js +235 -0
  252. package/dist/extensions/healthie/actions/getPatient/getPatient.test.js.map +1 -0
  253. package/dist/extensions/healthie/actions/getPatient/index.d.ts +1 -0
  254. package/dist/extensions/healthie/actions/getPatient/index.js +18 -0
  255. package/dist/extensions/healthie/actions/getPatient/index.js.map +1 -0
  256. package/dist/extensions/healthie/actions/index.d.ts +8 -2
  257. package/dist/extensions/healthie/actions/index.js +4 -4
  258. package/dist/extensions/healthie/actions/index.js.map +1 -1
  259. package/dist/extensions/healthie/actions/{removeTagFromPatient.d.ts → removeTagFromPatient/config/fields.d.ts} +2 -5
  260. package/dist/extensions/healthie/actions/removeTagFromPatient/config/fields.js +21 -0
  261. package/dist/extensions/healthie/actions/removeTagFromPatient/config/fields.js.map +1 -0
  262. package/dist/extensions/healthie/actions/removeTagFromPatient/config/index.d.ts +1 -0
  263. package/dist/extensions/healthie/actions/removeTagFromPatient/config/index.js +6 -0
  264. package/dist/extensions/healthie/actions/removeTagFromPatient/config/index.js.map +1 -0
  265. package/dist/extensions/healthie/actions/removeTagFromPatient/index.d.ts +1 -0
  266. package/dist/extensions/healthie/actions/removeTagFromPatient/index.js +6 -0
  267. package/dist/extensions/healthie/actions/removeTagFromPatient/index.js.map +1 -0
  268. package/dist/extensions/healthie/actions/removeTagFromPatient/removeTagFromPatient.d.ts +4 -0
  269. package/dist/extensions/healthie/actions/{removeTagFromPatient.js → removeTagFromPatient/removeTagFromPatient.js} +6 -22
  270. package/dist/extensions/healthie/actions/removeTagFromPatient/removeTagFromPatient.js.map +1 -0
  271. package/dist/extensions/healthie/actions/removeTagFromPatient/removeTagFromPatient.test.d.ts +1 -0
  272. package/dist/extensions/healthie/actions/removeTagFromPatient/removeTagFromPatient.test.js +33 -0
  273. package/dist/extensions/healthie/actions/removeTagFromPatient/removeTagFromPatient.test.js.map +1 -0
  274. package/dist/extensions/healthie/actions/sendChatMessage/config/dataPoints.d.ts +6 -0
  275. package/dist/extensions/healthie/actions/sendChatMessage/config/dataPoints.js +10 -0
  276. package/dist/extensions/healthie/actions/sendChatMessage/config/dataPoints.js.map +1 -0
  277. package/dist/extensions/healthie/actions/{sendChatMessage.d.ts → sendChatMessage/config/fields.d.ts} +2 -11
  278. package/dist/extensions/healthie/actions/sendChatMessage/config/fields.js +28 -0
  279. package/dist/extensions/healthie/actions/sendChatMessage/config/fields.js.map +1 -0
  280. package/dist/extensions/healthie/actions/sendChatMessage/config/index.d.ts +2 -0
  281. package/dist/extensions/healthie/actions/sendChatMessage/config/index.js +8 -0
  282. package/dist/extensions/healthie/actions/sendChatMessage/config/index.js.map +1 -0
  283. package/dist/extensions/healthie/actions/sendChatMessage/index.d.ts +1 -0
  284. package/dist/extensions/healthie/actions/sendChatMessage/index.js +6 -0
  285. package/dist/extensions/healthie/actions/sendChatMessage/index.js.map +1 -0
  286. package/dist/extensions/healthie/actions/sendChatMessage/sendChatMessage.d.ts +4 -0
  287. package/dist/extensions/healthie/actions/{sendChatMessage.js → sendChatMessage/sendChatMessage.js} +7 -36
  288. package/dist/extensions/healthie/actions/sendChatMessage/sendChatMessage.js.map +1 -0
  289. package/dist/extensions/healthie/actions/sendChatMessage/sendChatMessage.test.d.ts +1 -0
  290. package/dist/extensions/healthie/actions/sendChatMessage/sendChatMessage.test.js +142 -0
  291. package/dist/extensions/healthie/actions/sendChatMessage/sendChatMessage.test.js.map +1 -0
  292. package/dist/extensions/healthie/actions/{sendFormCompletionRequest.d.ts → sendFormCompletionRequest/config/fields.d.ts} +2 -5
  293. package/dist/extensions/healthie/actions/sendFormCompletionRequest/config/fields.js +77 -0
  294. package/dist/extensions/healthie/actions/sendFormCompletionRequest/config/fields.js.map +1 -0
  295. package/dist/extensions/healthie/actions/sendFormCompletionRequest/config/index.d.ts +1 -0
  296. package/dist/extensions/healthie/actions/sendFormCompletionRequest/config/index.js +6 -0
  297. package/dist/extensions/healthie/actions/sendFormCompletionRequest/config/index.js.map +1 -0
  298. package/dist/extensions/healthie/actions/sendFormCompletionRequest/index.d.ts +1 -0
  299. package/dist/extensions/healthie/actions/sendFormCompletionRequest/index.js +6 -0
  300. package/dist/extensions/healthie/actions/sendFormCompletionRequest/index.js.map +1 -0
  301. package/dist/extensions/healthie/actions/sendFormCompletionRequest/sendFormCompletionRequest.d.ts +4 -0
  302. package/dist/extensions/healthie/actions/{sendFormCompletionRequest.js → sendFormCompletionRequest/sendFormCompletionRequest.js} +7 -79
  303. package/dist/extensions/healthie/actions/sendFormCompletionRequest/sendFormCompletionRequest.js.map +1 -0
  304. package/dist/extensions/healthie/actions/sendFormCompletionRequest/sendFormCompletionRequest.test.d.ts +1 -0
  305. package/dist/extensions/healthie/actions/sendFormCompletionRequest/sendFormCompletionRequest.test.js +199 -0
  306. package/dist/extensions/healthie/actions/sendFormCompletionRequest/sendFormCompletionRequest.test.js.map +1 -0
  307. package/dist/extensions/healthie/actions/{updatePatient.d.ts → updatePatient/config/fields.d.ts} +2 -6
  308. package/dist/extensions/healthie/actions/updatePatient/config/fields.js +99 -0
  309. package/dist/extensions/healthie/actions/updatePatient/config/fields.js.map +1 -0
  310. package/dist/extensions/healthie/actions/updatePatient/config/index.d.ts +1 -0
  311. package/dist/extensions/healthie/actions/updatePatient/config/index.js +6 -0
  312. package/dist/extensions/healthie/actions/updatePatient/config/index.js.map +1 -0
  313. package/dist/extensions/healthie/actions/updatePatient/index.d.ts +1 -0
  314. package/dist/extensions/healthie/actions/updatePatient/index.js +18 -0
  315. package/dist/extensions/healthie/actions/updatePatient/index.js.map +1 -0
  316. package/dist/extensions/healthie/actions/updatePatient/updatePatient.d.ts +4 -0
  317. package/dist/extensions/healthie/actions/updatePatient/updatePatient.js +100 -0
  318. package/dist/extensions/healthie/actions/updatePatient/updatePatient.js.map +1 -0
  319. package/dist/extensions/healthie/actions/updatePatient/updatePatient.test.d.ts +1 -0
  320. package/dist/extensions/healthie/actions/updatePatient/updatePatient.test.js +46 -0
  321. package/dist/extensions/healthie/actions/updatePatient/updatePatient.test.js.map +1 -0
  322. package/dist/extensions/healthie/graphqlClient.test.d.ts +1 -0
  323. package/dist/extensions/healthie/graphqlClient.test.js +63 -0
  324. package/dist/extensions/healthie/graphqlClient.test.js.map +1 -0
  325. package/package.json +1 -1
  326. package/dist/extensions/healthie/actions/applyTagToPatient.js.map +0 -1
  327. package/dist/extensions/healthie/actions/archivePatient.d.ts +0 -13
  328. package/dist/extensions/healthie/actions/archivePatient.js.map +0 -1
  329. package/dist/extensions/healthie/actions/assignPatientToGroup.js.map +0 -1
  330. package/dist/extensions/healthie/actions/cancelAppointment.d.ts +0 -13
  331. package/dist/extensions/healthie/actions/cancelAppointment.js.map +0 -1
  332. package/dist/extensions/healthie/actions/closeChatConversation.js.map +0 -1
  333. package/dist/extensions/healthie/actions/completeTask.d.ts +0 -13
  334. package/dist/extensions/healthie/actions/completeTask.js.map +0 -1
  335. package/dist/extensions/healthie/actions/createAppointment.js.map +0 -1
  336. package/dist/extensions/healthie/actions/createChartingNote.js.map +0 -1
  337. package/dist/extensions/healthie/actions/createJournalEntry.js.map +0 -1
  338. package/dist/extensions/healthie/actions/createLocation.js +0 -158
  339. package/dist/extensions/healthie/actions/createLocation.js.map +0 -1
  340. package/dist/extensions/healthie/actions/createPatient.js.map +0 -1
  341. package/dist/extensions/healthie/actions/createTask.js +0 -161
  342. package/dist/extensions/healthie/actions/createTask.js.map +0 -1
  343. package/dist/extensions/healthie/actions/deleteAppointment.d.ts +0 -13
  344. package/dist/extensions/healthie/actions/deleteAppointment.js.map +0 -1
  345. package/dist/extensions/healthie/actions/deleteTask.d.ts +0 -13
  346. package/dist/extensions/healthie/actions/deleteTask.js.map +0 -1
  347. package/dist/extensions/healthie/actions/getAppointment.d.ts +0 -34
  348. package/dist/extensions/healthie/actions/getAppointment.js.map +0 -1
  349. package/dist/extensions/healthie/actions/removeTagFromPatient.js.map +0 -1
  350. package/dist/extensions/healthie/actions/sendChatMessage.js.map +0 -1
  351. package/dist/extensions/healthie/actions/sendFormCompletionRequest.js.map +0 -1
  352. package/dist/extensions/healthie/actions/updatePatient.js +0 -194
  353. package/dist/extensions/healthie/actions/updatePatient.js.map +0 -1
@@ -0,0 +1,4 @@
1
+ import { type Action } from '@awell-health/extensions-core';
2
+ import { type settings } from '../../settings';
3
+ import { fields } from './config';
4
+ export declare const applyTagToPatient: Action<typeof fields, typeof settings>;
@@ -2,33 +2,17 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.applyTagToPatient = void 0;
4
4
  const lodash_1 = require("lodash");
5
- const errors_1 = require("../errors");
5
+ const errors_1 = require("../../errors");
6
6
  const extensions_core_1 = require("@awell-health/extensions-core");
7
- const extensions_core_2 = require("@awell-health/extensions-core");
8
- const sdk_1 = require("../gql/sdk");
9
- const graphqlClient_1 = require("../graphqlClient");
10
- const fields = {
11
- id: {
12
- id: 'id',
13
- label: 'ID',
14
- description: 'The ID of the tag to add to the patient.',
15
- type: extensions_core_1.FieldType.STRING,
16
- required: true,
17
- },
18
- patient_id: {
19
- id: 'patient_id',
20
- label: 'Patient ID',
21
- description: 'The ID of the patient to apply the tag on.',
22
- type: extensions_core_1.FieldType.STRING,
23
- required: true,
24
- },
25
- };
7
+ const sdk_1 = require("../../gql/sdk");
8
+ const graphqlClient_1 = require("../../graphqlClient");
9
+ const config_1 = require("./config");
26
10
  exports.applyTagToPatient = {
27
11
  key: 'applyTagToPatient',
28
- category: extensions_core_2.Category.EHR_INTEGRATIONS,
12
+ category: extensions_core_1.Category.EHR_INTEGRATIONS,
29
13
  title: 'Apply tag to a patient',
30
14
  description: 'Apply a tag to a patient in Healthie.',
31
- fields,
15
+ fields: config_1.fields,
32
16
  previewable: true,
33
17
  onActivityCreated: async (payload, onComplete, onError) => {
34
18
  const { fields, settings } = payload;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applyTagToPatient.js","sourceRoot":"","sources":["../../../../../extensions/healthie/actions/applyTagToPatient/applyTagToPatient.ts"],"names":[],"mappings":";;;AAAA,mCAA8B;AAC9B,yCAAwE;AAExE,mEAAwD;AACxD,uCAAsC;AACtC,uDAAsD;AAEtD,qCAAiC;AAEpB,QAAA,iBAAiB,GAA2C;IACvE,GAAG,EAAE,mBAAmB;IACxB,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,wBAAwB;IAC/B,WAAW,EAAE,uCAAuC;IACpD,MAAM,EAAN,eAAM;IACN,WAAW,EAAE,IAAI;IACjB,iBAAiB,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAiB,EAAE;QACvE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAA;QACpC,MAAM,EAAE,EAAE,EAAE,UAAU,EAAE,GAAG,MAAM,CAAA;QACjC,IAAI;YACF,IAAI,IAAA,cAAK,EAAC,EAAE,CAAC,IAAI,IAAA,cAAK,EAAC,UAAU,CAAC,EAAE;gBAClC,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE;wBACN;4BACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;4BAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,oBAAoB,EAAE;4BAClC,KAAK,EAAE;gCACL,QAAQ,EAAE,gBAAgB;gCAC1B,OAAO,EAAE,iCAAiC;6BAC3C;yBACF;qBACF;iBACF,CAAC,CAAA;gBACF,OAAM;aACP;YAED,MAAM,MAAM,GAAG,IAAA,gCAAgB,EAAC,QAAQ,CAAC,CAAA;YACzC,IAAI,MAAM,KAAK,SAAS,EAAE;gBACxB,MAAM,GAAG,GAAG,IAAA,YAAM,EAAC,MAAM,CAAC,CAAA;gBAC1B,MAAM,GAAG,CAAC,eAAe,CAAC;oBACxB;;;;uBAIG;oBACH,GAAG,EAAE,CAAC,EAAE,CAAC;oBACT,gBAAgB,EAAE,UAAU;iBAC7B,CAAC,CAAA;gBAEF,MAAM,UAAU,EAAE,CAAA;aACnB;iBAAM;gBACL,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE;wBACN;4BACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;4BAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,4CAA4C,EAAE;4BAC1D,KAAK,EAAE;gCACL,QAAQ,EAAE,kBAAkB;gCAC5B,OAAO,EAAE,4BAA4B;6BACtC;yBACF;qBACF;iBACF,CAAC,CAAA;aACH;SACF;QAAC,OAAO,GAAG,EAAE;YACZ,IAAI,GAAG,YAAY,sBAAa,EAAE;gBAChC,MAAM,MAAM,GAAG,IAAA,mCAA0B,EAAC,GAAG,CAAC,MAAM,CAAC,CAAA;gBACrD,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE,MAAM;iBACf,CAAC,CAAA;aACH;iBAAM;gBACL,MAAM,KAAK,GAAG,GAAY,CAAA;gBAC1B,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE;wBACN;4BACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;4BAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,gCAAgC,EAAE;4BAC9C,KAAK,EAAE;gCACL,QAAQ,EAAE,cAAc;gCACxB,OAAO,EAAE,KAAK,CAAC,OAAO;6BACvB;yBACF;qBACF;iBACF,CAAC,CAAA;aACH;SACF;IACH,CAAC;CACF,CAAA"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tests_1 = require("../../../../src/tests");
4
+ const sdk_1 = require("../../gql/sdk");
5
+ const sdk_2 = require("../../gql/__mocks__/sdk");
6
+ const applyTagToPatient_1 = require("../applyTagToPatient");
7
+ jest.mock('../../gql/sdk');
8
+ jest.mock('../../graphqlClient');
9
+ describe('applyTagToPatient action', () => {
10
+ const onComplete = jest.fn();
11
+ beforeAll(() => {
12
+ ;
13
+ sdk_1.getSdk.mockImplementation(sdk_2.mockGetSdk);
14
+ });
15
+ beforeEach(() => {
16
+ jest.clearAllMocks();
17
+ });
18
+ test('Should apply tag to a patient', async () => {
19
+ await applyTagToPatient_1.applyTagToPatient.onActivityCreated((0, tests_1.generateTestPayload)({
20
+ fields: {
21
+ id: 'tag-1',
22
+ patient_id: 'patient-1',
23
+ },
24
+ settings: {
25
+ apiKey: 'apiKey',
26
+ apiUrl: 'test-url',
27
+ },
28
+ }), onComplete, jest.fn());
29
+ expect(sdk_2.mockGetSdkReturn.applyTagsToUser).toHaveBeenCalled();
30
+ expect(onComplete).toHaveBeenCalled();
31
+ });
32
+ });
33
+ //# sourceMappingURL=applyTagToPatient.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applyTagToPatient.test.js","sourceRoot":"","sources":["../../../../../extensions/healthie/actions/applyTagToPatient/applyTagToPatient.test.ts"],"names":[],"mappings":";;AAAA,iDAA2D;AAC3D,uCAAsC;AACtC,iDAAsE;AACtE,4DAAwD;AAExD,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,CAAA;AAC1B,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAA;AAEhC,QAAQ,CAAC,0BAA0B,EAAE,GAAG,EAAE;IACxC,MAAM,UAAU,GAAG,IAAI,CAAC,EAAE,EAAE,CAAA;IAE5B,SAAS,CAAC,GAAG,EAAE;QACb,CAAC;QAAC,YAAoB,CAAC,kBAAkB,CAAC,gBAAU,CAAC,CAAA;IACvD,CAAC,CAAC,CAAA;IAEF,UAAU,CAAC,GAAG,EAAE;QACd,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC,CAAC,CAAA;IAEF,IAAI,CAAC,+BAA+B,EAAE,KAAK,IAAI,EAAE;QAC/C,MAAM,qCAAiB,CAAC,iBAAiB,CACvC,IAAA,2BAAmB,EAAC;YAClB,MAAM,EAAE;gBACN,EAAE,EAAE,OAAO;gBACX,UAAU,EAAE,WAAW;aACxB;YACD,QAAQ,EAAE;gBACR,MAAM,EAAE,QAAQ;gBAChB,MAAM,EAAE,UAAU;aACnB;SACF,CAAC,EACF,UAAU,EACV,IAAI,CAAC,EAAE,EAAE,CACV,CAAA;QAED,MAAM,CAAC,sBAAgB,CAAC,eAAe,CAAC,CAAC,gBAAgB,EAAE,CAAA;QAC3D,MAAM,CAAC,UAAU,CAAC,CAAC,gBAAgB,EAAE,CAAA;IACvC,CAAC,CAAC,CAAA;AACJ,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import { FieldType, type Action } from '@awell-health/extensions-core';
2
- import { type settings } from '../settings';
3
- declare const fields: {
1
+ import { FieldType } from '@awell-health/extensions-core';
2
+ export declare const fields: {
4
3
  id: {
5
4
  id: string;
6
5
  label: string;
@@ -16,5 +15,3 @@ declare const fields: {
16
15
  required: true;
17
16
  };
18
17
  };
19
- export declare const applyTagToPatient: Action<typeof fields, typeof settings>;
20
- export {};
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.fields = void 0;
4
+ const extensions_core_1 = require("@awell-health/extensions-core");
5
+ exports.fields = {
6
+ id: {
7
+ id: 'id',
8
+ label: 'ID',
9
+ description: 'The ID of the tag to add to the patient.',
10
+ type: extensions_core_1.FieldType.STRING,
11
+ required: true,
12
+ },
13
+ patient_id: {
14
+ id: 'patient_id',
15
+ label: 'Patient ID',
16
+ description: 'The ID of the patient to apply the tag on.',
17
+ type: extensions_core_1.FieldType.STRING,
18
+ required: true,
19
+ },
20
+ };
21
+ //# sourceMappingURL=fields.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/healthie/actions/applyTagToPatient/config/fields.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAExD,QAAA,MAAM,GAAG;IACpB,EAAE,EAAE;QACF,EAAE,EAAE,IAAI;QACR,KAAK,EAAE,IAAI;QACX,WAAW,EAAE,0CAA0C;QACvD,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,4CAA4C;QACzD,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;CAC8B,CAAA"}
@@ -0,0 +1 @@
1
+ export { fields } from './fields';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.fields = void 0;
4
+ var fields_1 = require("./fields");
5
+ Object.defineProperty(exports, "fields", { enumerable: true, get: function () { return fields_1.fields; } });
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/healthie/actions/applyTagToPatient/config/index.ts"],"names":[],"mappings":";;;AAAA,mCAAiC;AAAxB,gGAAA,MAAM,OAAA"}
@@ -0,0 +1 @@
1
+ export * from './applyTagToPatient';
@@ -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("./applyTagToPatient"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../extensions/healthie/actions/applyTagToPatient/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAmC"}
@@ -0,0 +1,4 @@
1
+ import { type Action } from '@awell-health/extensions-core';
2
+ import { type settings } from '../../settings';
3
+ import { fields } from './config';
4
+ export declare const archivePatient: Action<typeof fields, typeof settings>;
@@ -2,26 +2,17 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.archivePatient = void 0;
4
4
  const lodash_1 = require("lodash");
5
- const errors_1 = require("../errors");
5
+ const errors_1 = require("../../errors");
6
6
  const extensions_core_1 = require("@awell-health/extensions-core");
7
- const extensions_core_2 = require("@awell-health/extensions-core");
8
- const sdk_1 = require("../gql/sdk");
9
- const graphqlClient_1 = require("../graphqlClient");
10
- const fields = {
11
- id: {
12
- id: 'id',
13
- label: 'ID',
14
- description: 'The id of the patient in Healthie.',
15
- type: extensions_core_1.FieldType.STRING,
16
- required: true,
17
- },
18
- };
7
+ const sdk_1 = require("../../gql/sdk");
8
+ const graphqlClient_1 = require("../../graphqlClient");
9
+ const config_1 = require("./config");
19
10
  exports.archivePatient = {
20
11
  key: 'archivePatient',
21
- category: extensions_core_2.Category.EHR_INTEGRATIONS,
12
+ category: extensions_core_1.Category.EHR_INTEGRATIONS,
22
13
  title: 'Archive patient',
23
14
  description: 'Archive a patient in Healthie.',
24
- fields,
15
+ fields: config_1.fields,
25
16
  previewable: true,
26
17
  onActivityCreated: async (payload, onComplete, onError) => {
27
18
  const { fields, settings } = payload;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"archivePatient.js","sourceRoot":"","sources":["../../../../../extensions/healthie/actions/archivePatient/archivePatient.ts"],"names":[],"mappings":";;;AAAA,mCAA8B;AAC9B,yCAAwE;AAExE,mEAAwD;AACxD,uCAAsC;AACtC,uDAAsD;AAEtD,qCAAiC;AAEpB,QAAA,cAAc,GAA2C;IACpE,GAAG,EAAE,gBAAgB;IACrB,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,iBAAiB;IACxB,WAAW,EAAE,gCAAgC;IAC7C,MAAM,EAAN,eAAM;IACN,WAAW,EAAE,IAAI;IACjB,iBAAiB,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAiB,EAAE;QACvE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAA;QACpC,MAAM,EAAE,EAAE,EAAE,GAAG,MAAM,CAAA;QACrB,IAAI;YACF,IAAI,IAAA,cAAK,EAAC,EAAE,CAAC,EAAE;gBACb,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE;wBACN;4BACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;4BAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,oBAAoB,EAAE;4BAClC,KAAK,EAAE;gCACL,QAAQ,EAAE,gBAAgB;gCAC1B,OAAO,EAAE,iBAAiB;6BAC3B;yBACF;qBACF;iBACF,CAAC,CAAA;gBACF,OAAM;aACP;YAED,MAAM,MAAM,GAAG,IAAA,gCAAgB,EAAC,QAAQ,CAAC,CAAA;YACzC,IAAI,MAAM,KAAK,SAAS,EAAE;gBACxB,MAAM,GAAG,GAAG,IAAA,YAAM,EAAC,MAAM,CAAC,CAAA;gBAC1B,MAAM,GAAG,CAAC,aAAa,CAAC;oBACtB,KAAK,EAAE;wBACL,EAAE;wBACF,MAAM,EAAE,KAAK;qBACd;iBACF,CAAC,CAAA;gBAEF,MAAM,UAAU,EAAE,CAAA;aACnB;iBAAM;gBACL,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE;wBACN;4BACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;4BAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,4CAA4C,EAAE;4BAC1D,KAAK,EAAE;gCACL,QAAQ,EAAE,kBAAkB;gCAC5B,OAAO,EAAE,4BAA4B;6BACtC;yBACF;qBACF;iBACF,CAAC,CAAA;aACH;SACF;QAAC,OAAO,GAAG,EAAE;YACZ,IAAI,GAAG,YAAY,sBAAa,EAAE;gBAChC,MAAM,MAAM,GAAG,IAAA,mCAA0B,EAAC,GAAG,CAAC,MAAM,CAAC,CAAA;gBACrD,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE,MAAM;iBACf,CAAC,CAAA;aACH;iBAAM;gBACL,MAAM,KAAK,GAAG,GAAY,CAAA;gBAC1B,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE;wBACN;4BACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;4BAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,gCAAgC,EAAE;4BAC9C,KAAK,EAAE;gCACL,QAAQ,EAAE,cAAc;gCACxB,OAAO,EAAE,KAAK,CAAC,OAAO;6BACvB;yBACF;qBACF;iBACF,CAAC,CAAA;aACH;SACF;IACH,CAAC;CACF,CAAA"}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tests_1 = require("../../../../src/tests");
4
+ const sdk_1 = require("../../gql/sdk");
5
+ const sdk_2 = require("../../gql/__mocks__/sdk");
6
+ const archivePatient_1 = require("../archivePatient");
7
+ jest.mock('../../gql/sdk');
8
+ jest.mock('../../graphqlClient');
9
+ describe('archivePatient action', () => {
10
+ const onComplete = jest.fn();
11
+ beforeAll(() => {
12
+ ;
13
+ sdk_1.getSdk.mockImplementation(sdk_2.mockGetSdk);
14
+ });
15
+ beforeEach(() => {
16
+ jest.clearAllMocks();
17
+ });
18
+ test('Should archive a patient', async () => {
19
+ await archivePatient_1.archivePatient.onActivityCreated((0, tests_1.generateTestPayload)({
20
+ pathway: {
21
+ id: 'pathway-id',
22
+ definition_id: 'pathway-definition-id',
23
+ },
24
+ activity: {
25
+ id: 'activity-id',
26
+ },
27
+ patient: { id: 'test-patient' },
28
+ fields: {
29
+ id: 'patient-1',
30
+ },
31
+ settings: {
32
+ apiKey: 'apiKey',
33
+ apiUrl: 'test-url',
34
+ },
35
+ }), onComplete, jest.fn());
36
+ expect(sdk_2.mockGetSdkReturn.updatePatient).toHaveBeenCalledWith({
37
+ input: { id: 'patient-1', active: false },
38
+ });
39
+ expect(onComplete).toHaveBeenCalled();
40
+ });
41
+ });
42
+ //# sourceMappingURL=archivePatient.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"archivePatient.test.js","sourceRoot":"","sources":["../../../../../extensions/healthie/actions/archivePatient/archivePatient.test.ts"],"names":[],"mappings":";;AAAA,iDAA2D;AAC3D,uCAAsC;AACtC,iDAAsE;AACtE,sDAAkD;AAElD,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,CAAA;AAC1B,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAA;AAEhC,QAAQ,CAAC,uBAAuB,EAAE,GAAG,EAAE;IACrC,MAAM,UAAU,GAAG,IAAI,CAAC,EAAE,EAAE,CAAA;IAE5B,SAAS,CAAC,GAAG,EAAE;QACb,CAAC;QAAC,YAAoB,CAAC,kBAAkB,CAAC,gBAAU,CAAC,CAAA;IACvD,CAAC,CAAC,CAAA;IAEF,UAAU,CAAC,GAAG,EAAE;QACd,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC,CAAC,CAAA;IAEF,IAAI,CAAC,0BAA0B,EAAE,KAAK,IAAI,EAAE;QAC1C,MAAM,+BAAc,CAAC,iBAAiB,CACpC,IAAA,2BAAmB,EAAC;YAClB,OAAO,EAAE;gBACP,EAAE,EAAE,YAAY;gBAChB,aAAa,EAAE,uBAAuB;aACvC;YACD,QAAQ,EAAE;gBACR,EAAE,EAAE,aAAa;aAClB;YACD,OAAO,EAAE,EAAE,EAAE,EAAE,cAAc,EAAE;YAC/B,MAAM,EAAE;gBACN,EAAE,EAAE,WAAW;aAChB;YACD,QAAQ,EAAE;gBACR,MAAM,EAAE,QAAQ;gBAChB,MAAM,EAAE,UAAU;aACnB;SACF,CAAC,EACF,UAAU,EACV,IAAI,CAAC,EAAE,EAAE,CACV,CAAA;QAED,MAAM,CAAC,sBAAgB,CAAC,aAAa,CAAC,CAAC,oBAAoB,CAAC;YAC1D,KAAK,EAAE,EAAE,EAAE,EAAE,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE;SAC1C,CAAC,CAAA;QACF,MAAM,CAAC,UAAU,CAAC,CAAC,gBAAgB,EAAE,CAAA;IACvC,CAAC,CAAC,CAAA;AACJ,CAAC,CAAC,CAAA"}
@@ -0,0 +1,10 @@
1
+ import { FieldType } from '@awell-health/extensions-core';
2
+ export declare const fields: {
3
+ id: {
4
+ id: string;
5
+ label: string;
6
+ description: string;
7
+ type: FieldType.STRING;
8
+ required: true;
9
+ };
10
+ };
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.fields = void 0;
4
+ const extensions_core_1 = require("@awell-health/extensions-core");
5
+ exports.fields = {
6
+ id: {
7
+ id: 'id',
8
+ label: 'ID',
9
+ description: 'The id of the patient in Healthie.',
10
+ type: extensions_core_1.FieldType.STRING,
11
+ required: true,
12
+ },
13
+ };
14
+ //# sourceMappingURL=fields.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/healthie/actions/archivePatient/config/fields.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAExD,QAAA,MAAM,GAAG;IACpB,EAAE,EAAE;QACF,EAAE,EAAE,IAAI;QACR,KAAK,EAAE,IAAI;QACX,WAAW,EAAE,oCAAoC;QACjD,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;CAC8B,CAAA"}
@@ -0,0 +1 @@
1
+ export { fields } from './fields';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.fields = void 0;
4
+ var fields_1 = require("./fields");
5
+ Object.defineProperty(exports, "fields", { enumerable: true, get: function () { return fields_1.fields; } });
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/healthie/actions/archivePatient/config/index.ts"],"names":[],"mappings":";;;AAAA,mCAAiC;AAAxB,gGAAA,MAAM,OAAA"}
@@ -0,0 +1 @@
1
+ export * from './archivePatient';
@@ -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("./archivePatient"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../extensions/healthie/actions/archivePatient/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAgC"}
@@ -0,0 +1,4 @@
1
+ import { type Action } from '@awell-health/extensions-core';
2
+ import { type settings } from '../../settings';
3
+ import { fields } from './config';
4
+ export declare const assignPatientToGroup: Action<typeof fields, typeof settings>;
@@ -3,32 +3,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.assignPatientToGroup = void 0;
4
4
  const lodash_1 = require("lodash");
5
5
  const extensions_core_1 = require("@awell-health/extensions-core");
6
- const extensions_core_2 = require("@awell-health/extensions-core");
7
- const sdk_1 = require("../gql/sdk");
8
- const graphqlClient_1 = require("../graphqlClient");
9
- const errors_1 = require("../errors");
10
- const fields = {
11
- id: {
12
- id: 'id',
13
- label: 'Patient ID',
14
- description: 'The id of the patient in Healthie.',
15
- type: extensions_core_1.FieldType.STRING,
16
- required: true,
17
- },
18
- groupId: {
19
- id: 'groupId',
20
- label: 'Group ID',
21
- description: 'The ID of the group the patient will be assigned to. Leave blank to remove the patient from a group.',
22
- type: extensions_core_1.FieldType.STRING,
23
- required: false,
24
- },
25
- };
6
+ const sdk_1 = require("../../gql/sdk");
7
+ const graphqlClient_1 = require("../../graphqlClient");
8
+ const errors_1 = require("../../errors");
9
+ const config_1 = require("./config");
26
10
  exports.assignPatientToGroup = {
27
11
  key: 'assignPatientToGroup',
28
- category: extensions_core_2.Category.EHR_INTEGRATIONS,
12
+ category: extensions_core_1.Category.EHR_INTEGRATIONS,
29
13
  title: 'Assign patient to group',
30
14
  description: 'Assign or remove a patient from a group in Healthie.',
31
- fields,
15
+ fields: config_1.fields,
32
16
  previewable: true,
33
17
  onActivityCreated: async (payload, onComplete, onError) => {
34
18
  const { fields, settings } = payload;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assignPatientToGroup.js","sourceRoot":"","sources":["../../../../../extensions/healthie/actions/assignPatientToGroup/assignPatientToGroup.ts"],"names":[],"mappings":";;;AAAA,mCAA8B;AAE9B,mEAAwD;AACxD,uCAAsC;AACtC,uDAAsD;AAEtD,yCAAwE;AACxE,qCAAiC;AAEpB,QAAA,oBAAoB,GAA2C;IAC1E,GAAG,EAAE,sBAAsB;IAC3B,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,yBAAyB;IAChC,WAAW,EAAE,sDAAsD;IACnE,MAAM,EAAN,eAAM;IACN,WAAW,EAAE,IAAI;IACjB,iBAAiB,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAiB,EAAE;QACvE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAA;QACpC,MAAM,EAAE,EAAE,EAAE,OAAO,EAAE,GAAG,MAAM,CAAA;QAC9B,IAAI;YACF,IAAI,IAAA,cAAK,EAAC,EAAE,CAAC,EAAE;gBACb,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE;wBACN;4BACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;4BAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,oBAAoB,EAAE;4BAClC,KAAK,EAAE;gCACL,QAAQ,EAAE,gBAAgB;gCAC1B,OAAO,EAAE,iBAAiB;6BAC3B;yBACF;qBACF;iBACF,CAAC,CAAA;gBACF,OAAM;aACP;YAED,MAAM,MAAM,GAAG,IAAA,gCAAgB,EAAC,QAAQ,CAAC,CAAA;YACzC,IAAI,MAAM,KAAK,SAAS,EAAE;gBACxB,MAAM,GAAG,GAAG,IAAA,YAAM,EAAC,MAAM,CAAC,CAAA;gBAC1B,MAAM,GAAG,CAAC,aAAa,CAAC;oBACtB,KAAK,EAAE;wBACL,EAAE;wBACF,4DAA4D;wBAC5D,aAAa,EAAE,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE;qBAC7B;iBACF,CAAC,CAAA;gBAEF,MAAM,UAAU,EAAE,CAAA;aACnB;iBAAM;gBACL,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE;wBACN;4BACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;4BAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,4CAA4C,EAAE;4BAC1D,KAAK,EAAE;gCACL,QAAQ,EAAE,kBAAkB;gCAC5B,OAAO,EAAE,4BAA4B;6BACtC;yBACF;qBACF;iBACF,CAAC,CAAA;aACH;SACF;QAAC,OAAO,GAAG,EAAE;YACZ,IAAI,GAAG,YAAY,sBAAa,EAAE;gBAChC,MAAM,MAAM,GAAG,IAAA,mCAA0B,EAAC,GAAG,CAAC,MAAM,CAAC,CAAA;gBACrD,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE,MAAM;iBACf,CAAC,CAAA;aACH;iBAAM;gBACL,MAAM,KAAK,GAAG,GAAY,CAAA;gBAC1B,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE;wBACN;4BACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;4BAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,gCAAgC,EAAE;4BAC9C,KAAK,EAAE;gCACL,QAAQ,EAAE,cAAc;gCACxB,OAAO,EAAE,KAAK,CAAC,OAAO;6BACvB;yBACF;qBACF;iBACF,CAAC,CAAA;aACH;SACF;IACH,CAAC;CACF,CAAA"}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tests_1 = require("../../../../src/tests");
4
+ const sdk_1 = require("../../gql/sdk");
5
+ const sdk_2 = require("../../gql/__mocks__/sdk");
6
+ const assignPatientToGroup_1 = require("../assignPatientToGroup");
7
+ jest.mock('../../gql/sdk');
8
+ jest.mock('../../graphqlClient');
9
+ describe('assignPatientToGroup action', () => {
10
+ const onComplete = jest.fn();
11
+ beforeAll(() => {
12
+ ;
13
+ sdk_1.getSdk.mockImplementation(sdk_2.mockGetSdk);
14
+ });
15
+ beforeEach(() => {
16
+ jest.clearAllMocks();
17
+ });
18
+ test.each([
19
+ { inputGroupId: undefined, assignedGroupId: '' },
20
+ { inputGroupId: '', assignedGroupId: '' },
21
+ { inputGroupId: 'xyz123', assignedGroupId: 'xyz123' },
22
+ ])('$#. When groupId equals "$inputGroupId", then it should be called with "$assignedGroupId"', async ({ inputGroupId, assignedGroupId }) => {
23
+ await assignPatientToGroup_1.assignPatientToGroup.onActivityCreated((0, tests_1.generateTestPayload)({
24
+ fields: {
25
+ id: 'patient-1',
26
+ groupId: inputGroupId,
27
+ },
28
+ settings: {
29
+ apiKey: 'apiKey',
30
+ apiUrl: 'test-url',
31
+ },
32
+ }), onComplete, jest.fn());
33
+ expect(sdk_2.mockGetSdkReturn.updatePatient).toHaveBeenCalledWith({
34
+ input: {
35
+ id: 'patient-1',
36
+ user_group_id: assignedGroupId,
37
+ },
38
+ });
39
+ expect(onComplete).toHaveBeenCalled();
40
+ });
41
+ });
42
+ //# sourceMappingURL=assignPatientToGroup.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assignPatientToGroup.test.js","sourceRoot":"","sources":["../../../../../extensions/healthie/actions/assignPatientToGroup/assignPatientToGroup.test.ts"],"names":[],"mappings":";;AAAA,iDAA2D;AAC3D,uCAAsC;AACtC,iDAAsE;AACtE,kEAA8D;AAE9D,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,CAAA;AAC1B,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAA;AAEhC,QAAQ,CAAC,6BAA6B,EAAE,GAAG,EAAE;IAC3C,MAAM,UAAU,GAAG,IAAI,CAAC,EAAE,EAAE,CAAA;IAE5B,SAAS,CAAC,GAAG,EAAE;QACb,CAAC;QAAC,YAAoB,CAAC,kBAAkB,CAAC,gBAAU,CAAC,CAAA;IACvD,CAAC,CAAC,CAAA;IAEF,UAAU,CAAC,GAAG,EAAE;QACd,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC,CAAC,CAAA;IAEF,IAAI,CAAC,IAAI,CAAC;QACR,EAAE,YAAY,EAAE,SAAS,EAAE,eAAe,EAAE,EAAE,EAAE;QAChD,EAAE,YAAY,EAAE,EAAE,EAAE,eAAe,EAAE,EAAE,EAAE;QACzC,EAAE,YAAY,EAAE,QAAQ,EAAE,eAAe,EAAE,QAAQ,EAAE;KACtD,CAAC,CACA,2FAA2F,EAC3F,KAAK,EAAE,EAAE,YAAY,EAAE,eAAe,EAAE,EAAE,EAAE;QAC1C,MAAM,2CAAoB,CAAC,iBAAiB,CAC1C,IAAA,2BAAmB,EAAC;YAClB,MAAM,EAAE;gBACN,EAAE,EAAE,WAAW;gBACf,OAAO,EAAE,YAAY;aACtB;YACD,QAAQ,EAAE;gBACR,MAAM,EAAE,QAAQ;gBAChB,MAAM,EAAE,UAAU;aACnB;SACF,CAAC,EACF,UAAU,EACV,IAAI,CAAC,EAAE,EAAE,CACV,CAAA;QAED,MAAM,CAAC,sBAAgB,CAAC,aAAa,CAAC,CAAC,oBAAoB,CAAC;YAC1D,KAAK,EAAE;gBACL,EAAE,EAAE,WAAW;gBACf,aAAa,EAAE,eAAe;aAC/B;SACF,CAAC,CAAA;QACF,MAAM,CAAC,UAAU,CAAC,CAAC,gBAAgB,EAAE,CAAA;IACvC,CAAC,CACF,CAAA;AACH,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import { FieldType, type Action } from '@awell-health/extensions-core';
2
- import { type settings } from '../settings';
3
- declare const fields: {
1
+ import { FieldType } from '@awell-health/extensions-core';
2
+ export declare const fields: {
4
3
  id: {
5
4
  id: string;
6
5
  label: string;
@@ -16,5 +15,3 @@ declare const fields: {
16
15
  required: false;
17
16
  };
18
17
  };
19
- export declare const assignPatientToGroup: Action<typeof fields, typeof settings>;
20
- export {};
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.fields = void 0;
4
+ const extensions_core_1 = require("@awell-health/extensions-core");
5
+ exports.fields = {
6
+ id: {
7
+ id: 'id',
8
+ label: 'Patient ID',
9
+ description: 'The id of the patient in Healthie.',
10
+ type: extensions_core_1.FieldType.STRING,
11
+ required: true,
12
+ },
13
+ groupId: {
14
+ id: 'groupId',
15
+ label: 'Group ID',
16
+ description: 'The ID of the group the patient will be assigned to. Leave blank to remove the patient from a group.',
17
+ type: extensions_core_1.FieldType.STRING,
18
+ required: false,
19
+ },
20
+ };
21
+ //# sourceMappingURL=fields.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/healthie/actions/assignPatientToGroup/config/fields.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAExD,QAAA,MAAM,GAAG;IACpB,EAAE,EAAE;QACF,EAAE,EAAE,IAAI;QACR,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,oCAAoC;QACjD,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,UAAU;QACjB,WAAW,EACT,sGAAsG;QACxG,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,KAAK;KAChB;CAC8B,CAAA"}
@@ -0,0 +1 @@
1
+ export { fields } from './fields';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.fields = void 0;
4
+ var fields_1 = require("./fields");
5
+ Object.defineProperty(exports, "fields", { enumerable: true, get: function () { return fields_1.fields; } });
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/healthie/actions/assignPatientToGroup/config/index.ts"],"names":[],"mappings":";;;AAAA,mCAAiC;AAAxB,gGAAA,MAAM,OAAA"}
@@ -0,0 +1 @@
1
+ export * from './assignPatientToGroup';
@@ -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("./assignPatientToGroup"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../extensions/healthie/actions/assignPatientToGroup/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAsC"}
@@ -0,0 +1,4 @@
1
+ import { type Action } from '@awell-health/extensions-core';
2
+ import { type settings } from '../../settings';
3
+ import { fields } from './config';
4
+ export declare const cancelAppointment: Action<typeof fields, typeof settings>;
@@ -2,26 +2,17 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.cancelAppointment = void 0;
4
4
  const lodash_1 = require("lodash");
5
- const errors_1 = require("../errors");
5
+ const errors_1 = require("../../errors");
6
6
  const extensions_core_1 = require("@awell-health/extensions-core");
7
- const extensions_core_2 = require("@awell-health/extensions-core");
8
- const sdk_1 = require("../gql/sdk");
9
- const graphqlClient_1 = require("../graphqlClient");
10
- const fields = {
11
- id: {
12
- id: 'id',
13
- label: 'ID',
14
- description: 'The id of the appointment in Healthie.',
15
- type: extensions_core_1.FieldType.STRING,
16
- required: true,
17
- },
18
- };
7
+ const sdk_1 = require("../../gql/sdk");
8
+ const graphqlClient_1 = require("../../graphqlClient");
9
+ const config_1 = require("./config");
19
10
  exports.cancelAppointment = {
20
11
  key: 'cancelAppointment',
21
- category: extensions_core_2.Category.EHR_INTEGRATIONS,
12
+ category: extensions_core_1.Category.EHR_INTEGRATIONS,
22
13
  title: 'Cancel appointment',
23
14
  description: 'Cancel an appointment in Healthie.',
24
- fields,
15
+ fields: config_1.fields,
25
16
  previewable: true,
26
17
  onActivityCreated: async (payload, onComplete, onError) => {
27
18
  const { fields, settings } = payload;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancelAppointment.js","sourceRoot":"","sources":["../../../../../extensions/healthie/actions/cancelAppointment/cancelAppointment.ts"],"names":[],"mappings":";;;AAAA,mCAA8B;AAC9B,yCAAwE;AAExE,mEAAwD;AACxD,uCAAsC;AACtC,uDAAsD;AAEtD,qCAAiC;AAEpB,QAAA,iBAAiB,GAA2C;IACvE,GAAG,EAAE,mBAAmB;IACxB,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,oBAAoB;IAC3B,WAAW,EAAE,oCAAoC;IACjD,MAAM,EAAN,eAAM;IACN,WAAW,EAAE,IAAI;IACjB,iBAAiB,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAiB,EAAE;QACvE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAA;QACpC,MAAM,EAAE,EAAE,EAAE,GAAG,MAAM,CAAA;QACrB,IAAI;YACF,IAAI,IAAA,cAAK,EAAC,EAAE,CAAC,EAAE;gBACb,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE;wBACN;4BACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;4BAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,oBAAoB,EAAE;4BAClC,KAAK,EAAE;gCACL,QAAQ,EAAE,gBAAgB;gCAC1B,OAAO,EAAE,iBAAiB;6BAC3B;yBACF;qBACF;iBACF,CAAC,CAAA;gBACF,OAAM;aACP;YAED,MAAM,MAAM,GAAG,IAAA,gCAAgB,EAAC,QAAQ,CAAC,CAAA;YACzC,IAAI,MAAM,KAAK,SAAS,EAAE;gBACxB,MAAM,GAAG,GAAG,IAAA,YAAM,EAAC,MAAM,CAAC,CAAA;gBAC1B,MAAM,GAAG,CAAC,iBAAiB,CAAC;oBAC1B,KAAK,EAAE;wBACL,EAAE;wBACF,SAAS,EAAE,WAAW;qBACvB;iBACF,CAAC,CAAA;gBAEF,MAAM,UAAU,EAAE,CAAA;aACnB;iBAAM;gBACL,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE;wBACN;4BACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;4BAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,4CAA4C,EAAE;4BAC1D,KAAK,EAAE;gCACL,QAAQ,EAAE,kBAAkB;gCAC5B,OAAO,EAAE,4BAA4B;6BACtC;yBACF;qBACF;iBACF,CAAC,CAAA;aACH;SACF;QAAC,OAAO,GAAG,EAAE;YACZ,IAAI,GAAG,YAAY,sBAAa,EAAE;gBAChC,MAAM,MAAM,GAAG,IAAA,mCAA0B,EAAC,GAAG,CAAC,MAAM,CAAC,CAAA;gBACrD,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE,MAAM;iBACf,CAAC,CAAA;aACH;iBAAM;gBACL,MAAM,KAAK,GAAG,GAAY,CAAA;gBAC1B,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE;wBACN;4BACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;4BAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,gCAAgC,EAAE;4BAC9C,KAAK,EAAE;gCACL,QAAQ,EAAE,cAAc;gCACxB,OAAO,EAAE,KAAK,CAAC,OAAO;6BACvB;yBACF;qBACF;iBACF,CAAC,CAAA;aACH;SACF;IACH,CAAC;CACF,CAAA"}