@awell-health/awell-extensions 1.1.62 → 1.2.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (427) hide show
  1. package/dist/extensions/avaAi/common/sdk/openAiSdk.d.ts +2 -0
  2. package/dist/extensions/avaAi/common/sdk/openAiSdk.js +5 -0
  3. package/dist/extensions/avaAi/common/sdk/openAiSdk.js.map +1 -0
  4. package/dist/extensions/avaAi/index.d.ts +2 -0
  5. package/dist/extensions/avaAi/index.js +21 -0
  6. package/dist/extensions/avaAi/index.js.map +1 -0
  7. package/dist/extensions/avaAi/settings.d.ts +18 -0
  8. package/dist/extensions/avaAi/settings.js +22 -0
  9. package/dist/extensions/avaAi/settings.js.map +1 -0
  10. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/dataPoints.d.ts +10 -0
  11. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/dataPoints.js +15 -0
  12. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/dataPoints.js.map +1 -0
  13. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/fields.d.ts +29 -0
  14. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/fields.js +46 -0
  15. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/fields.js.map +1 -0
  16. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/index.d.ts +2 -0
  17. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/index.js +9 -0
  18. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/index.js.map +1 -0
  19. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.d.ts +4 -0
  20. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.js +83 -0
  21. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.js.map +1 -0
  22. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.test.d.ts +1 -0
  23. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.test.js +27 -0
  24. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.test.js.map +1 -0
  25. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/index.d.ts +1 -0
  26. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/index.js +6 -0
  27. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/index.js.map +1 -0
  28. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.d.ts +3 -0
  29. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.js +43 -0
  30. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.js.map +1 -0
  31. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.test.d.ts +1 -0
  32. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.test.js +133 -0
  33. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.test.js.map +1 -0
  34. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/index.d.ts +1 -0
  35. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/index.js +6 -0
  36. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/index.js.map +1 -0
  37. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/index.d.ts +1 -0
  38. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/index.js +6 -0
  39. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/index.js.map +1 -0
  40. package/dist/extensions/avaAi/v1/actions/index.d.ts +1 -0
  41. package/dist/extensions/avaAi/v1/actions/index.js +6 -0
  42. package/dist/extensions/avaAi/v1/actions/index.js.map +1 -0
  43. package/dist/extensions/awell/v1/gql/fragment-masking.d.ts +13 -0
  44. package/dist/extensions/awell/v1/gql/fragment-masking.js +12 -0
  45. package/dist/extensions/awell/v1/gql/fragment-masking.js.map +1 -0
  46. package/dist/extensions/awell/v1/gql/gql.d.ts +36 -0
  47. package/dist/extensions/awell/v1/gql/gql.js +47 -0
  48. package/dist/extensions/awell/v1/gql/gql.js.map +1 -0
  49. package/dist/extensions/awell/v1/gql/index.d.ts +2 -0
  50. package/dist/extensions/awell/v1/gql/index.js +19 -0
  51. package/dist/extensions/awell/v1/gql/index.js.map +1 -0
  52. package/dist/extensions/calDotCom/actions/bookAppointment/bookAppointment.js +2 -0
  53. package/dist/extensions/calDotCom/actions/bookAppointment/bookAppointment.js.map +1 -1
  54. package/dist/extensions/calDotCom/actions/bookAppointment/component/BookAppointmentAction.d.ts +9 -0
  55. package/dist/extensions/calDotCom/actions/bookAppointment/component/BookAppointmentAction.js +55 -0
  56. package/dist/extensions/calDotCom/actions/bookAppointment/component/BookAppointmentAction.js.map +1 -0
  57. package/dist/extensions/calDotCom/actions/bookAppointment/component/types.d.ts +10 -0
  58. package/dist/extensions/calDotCom/actions/bookAppointment/component/types.js +8 -0
  59. package/dist/extensions/calDotCom/actions/bookAppointment/component/types.js.map +1 -0
  60. package/dist/extensions/calendly/webhooks/eventRescheduled.d.ts +71 -0
  61. package/dist/extensions/calendly/webhooks/eventRescheduled.js +113 -0
  62. package/dist/extensions/calendly/webhooks/eventRescheduled.js.map +1 -0
  63. package/dist/extensions/canvasMedical/v1/validation/address.zod.d.ts +2 -2
  64. package/dist/extensions/canvasMedical/v1/validation/appointment.zod.d.ts +8 -8
  65. package/dist/extensions/canvasMedical/v1/validation/claim.d.ts +2 -2
  66. package/dist/extensions/canvasMedical/v1/validation/identifier.zod.d.ts +2 -2
  67. package/dist/extensions/canvasMedical/v1/validation/patient.zod.d.ts +32 -32
  68. package/dist/extensions/canvasMedical/v1/validation/questionnaireResponses.zod.d.ts +16 -16
  69. package/dist/extensions/canvasMedical/v1/validation/task.zod.d.ts +8 -8
  70. package/dist/extensions/dockHealth/api/schema/task.schema.d.ts +2 -2
  71. package/dist/extensions/experimental/v1/actions/enterMedication/config/datapoints.d.ts +6 -0
  72. package/dist/extensions/experimental/v1/actions/enterMedication/config/datapoints.js +10 -0
  73. package/dist/extensions/experimental/v1/actions/enterMedication/config/datapoints.js.map +1 -0
  74. package/dist/extensions/experimental/v1/actions/enterMedication/config/fields.d.ts +3 -0
  75. package/dist/extensions/experimental/v1/actions/enterMedication/config/fields.js +7 -0
  76. package/dist/extensions/experimental/v1/actions/enterMedication/config/fields.js.map +1 -0
  77. package/dist/extensions/experimental/v1/actions/enterMedication/config/index.d.ts +2 -0
  78. package/dist/extensions/experimental/v1/actions/enterMedication/config/index.js +9 -0
  79. package/dist/extensions/experimental/v1/actions/enterMedication/config/index.js.map +1 -0
  80. package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.d.ts +4 -0
  81. package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.js +24 -0
  82. package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.js.map +1 -0
  83. package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.test.d.ts +1 -0
  84. package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.test.js +21 -0
  85. package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.test.js.map +1 -0
  86. package/dist/extensions/experimental/v1/actions/enterMedication/index.d.ts +1 -0
  87. package/dist/extensions/experimental/v1/actions/enterMedication/index.js +6 -0
  88. package/dist/extensions/experimental/v1/actions/enterMedication/index.js.map +1 -0
  89. package/dist/extensions/healthie/codegen.d.ts +3 -0
  90. package/dist/extensions/healthie/codegen.js +20 -0
  91. package/dist/extensions/healthie/codegen.js.map +1 -0
  92. package/dist/extensions/healthie/errors.d.ts +9 -0
  93. package/dist/extensions/healthie/errors.js +42 -0
  94. package/dist/extensions/healthie/errors.js.map +1 -0
  95. package/dist/extensions/healthie/gql/sdk.d.ts +24576 -0
  96. package/dist/extensions/healthie/gql/sdk.js +1002 -0
  97. package/dist/extensions/healthie/gql/sdk.js.map +1 -0
  98. package/dist/extensions/healthie/graphqlClient.d.ts +5 -0
  99. package/dist/extensions/healthie/graphqlClient.js +31 -0
  100. package/dist/extensions/healthie/graphqlClient.js.map +1 -0
  101. package/dist/extensions/healthie/graphqlClient.test.d.ts +1 -0
  102. package/dist/extensions/healthie/graphqlClient.test.js +63 -0
  103. package/dist/extensions/healthie/graphqlClient.test.js.map +1 -0
  104. package/dist/extensions/healthie/helpers.d.ts +1 -0
  105. package/dist/extensions/healthie/helpers.js +18 -0
  106. package/dist/extensions/healthie/helpers.js.map +1 -0
  107. package/dist/extensions/healthie/types.d.ts +11 -0
  108. package/dist/extensions/healthie/types.js +3 -0
  109. package/dist/extensions/healthie/types.js.map +1 -0
  110. package/dist/extensions/healthie/validation/createTask.zod.d.ts +168 -0
  111. package/dist/extensions/healthie/validation/createTask.zod.js +113 -0
  112. package/dist/extensions/healthie/validation/createTask.zod.js.map +1 -0
  113. package/dist/extensions/healthie/validation/dateValidation.d.ts +11 -0
  114. package/dist/extensions/healthie/validation/dateValidation.js +27 -0
  115. package/dist/extensions/healthie/validation/dateValidation.js.map +1 -0
  116. package/dist/extensions/healthie/validation/getPatient.zod.d.ts +12 -0
  117. package/dist/extensions/healthie/validation/getPatient.zod.js +50 -0
  118. package/dist/extensions/healthie/validation/getPatient.zod.js.map +1 -0
  119. package/dist/extensions/healthie/validation/sendFormCompletionRequest.zod.d.ts +57 -0
  120. package/dist/extensions/healthie/validation/sendFormCompletionRequest.zod.js +106 -0
  121. package/dist/extensions/healthie/validation/sendFormCompletionRequest.zod.js.map +1 -0
  122. package/dist/extensions/healthie/webhooks/appointmentCreated.test.d.ts +1 -0
  123. package/dist/extensions/healthie/webhooks/appointmentCreated.test.js +61 -0
  124. package/dist/extensions/healthie/webhooks/appointmentCreated.test.js.map +1 -0
  125. package/dist/extensions/healthie/webhooks/goalCreated.test.d.ts +1 -0
  126. package/dist/extensions/healthie/webhooks/goalCreated.test.js +35 -0
  127. package/dist/extensions/healthie/webhooks/goalCreated.test.js.map +1 -0
  128. package/dist/extensions/healthie/webhooks/goalDeleted.d.ts +11 -0
  129. package/dist/extensions/healthie/webhooks/goalDeleted.js +30 -0
  130. package/dist/extensions/healthie/webhooks/goalDeleted.js.map +1 -0
  131. package/dist/extensions/healthie/webhooks/metricEntryDeleted.d.ts +11 -0
  132. package/dist/extensions/healthie/webhooks/metricEntryDeleted.js +30 -0
  133. package/dist/extensions/healthie/webhooks/metricEntryDeleted.js.map +1 -0
  134. package/dist/extensions/healthie/webhooks/requestedFormCompletionDeleted.d.ts +11 -0
  135. package/dist/extensions/healthie/webhooks/requestedFormCompletionDeleted.js +30 -0
  136. package/dist/extensions/healthie/webhooks/requestedFormCompletionDeleted.js.map +1 -0
  137. package/dist/extensions/healthie/webhooks/taskDeleted.d.ts +11 -0
  138. package/dist/extensions/healthie/webhooks/taskDeleted.js +30 -0
  139. package/dist/extensions/healthie/webhooks/taskDeleted.js.map +1 -0
  140. package/dist/extensions/mailgun/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
  141. package/dist/extensions/medplum/actions/createServiceRequest/config/fields.d.ts +2 -2
  142. package/dist/extensions/medplum/actions/createTask/config/fields.d.ts +2 -2
  143. package/dist/extensions/medplum/fhir/schemas/resources/serviceRequest.schema.d.ts +2 -2
  144. package/dist/extensions/medplum/fhir/schemas/resources/task.schema.d.ts +2 -2
  145. package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.d.ts +11 -0
  146. package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.js +39 -0
  147. package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.js.map +1 -0
  148. package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.test.d.ts +1 -0
  149. package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.test.js +85 -0
  150. package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.test.js.map +1 -0
  151. package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/fields.d.ts +18 -0
  152. package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/fields.js +18 -0
  153. package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/fields.js.map +1 -0
  154. package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/index.d.ts +2 -0
  155. package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/index.js +9 -0
  156. package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/index.js.map +1 -0
  157. package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/settings.d.ts +35 -0
  158. package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/settings.js +17 -0
  159. package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/settings.js.map +1 -0
  160. package/dist/extensions/wellinks/actions/checkForChat/checkForChat.d.ts +33 -0
  161. package/dist/extensions/wellinks/actions/checkForChat/checkForChat.js +129 -0
  162. package/dist/extensions/wellinks/actions/checkForChat/checkForChat.js.map +1 -0
  163. package/dist/extensions/wellinks/actions/checkForChat/checkForChat.test.d.ts +1 -0
  164. package/dist/extensions/wellinks/actions/checkForChat/checkForChat.test.js +154 -0
  165. package/dist/extensions/wellinks/actions/checkForChat/checkForChat.test.js.map +1 -0
  166. package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.d.ts +26 -0
  167. package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.js +139 -0
  168. package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.js.map +1 -0
  169. package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.test.d.ts +1 -0
  170. package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.test.js +185 -0
  171. package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.test.js.map +1 -0
  172. package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.d.ts +23 -0
  173. package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.js +153 -0
  174. package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.js.map +1 -0
  175. package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.test.d.ts +1 -0
  176. package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.test.js +184 -0
  177. package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.test.js.map +1 -0
  178. package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.d.ts +26 -0
  179. package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.js +118 -0
  180. package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.js.map +1 -0
  181. package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.d.ts +1 -0
  182. package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.js +119 -0
  183. package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.js.map +1 -0
  184. package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/fields.d.ts +66 -0
  185. package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/fields.js +59 -0
  186. package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/fields.js.map +1 -0
  187. package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/index.d.ts +1 -0
  188. package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/index.js +6 -0
  189. package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/index.js.map +1 -0
  190. package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.d.ts +4 -0
  191. package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.js +80 -0
  192. package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.js.map +1 -0
  193. package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.d.ts +1 -0
  194. package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.js +47 -0
  195. package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.js.map +1 -0
  196. package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/index.d.ts +1 -0
  197. package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/index.js +6 -0
  198. package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/index.js.map +1 -0
  199. package/dist/extensions/wellinks/actions/createFlourishCustomer/config/fields.d.ts +58 -0
  200. package/dist/extensions/wellinks/actions/createFlourishCustomer/config/fields.js +56 -0
  201. package/dist/extensions/wellinks/actions/createFlourishCustomer/config/fields.js.map +1 -0
  202. package/dist/extensions/wellinks/actions/createFlourishCustomer/config/index.d.ts +2 -0
  203. package/dist/extensions/wellinks/actions/createFlourishCustomer/config/index.js +9 -0
  204. package/dist/extensions/wellinks/actions/createFlourishCustomer/config/index.js.map +1 -0
  205. package/dist/extensions/wellinks/actions/createFlourishCustomer/config/settings.d.ts +35 -0
  206. package/dist/extensions/wellinks/actions/createFlourishCustomer/config/settings.js +17 -0
  207. package/dist/extensions/wellinks/actions/createFlourishCustomer/config/settings.js.map +1 -0
  208. package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.d.ts +11 -0
  209. package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.js +56 -0
  210. package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.js.map +1 -0
  211. package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.test.d.ts +1 -0
  212. package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.test.js +53 -0
  213. package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.test.js.map +1 -0
  214. package/dist/extensions/wellinks/actions/index.d.ts +967 -0
  215. package/dist/extensions/wellinks/actions/index.js +24 -0
  216. package/dist/extensions/wellinks/actions/index.js.map +1 -0
  217. package/dist/extensions/wellinks/actions/insertMemberListEvent/config/fields.d.ts +78 -0
  218. package/dist/extensions/wellinks/actions/insertMemberListEvent/config/fields.js +66 -0
  219. package/dist/extensions/wellinks/actions/insertMemberListEvent/config/fields.js.map +1 -0
  220. package/dist/extensions/wellinks/actions/insertMemberListEvent/config/index.d.ts +2 -0
  221. package/dist/extensions/wellinks/actions/insertMemberListEvent/config/index.js +9 -0
  222. package/dist/extensions/wellinks/actions/insertMemberListEvent/config/index.js.map +1 -0
  223. package/dist/extensions/wellinks/actions/insertMemberListEvent/config/settings.d.ts +35 -0
  224. package/dist/extensions/wellinks/actions/insertMemberListEvent/config/settings.js +11 -0
  225. package/dist/extensions/wellinks/actions/insertMemberListEvent/config/settings.js.map +1 -0
  226. package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.d.ts +11 -0
  227. package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.js +75 -0
  228. package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.js.map +1 -0
  229. package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.test.d.ts +1 -0
  230. package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.test.js +133 -0
  231. package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.test.js.map +1 -0
  232. package/dist/extensions/wellinks/actions/submitPamSurvey/config/fields.d.ts +188 -0
  233. package/dist/extensions/wellinks/actions/submitPamSurvey/config/fields.js +160 -0
  234. package/dist/extensions/wellinks/actions/submitPamSurvey/config/fields.js.map +1 -0
  235. package/dist/extensions/wellinks/actions/submitPamSurvey/config/index.d.ts +2 -0
  236. package/dist/extensions/wellinks/actions/submitPamSurvey/config/index.js +9 -0
  237. package/dist/extensions/wellinks/actions/submitPamSurvey/config/index.js.map +1 -0
  238. package/dist/extensions/wellinks/actions/submitPamSurvey/config/settings.d.ts +35 -0
  239. package/dist/extensions/wellinks/actions/submitPamSurvey/config/settings.js +17 -0
  240. package/dist/extensions/wellinks/actions/submitPamSurvey/config/settings.js.map +1 -0
  241. package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.d.ts +19 -0
  242. package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.js +66 -0
  243. package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.js.map +1 -0
  244. package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.test.d.ts +1 -0
  245. package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.test.js +125 -0
  246. package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.test.js.map +1 -0
  247. package/dist/extensions/wellinks/api/clients/wellinksClient.d.ts +16 -0
  248. package/dist/extensions/wellinks/api/clients/wellinksClient.js +40 -0
  249. package/dist/extensions/wellinks/api/clients/wellinksClient.js.map +1 -0
  250. package/dist/extensions/wellinks/api/clients/wellinksFlourishClient.d.ts +14 -0
  251. package/dist/extensions/wellinks/api/clients/wellinksFlourishClient.js +195 -0
  252. package/dist/extensions/wellinks/api/clients/wellinksFlourishClient.js.map +1 -0
  253. package/dist/extensions/wellinks/api/clients/wellinksGraphqlClient.d.ts +3 -0
  254. package/dist/extensions/wellinks/api/clients/wellinksGraphqlClient.js +23 -0
  255. package/dist/extensions/wellinks/api/clients/wellinksGraphqlClient.js.map +1 -0
  256. package/dist/extensions/wellinks/api/test/wellinksFlourishClient.test.d.ts +1 -0
  257. package/dist/extensions/wellinks/api/test/wellinksFlourishClient.test.js +192 -0
  258. package/dist/extensions/wellinks/api/test/wellinksFlourishClient.test.js.map +1 -0
  259. package/dist/extensions/wellinks/codegen.d.ts +3 -0
  260. package/dist/extensions/wellinks/codegen.js +21 -0
  261. package/dist/extensions/wellinks/codegen.js.map +1 -0
  262. package/dist/extensions/wellinks/config/settings.d.ts +107 -0
  263. package/dist/extensions/wellinks/config/settings.js +89 -0
  264. package/dist/extensions/wellinks/config/settings.js.map +1 -0
  265. package/dist/extensions/wellinks/config/types.d.ts +5 -0
  266. package/dist/extensions/wellinks/config/types.js +3 -0
  267. package/dist/extensions/wellinks/config/types.js.map +1 -0
  268. package/dist/extensions/wellinks/gql/wellinksSdk.d.ts +24053 -0
  269. package/dist/extensions/wellinks/gql/wellinksSdk.js +619 -0
  270. package/dist/extensions/wellinks/gql/wellinksSdk.js.map +1 -0
  271. package/dist/extensions/wellinks/graphql/mutations.d.ts +1 -0
  272. package/dist/extensions/wellinks/graphql/mutations.js +17 -0
  273. package/dist/extensions/wellinks/graphql/mutations.js.map +1 -0
  274. package/dist/extensions/wellinks/graphql/queries.d.ts +4 -0
  275. package/dist/extensions/wellinks/graphql/queries.js +58 -0
  276. package/dist/extensions/wellinks/graphql/queries.js.map +1 -0
  277. package/dist/extensions/wellinks/index.d.ts +2 -0
  278. package/dist/extensions/wellinks/index.js +20 -0
  279. package/dist/extensions/wellinks/index.js.map +1 -0
  280. package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.d.ts +11 -0
  281. package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.js +39 -0
  282. package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.js.map +1 -0
  283. package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.test.d.ts +1 -0
  284. package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.test.js +85 -0
  285. package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.test.js.map +1 -0
  286. package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/fields.d.ts +18 -0
  287. package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/fields.js +18 -0
  288. package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/fields.js.map +1 -0
  289. package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/index.d.ts +2 -0
  290. package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/index.js +9 -0
  291. package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/index.js.map +1 -0
  292. package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/settings.d.ts +35 -0
  293. package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/settings.js +17 -0
  294. package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/settings.js.map +1 -0
  295. package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.d.ts +33 -0
  296. package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.js +129 -0
  297. package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.js.map +1 -0
  298. package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.test.d.ts +1 -0
  299. package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.test.js +154 -0
  300. package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.test.js.map +1 -0
  301. package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.d.ts +26 -0
  302. package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.js +139 -0
  303. package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.js.map +1 -0
  304. package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.test.d.ts +1 -0
  305. package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.test.js +185 -0
  306. package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.test.js.map +1 -0
  307. package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.d.ts +23 -0
  308. package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.js +153 -0
  309. package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.js.map +1 -0
  310. package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.test.d.ts +1 -0
  311. package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.test.js +184 -0
  312. package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.test.js.map +1 -0
  313. package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.d.ts +26 -0
  314. package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.js +118 -0
  315. package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.js.map +1 -0
  316. package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.d.ts +1 -0
  317. package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.js +119 -0
  318. package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.js.map +1 -0
  319. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/fields.d.ts +82 -0
  320. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/fields.js +78 -0
  321. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/fields.js.map +1 -0
  322. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/index.d.ts +1 -0
  323. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/index.js +6 -0
  324. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/index.js.map +1 -0
  325. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced-fail.test.d.ts +1 -0
  326. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced-fail.test.js +152 -0
  327. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced-fail.test.js.map +1 -0
  328. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.d.ts +4 -0
  329. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.js +86 -0
  330. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.js.map +1 -0
  331. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.d.ts +1 -0
  332. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.js +42 -0
  333. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.js.map +1 -0
  334. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/index.d.ts +1 -0
  335. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/index.js +6 -0
  336. package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/index.js.map +1 -0
  337. package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/fields.d.ts +58 -0
  338. package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/fields.js +56 -0
  339. package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/fields.js.map +1 -0
  340. package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/index.d.ts +2 -0
  341. package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/index.js +9 -0
  342. package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/index.js.map +1 -0
  343. package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/settings.d.ts +35 -0
  344. package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/settings.js +17 -0
  345. package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/settings.js.map +1 -0
  346. package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.d.ts +11 -0
  347. package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.js +56 -0
  348. package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.js.map +1 -0
  349. package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.test.d.ts +1 -0
  350. package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.test.js +53 -0
  351. package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.test.js.map +1 -0
  352. package/dist/extensions/wellinks-public/actions/index.d.ts +967 -0
  353. package/dist/extensions/wellinks-public/actions/index.js +24 -0
  354. package/dist/extensions/wellinks-public/actions/index.js.map +1 -0
  355. package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/fields.d.ts +78 -0
  356. package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/fields.js +66 -0
  357. package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/fields.js.map +1 -0
  358. package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/index.d.ts +2 -0
  359. package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/index.js +9 -0
  360. package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/index.js.map +1 -0
  361. package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/settings.d.ts +38 -0
  362. package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/settings.js +11 -0
  363. package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/settings.js.map +1 -0
  364. package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.d.ts +11 -0
  365. package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.js +75 -0
  366. package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.js.map +1 -0
  367. package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.test.d.ts +1 -0
  368. package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.test.js +133 -0
  369. package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.test.js.map +1 -0
  370. package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/fields.d.ts +188 -0
  371. package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/fields.js +160 -0
  372. package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/fields.js.map +1 -0
  373. package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/index.d.ts +2 -0
  374. package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/index.js +9 -0
  375. package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/index.js.map +1 -0
  376. package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/settings.d.ts +35 -0
  377. package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/settings.js +17 -0
  378. package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/settings.js.map +1 -0
  379. package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.d.ts +19 -0
  380. package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.js +66 -0
  381. package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.js.map +1 -0
  382. package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.test.d.ts +1 -0
  383. package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.test.js +125 -0
  384. package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.test.js.map +1 -0
  385. package/dist/extensions/wellinks-public/api/clients/wellinksClient.d.ts +16 -0
  386. package/dist/extensions/wellinks-public/api/clients/wellinksClient.js +40 -0
  387. package/dist/extensions/wellinks-public/api/clients/wellinksClient.js.map +1 -0
  388. package/dist/extensions/wellinks-public/api/clients/wellinksFlourishClient.d.ts +14 -0
  389. package/dist/extensions/wellinks-public/api/clients/wellinksFlourishClient.js +201 -0
  390. package/dist/extensions/wellinks-public/api/clients/wellinksFlourishClient.js.map +1 -0
  391. package/dist/extensions/wellinks-public/api/clients/wellinksGraphqlClient.d.ts +3 -0
  392. package/dist/extensions/wellinks-public/api/clients/wellinksGraphqlClient.js +23 -0
  393. package/dist/extensions/wellinks-public/api/clients/wellinksGraphqlClient.js.map +1 -0
  394. package/dist/extensions/wellinks-public/api/test/wellinksFlourishClient.test.d.ts +1 -0
  395. package/dist/extensions/wellinks-public/api/test/wellinksFlourishClient.test.js +192 -0
  396. package/dist/extensions/wellinks-public/api/test/wellinksFlourishClient.test.js.map +1 -0
  397. package/dist/extensions/wellinks-public/codegen.d.ts +3 -0
  398. package/dist/extensions/wellinks-public/codegen.js +21 -0
  399. package/dist/extensions/wellinks-public/codegen.js.map +1 -0
  400. package/dist/extensions/wellinks-public/config/settings.d.ts +107 -0
  401. package/dist/extensions/wellinks-public/config/settings.js +89 -0
  402. package/dist/extensions/wellinks-public/config/settings.js.map +1 -0
  403. package/dist/extensions/wellinks-public/config/types.d.ts +5 -0
  404. package/dist/extensions/wellinks-public/config/types.js +3 -0
  405. package/dist/extensions/wellinks-public/config/types.js.map +1 -0
  406. package/dist/extensions/wellinks-public/gql/wellinksSdk.d.ts +24110 -0
  407. package/dist/extensions/wellinks-public/gql/wellinksSdk.js +635 -0
  408. package/dist/extensions/wellinks-public/gql/wellinksSdk.js.map +1 -0
  409. package/dist/extensions/wellinks-public/graphql/mutations.d.ts +1 -0
  410. package/dist/extensions/wellinks-public/graphql/mutations.js +17 -0
  411. package/dist/extensions/wellinks-public/graphql/mutations.js.map +1 -0
  412. package/dist/extensions/wellinks-public/graphql/queries.d.ts +5 -0
  413. package/dist/extensions/wellinks-public/graphql/queries.js +66 -0
  414. package/dist/extensions/wellinks-public/graphql/queries.js.map +1 -0
  415. package/dist/extensions/wellinks-public/index.d.ts +2 -0
  416. package/dist/extensions/wellinks-public/index.js +20 -0
  417. package/dist/extensions/wellinks-public/index.js.map +1 -0
  418. package/dist/src/types/OrchestrationTypes.d.ts +2065 -0
  419. package/dist/src/types/OrchestrationTypes.js +266 -0
  420. package/dist/src/types/OrchestrationTypes.js.map +1 -0
  421. package/dist/src/types/index.d.ts +1 -0
  422. package/dist/src/types/index.js +18 -0
  423. package/dist/src/types/index.js.map +1 -0
  424. package/dist/src/utils/mapToObject.d.ts +4 -0
  425. package/dist/src/utils/mapToObject.js +18 -0
  426. package/dist/src/utils/mapToObject.js.map +1 -0
  427. package/package.json +13 -3
@@ -0,0 +1,85 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tests_1 = require("../../../../src/tests");
4
+ const wellinksFlourishClient_1 = require("../../api/clients/__mocks__/wellinksFlourishClient");
5
+ const settings_1 = require("../../__mocks__/config/settings");
6
+ const checkFlourishCustomer_1 = require("./checkFlourishCustomer");
7
+ const zod_1 = require("zod");
8
+ jest.mock('../../api/clients/wellinksFlourishClient', () => ({
9
+ WellinksFlourishClient: wellinksFlourishClient_1.WellinksFlourishClient,
10
+ }));
11
+ describe('Check Flourish Customer', () => {
12
+ const onComplete = jest.fn();
13
+ const onError = jest.fn();
14
+ beforeEach(() => {
15
+ jest.clearAllMocks();
16
+ });
17
+ test('should call onComplete with a true DataPoint when there is a customer with the given identifier', async () => {
18
+ const validPayload = (0, tests_1.generateTestPayload)({
19
+ fields: {
20
+ identifier: 'identifier',
21
+ },
22
+ settings: settings_1.mockSettings,
23
+ });
24
+ wellinksFlourishClient_1.WellinksFlourishClientMockImplementation.user.exists.mockImplementationOnce(() => {
25
+ return true;
26
+ });
27
+ await checkFlourishCustomer_1.checkFlourishCustomer.onActivityCreated(validPayload, onComplete, onError);
28
+ expect(onError).not.toBeCalled();
29
+ expect(onComplete).toHaveBeenNthCalledWith(1, {
30
+ data_points: {
31
+ userExists: 'true',
32
+ },
33
+ });
34
+ });
35
+ test('should call onComplete with a false DataPoint when there is a customer with the given identifier', async () => {
36
+ const validPayload = (0, tests_1.generateTestPayload)({
37
+ fields: {
38
+ identifier: 'identifier',
39
+ },
40
+ settings: settings_1.mockSettings,
41
+ });
42
+ wellinksFlourishClient_1.WellinksFlourishClientMockImplementation.user.exists.mockImplementationOnce(() => {
43
+ return false;
44
+ });
45
+ await checkFlourishCustomer_1.checkFlourishCustomer.onActivityCreated(validPayload, onComplete, onError);
46
+ expect(onError).not.toBeCalled();
47
+ expect(onComplete).toHaveBeenNthCalledWith(1, {
48
+ data_points: {
49
+ userExists: 'false',
50
+ },
51
+ });
52
+ });
53
+ test('should call onError when the action is not given an identifier', async () => {
54
+ const validPayload = (0, tests_1.generateTestPayload)({
55
+ fields: {
56
+ identifier: undefined,
57
+ },
58
+ settings: settings_1.mockSettings,
59
+ });
60
+ wellinksFlourishClient_1.WellinksFlourishClientMockImplementation.user.exists.mockImplementationOnce(() => {
61
+ return true;
62
+ });
63
+ await expect(checkFlourishCustomer_1.checkFlourishCustomer.onActivityCreated(validPayload, onComplete, onError)).rejects.toThrow(zod_1.ZodError);
64
+ expect(onComplete).not.toBeCalled();
65
+ });
66
+ test('should call onError when the Flourish Settings are not set', async () => {
67
+ const validPayload = (0, tests_1.generateTestPayload)({
68
+ fields: {
69
+ identifier: 'identifier',
70
+ },
71
+ settings: {
72
+ ...settings_1.mockSettings,
73
+ flourishApiKey: undefined,
74
+ flourishApiUrl: undefined,
75
+ flourishClientExtId: undefined,
76
+ },
77
+ });
78
+ wellinksFlourishClient_1.WellinksFlourishClientMockImplementation.user.exists.mockImplementationOnce(() => {
79
+ return true;
80
+ });
81
+ await expect(checkFlourishCustomer_1.checkFlourishCustomer.onActivityCreated(validPayload, onComplete, onError)).rejects.toThrow(zod_1.ZodError);
82
+ expect(onComplete).not.toBeCalled();
83
+ });
84
+ });
85
+ //# sourceMappingURL=checkFlourishCustomer.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkFlourishCustomer.test.js","sourceRoot":"","sources":["../../../../../extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.test.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,18 @@
1
+ import { z } from 'zod';
2
+ import { FieldType } from '@awell-health/extensions-core';
3
+ export declare const fields: {
4
+ identifier: {
5
+ id: string;
6
+ label: string;
7
+ description: string;
8
+ type: FieldType.STRING;
9
+ required: true;
10
+ };
11
+ };
12
+ export declare const FieldsValidationSchema: z.ZodObject<{
13
+ identifier: z.ZodString;
14
+ }, "strip", z.ZodTypeAny, {
15
+ identifier: string;
16
+ }, {
17
+ identifier: string;
18
+ }>;
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FieldsValidationSchema = exports.fields = void 0;
4
+ const zod_1 = require("zod");
5
+ const extensions_core_1 = require("@awell-health/extensions-core");
6
+ exports.fields = {
7
+ identifier: {
8
+ id: 'identifier',
9
+ label: 'Identifier',
10
+ description: 'The identifier of the user to check Flourish for.',
11
+ type: extensions_core_1.FieldType.STRING,
12
+ required: true,
13
+ },
14
+ };
15
+ exports.FieldsValidationSchema = zod_1.z.object({
16
+ identifier: zod_1.z.string(),
17
+ });
18
+ //# sourceMappingURL=fields.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/wellinks/actions/checkFlourishCustomer/config/fields.ts"],"names":[],"mappings":";;;AAAA,6BAAwC;AACxC,mEAAqE;AAExD,QAAA,MAAM,GAAG;IACpB,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,mDAAmD;QAChE,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;CAC8B,CAAA;AAEpB,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;CAC2B,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { fields, FieldsValidationSchema } from './fields';
2
+ export { SettingsValidationSchema } from './settings';
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SettingsValidationSchema = exports.FieldsValidationSchema = exports.fields = void 0;
4
+ var fields_1 = require("./fields");
5
+ Object.defineProperty(exports, "fields", { enumerable: true, get: function () { return fields_1.fields; } });
6
+ Object.defineProperty(exports, "FieldsValidationSchema", { enumerable: true, get: function () { return fields_1.FieldsValidationSchema; } });
7
+ var settings_1 = require("./settings");
8
+ Object.defineProperty(exports, "SettingsValidationSchema", { enumerable: true, get: function () { return settings_1.SettingsValidationSchema; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/wellinks/actions/checkFlourishCustomer/config/index.ts"],"names":[],"mappings":";;;AAAA,mCAAyD;AAAhD,gGAAA,MAAM,OAAA;AAAE,gHAAA,sBAAsB,OAAA;AACvC,uCAAqD;AAA5C,oHAAA,wBAAwB,OAAA"}
@@ -0,0 +1,35 @@
1
+ import { z } from 'zod';
2
+ export declare const SettingsValidationSchema: z.ZodObject<{
3
+ platformApiKey: z.ZodOptional<z.ZodString>;
4
+ platformApiUrl: z.ZodOptional<z.ZodString>;
5
+ apiUrl: z.ZodOptional<z.ZodString>;
6
+ apiKey: z.ZodOptional<z.ZodString>;
7
+ selectEventTypeQuestion: z.ZodOptional<z.ZodString>;
8
+ startSendingRemindersQuestions: z.ZodOptional<z.ZodString>;
9
+ memberEventFormId: z.ZodOptional<z.ZodString>;
10
+ flourishApiKey: z.ZodString;
11
+ flourishApiUrl: z.ZodString;
12
+ flourishClientExtId: z.ZodString;
13
+ }, "strip", z.ZodTypeAny, {
14
+ flourishApiUrl: string;
15
+ flourishApiKey: string;
16
+ flourishClientExtId: string;
17
+ platformApiKey?: string | undefined;
18
+ platformApiUrl?: string | undefined;
19
+ apiUrl?: string | undefined;
20
+ apiKey?: string | undefined;
21
+ selectEventTypeQuestion?: string | undefined;
22
+ startSendingRemindersQuestions?: string | undefined;
23
+ memberEventFormId?: string | undefined;
24
+ }, {
25
+ flourishApiUrl: string;
26
+ flourishApiKey: string;
27
+ flourishClientExtId: string;
28
+ platformApiKey?: string | undefined;
29
+ platformApiUrl?: string | undefined;
30
+ apiUrl?: string | undefined;
31
+ apiKey?: string | undefined;
32
+ selectEventTypeQuestion?: string | undefined;
33
+ startSendingRemindersQuestions?: string | undefined;
34
+ memberEventFormId?: string | undefined;
35
+ }>;
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SettingsValidationSchema = void 0;
4
+ const zod_1 = require("zod");
5
+ exports.SettingsValidationSchema = zod_1.z.object({
6
+ platformApiKey: zod_1.z.string().optional(),
7
+ platformApiUrl: zod_1.z.string().optional(),
8
+ apiUrl: zod_1.z.string().optional(),
9
+ apiKey: zod_1.z.string().optional(),
10
+ selectEventTypeQuestion: zod_1.z.string().optional(),
11
+ startSendingRemindersQuestions: zod_1.z.string().optional(),
12
+ memberEventFormId: zod_1.z.string().optional(),
13
+ flourishApiKey: zod_1.z.string(),
14
+ flourishApiUrl: zod_1.z.string(),
15
+ flourishClientExtId: zod_1.z.string(),
16
+ });
17
+ //# sourceMappingURL=settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings.js","sourceRoot":"","sources":["../../../../../../extensions/wellinks/actions/checkFlourishCustomer/config/settings.ts"],"names":[],"mappings":";;;AAAA,6BAAwC;AAE3B,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,uBAAuB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9C,8BAA8B,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrD,iBAAiB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACxC,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE;IAC1B,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE;IAC1B,mBAAmB,EAAE,OAAC,CAAC,MAAM,EAAE;CACoB,CAAC,CAAA"}
@@ -0,0 +1,33 @@
1
+ import { FieldType, type Action } from '@awell-health/extensions-core';
2
+ import { type settings } from '../../config/settings';
3
+ declare const fields: {
4
+ patientId: {
5
+ id: string;
6
+ label: string;
7
+ description: string;
8
+ type: FieldType.STRING;
9
+ required: true;
10
+ };
11
+ coachId: {
12
+ id: string;
13
+ label: string;
14
+ description: string;
15
+ type: FieldType.STRING;
16
+ required: true;
17
+ };
18
+ appointmentTime: {
19
+ id: string;
20
+ label: string;
21
+ description: string;
22
+ type: FieldType.DATE;
23
+ required: true;
24
+ };
25
+ };
26
+ declare const dataPoints: {
27
+ messageSent: {
28
+ key: string;
29
+ valueType: "boolean";
30
+ };
31
+ };
32
+ export declare const checkForChat: Action<typeof fields, typeof settings, keyof typeof dataPoints>;
33
+ export {};
@@ -0,0 +1,129 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.checkForChat = void 0;
4
+ const extensions_core_1 = require("@awell-health/extensions-core");
5
+ const extensions_core_2 = require("@awell-health/extensions-core");
6
+ const wellinksSdk_1 = require("../../gql/wellinksSdk");
7
+ const wellinksGraphqlClient_1 = require("../../api/clients/wellinksGraphqlClient");
8
+ const lodash_1 = require("lodash");
9
+ const fields = {
10
+ patientId: {
11
+ id: 'patientId',
12
+ label: 'Patient ID',
13
+ description: 'The ID of the patient to check chats for.',
14
+ type: extensions_core_1.FieldType.STRING,
15
+ required: true,
16
+ },
17
+ coachId: {
18
+ id: 'coachId',
19
+ label: 'Coach ID',
20
+ description: 'The ID of the coach to check chats for.',
21
+ type: extensions_core_1.FieldType.STRING,
22
+ required: true,
23
+ },
24
+ appointmentTime: {
25
+ id: 'appointmentTime',
26
+ label: 'Appointment Time',
27
+ description: 'The appointment time to check against',
28
+ type: extensions_core_1.FieldType.DATE,
29
+ required: true,
30
+ },
31
+ };
32
+ const dataPoints = {
33
+ messageSent: {
34
+ key: 'messageSent',
35
+ valueType: 'boolean',
36
+ },
37
+ };
38
+ exports.checkForChat = {
39
+ key: 'checkForChat',
40
+ category: extensions_core_2.Category.SCHEDULING,
41
+ title: 'Check for Messages after Appointment',
42
+ description: 'Checks that a message has been sent 24 hours after the given Appointment',
43
+ fields,
44
+ dataPoints,
45
+ previewable: true,
46
+ onActivityCreated: async (payload, onComplete, onError) => {
47
+ var _a, _b;
48
+ const { fields, settings } = payload;
49
+ const { patientId, coachId, appointmentTime } = fields;
50
+ try {
51
+ const client = (0, wellinksGraphqlClient_1.initialiseClient)(settings);
52
+ if (!(0, lodash_1.isNil)(client)) {
53
+ const sdk = (0, wellinksSdk_1.getSdk)(client);
54
+ const { data } = await sdk.getConversationMemberships({
55
+ client_id: patientId,
56
+ });
57
+ if (!(0, lodash_1.isNil)(data.conversationMemberships)) {
58
+ const conversationMemberships = data.conversationMemberships.filter((conversation) => { var _a; return ((_a = conversation === null || conversation === void 0 ? void 0 : conversation.convo) === null || _a === void 0 ? void 0 : _a.dietitian_id) === coachId; });
59
+ for (const conversation of conversationMemberships) {
60
+ // check if dates are within 24 hours of each other
61
+ if (areDatesMoreThanADayApart(new Date((_b = (_a = conversation === null || conversation === void 0 ? void 0 : conversation.convo) === null || _a === void 0 ? void 0 : _a.updated_at) !== null && _b !== void 0 ? _b : ''), new Date(appointmentTime !== null && appointmentTime !== void 0 ? appointmentTime : ''))) {
62
+ await onComplete({
63
+ data_points: {
64
+ messageSent: 'true',
65
+ },
66
+ });
67
+ return;
68
+ }
69
+ }
70
+ await onComplete({
71
+ data_points: {
72
+ messageSent: 'false',
73
+ },
74
+ });
75
+ }
76
+ else {
77
+ await onError({
78
+ events: [
79
+ {
80
+ date: new Date().toISOString(),
81
+ text: {
82
+ en: 'conversationMemberships returned null or undefined',
83
+ },
84
+ error: {
85
+ category: 'SERVER_ERROR',
86
+ message: 'conversationMemberships returned null or undefined',
87
+ },
88
+ },
89
+ ],
90
+ });
91
+ }
92
+ }
93
+ else {
94
+ await onError({
95
+ events: [
96
+ {
97
+ date: new Date().toISOString(),
98
+ text: { en: 'API client requires an API url and API key' },
99
+ error: {
100
+ category: 'MISSING_SETTINGS',
101
+ message: 'Missing api url or api key',
102
+ },
103
+ },
104
+ ],
105
+ });
106
+ }
107
+ }
108
+ catch (err) {
109
+ const error = err;
110
+ await onError({
111
+ events: [
112
+ {
113
+ date: new Date().toISOString(),
114
+ text: { en: 'There was in error checking for a recent Chat' },
115
+ error: {
116
+ category: 'SERVER_ERROR',
117
+ message: error.message,
118
+ },
119
+ },
120
+ ],
121
+ });
122
+ }
123
+ },
124
+ };
125
+ function areDatesMoreThanADayApart(date1, date2) {
126
+ const oneDay = 1000 * 60 * 60 * 24;
127
+ return date1.getTime() > date2.getTime() + oneDay;
128
+ }
129
+ //# sourceMappingURL=checkForChat.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkForChat.js","sourceRoot":"","sources":["../../../../../extensions/wellinks/actions/checkForChat/checkForChat.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,154 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tests_1 = require("../../../../src/tests");
4
+ const wellinksSdk_1 = require("../../gql/wellinksSdk");
5
+ const wellinksSdk_2 = require("../../gql/__mocks__/wellinksSdk");
6
+ const checkForChat_1 = require("./checkForChat");
7
+ const settings_1 = require("../../__mocks__/config/settings");
8
+ jest.mock('../../gql/wellinksSdk');
9
+ jest.mock('../../api/clients/wellinksGraphqlClient');
10
+ describe('the checkForChat action', () => {
11
+ const onComplete = jest.fn();
12
+ const onError = jest.fn();
13
+ beforeAll(() => {
14
+ ;
15
+ wellinksSdk_1.getSdk.mockImplementation(wellinksSdk_2.mockGetSdk);
16
+ });
17
+ beforeEach(() => {
18
+ jest.clearAllMocks();
19
+ });
20
+ // DEFINE TEST CASE
21
+ test('when given a null data return from the Healthie API', async () => {
22
+ ;
23
+ wellinksSdk_1.getSdk.mockReturnValueOnce({
24
+ ...wellinksSdk_2.mockGetSdkReturn,
25
+ getConversationMemberships: wellinksSdk_2.mockGetSdkReturn.getConversationMemberships.mockReturnValueOnce({
26
+ data: {
27
+ conversationMemberships: null,
28
+ },
29
+ }),
30
+ });
31
+ await checkForChat_1.checkForChat.onActivityCreated((0, tests_1.generateTestPayload)({
32
+ fields: {
33
+ patientId: 'patientIdTest',
34
+ coachId: 'coachId',
35
+ appointmentTime: '2023-08-08',
36
+ },
37
+ settings: settings_1.mockSettings,
38
+ }), onComplete, onError);
39
+ // DO TESTS
40
+ expect(wellinksSdk_2.mockGetSdkReturn.getConversationMemberships).toHaveBeenCalled();
41
+ expect(onError).toBeCalledWith({
42
+ events: expect.arrayContaining([
43
+ expect.objectContaining({
44
+ error: {
45
+ category: 'SERVER_ERROR',
46
+ message: 'conversationMemberships returned null or undefined',
47
+ },
48
+ }),
49
+ ]),
50
+ });
51
+ });
52
+ // DEFINE TEST CASE
53
+ test('when given a list of conversationMemberships where there is a message sent 24 hours after the appointmentDate returns true', async () => {
54
+ ;
55
+ wellinksSdk_1.getSdk.mockReturnValueOnce({
56
+ ...wellinksSdk_2.mockGetSdkReturn,
57
+ getConversationMemberships: wellinksSdk_2.mockGetSdkReturn.getConversationMemberships.mockReturnValueOnce({
58
+ data: {
59
+ conversationMemberships: [
60
+ {
61
+ convo: {
62
+ last_message_content: 'Hi this is a message 24 hours after the appointment date',
63
+ updated_at: '2023-05-30 15:00:00 -0500',
64
+ dietitian_id: 'coachId',
65
+ patient_id: '37616',
66
+ },
67
+ },
68
+ {
69
+ convo: {
70
+ last_message_content: '\nHi Ash, after talking with you today I thought I’d share this resource with you, http://www.findhelp.org/.\nThis is a helpful way to find housing support in your area. By entering your zip code, you can find local resources. \nLet me know what you learn and what options you are considering. I’m excited to hear more. Talk to you soon.\n',
71
+ updated_at: '2023-05-31 15:41:38 -0500',
72
+ dietitian_id: null,
73
+ patient_id: null,
74
+ },
75
+ },
76
+ {
77
+ convo: {
78
+ last_message_content: '',
79
+ updated_at: '2023-02-03 09:41:45 -0600',
80
+ dietitian_id: null,
81
+ patient_id: null,
82
+ },
83
+ },
84
+ ],
85
+ },
86
+ }),
87
+ });
88
+ await checkForChat_1.checkForChat.onActivityCreated((0, tests_1.generateTestPayload)({
89
+ fields: {
90
+ patientId: 'patientIdTest',
91
+ coachId: 'coachId',
92
+ appointmentTime: '2023-05-28',
93
+ },
94
+ settings: settings_1.mockSettings,
95
+ }), onComplete, onError);
96
+ expect(wellinksSdk_2.mockGetSdkReturn.getConversationMemberships).toHaveBeenCalled();
97
+ expect(onComplete).toHaveBeenCalledWith({
98
+ data_points: {
99
+ messageSent: 'true',
100
+ },
101
+ });
102
+ });
103
+ test('when given a list of conversationMemberships where there is not a message sent at least 24 hours after the appointmentDate returns false', async () => {
104
+ ;
105
+ wellinksSdk_1.getSdk.mockReturnValueOnce({
106
+ ...wellinksSdk_2.mockGetSdkReturn,
107
+ getConversationMemberships: wellinksSdk_2.mockGetSdkReturn.getConversationMemberships.mockReturnValueOnce({
108
+ data: {
109
+ conversationMemberships: [
110
+ {
111
+ convo: {
112
+ last_message_content: 'There is no message within 24 hours of the appointment date',
113
+ updated_at: '2023-01-30 15:00:00 -0500',
114
+ dietitian_id: 'coachId',
115
+ patient_id: '37616',
116
+ },
117
+ },
118
+ {
119
+ convo: {
120
+ last_message_content: '\nHi Ash, after talking with you today I thought I’d share this resource with you, http://www.findhelp.org/.\nThis is a helpful way to find housing support in your area. By entering your zip code, you can find local resources. \nLet me know what you learn and what options you are considering. I’m excited to hear more. Talk to you soon.\n',
121
+ updated_at: '2023-05-01 00:00:01 -0500',
122
+ dietitian_id: null,
123
+ patient_id: null,
124
+ },
125
+ },
126
+ {
127
+ convo: {
128
+ last_message_content: '',
129
+ updated_at: '2023-02-03 09:41:45 -0600',
130
+ dietitian_id: null,
131
+ patient_id: null,
132
+ },
133
+ },
134
+ ],
135
+ },
136
+ }),
137
+ });
138
+ await checkForChat_1.checkForChat.onActivityCreated((0, tests_1.generateTestPayload)({
139
+ fields: {
140
+ patientId: 'patientIdTest',
141
+ coachId: 'coachId',
142
+ appointmentTime: '2023-05-01',
143
+ },
144
+ settings: settings_1.mockSettings,
145
+ }), onComplete, onError);
146
+ expect(wellinksSdk_2.mockGetSdkReturn.getConversationMemberships).toHaveBeenCalled();
147
+ expect(onComplete).toHaveBeenCalledWith({
148
+ data_points: {
149
+ messageSent: 'false',
150
+ },
151
+ });
152
+ });
153
+ });
154
+ //# sourceMappingURL=checkForChat.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkForChat.test.js","sourceRoot":"","sources":["../../../../../extensions/wellinks/actions/checkForChat/checkForChat.test.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,26 @@
1
+ import { FieldType, type Action } from '@awell-health/extensions-core';
2
+ import { type settings } from '../../config/settings';
3
+ declare const fields: {
4
+ patientId: {
5
+ id: string;
6
+ label: string;
7
+ description: string;
8
+ type: FieldType.STRING;
9
+ required: true;
10
+ };
11
+ appointmentTime: {
12
+ id: string;
13
+ label: string;
14
+ description: string;
15
+ type: FieldType.DATE;
16
+ required: true;
17
+ };
18
+ };
19
+ declare const dataPoints: {
20
+ activeOverride: {
21
+ key: string;
22
+ valueType: "boolean";
23
+ };
24
+ };
25
+ export declare const checkForCheckInOverride: Action<typeof fields, typeof settings, keyof typeof dataPoints>;
26
+ export {};