@awell-health/awell-extensions 1.1.0-beta10 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (370) hide show
  1. package/dist/extensions/athenahealth/actions/index.d.ts +5 -5
  2. package/dist/extensions/awell/index.js +2 -0
  3. package/dist/extensions/awell/index.js.map +1 -1
  4. package/dist/extensions/{avaAi/v1/actions/generatePatientSummary/generatePatientSummary.d.ts → awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.d.ts} +2 -2
  5. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.js +74 -0
  6. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.js.map +1 -0
  7. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.test.js +36 -0
  8. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.test.js.map +1 -0
  9. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/dataPoints.d.ts +1 -0
  10. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/dataPoints.js +5 -0
  11. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/dataPoints.js.map +1 -0
  12. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/fields.d.ts +28 -0
  13. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/fields.js +26 -0
  14. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/fields.js.map +1 -0
  15. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/index.d.ts +3 -0
  16. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/index.js +11 -0
  17. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/index.js.map +1 -0
  18. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/patient.d.ts +8 -0
  19. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/patient.js +6 -0
  20. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/patient.js.map +1 -0
  21. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/index.d.ts +1 -0
  22. package/dist/extensions/awell/v1/actions/addIdentifierToPatient/index.js +6 -0
  23. package/dist/extensions/{avaAi/v1/actions/generatePatientSummary → awell/v1/actions/addIdentifierToPatient}/index.js.map +1 -1
  24. package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/dataPoints.d.ts +10 -0
  25. package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/dataPoints.js +14 -0
  26. package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/dataPoints.js.map +1 -0
  27. package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/fields.d.ts +28 -0
  28. package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/fields.js +26 -0
  29. package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/fields.js.map +1 -0
  30. package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/index.d.ts +2 -0
  31. package/dist/extensions/{avaAi/v1/actions/generatePatientSummary → awell/v1/actions/getPatientByIdentifier}/config/index.js +2 -2
  32. package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/index.js.map +1 -0
  33. package/dist/extensions/awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.d.ts +4 -0
  34. package/dist/extensions/{avaAi/v1/actions/generatePatientSummary/generatePatientSummary.js → awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.js} +33 -31
  35. package/dist/extensions/awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.js.map +1 -0
  36. package/dist/extensions/awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.test.js +43 -0
  37. package/dist/extensions/awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.test.js.map +1 -0
  38. package/dist/extensions/awell/v1/actions/getPatientByIdentifier/index.d.ts +1 -0
  39. package/dist/extensions/awell/v1/actions/getPatientByIdentifier/index.js +6 -0
  40. package/dist/extensions/awell/v1/actions/getPatientByIdentifier/index.js.map +1 -0
  41. package/dist/extensions/awell/v1/actions/index.d.ts +2 -0
  42. package/dist/extensions/awell/v1/actions/index.js +5 -1
  43. package/dist/extensions/awell/v1/actions/index.js.map +1 -1
  44. package/dist/extensions/awell/v1/actions/searchPatientsByPatientCode/searchPatientsByPatientCode.js +1 -1
  45. package/dist/extensions/awell/v1/actions/searchPatientsByPatientCode/searchPatientsByPatientCode.js.map +1 -1
  46. package/dist/extensions/awell/v1/actions/searchPatientsByPatientCode/searchPatientsByPatientCode.test.js.map +1 -1
  47. package/dist/extensions/awell/v1/gql/graphql.d.ts +1066 -525
  48. package/dist/extensions/awell/v1/gql/graphql.js +46 -17
  49. package/dist/extensions/awell/v1/gql/graphql.js.map +1 -1
  50. package/dist/extensions/awell/v1/sdk/awellSdk.d.ts +9 -1
  51. package/dist/extensions/awell/v1/sdk/awellSdk.js +32 -0
  52. package/dist/extensions/awell/v1/sdk/awellSdk.js.map +1 -1
  53. package/dist/extensions/awell/v1/sdk/graphql/addIdentifier.mutation.d.ts +1 -0
  54. package/dist/extensions/awell/v1/sdk/graphql/addIdentifier.mutation.js +15 -0
  55. package/dist/extensions/awell/v1/sdk/graphql/addIdentifier.mutation.js.map +1 -0
  56. package/dist/extensions/awell/v1/sdk/graphql/form.query.d.ts +1 -0
  57. package/dist/extensions/awell/v1/sdk/graphql/form.query.js +91 -0
  58. package/dist/extensions/awell/v1/sdk/graphql/form.query.js.map +1 -0
  59. package/dist/extensions/awell/v1/sdk/graphql/formResponse.query.d.ts +1 -0
  60. package/dist/extensions/awell/v1/sdk/graphql/formResponse.query.js +20 -0
  61. package/dist/extensions/awell/v1/sdk/graphql/formResponse.query.js.map +1 -0
  62. package/dist/extensions/awell/v1/sdk/graphql/getPatientByIdentifier.query.d.ts +1 -0
  63. package/dist/extensions/awell/v1/sdk/graphql/getPatientByIdentifier.query.js +37 -0
  64. package/dist/extensions/awell/v1/sdk/graphql/getPatientByIdentifier.query.js.map +1 -0
  65. package/dist/extensions/awell/v1/sdk/graphql/index.d.ts +5 -0
  66. package/dist/extensions/awell/v1/sdk/graphql/index.js +11 -1
  67. package/dist/extensions/awell/v1/sdk/graphql/index.js.map +1 -1
  68. package/dist/extensions/awell/v1/sdk/graphql/pathwayActivities.query.d.ts +1 -0
  69. package/dist/extensions/awell/v1/sdk/graphql/pathwayActivities.query.js +63 -0
  70. package/dist/extensions/awell/v1/sdk/graphql/pathwayActivities.query.js.map +1 -0
  71. package/dist/extensions/canvasMedical/v1/actions/createClaim/config/fields.d.ts +2 -2
  72. package/dist/extensions/canvasMedical/v1/validation/patient.zod.d.ts +44 -44
  73. package/dist/extensions/dockHealth/actions/createTask/config/datapoints.d.ts +6 -0
  74. package/dist/extensions/dockHealth/actions/createTask/config/datapoints.js +10 -0
  75. package/dist/extensions/dockHealth/actions/createTask/config/datapoints.js.map +1 -0
  76. package/dist/extensions/dockHealth/actions/createTask/config/fields.d.ts +48 -0
  77. package/dist/extensions/dockHealth/actions/createTask/config/fields.js +45 -0
  78. package/dist/extensions/dockHealth/actions/createTask/config/fields.js.map +1 -0
  79. package/dist/extensions/dockHealth/actions/createTask/config/index.d.ts +2 -0
  80. package/dist/extensions/dockHealth/actions/createTask/config/index.js +9 -0
  81. package/dist/extensions/dockHealth/actions/createTask/config/index.js.map +1 -0
  82. package/dist/extensions/dockHealth/actions/createTask/createTask.d.ts +4 -0
  83. package/dist/extensions/dockHealth/actions/createTask/createTask.js +56 -0
  84. package/dist/extensions/dockHealth/actions/createTask/createTask.js.map +1 -0
  85. package/dist/extensions/dockHealth/actions/createTask/createTask.test.d.ts +1 -0
  86. package/dist/extensions/dockHealth/actions/createTask/createTask.test.js +32 -0
  87. package/dist/extensions/dockHealth/actions/createTask/createTask.test.js.map +1 -0
  88. package/dist/extensions/dockHealth/actions/createTask/index.d.ts +1 -0
  89. package/dist/extensions/dockHealth/actions/createTask/index.js +6 -0
  90. package/dist/extensions/dockHealth/actions/createTask/index.js.map +1 -0
  91. package/dist/extensions/{avaAi/v1/actions/generatePatientSummary/config/dataPoints.d.ts → dockHealth/actions/getPatient/config/datapoints.d.ts} +2 -2
  92. package/dist/extensions/dockHealth/actions/getPatient/config/datapoints.js +15 -0
  93. package/dist/extensions/dockHealth/actions/getPatient/config/datapoints.js.map +1 -0
  94. package/dist/extensions/dockHealth/actions/getPatient/config/fields.d.ts +18 -0
  95. package/dist/extensions/dockHealth/actions/getPatient/config/fields.js +21 -0
  96. package/dist/extensions/dockHealth/actions/getPatient/config/fields.js.map +1 -0
  97. package/dist/extensions/dockHealth/actions/getPatient/config/index.d.ts +2 -0
  98. package/dist/extensions/dockHealth/actions/getPatient/config/index.js +9 -0
  99. package/dist/extensions/dockHealth/actions/getPatient/config/index.js.map +1 -0
  100. package/dist/extensions/dockHealth/actions/getPatient/getPatient.d.ts +4 -0
  101. package/dist/extensions/dockHealth/actions/getPatient/getPatient.js +29 -0
  102. package/dist/extensions/dockHealth/actions/getPatient/getPatient.js.map +1 -0
  103. package/dist/extensions/dockHealth/actions/getPatient/getPatient.test.d.ts +1 -0
  104. package/dist/extensions/dockHealth/actions/getPatient/getPatient.test.js +29 -0
  105. package/dist/extensions/dockHealth/actions/getPatient/getPatient.test.js.map +1 -0
  106. package/dist/extensions/dockHealth/actions/getPatient/index.d.ts +1 -0
  107. package/dist/extensions/dockHealth/actions/getPatient/index.js +6 -0
  108. package/dist/extensions/dockHealth/actions/getPatient/index.js.map +1 -0
  109. package/dist/extensions/dockHealth/actions/index.d.ts +128 -0
  110. package/dist/extensions/dockHealth/actions/index.js +10 -0
  111. package/dist/extensions/dockHealth/actions/index.js.map +1 -0
  112. package/dist/extensions/dockHealth/api/cacheService.d.ts +11 -0
  113. package/dist/extensions/dockHealth/api/cacheService.js +15 -0
  114. package/dist/extensions/dockHealth/api/cacheService.js.map +1 -0
  115. package/dist/extensions/dockHealth/api/client.d.ts +32 -0
  116. package/dist/extensions/dockHealth/api/client.js +67 -0
  117. package/dist/extensions/dockHealth/api/client.js.map +1 -0
  118. package/dist/extensions/dockHealth/api/schema/atoms/index.d.ts +8 -0
  119. package/dist/extensions/dockHealth/api/schema/atoms/index.js +25 -0
  120. package/dist/extensions/dockHealth/api/schema/atoms/index.js.map +1 -0
  121. package/dist/extensions/dockHealth/api/schema/atoms/patientReference.schema.d.ts +14 -0
  122. package/dist/extensions/dockHealth/api/schema/atoms/patientReference.schema.js +10 -0
  123. package/dist/extensions/dockHealth/api/schema/atoms/patientReference.schema.js.map +1 -0
  124. package/dist/extensions/dockHealth/api/schema/atoms/taskGroup.schema.d.ts +14 -0
  125. package/dist/extensions/dockHealth/api/schema/atoms/taskGroup.schema.js +10 -0
  126. package/dist/extensions/dockHealth/api/schema/atoms/taskGroup.schema.js.map +1 -0
  127. package/dist/extensions/dockHealth/api/schema/atoms/taskListReference.schema.d.ts +14 -0
  128. package/dist/extensions/dockHealth/api/schema/atoms/taskListReference.schema.js +10 -0
  129. package/dist/extensions/dockHealth/api/schema/atoms/taskListReference.schema.js.map +1 -0
  130. package/dist/extensions/dockHealth/api/schema/atoms/taskMetadataSchema.d.ts +17 -0
  131. package/dist/extensions/dockHealth/api/schema/atoms/taskMetadataSchema.js +13 -0
  132. package/dist/extensions/dockHealth/api/schema/atoms/taskMetadataSchema.js.map +1 -0
  133. package/dist/extensions/dockHealth/api/schema/atoms/taskReference.schema.d.ts +14 -0
  134. package/dist/extensions/dockHealth/api/schema/atoms/taskReference.schema.js +10 -0
  135. package/dist/extensions/dockHealth/api/schema/atoms/taskReference.schema.js.map +1 -0
  136. package/dist/extensions/dockHealth/api/schema/atoms/taskWorkflowStatusReference.schema.d.ts +14 -0
  137. package/dist/extensions/dockHealth/api/schema/atoms/taskWorkflowStatusReference.schema.js +10 -0
  138. package/dist/extensions/dockHealth/api/schema/atoms/taskWorkflowStatusReference.schema.js.map +1 -0
  139. package/dist/extensions/dockHealth/api/schema/atoms/userReference.schema.d.ts +14 -0
  140. package/dist/extensions/dockHealth/api/schema/atoms/userReference.schema.js +10 -0
  141. package/dist/extensions/dockHealth/api/schema/atoms/userReference.schema.js.map +1 -0
  142. package/dist/extensions/dockHealth/api/schema/index.d.ts +2 -0
  143. package/dist/extensions/dockHealth/api/schema/index.js +19 -0
  144. package/dist/extensions/dockHealth/api/schema/index.js.map +1 -0
  145. package/dist/extensions/dockHealth/api/schema/patient.schema.d.ts +201 -0
  146. package/dist/extensions/dockHealth/api/schema/patient.schema.js +76 -0
  147. package/dist/extensions/dockHealth/api/schema/patient.schema.js.map +1 -0
  148. package/dist/extensions/dockHealth/api/schema/task.schema.d.ts +583 -0
  149. package/dist/extensions/dockHealth/api/schema/task.schema.js +60 -0
  150. package/dist/extensions/dockHealth/api/schema/task.schema.js.map +1 -0
  151. package/dist/extensions/dockHealth/index.d.ts +2 -0
  152. package/dist/extensions/dockHealth/index.js +22 -0
  153. package/dist/extensions/dockHealth/index.js.map +1 -0
  154. package/dist/extensions/dockHealth/lib/dock.types.d.ts +28 -0
  155. package/dist/extensions/dockHealth/lib/dock.types.js +36 -0
  156. package/dist/extensions/dockHealth/lib/dock.types.js.map +1 -0
  157. package/dist/extensions/dockHealth/lib/index.d.ts +2 -0
  158. package/dist/extensions/dockHealth/lib/index.js +21 -0
  159. package/dist/extensions/dockHealth/lib/index.js.map +1 -0
  160. package/dist/extensions/dockHealth/lib/validatePayloadAndCreateClient.d.ts +15 -0
  161. package/dist/extensions/dockHealth/lib/validatePayloadAndCreateClient.js +36 -0
  162. package/dist/extensions/dockHealth/lib/validatePayloadAndCreateClient.js.map +1 -0
  163. package/dist/extensions/dockHealth/settings.d.ts +44 -0
  164. package/dist/extensions/dockHealth/settings.js +48 -0
  165. package/dist/extensions/dockHealth/settings.js.map +1 -0
  166. package/dist/extensions/elation/actions/index.d.ts +12 -12
  167. package/dist/extensions/experimental/index.js +2 -0
  168. package/dist/extensions/experimental/index.js.map +1 -1
  169. package/dist/extensions/experimental/schemas.d.ts +2 -0
  170. package/dist/extensions/experimental/schemas.js +44 -0
  171. package/dist/extensions/experimental/schemas.js.map +1 -0
  172. package/dist/extensions/experimental/v1/actions/returnObject/index.d.ts +5 -1
  173. package/dist/extensions/experimental/v1/actions/returnObject/index.js +13 -2
  174. package/dist/extensions/experimental/v1/actions/returnObject/index.js.map +1 -1
  175. package/dist/extensions/healthie/actions/index.d.ts +23 -23
  176. package/dist/extensions/icd/actions/index.d.ts +1 -1
  177. package/dist/extensions/index.js +6 -9
  178. package/dist/extensions/index.js.map +1 -1
  179. package/dist/extensions/markdown.json +10 -6
  180. package/dist/extensions/medplum/actions/createTask/config/fields.js +1 -1
  181. package/dist/extensions/medplum/actions/createTask/config/fields.js.map +1 -1
  182. package/dist/extensions/medplum/actions/getAppointment/config/dataPoints.d.ts +1 -1
  183. package/dist/extensions/medplum/actions/getAppointment/config/dataPoints.js +1 -1
  184. package/dist/extensions/medplum/actions/getAppointment/config/dataPoints.js.map +1 -1
  185. package/dist/extensions/medplum/actions/getAppointment/getAppointment.js +0 -5
  186. package/dist/extensions/medplum/actions/getAppointment/getAppointment.js.map +1 -1
  187. package/dist/extensions/medplum/actions/getPatient/config/dataPoints.d.ts +1 -1
  188. package/dist/extensions/medplum/actions/getPatient/config/dataPoints.js +1 -1
  189. package/dist/extensions/medplum/actions/getPatient/config/dataPoints.js.map +1 -1
  190. package/dist/extensions/medplum/actions/getPatient/getPatient.js +0 -5
  191. package/dist/extensions/medplum/actions/getPatient/getPatient.js.map +1 -1
  192. package/dist/extensions/medplum/actions/index.d.ts +1 -0
  193. package/dist/extensions/medplum/actions/index.js +3 -1
  194. package/dist/extensions/medplum/actions/index.js.map +1 -1
  195. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/dataPoints.d.ts +6 -0
  196. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/dataPoints.js +10 -0
  197. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/dataPoints.js.map +1 -0
  198. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/fields.d.ts +18 -0
  199. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/fields.js +18 -0
  200. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/fields.js.map +1 -0
  201. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/index.d.ts +2 -0
  202. package/dist/extensions/{awell/v1/gql → medplum/actions/submitQuestionnaireResponse/config}/index.js +2 -2
  203. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/index.js.map +1 -0
  204. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/index.d.ts +1 -0
  205. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/index.js +6 -0
  206. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/index.js.map +1 -0
  207. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/submitQuestionnaireResponse.d.ts +4 -0
  208. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/submitQuestionnaireResponse.js +82 -0
  209. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/submitQuestionnaireResponse.js.map +1 -0
  210. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/submitQuestionnaireResponse.test.d.ts +5 -0
  211. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/submitQuestionnaireResponse.test.js +45 -0
  212. package/dist/extensions/medplum/actions/submitQuestionnaireResponse/submitQuestionnaireResponse.test.js.map +1 -0
  213. package/dist/extensions/medplum/settings.d.ts +20 -0
  214. package/dist/extensions/medplum/settings.js +18 -2
  215. package/dist/extensions/medplum/settings.js.map +1 -1
  216. package/dist/extensions/medplum/utils/validateAndCreateSdkClient.d.ts +2 -1
  217. package/dist/extensions/medplum/utils/validateAndCreateSdkClient.js +4 -2
  218. package/dist/extensions/medplum/utils/validateAndCreateSdkClient.js.map +1 -1
  219. package/dist/extensions/metriport/actions/index.d.ts +7 -7
  220. package/dist/extensions/stripe/actions/createCustomer/config/datapoints.d.ts +6 -0
  221. package/dist/extensions/stripe/actions/createCustomer/config/datapoints.js +10 -0
  222. package/dist/extensions/stripe/actions/createCustomer/config/datapoints.js.map +1 -0
  223. package/dist/extensions/stripe/actions/createCustomer/config/fields.d.ts +28 -0
  224. package/dist/extensions/stripe/actions/createCustomer/config/fields.js +29 -0
  225. package/dist/extensions/stripe/actions/createCustomer/config/fields.js.map +1 -0
  226. package/dist/extensions/stripe/actions/createCustomer/config/index.d.ts +2 -0
  227. package/dist/extensions/stripe/actions/createCustomer/config/index.js +9 -0
  228. package/dist/extensions/stripe/actions/createCustomer/config/index.js.map +1 -0
  229. package/dist/extensions/stripe/actions/createCustomer/createCustomer.d.ts +4 -0
  230. package/dist/extensions/stripe/actions/createCustomer/createCustomer.js +34 -0
  231. package/dist/extensions/stripe/actions/createCustomer/createCustomer.js.map +1 -0
  232. package/dist/extensions/stripe/actions/createCustomer/createCustomer.test.d.ts +1 -0
  233. package/dist/extensions/stripe/actions/createCustomer/createCustomer.test.js +32 -0
  234. package/dist/extensions/stripe/actions/createCustomer/createCustomer.test.js.map +1 -0
  235. package/dist/extensions/stripe/actions/createCustomer/index.d.ts +1 -0
  236. package/dist/extensions/stripe/actions/createCustomer/index.js +6 -0
  237. package/dist/extensions/stripe/actions/createCustomer/index.js.map +1 -0
  238. package/dist/extensions/stripe/actions/createSubscription/config/datapoints.d.ts +6 -0
  239. package/dist/extensions/stripe/actions/createSubscription/config/datapoints.js +10 -0
  240. package/dist/extensions/stripe/actions/createSubscription/config/datapoints.js.map +1 -0
  241. package/dist/extensions/stripe/actions/createSubscription/config/fields.d.ts +28 -0
  242. package/dist/extensions/stripe/actions/createSubscription/config/fields.js +29 -0
  243. package/dist/extensions/stripe/actions/createSubscription/config/fields.js.map +1 -0
  244. package/dist/extensions/stripe/actions/createSubscription/config/index.d.ts +2 -0
  245. package/dist/extensions/stripe/actions/createSubscription/config/index.js +9 -0
  246. package/dist/extensions/stripe/actions/createSubscription/config/index.js.map +1 -0
  247. package/dist/extensions/stripe/actions/createSubscription/createSubscription.d.ts +4 -0
  248. package/dist/extensions/stripe/actions/createSubscription/createSubscription.js +43 -0
  249. package/dist/extensions/stripe/actions/createSubscription/createSubscription.js.map +1 -0
  250. package/dist/extensions/stripe/actions/createSubscription/createSubscription.test.d.ts +1 -0
  251. package/dist/extensions/stripe/actions/createSubscription/createSubscription.test.js +32 -0
  252. package/dist/extensions/stripe/actions/createSubscription/createSubscription.test.js.map +1 -0
  253. package/dist/extensions/stripe/actions/createSubscription/index.d.ts +1 -0
  254. package/dist/extensions/stripe/actions/createSubscription/index.js +6 -0
  255. package/dist/extensions/stripe/actions/createSubscription/index.js.map +1 -0
  256. package/dist/extensions/stripe/actions/embeddedCheckout/config/datapoints.d.ts +6 -0
  257. package/dist/extensions/stripe/actions/embeddedCheckout/config/datapoints.js +10 -0
  258. package/dist/extensions/stripe/actions/embeddedCheckout/config/datapoints.js.map +1 -0
  259. package/dist/extensions/stripe/actions/embeddedCheckout/config/fields.d.ts +28 -0
  260. package/dist/extensions/stripe/actions/embeddedCheckout/config/fields.js +33 -0
  261. package/dist/extensions/stripe/actions/embeddedCheckout/config/fields.js.map +1 -0
  262. package/dist/extensions/stripe/actions/embeddedCheckout/config/index.d.ts +2 -0
  263. package/dist/extensions/stripe/actions/embeddedCheckout/config/index.js +9 -0
  264. package/dist/extensions/stripe/actions/embeddedCheckout/config/index.js.map +1 -0
  265. package/dist/extensions/stripe/actions/embeddedCheckout/embeddedCheckout.d.ts +4 -0
  266. package/dist/extensions/stripe/actions/embeddedCheckout/embeddedCheckout.js +33 -0
  267. package/dist/extensions/stripe/actions/embeddedCheckout/embeddedCheckout.js.map +1 -0
  268. package/dist/extensions/stripe/actions/embeddedCheckout/embeddedCheckout.test.d.ts +1 -0
  269. package/dist/extensions/stripe/actions/embeddedCheckout/embeddedCheckout.test.js +25 -0
  270. package/dist/extensions/stripe/actions/embeddedCheckout/embeddedCheckout.test.js.map +1 -0
  271. package/dist/extensions/stripe/actions/embeddedCheckout/index.d.ts +1 -0
  272. package/dist/extensions/stripe/actions/embeddedCheckout/index.js +6 -0
  273. package/dist/extensions/stripe/actions/embeddedCheckout/index.js.map +1 -0
  274. package/dist/extensions/stripe/actions/index.d.ts +180 -0
  275. package/dist/extensions/stripe/actions/index.js +12 -0
  276. package/dist/extensions/stripe/actions/index.js.map +1 -0
  277. package/dist/extensions/stripe/api/client.d.ts +2 -0
  278. package/dist/extensions/stripe/api/client.js +8 -0
  279. package/dist/extensions/stripe/api/client.js.map +1 -0
  280. package/dist/extensions/{avaAi → stripe}/index.d.ts +1 -1
  281. package/dist/extensions/stripe/index.js +22 -0
  282. package/dist/extensions/stripe/index.js.map +1 -0
  283. package/dist/extensions/stripe/lib/index.d.ts +1 -0
  284. package/dist/extensions/stripe/lib/index.js +6 -0
  285. package/dist/extensions/stripe/lib/index.js.map +1 -0
  286. package/dist/extensions/stripe/lib/validateAndCreateStripeSdk.d.ts +18 -0
  287. package/dist/extensions/stripe/lib/validateAndCreateStripeSdk.js +26 -0
  288. package/dist/extensions/stripe/lib/validateAndCreateStripeSdk.js.map +1 -0
  289. package/dist/extensions/stripe/settings.d.ts +67 -0
  290. package/dist/extensions/stripe/settings.js +57 -0
  291. package/dist/extensions/stripe/settings.js.map +1 -0
  292. package/dist/extensions/talkDesk/actions/index.d.ts +1 -1
  293. package/dist/extensions/textline/actions/index.d.ts +3 -3
  294. package/dist/extensions/wellinks-public/actions/index.d.ts +9 -9
  295. package/dist/extensions/westFax/actions/index.d.ts +1 -1
  296. package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/AwellFormResponseToFhirQuestionnaireResponseItems.d.ts +6 -0
  297. package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/AwellFormResponseToFhirQuestionnaireResponseItems.js +105 -0
  298. package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/AwellFormResponseToFhirQuestionnaireResponseItems.js.map +1 -0
  299. package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/AwellFormResponseToFhirQuestionnaireResponseItems.test.d.ts +1 -0
  300. package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/AwellFormResponseToFhirQuestionnaireResponseItems.test.js +138 -0
  301. package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/AwellFormResponseToFhirQuestionnaireResponseItems.test.js.map +1 -0
  302. package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/index.d.ts +1 -0
  303. package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/index.js +18 -0
  304. package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/index.js.map +1 -0
  305. package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/AwellFormToFhirQuestionnaire.d.ts +3 -0
  306. package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/AwellFormToFhirQuestionnaire.js +121 -0
  307. package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/AwellFormToFhirQuestionnaire.js.map +1 -0
  308. package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/AwellFormToFhirQuestionnaire.test.d.ts +1 -0
  309. package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/AwellFormToFhirQuestionnaire.test.js +112 -0
  310. package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/AwellFormToFhirQuestionnaire.test.js.map +1 -0
  311. package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/index.d.ts +1 -0
  312. package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/index.js +18 -0
  313. package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/index.js.map +1 -0
  314. package/dist/src/lib/fhir/transformers/__testdata__/formDefinition.data.d.ts +2 -0
  315. package/dist/src/lib/fhir/transformers/__testdata__/formDefinition.data.js +264 -0
  316. package/dist/src/lib/fhir/transformers/__testdata__/formDefinition.data.js.map +1 -0
  317. package/dist/src/lib/fhir/transformers/__testdata__/formResponse.data.d.ts +2 -0
  318. package/dist/src/lib/fhir/transformers/__testdata__/formResponse.data.js +68 -0
  319. package/dist/src/lib/fhir/transformers/__testdata__/formResponse.data.js.map +1 -0
  320. package/dist/src/lib/fhir/transformers/__testdata__/index.d.ts +2 -0
  321. package/dist/src/lib/fhir/transformers/__testdata__/index.js +19 -0
  322. package/dist/src/lib/fhir/transformers/__testdata__/index.js.map +1 -0
  323. package/dist/src/lib/fhir/transformers/index.d.ts +2 -0
  324. package/dist/src/lib/fhir/transformers/index.js +19 -0
  325. package/dist/src/lib/fhir/transformers/index.js.map +1 -0
  326. package/package.json +9 -5
  327. package/dist/extensions/avaAi/common/sdk/openAiSdk.d.ts +0 -2
  328. package/dist/extensions/avaAi/common/sdk/openAiSdk.js +0 -5
  329. package/dist/extensions/avaAi/common/sdk/openAiSdk.js.map +0 -1
  330. package/dist/extensions/avaAi/index.js +0 -21
  331. package/dist/extensions/avaAi/index.js.map +0 -1
  332. package/dist/extensions/avaAi/settings.d.ts +0 -18
  333. package/dist/extensions/avaAi/settings.js +0 -22
  334. package/dist/extensions/avaAi/settings.js.map +0 -1
  335. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/dataPoints.js +0 -15
  336. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/dataPoints.js.map +0 -1
  337. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/fields.d.ts +0 -29
  338. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/fields.js +0 -46
  339. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/fields.js.map +0 -1
  340. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/index.d.ts +0 -2
  341. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/index.js.map +0 -1
  342. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.js.map +0 -1
  343. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.test.js +0 -27
  344. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.test.js.map +0 -1
  345. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/index.d.ts +0 -1
  346. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/index.js +0 -6
  347. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.d.ts +0 -3
  348. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.js +0 -43
  349. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.js.map +0 -1
  350. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.test.js +0 -133
  351. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.test.js.map +0 -1
  352. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/index.d.ts +0 -1
  353. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/index.js +0 -6
  354. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/index.js.map +0 -1
  355. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/index.d.ts +0 -1
  356. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/index.js +0 -6
  357. package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/index.js.map +0 -1
  358. package/dist/extensions/avaAi/v1/actions/index.d.ts +0 -1
  359. package/dist/extensions/avaAi/v1/actions/index.js +0 -6
  360. package/dist/extensions/avaAi/v1/actions/index.js.map +0 -1
  361. package/dist/extensions/awell/v1/gql/fragment-masking.d.ts +0 -13
  362. package/dist/extensions/awell/v1/gql/fragment-masking.js +0 -12
  363. package/dist/extensions/awell/v1/gql/fragment-masking.js.map +0 -1
  364. package/dist/extensions/awell/v1/gql/gql.d.ts +0 -36
  365. package/dist/extensions/awell/v1/gql/gql.js +0 -47
  366. package/dist/extensions/awell/v1/gql/gql.js.map +0 -1
  367. package/dist/extensions/awell/v1/gql/index.d.ts +0 -2
  368. package/dist/extensions/awell/v1/gql/index.js.map +0 -1
  369. /package/dist/extensions/{avaAi/v1/actions/generatePatientSummary/generatePatientSummary.test.d.ts → awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.test.d.ts} +0 -0
  370. /package/dist/extensions/{avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.test.d.ts → awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.test.d.ts} +0 -0
@@ -49,7 +49,7 @@ export declare const actions: {
49
49
  required: true;
50
50
  description: string;
51
51
  };
52
- }, "appointmentId", never>;
52
+ }, "appointmentId">;
53
53
  createTask: import("@awell-health/extensions-core").Action<{
54
54
  patientId: {
55
55
  id: string;
@@ -123,7 +123,7 @@ export declare const actions: {
123
123
  required: true;
124
124
  description: string;
125
125
  };
126
- }, "taskId", never>;
126
+ }, "taskId">;
127
127
  getAppointment: import("@awell-health/extensions-core").Action<{
128
128
  appointmentId: {
129
129
  id: string;
@@ -146,7 +146,7 @@ export declare const actions: {
146
146
  required: true;
147
147
  description: string;
148
148
  };
149
- }, "date" | "patientId" | "appointmentTypeId" | "appointmentTypeName" | "appointmentStatus" | "contactType", never>;
149
+ }, "date" | "patientId" | "appointmentTypeId" | "appointmentTypeName" | "appointmentStatus" | "contactType">;
150
150
  getPatient: import("@awell-health/extensions-core").Action<{
151
151
  patientId: {
152
152
  id: string;
@@ -169,7 +169,7 @@ export declare const actions: {
169
169
  required: true;
170
170
  description: string;
171
171
  };
172
- }, "email" | "firstName" | "lastName" | "gender" | "dob" | "isoSex" | "phoneNumber" | "primaryProviderId" | "groupName", never>;
172
+ }, "email" | "firstName" | "lastName" | "gender" | "dob" | "isoSex" | "phoneNumber" | "primaryProviderId" | "groupName">;
173
173
  sendChatMessage: import("@awell-health/extensions-core").Action<{
174
174
  healthie_patient_id: {
175
175
  id: string;
@@ -207,7 +207,7 @@ export declare const actions: {
207
207
  required: true;
208
208
  description: string;
209
209
  };
210
- }, "conversationId", never>;
210
+ }, "conversationId">;
211
211
  createPatient: import("@awell-health/extensions-core").Action<{
212
212
  first_name: {
213
213
  id: string;
@@ -276,7 +276,7 @@ export declare const actions: {
276
276
  required: true;
277
277
  description: string;
278
278
  };
279
- }, "healthiePatientId", never>;
279
+ }, "healthiePatientId">;
280
280
  updatePatient: import("@awell-health/extensions-core").Action<{
281
281
  id: {
282
282
  id: string;
@@ -384,7 +384,7 @@ export declare const actions: {
384
384
  required: true;
385
385
  description: string;
386
386
  };
387
- }, string, never>;
387
+ }, string>;
388
388
  applyTagToPatient: import("@awell-health/extensions-core").Action<{
389
389
  id: {
390
390
  id: string;
@@ -415,7 +415,7 @@ export declare const actions: {
415
415
  required: true;
416
416
  description: string;
417
417
  };
418
- }, string, never>;
418
+ }, string>;
419
419
  removeTagFromPatient: import("@awell-health/extensions-core").Action<{
420
420
  id: {
421
421
  id: string;
@@ -446,7 +446,7 @@ export declare const actions: {
446
446
  required: true;
447
447
  description: string;
448
448
  };
449
- }, string, never>;
449
+ }, string>;
450
450
  createChartingNote: import("@awell-health/extensions-core").Action<{
451
451
  healthie_patient_id: {
452
452
  id: string;
@@ -498,7 +498,7 @@ export declare const actions: {
498
498
  required: true;
499
499
  description: string;
500
500
  };
501
- }, string, never>;
501
+ }, string>;
502
502
  sendFormCompletionRequest: import("@awell-health/extensions-core").Action<{
503
503
  healthie_patient_id: {
504
504
  id: string;
@@ -585,7 +585,7 @@ export declare const actions: {
585
585
  required: true;
586
586
  description: string;
587
587
  };
588
- }, string, never>;
588
+ }, string>;
589
589
  archivePatient: import("@awell-health/extensions-core").Action<{
590
590
  id: {
591
591
  id: string;
@@ -609,7 +609,7 @@ export declare const actions: {
609
609
  required: true;
610
610
  description: string;
611
611
  };
612
- }, string, never>;
612
+ }, string>;
613
613
  /**
614
614
  * There is bug in Healthie that prevents linking an address with a patient
615
615
  * Waiting for fix
@@ -644,7 +644,7 @@ export declare const actions: {
644
644
  required: true;
645
645
  description: string;
646
646
  };
647
- }, string, never>;
647
+ }, string>;
648
648
  deleteAppointment: import("@awell-health/extensions-core").Action<{
649
649
  id: {
650
650
  id: string;
@@ -668,7 +668,7 @@ export declare const actions: {
668
668
  required: true;
669
669
  description: string;
670
670
  };
671
- }, string, never>;
671
+ }, string>;
672
672
  cancelAppointment: import("@awell-health/extensions-core").Action<{
673
673
  id: {
674
674
  id: string;
@@ -692,7 +692,7 @@ export declare const actions: {
692
692
  required: true;
693
693
  description: string;
694
694
  };
695
- }, string, never>;
695
+ }, string>;
696
696
  /**
697
697
  * Specs of this API endpoint are unclear so we are not sure what
698
698
  * functional value it delivers in the current state. Needs to be revisited.
@@ -720,7 +720,7 @@ export declare const actions: {
720
720
  required: true;
721
721
  description: string;
722
722
  };
723
- }, string, never>;
723
+ }, string>;
724
724
  completeTask: import("@awell-health/extensions-core").Action<{
725
725
  id: {
726
726
  id: string;
@@ -744,7 +744,7 @@ export declare const actions: {
744
744
  required: true;
745
745
  description: string;
746
746
  };
747
- }, string, never>;
747
+ }, string>;
748
748
  assignPatientToGroup: import("@awell-health/extensions-core").Action<{
749
749
  id: {
750
750
  id: string;
@@ -775,7 +775,7 @@ export declare const actions: {
775
775
  required: true;
776
776
  description: string;
777
777
  };
778
- }, string, never>;
778
+ }, string>;
779
779
  getMetricEntry: import("@awell-health/extensions-core").Action<{
780
780
  patientId: {
781
781
  id: string;
@@ -806,7 +806,7 @@ export declare const actions: {
806
806
  required: true;
807
807
  description: string;
808
808
  };
809
- }, "metricId" | "metricValue" | "createdAt", never>;
809
+ }, "metricId" | "metricValue" | "createdAt">;
810
810
  updatePatientQuickNote: import("@awell-health/extensions-core").Action<{
811
811
  patientId: {
812
812
  id: string;
@@ -842,7 +842,7 @@ export declare const actions: {
842
842
  required: true;
843
843
  description: string;
844
844
  };
845
- }, string, never>;
845
+ }, string>;
846
846
  createMetricEntry: import("@awell-health/extensions-core").Action<{
847
847
  userId: {
848
848
  id: string;
@@ -880,7 +880,7 @@ export declare const actions: {
880
880
  required: true;
881
881
  description: string;
882
882
  };
883
- }, string, never>;
883
+ }, string>;
884
884
  checkPatientTag: import("@awell-health/extensions-core").Action<{
885
885
  id: {
886
886
  id: string;
@@ -909,7 +909,7 @@ export declare const actions: {
909
909
  required: true;
910
910
  description: string;
911
911
  };
912
- }, "hasTag", never>;
912
+ }, "hasTag">;
913
913
  checkScheduledAppointments: import("@awell-health/extensions-core").Action<{
914
914
  patientId: {
915
915
  id: string;
@@ -939,5 +939,5 @@ export declare const actions: {
939
939
  required: true;
940
940
  description: string;
941
941
  };
942
- }, "isScheduled", never>;
942
+ }, "isScheduled">;
943
943
  };
@@ -6,6 +6,6 @@ declare const _default: {
6
6
  description: string;
7
7
  type: import("@awell-health/extensions-core").FieldType.STRING;
8
8
  };
9
- }, {}, "codes" | "stringResponse", never>;
9
+ }, {}, "codes" | "stringResponse">;
10
10
  };
11
11
  export default _default;
@@ -24,7 +24,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.extensions = exports.markdown = void 0;
27
- // import { AvaAi } from './avaAi'
28
27
  const awell_1 = require("./awell");
29
28
  const calDotCom_1 = require("./calDotCom");
30
29
  const calendly_1 = require("./calendly");
@@ -42,7 +41,6 @@ const math_1 = require("./math");
42
41
  const messagebird_1 = require("./messagebird");
43
42
  const metriport_1 = require("./metriport");
44
43
  const twilio_1 = require("./twilio");
45
- // import { Wellinks } from './wellinks-public'
46
44
  const sendgrid_extension_1 = require("./sendgrid-extension");
47
45
  const cmDotCom_1 = require("./cmDotCom");
48
46
  const talkDesk_1 = require("./talkDesk");
@@ -59,13 +57,12 @@ const athenahealth_1 = require("./athenahealth");
59
57
  const icd_1 = require("./icd");
60
58
  const textline_1 = require("./textline");
61
59
  const medplum_1 = require("./medplum");
60
+ const dockHealth_1 = require("./dockHealth");
61
+ const stripe_1 = require("./stripe");
62
62
  const json = __importStar(require("./markdown.json"));
63
63
  const external_server_1 = require("./external-server");
64
64
  exports.markdown = json;
65
65
  exports.extensions = [
66
- // AvaAi, Best to disable this until we cleared out data privacy & HIPAA with OpenAI
67
- // ZusHealth is not ready for public use yet
68
- // ZusHealth,
69
66
  awell_1.Awell,
70
67
  athenahealth_1.athenahealth,
71
68
  calDotCom_1.CalDotCom,
@@ -74,6 +71,7 @@ exports.extensions = [
74
71
  cloudinary_1.Cloudinary,
75
72
  cmDotCom_1.CmDotCom,
76
73
  collectData_1.CollectData,
74
+ dockHealth_1.dockHealth,
77
75
  docuSign_1.DocuSign,
78
76
  dropboxSign_1.DropboxSign,
79
77
  elation_1.Elation,
@@ -89,18 +87,17 @@ exports.extensions = [
89
87
  mailgun_1.Mailgun,
90
88
  math_1.MathExtension,
91
89
  messagebird_1.MessageBird,
90
+ medplum_1.Medplum,
92
91
  metriport_1.Metriport,
93
92
  nexuzhealth_1.nexuzhealth,
94
93
  sendbird_1.Sendbird,
95
94
  sendgrid_extension_1.Sendgrid,
96
- cmDotCom_1.CmDotCom,
95
+ stripe_1.stripe,
97
96
  talkDesk_1.TalkDesk,
97
+ textline_1.TextLine,
98
98
  transform_1.Transform,
99
99
  twilio_1.Twilio,
100
- // Wellinks,
101
100
  zendesk_1.Zendesk,
102
101
  westFax_1.WestFax,
103
- textline_1.TextLine,
104
- medplum_1.Medplum,
105
102
  ];
106
103
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../extensions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kCAAkC;AAClC,mCAA+B;AAC/B,2CAAuC;AACvC,yCAAqC;AACrC,mDAA+C;AAC/C,6CAAyC;AACzC,+CAA2C;AAC3C,uCAAmC;AACnC,iDAA6C;AAC7C,yCAAqC;AACrC,yCAAqC;AACrC,+CAA0C;AAC1C,2CAAuC;AACvC,uCAAmC;AACnC,iCAAsC;AACtC,+CAA2C;AAC3C,2CAAuC;AACvC,qCAAiC;AACjC,+CAA+C;AAC/C,6DAA+C;AAC/C,yCAAqC;AACrC,yCAAqC;AACrC,yCAAqC;AACrC,yCAAqC;AACrC,2CAAuC;AACvC,yCAAqC;AACrC,uCAAmC;AACnC,uCAAmC;AACnC,uCAAmC;AACnC,+CAA2C;AAC3C,+CAA2C;AAC3C,iDAA6C;AAC7C,+BAA2B;AAC3B,yCAAqC;AACrC,uCAAmC;AAEnC,sDAAuC;AACvC,uDAAkD;AAGrC,QAAA,QAAQ,GAAa,IAAI,CAAA;AAEzB,QAAA,UAAU,GAAG;IACxB,oFAAoF;IACpF,4CAA4C;IAC5C,aAAa;IACb,aAAK;IACL,2BAAY;IACZ,qBAAS;IACT,mBAAQ;IACR,6BAAa;IACb,uBAAU;IACV,mBAAQ;IACR,yBAAW;IACX,mBAAQ;IACR,yBAAW;IACX,iBAAO;IACP,2BAAY;IACZ,gCAAc;IACd,mBAAQ;IACR,mBAAQ;IACR,wBAAU;IACV,SAAG;IACH,iBAAO;IACP,mBAAQ;IACR,qBAAS;IACT,iBAAO;IACP,oBAAa;IACb,yBAAW;IACX,qBAAS;IACT,yBAAW;IACX,mBAAQ;IACR,6BAAQ;IACR,mBAAQ;IACR,mBAAQ;IACR,qBAAS;IACT,eAAM;IACN,YAAY;IACZ,iBAAO;IACP,iBAAO;IACP,mBAAQ;IACR,iBAAO;CACR,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../extensions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mCAA+B;AAC/B,2CAAuC;AACvC,yCAAqC;AACrC,mDAA+C;AAC/C,6CAAyC;AACzC,+CAA2C;AAC3C,uCAAmC;AACnC,iDAA6C;AAC7C,yCAAqC;AACrC,yCAAqC;AACrC,+CAA0C;AAC1C,2CAAuC;AACvC,uCAAmC;AACnC,iCAAsC;AACtC,+CAA2C;AAC3C,2CAAuC;AACvC,qCAAiC;AACjC,6DAA+C;AAC/C,yCAAqC;AACrC,yCAAqC;AACrC,yCAAqC;AACrC,yCAAqC;AACrC,2CAAuC;AACvC,yCAAqC;AACrC,uCAAmC;AACnC,uCAAmC;AACnC,uCAAmC;AACnC,+CAA2C;AAC3C,+CAA2C;AAC3C,iDAA6C;AAC7C,+BAA2B;AAC3B,yCAAqC;AACrC,uCAAmC;AACnC,6CAAyC;AACzC,qCAAiC;AAEjC,sDAAuC;AACvC,uDAAkD;AAGrC,QAAA,QAAQ,GAAa,IAAI,CAAA;AAEzB,QAAA,UAAU,GAAG;IACxB,aAAK;IACL,2BAAY;IACZ,qBAAS;IACT,mBAAQ;IACR,6BAAa;IACb,uBAAU;IACV,mBAAQ;IACR,yBAAW;IACX,uBAAU;IACV,mBAAQ;IACR,yBAAW;IACX,iBAAO;IACP,2BAAY;IACZ,gCAAc;IACd,mBAAQ;IACR,mBAAQ;IACR,wBAAU;IACV,SAAG;IACH,iBAAO;IACP,mBAAQ;IACR,qBAAS;IACT,iBAAO;IACP,oBAAa;IACb,yBAAW;IACX,iBAAO;IACP,qBAAS;IACT,yBAAW;IACX,mBAAQ;IACR,6BAAQ;IACR,eAAM;IACN,mBAAQ;IACR,mBAAQ;IACR,qBAAS;IACT,eAAM;IACN,iBAAO;IACP,iBAAO;CACR,CAAA"}
@@ -3,13 +3,9 @@
3
3
  "readme": "---\ntitle: Athena\ndescription: Athena offers medical groups, hospitals, and health systems cloud-based EHR, practice management, and patient engagement services that seamlessly connect care and drive results for every client. \n---\n\n## Athenahealth\n\nAthena offers medical groups, hospitals, and health systems cloud-based EHR, practice management, and patient engagement services that seamlessly connect care and drive results for every client.\n\n## Extension settings\n\nFor the extension to function correctly, you must configure the following settings:\n\n- Auth server URL (e.g. https://api.preview.platform.athenahealth.com/oauth2/v1/token)\n- Client ID\n- Client secret\n- API URL (https://api.preview.platform.athenahealth.com)\n- Scope\n- Practice ID\n\n\n## Actions\n\n### Create patient\n\nCreates a patient in athenahealth. First name, last name, date of birth, email, and department ID are required. If a patient with the same name, date of birth, and email already exists, a new patient record will not be created. Instead, the existing patient's ID will be returned.\n\n### Get patient\n\nRetrieve the details of a given patient within a given practice.\n\n### Get appointment\n\nRetrieve the details of an appointment.\n\n### Create appointment note\n\nCreate a note which will be appended to an appointment",
4
4
  "changelog": "# Athena changelog"
5
5
  },
6
- "avaAi": {
7
- "readme": "---\ntitle: AvaAI\ndescription: Experimental extension to introduce AI actions in care flows.\n---\n# Awell Virtual (AI) Assistant - Ava\n\n## Extension settings\n\nIn order to set up this extension, you will need to provide an Open AI API key.\n\n## Custom Actions\n\n### Generate patient summary\n\nGenerates a human-readable summary about the patient based on the characteristics in the patient's profile.\n\nYou can specify which characteristics of the patient you would like to include by providing a comma-separated string with the below possible options:\n\n- first_name\n- last_name\n- street\n- city\n- country\n- state\n- zip\n- birth_date\n- email\n- mobile_phone\n- phone\n- national_registry_number\n- patient_code\n- preferred_language\n- sex\n\nIf no characteristics are passed, by default a summary will be generated that includes all characteristics.",
8
- "changelog": "# Ava changelog"
9
- },
10
6
  "awell": {
11
- "readme": "---\ntitle: Awell Workflow\ndescription: Enrich your care flows with powerful Awell actions.\n---\n\n# Awell API extension\n\n## Extension settings\n\nYou will need to provide the [API URL](https://developers.awellhealth.com/awell-orchestration/api-reference/overview/endpoints) and an [API key](https://developers.awellhealth.com/awell-orchestration/api-reference/overview/authorization).\n\n## Custom Actions\n\n### Start care flow\n\nStarts a new care flow for the patient enrolled in your current care flow.\n\n**Passing baseline info:**\nPlease read the documentation on [our developer hub](https://developers.awellhealth.com/awell-orchestration/api-reference/mutations/start-pathway) to learn more about how to pass baseline info.\n\n**Example of how to configure a value for the baseline info action field:**\n\n```json\n[\n {\n \"data_point_definition_id\": \"age\",\n \"value\": \"29\"\n },\n {\n \"data_point_definition_id\": \"dob\",\n \"value\": \"1993-11-30\"\n }\n]\n```\n\n### Stop care flow\n\nStops the care flow the patient is currently enrolled in. A reason is why you are stopping the care flow is mandatory.\n\n### Update patient\n\nAllows updating patient data for the patient currently enrolled in the care flow.\n\n### Is patient already enrolled in care flow\n\nChecks whether the patient is already enrolled in a care flow definition. The care flow the patient is currently enrolled in does not count and is excluded from the results.\n\n**Action fields:**\n\n- pathwayStatus: a comma-separated string of care flow statuses that will be used when looking for care flows the patient is already enrolled in. By default, we only look at active care flows. Options: \"active\", \"completed\", \"missing_baseline_info\", \"starting\", and \"stopped\".\n- careFlowDefinitionIds: a comma-separated string of care flow definition ids that will be used when looking for care flows the patient is already enrolled in. By default, we only search for care flows that match the current care flow definition id (i.e. is the patient already included in the current care flow?).\n\n**Data points:**\n\n- result: a boolean indicating whether the patient is already enrolled in another care flow that matches your criteria (status & care flow definition id)\n- nbrOfResults: the number of care flows found for the patient that match the criteria.\n- careFlowIds: a comma-separated string of care flow ids that matched your search criteria. It will be empty when the result is `false` because then there are no other care flow ids that match your criteria.\n\n### Search patients by patient code\n\nSearch whether, apart from the patient currently enrolled in the care flow, another patient with the same `patient_code` already exists.\n\n**Data points:**\n\n1. patientAlreadyExists: a boolean which will be true if minimum one patient with the patient code already exists.\n2. numberOfPatientsFound: the number of patients found with the same patient code.\n3. awellPatientIds: a comma-separated string of all Awell patient ids (except the current patient) that have the same patient code as the patient currently enrolled in the care flow. Will return an empty string when there are no other patients with the same patient code.\n\n## Webhooks\n\nWebhooks in the Awell extension offer ways to trigger a care flow based on the end of another care flow, or from any event that happens in your system (via the pathwayStart webhook).\n",
12
- "changelog": "# Awell changelog\n\n## October 26, 2023\n\nGeneric webhook to start a care flow added\n\n## April 19, 2023\n\nStop care flow action added.\nSearch patients by patient code action was added.\n\"Is patient enrolled in care flow\" action added.\n"
7
+ "readme": "---\ntitle: Awell Workflow\ndescription: Enrich your care flows with powerful Awell actions.\n---\n\n# Awell API extension\n\n## Extension settings\n\nYou will need to provide the [API URL](https://developers.awellhealth.com/awell-orchestration/api-reference/overview/endpoints) and an [API key](https://developers.awellhealth.com/awell-orchestration/api-reference/overview/authorization).\n\n## Custom Actions\n\n### Start care flow\n\nStarts a new care flow for the patient enrolled in your current care flow.\n\n**Passing baseline info:**\nPlease read the documentation on [our developer hub](https://developers.awellhealth.com/awell-orchestration/api-reference/mutations/start-pathway) to learn more about how to pass baseline info.\n\n**Example of how to configure a value for the baseline info action field:**\n\n```json\n[\n {\n \"data_point_definition_id\": \"age\",\n \"value\": \"29\"\n },\n {\n \"data_point_definition_id\": \"dob\",\n \"value\": \"1993-11-30\"\n }\n]\n```\n\n### Stop care flow\n\nStops the care flow the patient is currently enrolled in. A reason is why you are stopping the care flow is mandatory.\n\n### Update patient\n\nAllows updating patient data for the patient currently enrolled in the care flow.\n\n### Is patient already enrolled in care flow\n\nChecks whether the patient is already enrolled in a care flow definition. The care flow the patient is currently enrolled in does not count and is excluded from the results.\n\n**Action fields:**\n\n- pathwayStatus: a comma-separated string of care flow statuses that will be used when looking for care flows the patient is already enrolled in. By default, we only look at active care flows. Options: \"active\", \"completed\", \"missing_baseline_info\", \"starting\", and \"stopped\".\n- careFlowDefinitionIds: a comma-separated string of care flow definition ids that will be used when looking for care flows the patient is already enrolled in. By default, we only search for care flows that match the current care flow definition id (i.e. is the patient already included in the current care flow?).\n\n**Data points:**\n\n- result: a boolean indicating whether the patient is already enrolled in another care flow that matches your criteria (status & care flow definition id)\n- nbrOfResults: the number of care flows found for the patient that match the criteria.\n- careFlowIds: a comma-separated string of care flow ids that matched your search criteria. It will be empty when the result is `false` because then there are no other care flow ids that match your criteria.\n\n### Search patients by patient code\n\nNote that this action is deprecated and we recommend using [identifiers](https://developers.awellhealth.com/awell-orchestration/docs/misc/patient-identifiers) instead.\n\nSearch whether, apart from the patient currently enrolled in the care flow, another patient with the same `patient_code` already exists.\n\n**Data points:**\n\n1. patientAlreadyExists: a boolean which will be true if minimum one patient with the patient code already exists.\n2. numberOfPatientsFound: the number of patients found with the same patient code.\n3. awellPatientIds: a comma-separated string of all Awell patient ids (except the current patient) that have the same patient code as the patient currently enrolled in the care flow. Will return an empty string when there are no other patients with the same patient code.\n\n### Get patient by identifier\n\nThis action lets you check if a patient with a specific identifier already exists in Awell. It's particularly useful when a patient's identity is initially anonymous during the start of the care flow, but later becomes identifiable through the identifiers collected during the care flow. This check ensures whether a patient with that identifier is already present or not.\n\n### Add identifier to patient\n\nThis action enables adding an identifier to the current patient. We recommend using the \"Get patient by identifier\" action first to verify if a patient with that identifier already exists. If the identifier isn't already associated with another patient, it's safe to add it to the current patient. If a match is found, implementing a strategy for deduplication is advisable.\n\n## Webhooks\n\nWebhooks in the Awell extension offer ways to trigger a care flow based on the end of another care flow, or from any event that happens in your system (via the pathwayStart webhook).\n",
8
+ "changelog": "# Awell changelog\n\n## April 2024\n\nTwo new action were added: \"Get patient by identifier\" and \"Add identifier to patient\".\n\n## October 26, 2023\n\nGeneric webhook to start a care flow added\n\n## April 19, 2023\n\nStop care flow action added.\nSearch patients by patient code action was added.\n\"Is patient enrolled in care flow\" action added.\n"
13
9
  },
14
10
  "calDotCom": {
15
11
  "readme": "---\ntitle: Cal.com\ndescription: Cal.com is a modern and open source scheduling platform. With HIPAA, GDPR and SOC2 compliance, you can ensure that data is well-protected and that makes Cal.com a great fit for healthcare use cases.\n---\n\n# Cal.com\n\n[Cal.com](https://cal.com/) is a modern and **open source** scheduling platform. With HIPAA, GDPR and SOC2 compliance, you can ensure that data is well-protected and that makes Cal.com a great fit for healthcare use cases.\n\n## Cal.com x Awell\n\nThis extension allows you to let a stakeholder (eg: a patient) book an appointment as part of a care flow and to retrieve the booking details of an appointment.\n\n## Extension settings\n\nIn order to set up this extension, **you will need to provide a Cal.com API key**. You can obtain an API key via the Cal.com portal (`Settings > Developer > API keys`).\n\n## Custom Actions\n\n### Book appointment action\n\nYou can add this action to your care flow to enable a stakeholder (eg: a patient) to book an appointment in a predefined calendar. This is a **stakeholder-actionable action** which means it requires an actual user to book an appointment. Also note that this is a blocking action and that the care flow will not progress - unless there are parallel tracks or transitions - until the action/activity is completed (i.e. an appointment was booked).\n\n**The actual booking of the appointment can happen in two ways:**\n\n1. With Awell Hosted Pages: when the \"Book appointment\" action is activated, we serve the booking widget to the stakeholder so they can book an appointment directly from within Awell Hosted Pages.\n2. If you are not leveraging Awell Hosted Pages but have built a custom integration then we expose you all the details via our API so you can either create a Cal.com booking widget yourself or redirect the user to the Cal.com platform. Additionally, we expose a mutation that allows you to complete the activity and pass in the required data.\n\nBelow you can find an overview of all Awell Apps and whether they support rendering of the booking widget.\n\n| App | Supported |\n| ----------------------------- | --------- |\n| Awell Hosted Pages | Yes |\n| Your app (custom integration) | Yes |\n| Awell Care | No |\n| Awell MyCare | No |\n\n#### Data points\n\nAdding this action to your care flow will expose a new data point you can use in your care flow, the `bookingId`. When the care flow is orchestrated and the book appointment activity is completed, the id of the actual booking will be ingested as the value of that `bookingId` data point.\n\n### Get booking action\n\nThis action allows you to fetch the details of a booking based on the provided `bookingId`. This action will make the following data points available for you to use in your care flow:\n\n1. Event type ID\n2. Title\n3. Description\n4. Start time\n5. End time\n6. Status\n7. Cancel URL\n8. Reschedule URL\n9. Video call URL (if available)\n10. First Attendee's name\n12. First Attendee's timezone\n12. First Attendee's email\n13. Organizer's email\n\n### Update booking\n\nUpdates a booking and saves new `bookingId` and `bookingUid` as Data Points. Values possible to update:\n\n- Title - Title of Booking event\n- Description - Description of the meeting\n- Status - Status of the meeting to be set. Possible values: \"ACCEPTED\", \"PENDING\", \"CANCELLED\", \"REJECTED\".\n- Start - Start time of the Event in ISO 8601 format, e.g. 2023-05-24T13:00:00.000Z. Please note that start/end time must be within user's availability hours.\n- End - End time of the Event in ISO 8601 format, e.g. 2023-05-24T13:00:00.000Z. Please note that start/end time must be within user's availability hours.\n\n### Create booking\n\nCreates a booking and saves new `bookingId` as Data Points. Available fields:\n\n- Event Type ID - ID of the event type to book\n- Responses - Object containing email, name, location\n - ```json\n \"responses\": {\n \"name\": \"John Doe\",\n \"email\": \"john.doe@example.com\",\n \"location\": \"Calcom HQ\"\n },\n ```\n- Metadata - Any metadata associated with the booking\n- Timezone - Timezone of the Attendee\n- Language - Language of the Attendee\n- Recurring Event ID - Recurring Event ID if the event is recurring\n- Title - Title of Booking event\n- Description - Description of the meeting\n- Status - Status of the meeting to be set. Possible values: \"ACCEPTED\", \"PENDING\", \"CANCELLED\", \"REJECTED\".\n- Start - Start time of the Event in ISO 8601 format, e.g. 2023-05-24T13:00:00.000Z. Please note that start/end time must be within user's availability hours.\n- End - End time of the Event in ISO 8601 format, e.g. 2023-05-24T13:00:00.000Z. Please note that start/end time must be within user's availability hours.\n\n### Delete Boooking\n\nDeletes a Booking with a given ID.\n\n## Pricing\n\n**This extension is free** but keep in mind that you might need a paid plan for Cal.com depending on your needs.\n\n## Limitations\n\n### Rescheduling\n\nWhen a previously made booking is rescheduled, there is no way yet to get the new/updated booking details into the care flow or have the care flow react on the updated booking.\n\nAlso note that when a booking is rescheduled, Cal.com doesn't update the original booking resource but creates a new one instead. As far as we know, there is no reference from the old booking to the new (rescheduled) booking.\n\n#### Example\n\nAn appointment has been booked with Cal.com and we have the below booking resource:\n\n```json\n{\n ...,\n \"bookingId\": \"1\",\n \"date\": \"Jan 1, 2023\"\n}\n```\n\nHowever, the patient reschedules the booking to Jan 10, 2023. When querying Cal.com's API (`GET v1/bookings/{bookingId}`), it will still return the old booking date instead of the new/rescheduled date.\n\n```json\n{\n ...,\n \"bookingId\": \"1\",\n \"date\": \"Jan 1, 2023\"\n}\n```\n\n## Webhooks\n\nWebhooks offer a great way to automate the flow with Awell when invitees schedule, cancel, or reschedule events, or when the meeting ends.\n\n**Important notes:**\n\n1. An Awell webhook endpoint can only listen to one event type. So make sure that when you create a webhook in Cal.com, the subscriber URL and the event trigger match the Awell webhook endpoint. This also means there can only be one event type per subscriber URL.\n2. Using a secret to verify the authenticity of the received payload is not yet supported.\n3. Custom payload templates are not supported, please use the default ones.\n",
@@ -35,6 +31,10 @@
35
31
  "readme": "---\ntitle: Advanced data collection\ndescription: Collect data from your users using a variety of input types and data sources\n---\n\nThis extension allows you to collect data from your users using a variety of more advanced input types and data sources.\n\n## Extension settings\n\nIn order to set up this extension, no settings are required.\n\n## Custom Actions\n\n### Dynamic choice selector\n\nStandard select questions in Awell forms have a discrete set of choices to select from that are defined at the time that the form is created. If the list of choices to present to your responders isn't known at the time the form is being built, or changes often, this action allows you to load choices dynamically from a remote data source.\n\nDynamically-loaded choices must adhere to the following format in a list form (i.e. an array):\n\n```json\n{\n \"id\": \"unique-id\",\n \"label\": \"Choice label\",\n \"value\": \"Choice value\"\n}\n```\n\nAdditionally, you can specify a free text search field (`Options - Search query param` field) to allow users to search through the choices. This is optional but highly recommended. If not specified, the choices will be fetched on question load and presented in a static list that cannot be filtered.\n\nAs an example, using the endpoint `https://example.com/choices` with a query parameter `search` (e.g. `https://example.com/choices?search=QUERY` where `QUERY` is whatever the user typed into the input), then the API is expected to return the choices based on that match the search term.\n\nWe recommend that your search logic returns an _alphabetically-sorted_ list of all options where the _lowercase_ label names _contain_ the _lowercase_ search term.\n\n```js\n// Example search logic\nconst searchTerm = req.query.search\nconst results = []\n\noptions.forEach((option) => {\n if (option.label.toLowerCase().includes(searchTerm.toLowerCase())) {\n results.push({\n label: option.label,\n value: option.value,\n id: option.id,\n })\n }\n})\n\nconst sortedResults = results.sort((a, b) => a.label.localeCompare(b.label))\nres.json(results)\n```\n",
36
32
  "changelog": "# Collect Data changelog\n"
37
33
  },
34
+ "dockHealth": {
35
+ "readme": "---\ntitle: Dock Health\ndescription: HIPAA-compliant task management and workflow automation for healthcare. Assign, track, automate, and complete administrative to-do lists.\n---\n\n## Dock Health\n\nHIPAA-compliant task management and workflow automation for healthcare. Assign, track, automate, and complete administrative to-do lists.\n\n## Extension settings\n\nFor the extension to function correctly, you must configure the following settings. You can read more about these settings [here](https://github.com/DockHealth/dockhealth-api).\n\n- Environment (production or development)\n- Client ID\n- Client secret\n- API key\n- Organiation identifier\n- User identifier",
36
+ "changelog": "# Dock Health changelog"
37
+ },
38
38
  "docuSign": {
39
39
  "readme": "---\ntitle: DocuSign\ndescription: Make your business faster, simpler and more cost-efficient with electronic agreements. Agree with confidence, with intuitive signing experiences across virtually any device.\n---\n# DocuSign\n\nMake your business faster, simpler and more cost-efficient with electronic agreements. Agree with confidence, with intuitive signing experiences across virtually any device.\n\n## Extension settings\n\nIn order to set up this extension, you will need to provide the following settings:\n\n1. **Integration key (client ID)** - An integration key identifies your integration and links to its configuration values. This can be obtained in your developer account from the **Apps and Keys** page\n2. **API Account ID** - A GUID value that identifies your account. This can be obtained in your developer account from the **Apps and Keys** page\n3. **Impersonated User ID (UserID)** - This is a GUID identifying the DocuSign user that you will be impersonating with the access token. Your own User ID can be found at the top of the **Apps and Keys** page.\n4. **RSA private key (in Base64 format)** - This is for the integration key you obtained above and can also be created on the **Apps and Keys** page (DocuSign also allows uploading your own keys). You only need the private key, and it can only be copied once. Make sure to retain it for your records. Provide it in Base64 format - if you copy the key as is, it will not be valid as newlines and formatting won't be persisted.\n5. **Base API URL** - Base API URL for API calls matching your environment on DocuSign. Defaults to: https://demo.docusign.net. Can be obtained from **Account Base URI** section of the **Apps and Keys** page or the `base_uri` property in the response of a call to the `/oauth/userinfo`.\n 1. `DEV` environment: https://demo.docusign.net (default)\n 2. `PRODUCTION` environment: **https://`{server}`.docusign.net**, where `{server}` is the data center location of your production account (for example, **CA**, **NA2**, or **EU**)\n6. **Return URL template** - Return URL for your application to which DocuSign will redirect the user after signing the document. Set when you self host your application. You can use {sessionId}, {pathwayId}, {activityId} and {stakeholderId} variables to construct the URL, where variables will be replaced with actual values. Defaults to: \"https://goto.development.awell.health/?sessionId={sessionId}\". Remember that this URL MUST match the one you registered for your app in DocuSign settings. [See docs](https://developers.docusign.com/platform/configure-app/#redirect-uri) for more details.\n\nAlso, before working with **DocuSign** you should receive consent of the user to impersonate them with the API calls (even for your own account). Check the details on how to do that [on DocuSign docs](https://developers.docusign.com/platform/auth/consent/obtaining-individual-consent/). It's a ONE TIME operation and is required for API calls to work for specific client-scope-uri combination. Required params explained below:\n\n- `YOUR_REQUESTED_SCOPES`: This extension uses JWT Grant, so in place of `YOUR_REQUESTED_SCOPES` you MUST put at least `signature%20impersonation`.\n - sample consent URL: https://account-d.docusign.com/oauth/auth?response_type=code&scope=signature%20impersonation%20click.manage%20click.send&client_id=XYZ-123&redirect_uri=https://test.com\n\n## Custom Actions\n\n### Embedded signing\n\nEmbedded Signing gives users the ability to sign documents directly from Awell Hosted Pages using DocuSign's embedded signing feature. First an embedded signature request with a template is created and then a signing URL is generated for the signature request. Via the signing URL, we can let the user sign the request from within Awell.\n\nEmbedded signing behaves as a blocking action where the action is only completed when the signature request is effectively signed.\n\n**In order to add embedded signing, you need to add 2 actions to you care flow:**\n\n1. First, add the \"Create embedded signature request with template\" action. This action will create an embedded signature request based on a template and return a **sign URL**.\n2. Second, add the \"Embedded signing\" action. In this action you will have to configure the **sign URL** you got from the first action.\n\n**Please note that the signing URL generated in the first step is only valid for 5 minutes and is one-time only.** This means that from as soon as the first action is activated, the user has 5 minutes to complete the signing request. Loading a session by the user also means that sign url is loaded and refreshing the page will cause the link to expire. When the sign URL has expired, the document cannot be signed anymore and and the process would have to be repeated.\n",
40
40
  "changelog": "# DocuSign changelog\n"
@@ -115,6 +115,10 @@
115
115
  "readme": "---\ntitle: Sendgrid\ndescription: SendGrid is a cloud-based email delivery platform that provides services for sending and managing email campaigns, transactional emails, and other types of messages.\n---\n# Sendgrid\n\nSendGrid is a cloud-based email delivery platform that provides services for sending and managing email campaigns, transactional emails, and other types of messages.\n\n## Extension settings\n\nIn order to set up this extension, you will need to provide:\n\n1. An API key\n2. A from name\n3. A from email\n\n## Custom Actions\n\n### Send email\n\nAllows for sending a plain email to a recipient.\n\n### Send email with a template\n\nAllows for sending an email based on a template to a recipient. You can also insert variables so they are rendered in your template.\n\n### Add or update contact\n\nAllows adding or updating contacts. The contact to update will be determined only by the email field and any fields omitted from the request will remain as they were. A contact's ID cannot be used to update the contact.\n\nPlease note that custom fields need to have been already created if you wish to set their values for the contacts being upserted. To do this, please use the \"Create Custom Field Definition\" endpoint. They also can be created in **Marketing -> Custom Fields** section in Sendgrid.\n\n### Add and remove emails from suppression lists\n\nSuppression lists ([link on SendGrid's website](https://docs.sendgrid.com/api-reference/suppressions-suppressions/add-suppressions-to-a-suppression-group)) are unsubscribe groups. Use these actions to add an email address to any number of unsubscribe groups. You can apply a suppression add/remove to multiple groups by using comma-separated lists for the groups. Only a single email can be used. **This functionality is different from SendGrid's API, which allows multiple email addresses for a single group**.\n\n### Check an import status\n\nAllows user to check the status of contact import jobs when given a jobID. Statuses are either: `pending`, `completed`, `failed`, or `errored`.",
116
116
  "changelog": "# Sendgrid changelog\n\n## July 7, 2023\n\nAdded \"Add Email to Suppression Lists\" and \"Remove Email from Suppression Lists\" actions.\n\n## July 15, 2023\n\nUpdated \"Add or Update Contact\" acction to create a datapoint of the Job ID.\n\nAdded \"Check Import Status\" action.\n\n## July 27, 2023\n\nAdds \"Finished At\" data point to the importStatus action."
117
117
  },
118
+ "stripe": {
119
+ "readme": "---\ntitle: Stripe\ndescription: Stripe powers online and in-person payment processing and financial solutions for businesses of all sizes.\n---\n\n## Stripe\n\nStripe powers online and in-person payment processing and financial solutions for businesses of all sizes.\n\n## Extension settings\n\nFor the extension to function correctly, you must configure the following settings:\n\n- Secret key (test and live mode)\n- Publishable key (test and live mode)\n- Mode (\"Test\" or \"Live\")",
120
+ "changelog": "# Stripe changelog"
121
+ },
118
122
  "talkDesk": {
119
123
  "readme": "---\ntitle: Talkdesk\ndescription: Talkdesk is a cloud-based customer experience and contact center software company. It provides a platform that enables businesses to set up and manage their customer service and support operations.\n---\n# TalkDesk\n\nTalkdesk is a cloud-based customer experience and contact center software company. It provides a platform that enables businesses to set up and manage their customer service and support operations. Talkdesk offers a range of features and tools to streamline and enhance communication between businesses and their customers.\n\n## Setup\n\nTo set up the extension, you'll need your Talkdesk account name along with a client ID and client secret. Please ensure that the credentials you provide are associated with the necessary permissions, or \"scopes,\" to run the extension:\n\n- flows-interactions:start\n\n## Custom Actions\n\n### Trigger flow\n\nEnables the initiation of a Talkdesk flow directly from an Awell careflow. This feature triggers an interaction using the most recent published version of a specific Studio flow. You'll need to supply the ID of the flow and the data (as a JSON object) that you want to input into the flow.\n\nImportant: Please note that Talkdesk sets a restriction of up to two API requests per second (rps) for each account using their Flows API.\n\n[Click here](https://studio.talkdesk.com/docs/sending-notifications-to-contacts-via-api-request) to learn more about triggering flows via the Talkdesk API and here to read the [API docs](https://docs.talkdesk.com/reference/flows-api-ref).\n",
120
124
  "changelog": "# TalkDesk changelog\n"
@@ -34,7 +34,7 @@ exports.fields = {
34
34
  },
35
35
  intent: {
36
36
  id: 'intent',
37
- label: 'Mobile phone',
37
+ label: 'Intent',
38
38
  description: 'Indicates the "level" of actionability associated with the Task. Allowed values: unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option',
39
39
  type: extensions_core_1.FieldType.STRING,
40
40
  required: true,
@@ -1 +1 @@
1
- {"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/actions/createTask/config/fields.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAErE,+DAAkE;AAErD,QAAA,MAAM,GAAG;IACpB,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,8CAA8C;QAC3D,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,0CAA0C;QACvD,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,oCAAoC;QACjD,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,KAAK;KAChB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,QAAQ;QACZ,KAAK,EAAE,QAAQ;QACf,WAAW,EACT,gLAAgL;QAClL,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,MAAM,EAAE;QACN,EAAE,EAAE,QAAQ;QACZ,KAAK,EAAE,cAAc;QACrB,WAAW,EACT,6LAA6L;QAC/L,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE,gDAAgD;QAC7D,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,KAAK;KAChB;IACD,OAAO,EAAE;QACP,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE,EAAE;QACf,IAAI,EAAE,2BAAS,CAAC,IAAI;QACpB,QAAQ,EAAE,KAAK;KAChB;IACD,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,gBAAgB;QACvB,WAAW,EAAE,kDAAkD;QAC/D,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,KAAK;KAChB;CAC8B,CAAA;AAEpB,QAAA,sBAAsB,GAAG,4BAErC,CAAA"}
1
+ {"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/actions/createTask/config/fields.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAErE,+DAAkE;AAErD,QAAA,MAAM,GAAG;IACpB,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,8CAA8C;QAC3D,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,0CAA0C;QACvD,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,oCAAoC;QACjD,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,KAAK;KAChB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,QAAQ;QACZ,KAAK,EAAE,QAAQ;QACf,WAAW,EACT,gLAAgL;QAClL,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,MAAM,EAAE;QACN,EAAE,EAAE,QAAQ;QACZ,KAAK,EAAE,QAAQ;QACf,WAAW,EACT,6LAA6L;QAC/L,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE,gDAAgD;QAC7D,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,KAAK;KAChB;IACD,OAAO,EAAE;QACP,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE,EAAE;QACf,IAAI,EAAE,2BAAS,CAAC,IAAI;QACpB,QAAQ,EAAE,KAAK;KAChB;IACD,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,gBAAgB;QACvB,WAAW,EAAE,kDAAkD;QAC/D,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,KAAK;KAChB;CAC8B,CAAA;AAEpB,QAAA,sBAAsB,GAAG,4BAErC,CAAA"}
@@ -1,6 +1,6 @@
1
1
  export declare const dataPoints: {
2
2
  appointmentData: {
3
3
  key: string;
4
- valueType: "string";
4
+ valueType: "json";
5
5
  };
6
6
  };
@@ -4,7 +4,7 @@ exports.dataPoints = void 0;
4
4
  exports.dataPoints = {
5
5
  appointmentData: {
6
6
  key: 'appointmentData',
7
- valueType: 'string',
7
+ valueType: 'json',
8
8
  },
9
9
  };
10
10
  //# sourceMappingURL=dataPoints.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dataPoints.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/actions/getAppointment/config/dataPoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG;IACxB,eAAe,EAAE;QACf,GAAG,EAAE,iBAAiB;QACtB,SAAS,EAAE,QAAQ;KACpB;CAC4C,CAAA"}
1
+ {"version":3,"file":"dataPoints.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/actions/getAppointment/config/dataPoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG;IACxB,eAAe,EAAE;QACf,GAAG,EAAE,iBAAiB;QACtB,SAAS,EAAE,MAAM;KAClB;CAC4C,CAAA"}
@@ -18,11 +18,6 @@ exports.getAppointment = {
18
18
  payload,
19
19
  });
20
20
  const res = await medplumSdk.readResource('Appointment', input.appointmentId);
21
- /**
22
- * TODO:
23
- * Either create specific data points and pick from the appointment object what we need OR
24
- * store the full object and allow introspection and picking the values the builder needs in Awell Studio.
25
- */
26
21
  await onComplete({
27
22
  data_points: {
28
23
  appointmentData: JSON.stringify(res),
@@ -1 +1 @@
1
- {"version":3,"file":"getAppointment.js","sourceRoot":"","sources":["../../../../../extensions/medplum/actions/getAppointment/getAppointment.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAErE,qCAAqE;AACrE,uCAAwD;AAE3C,QAAA,cAAc,GAIvB;IACF,GAAG,EAAE,gBAAgB;IACrB,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,iBAAiB;IACxB,WAAW,EAAE,2CAA2C;IACxD,MAAM,EAAN,eAAM;IACN,WAAW,EAAE,IAAI;IACjB,UAAU,EAAV,mBAAU;IACV,iBAAiB,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAiB,EAAE;QACvE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,GAAG,MAAM,IAAA,kCAA0B,EAAC;YACrE,YAAY,EAAE,+BAAsB;YACpC,OAAO;SACR,CAAC,CAAA;QAEF,MAAM,GAAG,GAAG,MAAM,UAAU,CAAC,YAAY,CACvC,aAAa,EACb,KAAK,CAAC,aAAa,CACpB,CAAA;QAED;;;;WAIG;QACH,MAAM,UAAU,CAAC;YACf,WAAW,EAAE;gBACX,eAAe,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC;aACrC;SACF,CAAC,CAAA;IACJ,CAAC;CACF,CAAA"}
1
+ {"version":3,"file":"getAppointment.js","sourceRoot":"","sources":["../../../../../extensions/medplum/actions/getAppointment/getAppointment.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAErE,qCAAqE;AACrE,uCAAwD;AAE3C,QAAA,cAAc,GAIvB;IACF,GAAG,EAAE,gBAAgB;IACrB,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,iBAAiB;IACxB,WAAW,EAAE,2CAA2C;IACxD,MAAM,EAAN,eAAM;IACN,WAAW,EAAE,IAAI;IACjB,UAAU,EAAV,mBAAU;IACV,iBAAiB,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAiB,EAAE;QACvE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,GAAG,MAAM,IAAA,kCAA0B,EAAC;YACrE,YAAY,EAAE,+BAAsB;YACpC,OAAO;SACR,CAAC,CAAA;QAEF,MAAM,GAAG,GAAG,MAAM,UAAU,CAAC,YAAY,CACvC,aAAa,EACb,KAAK,CAAC,aAAa,CACpB,CAAA;QAED,MAAM,UAAU,CAAC;YACf,WAAW,EAAE;gBACX,eAAe,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC;aACrC;SACF,CAAC,CAAA;IACJ,CAAC;CACF,CAAA"}
@@ -1,6 +1,6 @@
1
1
  export declare const dataPoints: {
2
2
  patientData: {
3
3
  key: string;
4
- valueType: "string";
4
+ valueType: "json";
5
5
  };
6
6
  };
@@ -4,7 +4,7 @@ exports.dataPoints = void 0;
4
4
  exports.dataPoints = {
5
5
  patientData: {
6
6
  key: 'patientData',
7
- valueType: 'string',
7
+ valueType: 'json',
8
8
  },
9
9
  };
10
10
  //# sourceMappingURL=dataPoints.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dataPoints.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/actions/getPatient/config/dataPoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG;IACxB,WAAW,EAAE;QACX,GAAG,EAAE,aAAa;QAClB,SAAS,EAAE,QAAQ;KACpB;CAC4C,CAAA"}
1
+ {"version":3,"file":"dataPoints.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/actions/getPatient/config/dataPoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG;IACxB,WAAW,EAAE;QACX,GAAG,EAAE,aAAa;QAClB,SAAS,EAAE,MAAM;KAClB;CAC4C,CAAA"}
@@ -18,11 +18,6 @@ exports.getPatient = {
18
18
  payload,
19
19
  });
20
20
  const res = await medplumSdk.readResource('Patient', input.patientId);
21
- /**
22
- * TODO:
23
- * Either create specific data points and pick from the patient object what we need OR
24
- * store the full object and allow introspection and picking the values the builder needs in Awell Studio.
25
- */
26
21
  await onComplete({
27
22
  data_points: {
28
23
  patientData: JSON.stringify(res),
@@ -1 +1 @@
1
- {"version":3,"file":"getPatient.js","sourceRoot":"","sources":["../../../../../extensions/medplum/actions/getPatient/getPatient.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAErE,qCAAqE;AACrE,uCAAwD;AAE3C,QAAA,UAAU,GAInB;IACF,GAAG,EAAE,YAAY;IACjB,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,aAAa;IACpB,WAAW,EAAE,uCAAuC;IACpD,MAAM,EAAN,eAAM;IACN,WAAW,EAAE,IAAI;IACjB,UAAU,EAAV,mBAAU;IACV,iBAAiB,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAiB,EAAE;QACvE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,GAAG,MAAM,IAAA,kCAA0B,EAAC;YACrE,YAAY,EAAE,+BAAsB;YACpC,OAAO;SACR,CAAC,CAAA;QAEF,MAAM,GAAG,GAAG,MAAM,UAAU,CAAC,YAAY,CAAC,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,CAAA;QAErE;;;;WAIG;QACH,MAAM,UAAU,CAAC;YACf,WAAW,EAAE;gBACX,WAAW,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC;aACjC;SACF,CAAC,CAAA;IACJ,CAAC;CACF,CAAA"}
1
+ {"version":3,"file":"getPatient.js","sourceRoot":"","sources":["../../../../../extensions/medplum/actions/getPatient/getPatient.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AAErE,qCAAqE;AACrE,uCAAwD;AAE3C,QAAA,UAAU,GAInB;IACF,GAAG,EAAE,YAAY;IACjB,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,aAAa;IACpB,WAAW,EAAE,uCAAuC;IACpD,MAAM,EAAN,eAAM;IACN,WAAW,EAAE,IAAI;IACjB,UAAU,EAAV,mBAAU;IACV,iBAAiB,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAiB,EAAE;QACvE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,GAAG,MAAM,IAAA,kCAA0B,EAAC;YACrE,YAAY,EAAE,+BAAsB;YACpC,OAAO;SACR,CAAC,CAAA;QAEF,MAAM,GAAG,GAAG,MAAM,UAAU,CAAC,YAAY,CAAC,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,CAAA;QAErE,MAAM,UAAU,CAAC;YACf,WAAW,EAAE;gBACX,WAAW,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC;aACjC;SACF,CAAC,CAAA;IACJ,CAAC;CACF,CAAA"}
@@ -4,3 +4,4 @@ export { getAppointment } from './getAppointment';
4
4
  export { executeBot } from './executeBot';
5
5
  export { createTask } from './createTask';
6
6
  export { createServiceRequest } from './createServiceRequest';
7
+ export { submitQuestionnaireResponse } from './submitQuestionnaireResponse';
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createServiceRequest = exports.createTask = exports.executeBot = exports.getAppointment = exports.createPatient = exports.getPatient = void 0;
3
+ exports.submitQuestionnaireResponse = exports.createServiceRequest = exports.createTask = exports.executeBot = exports.getAppointment = exports.createPatient = exports.getPatient = void 0;
4
4
  var getPatient_1 = require("./getPatient");
5
5
  Object.defineProperty(exports, "getPatient", { enumerable: true, get: function () { return getPatient_1.getPatient; } });
6
6
  var createPatient_1 = require("./createPatient");
@@ -13,4 +13,6 @@ var createTask_1 = require("./createTask");
13
13
  Object.defineProperty(exports, "createTask", { enumerable: true, get: function () { return createTask_1.createTask; } });
14
14
  var createServiceRequest_1 = require("./createServiceRequest");
15
15
  Object.defineProperty(exports, "createServiceRequest", { enumerable: true, get: function () { return createServiceRequest_1.createServiceRequest; } });
16
+ var submitQuestionnaireResponse_1 = require("./submitQuestionnaireResponse");
17
+ Object.defineProperty(exports, "submitQuestionnaireResponse", { enumerable: true, get: function () { return submitQuestionnaireResponse_1.submitQuestionnaireResponse; } });
16
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../extensions/medplum/actions/index.ts"],"names":[],"mappings":";;;AAAA,2CAAyC;AAAhC,wGAAA,UAAU,OAAA;AACnB,iDAA+C;AAAtC,8GAAA,aAAa,OAAA;AACtB,mDAAiD;AAAxC,gHAAA,cAAc,OAAA;AACvB,2CAAyC;AAAhC,wGAAA,UAAU,OAAA;AACnB,2CAAyC;AAAhC,wGAAA,UAAU,OAAA;AACnB,+DAA6D;AAApD,4HAAA,oBAAoB,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../extensions/medplum/actions/index.ts"],"names":[],"mappings":";;;AAAA,2CAAyC;AAAhC,wGAAA,UAAU,OAAA;AACnB,iDAA+C;AAAtC,8GAAA,aAAa,OAAA;AACtB,mDAAiD;AAAxC,gHAAA,cAAc,OAAA;AACvB,2CAAyC;AAAhC,wGAAA,UAAU,OAAA;AACnB,2CAAyC;AAAhC,wGAAA,UAAU,OAAA;AACnB,+DAA6D;AAApD,4HAAA,oBAAoB,OAAA;AAC7B,6EAA2E;AAAlE,0IAAA,2BAA2B,OAAA"}
@@ -0,0 +1,6 @@
1
+ export declare const dataPoints: {
2
+ questionnnaireResponseId: {
3
+ key: string;
4
+ valueType: "string";
5
+ };
6
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dataPoints = void 0;
4
+ exports.dataPoints = {
5
+ questionnnaireResponseId: {
6
+ key: 'questionnnaireResponseId',
7
+ valueType: 'string',
8
+ },
9
+ };
10
+ //# sourceMappingURL=dataPoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataPoints.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/actions/submitQuestionnaireResponse/config/dataPoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG;IACxB,wBAAwB,EAAE;QACxB,GAAG,EAAE,0BAA0B;QAC/B,SAAS,EAAE,QAAQ;KACpB;CAC4C,CAAA"}
@@ -0,0 +1,18 @@
1
+ import { FieldType } from '@awell-health/extensions-core';
2
+ import { z } from 'zod';
3
+ export declare const fields: {
4
+ patientId: {
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
+ patientId: z.ZodString;
14
+ }, "strip", z.ZodTypeAny, {
15
+ patientId: string;
16
+ }, {
17
+ patientId: 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 extensions_core_1 = require("@awell-health/extensions-core");
5
+ const zod_1 = require("zod");
6
+ exports.fields = {
7
+ patientId: {
8
+ id: 'patientId',
9
+ label: 'Patient ID',
10
+ description: 'The identifier of the patient in Medplum to assign the response to',
11
+ type: extensions_core_1.FieldType.STRING,
12
+ required: true,
13
+ },
14
+ };
15
+ exports.FieldsValidationSchema = zod_1.z.object({
16
+ patientId: zod_1.z.string().min(1),
17
+ });
18
+ //# sourceMappingURL=fields.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/actions/submitQuestionnaireResponse/config/fields.ts"],"names":[],"mappings":";;;AAAA,mEAAqE;AACrE,6BAAwC;AAE3B,QAAA,MAAM,GAAG;IACpB,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,YAAY;QACnB,WAAW,EACT,oEAAoE;QACtE,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;CAC8B,CAAA;AAEpB,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;CACqB,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './dataPoints';
2
+ export * from './fields';
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./fragment-masking"), exports);
18
- __exportStar(require("./gql"), exports);
17
+ __exportStar(require("./dataPoints"), exports);
18
+ __exportStar(require("./fields"), exports);
19
19
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/actions/submitQuestionnaireResponse/config/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,2CAAwB"}
@@ -0,0 +1 @@
1
+ export { submitQuestionnaireResponse } from './submitQuestionnaireResponse';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.submitQuestionnaireResponse = void 0;
4
+ var submitQuestionnaireResponse_1 = require("./submitQuestionnaireResponse");
5
+ Object.defineProperty(exports, "submitQuestionnaireResponse", { enumerable: true, get: function () { return submitQuestionnaireResponse_1.submitQuestionnaireResponse; } });
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../extensions/medplum/actions/submitQuestionnaireResponse/index.ts"],"names":[],"mappings":";;;AAAA,6EAA2E;AAAlE,0IAAA,2BAA2B,OAAA"}
@@ -0,0 +1,4 @@
1
+ import { type Action } from '@awell-health/extensions-core';
2
+ import { type settings } from '../../settings';
3
+ import { fields, dataPoints } from './config';
4
+ export declare const submitQuestionnaireResponse: Action<typeof fields, typeof settings, keyof typeof dataPoints>;