@awell-health/awell-extensions 2.0.6 → 2.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (280) hide show
  1. package/dist/extensions/healthie/actions/applyTagToPatient/applyTagToPatient.js +3 -3
  2. package/dist/extensions/healthie/actions/applyTagToPatient/applyTagToPatient.js.map +1 -1
  3. package/dist/extensions/healthie/actions/applyTagToPatient/applyTagToPatient.test.js +4 -4
  4. package/dist/extensions/healthie/actions/applyTagToPatient/applyTagToPatient.test.js.map +1 -1
  5. package/dist/extensions/healthie/actions/archivePatient/archivePatient.js +3 -3
  6. package/dist/extensions/healthie/actions/archivePatient/archivePatient.js.map +1 -1
  7. package/dist/extensions/healthie/actions/archivePatient/archivePatient.test.js +4 -4
  8. package/dist/extensions/healthie/actions/archivePatient/archivePatient.test.js.map +1 -1
  9. package/dist/extensions/healthie/actions/assignPatientToGroup/assignPatientToGroup.js +3 -3
  10. package/dist/extensions/healthie/actions/assignPatientToGroup/assignPatientToGroup.js.map +1 -1
  11. package/dist/extensions/healthie/actions/assignPatientToGroup/assignPatientToGroup.test.js +4 -4
  12. package/dist/extensions/healthie/actions/assignPatientToGroup/assignPatientToGroup.test.js.map +1 -1
  13. package/dist/extensions/healthie/actions/cancelAppointment/cancelAppointment.js +3 -3
  14. package/dist/extensions/healthie/actions/cancelAppointment/cancelAppointment.js.map +1 -1
  15. package/dist/extensions/healthie/actions/cancelAppointment/cancelAppointment.test.js +4 -4
  16. package/dist/extensions/healthie/actions/cancelAppointment/cancelAppointment.test.js.map +1 -1
  17. package/dist/extensions/healthie/actions/checkPatientTag/checkPatientTag.js +3 -3
  18. package/dist/extensions/healthie/actions/checkPatientTag/checkPatientTag.js.map +1 -1
  19. package/dist/extensions/healthie/actions/checkPatientTag/checkPatientTag.test.js +4 -4
  20. package/dist/extensions/healthie/actions/checkPatientTag/checkPatientTag.test.js.map +1 -1
  21. package/dist/extensions/healthie/actions/checkScheduledAppointments/checkScheduledAppointments.js +3 -3
  22. package/dist/extensions/healthie/actions/checkScheduledAppointments/checkScheduledAppointments.js.map +1 -1
  23. package/dist/extensions/healthie/actions/checkScheduledAppointments/checkScheduledAppointments.test.js +4 -4
  24. package/dist/extensions/healthie/actions/checkScheduledAppointments/checkScheduledAppointments.test.js.map +1 -1
  25. package/dist/extensions/healthie/actions/closeChatConversation/closeChatConversation.js +3 -3
  26. package/dist/extensions/healthie/actions/closeChatConversation/closeChatConversation.js.map +1 -1
  27. package/dist/extensions/healthie/actions/closeChatConversation/closeChatConversation.test.js +4 -4
  28. package/dist/extensions/healthie/actions/closeChatConversation/closeChatConversation.test.js.map +1 -1
  29. package/dist/extensions/healthie/actions/completeTask/completeTask.js +3 -3
  30. package/dist/extensions/healthie/actions/completeTask/completeTask.js.map +1 -1
  31. package/dist/extensions/healthie/actions/completeTask/completeTask.test.js +4 -4
  32. package/dist/extensions/healthie/actions/completeTask/completeTask.test.js.map +1 -1
  33. package/dist/extensions/healthie/actions/createAppointment/createAppointment.test.js +4 -4
  34. package/dist/extensions/healthie/actions/createAppointment/createAppointment.test.js.map +1 -1
  35. package/dist/extensions/healthie/actions/createChartingNote/createChartingNote.js +3 -3
  36. package/dist/extensions/healthie/actions/createChartingNote/createChartingNote.js.map +1 -1
  37. package/dist/extensions/healthie/actions/createChartingNote/createChartingNote.test.js +4 -4
  38. package/dist/extensions/healthie/actions/createChartingNote/createChartingNote.test.js.map +1 -1
  39. package/dist/extensions/healthie/actions/createGoal/config/datapoints.d.ts +6 -0
  40. package/dist/extensions/healthie/actions/createGoal/config/datapoints.js +10 -0
  41. package/dist/extensions/healthie/actions/createGoal/config/datapoints.js.map +1 -0
  42. package/dist/extensions/healthie/actions/createGoal/config/fields.d.ts +58 -0
  43. package/dist/extensions/healthie/actions/createGoal/config/fields.js +70 -0
  44. package/dist/extensions/healthie/actions/createGoal/config/fields.js.map +1 -0
  45. package/dist/extensions/healthie/actions/createGoal/config/index.d.ts +2 -0
  46. package/dist/extensions/healthie/actions/createGoal/config/index.js +9 -0
  47. package/dist/extensions/healthie/actions/createGoal/config/index.js.map +1 -0
  48. package/dist/extensions/healthie/actions/createGoal/createGoal.d.ts +4 -0
  49. package/dist/extensions/healthie/actions/createGoal/createGoal.js +45 -0
  50. package/dist/extensions/healthie/actions/createGoal/createGoal.js.map +1 -0
  51. package/dist/extensions/healthie/actions/createGoal/createGoal.test.js +76 -0
  52. package/dist/extensions/healthie/actions/createGoal/createGoal.test.js.map +1 -0
  53. package/dist/extensions/healthie/actions/createGoal/index.d.ts +1 -0
  54. package/dist/extensions/healthie/actions/createGoal/index.js +18 -0
  55. package/dist/extensions/healthie/actions/createGoal/index.js.map +1 -0
  56. package/dist/extensions/healthie/actions/createJournalEntry/createJournalEntry.js +3 -3
  57. package/dist/extensions/healthie/actions/createJournalEntry/createJournalEntry.js.map +1 -1
  58. package/dist/extensions/healthie/actions/createJournalEntry/createJournalEntry.test.js +4 -4
  59. package/dist/extensions/healthie/actions/createJournalEntry/createJournalEntry.test.js.map +1 -1
  60. package/dist/extensions/healthie/actions/createLocation/createLocation.js +3 -3
  61. package/dist/extensions/healthie/actions/createLocation/createLocation.js.map +1 -1
  62. package/dist/extensions/healthie/actions/createLocation/createLocation.test.js +4 -4
  63. package/dist/extensions/healthie/actions/createLocation/createLocation.test.js.map +1 -1
  64. package/dist/extensions/healthie/actions/createMetricEntry/createMetricEntry.js +3 -3
  65. package/dist/extensions/healthie/actions/createMetricEntry/createMetricEntry.js.map +1 -1
  66. package/dist/extensions/healthie/actions/createMetricEntry/createMetricEntry.test.js +4 -4
  67. package/dist/extensions/healthie/actions/createMetricEntry/createMetricEntry.test.js.map +1 -1
  68. package/dist/extensions/healthie/actions/createPatient/createPatient.js +3 -3
  69. package/dist/extensions/healthie/actions/createPatient/createPatient.js.map +1 -1
  70. package/dist/extensions/healthie/actions/createPatient/createPatient.test.js +4 -4
  71. package/dist/extensions/healthie/actions/createPatient/createPatient.test.js.map +1 -1
  72. package/dist/extensions/healthie/actions/createTask/createTask.js +3 -3
  73. package/dist/extensions/healthie/actions/createTask/createTask.js.map +1 -1
  74. package/dist/extensions/healthie/actions/createTask/createTask.test.js +4 -4
  75. package/dist/extensions/healthie/actions/createTask/createTask.test.js.map +1 -1
  76. package/dist/extensions/healthie/actions/deleteAppointment/deleteAppointment.js +3 -3
  77. package/dist/extensions/healthie/actions/deleteAppointment/deleteAppointment.js.map +1 -1
  78. package/dist/extensions/healthie/actions/deleteAppointment/deleteAppointment.test.js +4 -4
  79. package/dist/extensions/healthie/actions/deleteAppointment/deleteAppointment.test.js.map +1 -1
  80. package/dist/extensions/healthie/actions/deleteGoal/config/datapoints.d.ts +1 -0
  81. package/dist/extensions/healthie/actions/deleteGoal/config/datapoints.js +5 -0
  82. package/dist/extensions/healthie/actions/deleteGoal/config/datapoints.js.map +1 -0
  83. package/dist/extensions/healthie/actions/deleteGoal/config/fields.d.ts +18 -0
  84. package/dist/extensions/healthie/actions/deleteGoal/config/fields.js +21 -0
  85. package/dist/extensions/healthie/actions/deleteGoal/config/fields.js.map +1 -0
  86. package/dist/extensions/healthie/actions/deleteGoal/config/index.d.ts +2 -0
  87. package/dist/extensions/healthie/actions/deleteGoal/config/index.js +9 -0
  88. package/dist/extensions/healthie/actions/deleteGoal/config/index.js.map +1 -0
  89. package/dist/extensions/healthie/actions/deleteGoal/deleteGoal.d.ts +4 -0
  90. package/dist/extensions/healthie/actions/deleteGoal/deleteGoal.js +35 -0
  91. package/dist/extensions/healthie/actions/deleteGoal/deleteGoal.js.map +1 -0
  92. package/dist/extensions/healthie/actions/deleteGoal/deleteGoal.test.d.ts +1 -0
  93. package/dist/extensions/healthie/actions/deleteGoal/deleteGoal.test.js +42 -0
  94. package/dist/extensions/healthie/actions/deleteGoal/deleteGoal.test.js.map +1 -0
  95. package/dist/extensions/healthie/actions/deleteGoal/index.d.ts +1 -0
  96. package/dist/extensions/healthie/actions/deleteGoal/index.js +18 -0
  97. package/dist/extensions/healthie/actions/deleteGoal/index.js.map +1 -0
  98. package/dist/extensions/healthie/actions/deleteTask/deleteTask.js +3 -3
  99. package/dist/extensions/healthie/actions/deleteTask/deleteTask.js.map +1 -1
  100. package/dist/extensions/healthie/actions/deleteTask/deleteTask.test.js +4 -4
  101. package/dist/extensions/healthie/actions/deleteTask/deleteTask.test.js.map +1 -1
  102. package/dist/extensions/healthie/actions/getAppointment/getAppointment.js +3 -3
  103. package/dist/extensions/healthie/actions/getAppointment/getAppointment.js.map +1 -1
  104. package/dist/extensions/healthie/actions/getAppointment/getAppointment.test.js +4 -4
  105. package/dist/extensions/healthie/actions/getAppointment/getAppointment.test.js.map +1 -1
  106. package/dist/extensions/healthie/actions/getFormAnswers/getFormAnswers.test.js +2 -2
  107. package/dist/extensions/healthie/actions/getFormAnswers/getFormAnswers.test.js.map +1 -1
  108. package/dist/extensions/healthie/actions/getMetricEntry/getMetricEntry.js +3 -3
  109. package/dist/extensions/healthie/actions/getMetricEntry/getMetricEntry.js.map +1 -1
  110. package/dist/extensions/healthie/actions/getMetricEntry/getMetricEntry.test.js +4 -4
  111. package/dist/extensions/healthie/actions/getMetricEntry/getMetricEntry.test.js.map +1 -1
  112. package/dist/extensions/healthie/actions/getPatient/getPatient.js +3 -3
  113. package/dist/extensions/healthie/actions/getPatient/getPatient.js.map +1 -1
  114. package/dist/extensions/healthie/actions/getPatient/getPatient.test.js +4 -4
  115. package/dist/extensions/healthie/actions/getPatient/getPatient.test.js.map +1 -1
  116. package/dist/extensions/healthie/actions/getSetPasswordLink/config/datapoints.d.ts +6 -0
  117. package/dist/extensions/healthie/actions/getSetPasswordLink/config/datapoints.js +10 -0
  118. package/dist/extensions/healthie/actions/getSetPasswordLink/config/datapoints.js.map +1 -0
  119. package/dist/extensions/healthie/actions/getSetPasswordLink/config/fields.d.ts +18 -0
  120. package/dist/extensions/healthie/actions/getSetPasswordLink/config/fields.js +21 -0
  121. package/dist/extensions/healthie/actions/getSetPasswordLink/config/fields.js.map +1 -0
  122. package/dist/extensions/healthie/actions/getSetPasswordLink/config/index.d.ts +2 -0
  123. package/dist/extensions/healthie/actions/getSetPasswordLink/config/index.js +9 -0
  124. package/dist/extensions/healthie/actions/getSetPasswordLink/config/index.js.map +1 -0
  125. package/dist/extensions/healthie/actions/getSetPasswordLink/getSetPasswordLink.d.ts +4 -0
  126. package/dist/extensions/healthie/actions/getSetPasswordLink/getSetPasswordLink.js +39 -0
  127. package/dist/extensions/healthie/actions/getSetPasswordLink/getSetPasswordLink.js.map +1 -0
  128. package/dist/extensions/healthie/actions/getSetPasswordLink/getSetPasswordLink.test.d.ts +1 -0
  129. package/dist/extensions/healthie/actions/getSetPasswordLink/getSetPasswordLink.test.js +48 -0
  130. package/dist/extensions/healthie/actions/getSetPasswordLink/getSetPasswordLink.test.js.map +1 -0
  131. package/dist/extensions/healthie/actions/getSetPasswordLink/index.d.ts +1 -0
  132. package/dist/extensions/healthie/actions/getSetPasswordLink/index.js +18 -0
  133. package/dist/extensions/healthie/actions/getSetPasswordLink/index.js.map +1 -0
  134. package/dist/extensions/healthie/actions/index.d.ts +100 -0
  135. package/dist/extensions/healthie/actions/index.js +6 -0
  136. package/dist/extensions/healthie/actions/index.js.map +1 -1
  137. package/dist/extensions/healthie/actions/removeTagFromPatient/removeTagFromPatient.js +3 -3
  138. package/dist/extensions/healthie/actions/removeTagFromPatient/removeTagFromPatient.js.map +1 -1
  139. package/dist/extensions/healthie/actions/removeTagFromPatient/removeTagFromPatient.test.js +4 -4
  140. package/dist/extensions/healthie/actions/removeTagFromPatient/removeTagFromPatient.test.js.map +1 -1
  141. package/dist/extensions/healthie/actions/sendChatMessage/sendChatMessage.js +3 -3
  142. package/dist/extensions/healthie/actions/sendChatMessage/sendChatMessage.js.map +1 -1
  143. package/dist/extensions/healthie/actions/sendChatMessage/sendChatMessage.test.js +4 -4
  144. package/dist/extensions/healthie/actions/sendChatMessage/sendChatMessage.test.js.map +1 -1
  145. package/dist/extensions/healthie/actions/sendFormCompletionRequest/sendFormCompletionRequest.js +3 -3
  146. package/dist/extensions/healthie/actions/sendFormCompletionRequest/sendFormCompletionRequest.js.map +1 -1
  147. package/dist/extensions/healthie/actions/sendFormCompletionRequest/sendFormCompletionRequest.test.js +4 -4
  148. package/dist/extensions/healthie/actions/sendFormCompletionRequest/sendFormCompletionRequest.test.js.map +1 -1
  149. package/dist/extensions/healthie/actions/updatePatient/updatePatient.js +3 -3
  150. package/dist/extensions/healthie/actions/updatePatient/updatePatient.js.map +1 -1
  151. package/dist/extensions/healthie/actions/updatePatient/updatePatient.test.js +4 -4
  152. package/dist/extensions/healthie/actions/updatePatient/updatePatient.test.js.map +1 -1
  153. package/dist/extensions/healthie/actions/updatePatientQuickNote/updatePatientQuickNote.js +3 -3
  154. package/dist/extensions/healthie/actions/updatePatientQuickNote/updatePatientQuickNote.js.map +1 -1
  155. package/dist/extensions/healthie/actions/updatePatientQuickNote/updatePatientQuickNote.test.js +4 -4
  156. package/dist/extensions/healthie/actions/updatePatientQuickNote/updatePatientQuickNote.test.js.map +1 -1
  157. package/dist/extensions/healthie/index.js +1 -1
  158. package/dist/extensions/healthie/index.js.map +1 -1
  159. package/dist/extensions/healthie/lib/sdk/genql/HealthieSdk.d.ts +29 -0
  160. package/dist/extensions/healthie/lib/sdk/genql/HealthieSdk.js +30 -0
  161. package/dist/extensions/healthie/lib/sdk/genql/HealthieSdk.js.map +1 -0
  162. package/dist/extensions/healthie/lib/sdk/genql/generateSdk.d.ts +1 -0
  163. package/dist/extensions/healthie/lib/sdk/genql/generateSdk.js +21 -0
  164. package/dist/extensions/healthie/lib/sdk/genql/generateSdk.js.map +1 -0
  165. package/dist/extensions/healthie/lib/sdk/genql/generated/index.d.ts +29 -0
  166. package/dist/extensions/healthie/lib/sdk/genql/generated/index.js +51 -0
  167. package/dist/extensions/healthie/lib/sdk/genql/generated/index.js.map +1 -0
  168. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/batcher.d.ts +105 -0
  169. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/batcher.js +205 -0
  170. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/batcher.js.map +1 -0
  171. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/createClient.d.ts +23 -0
  172. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/createClient.js +29 -0
  173. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/createClient.js.map +1 -0
  174. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/error.d.ts +18 -0
  175. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/error.js +20 -0
  176. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/error.js.map +1 -0
  177. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/fetcher.d.ts +10 -0
  178. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/fetcher.js +72 -0
  179. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/fetcher.js.map +1 -0
  180. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/generateGraphqlOperation.d.ts +30 -0
  181. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/generateGraphqlOperation.js +134 -0
  182. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/generateGraphqlOperation.js.map +1 -0
  183. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/index.d.ts +11 -0
  184. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/index.js +19 -0
  185. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/index.js.map +1 -0
  186. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/linkTypeMap.d.ts +9 -0
  187. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/linkTypeMap.js +102 -0
  188. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/linkTypeMap.js.map +1 -0
  189. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/typeSelection.d.ts +28 -0
  190. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/typeSelection.js +5 -0
  191. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/typeSelection.js.map +1 -0
  192. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/types.d.ts +55 -0
  193. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/types.js +4 -0
  194. package/dist/extensions/healthie/lib/sdk/genql/generated/runtime/types.js.map +1 -0
  195. package/dist/extensions/healthie/lib/sdk/genql/generated/schema.d.ts +42906 -0
  196. package/dist/extensions/healthie/lib/sdk/genql/generated/schema.js +5072 -0
  197. package/dist/extensions/healthie/lib/sdk/genql/generated/schema.js.map +1 -0
  198. package/dist/extensions/healthie/lib/sdk/genql/generated/types.d.ts +14934 -0
  199. package/dist/extensions/healthie/lib/sdk/genql/generated/types.js +39502 -0
  200. package/dist/extensions/healthie/lib/sdk/genql/generated/types.js.map +1 -0
  201. package/dist/extensions/healthie/lib/sdk/genql/index.d.ts +2 -0
  202. package/dist/extensions/healthie/lib/sdk/genql/index.js +21 -0
  203. package/dist/extensions/healthie/lib/sdk/genql/index.js.map +1 -0
  204. package/dist/extensions/healthie/lib/sdk/graphql-codegen/codegen.d.ts +7 -0
  205. package/dist/extensions/healthie/lib/sdk/{codegen.js → graphql-codegen/codegen.js} +6 -2
  206. package/dist/extensions/healthie/lib/sdk/graphql-codegen/codegen.js.map +1 -0
  207. package/dist/extensions/healthie/lib/sdk/{createSdk.d.ts → graphql-codegen/createSdk.d.ts} +5 -1
  208. package/dist/extensions/healthie/lib/sdk/{createSdk.js → graphql-codegen/createSdk.js} +4 -1
  209. package/dist/extensions/healthie/lib/sdk/graphql-codegen/createSdk.js.map +1 -0
  210. package/dist/extensions/healthie/lib/sdk/graphql-codegen/errors.js.map +1 -0
  211. package/dist/extensions/healthie/lib/sdk/{generated → graphql-codegen/generated}/sdk.d.ts +510 -84
  212. package/dist/extensions/healthie/lib/sdk/{generated → graphql-codegen/generated}/sdk.js +534 -373
  213. package/dist/extensions/healthie/lib/sdk/graphql-codegen/generated/sdk.js.map +1 -0
  214. package/dist/extensions/healthie/lib/sdk/{graphqlClient.d.ts → graphql-codegen/graphqlClient.d.ts} +5 -1
  215. package/dist/extensions/healthie/lib/sdk/{graphqlClient.js → graphql-codegen/graphqlClient.js} +4 -0
  216. package/dist/extensions/healthie/lib/sdk/graphql-codegen/graphqlClient.js.map +1 -0
  217. package/dist/extensions/healthie/lib/sdk/graphql-codegen/graphqlClient.test.d.ts +1 -0
  218. package/dist/extensions/healthie/lib/sdk/graphql-codegen/graphqlClient.test.js.map +1 -0
  219. package/dist/extensions/healthie/lib/sdk/validatePayloadAndCreateSdk.d.ts +7 -1
  220. package/dist/extensions/healthie/lib/sdk/validatePayloadAndCreateSdk.js +12 -4
  221. package/dist/extensions/healthie/lib/sdk/validatePayloadAndCreateSdk.js.map +1 -1
  222. package/dist/extensions/healthie/lib/types.d.ts +1 -1
  223. package/dist/extensions/healthie/lib/validation/getPatient.zod.d.ts +1 -1
  224. package/dist/extensions/healthie/webhooks/appliedTagCreated.js +2 -2
  225. package/dist/extensions/healthie/webhooks/appliedTagCreated.js.map +1 -1
  226. package/dist/extensions/healthie/webhooks/appliedTagDeleted.js +6 -3
  227. package/dist/extensions/healthie/webhooks/appliedTagDeleted.js.map +1 -1
  228. package/dist/extensions/healthie/webhooks/appointmentCreated.js +2 -2
  229. package/dist/extensions/healthie/webhooks/appointmentCreated.js.map +1 -1
  230. package/dist/extensions/healthie/webhooks/appointmentDeleted.js +2 -2
  231. package/dist/extensions/healthie/webhooks/appointmentDeleted.js.map +1 -1
  232. package/dist/extensions/healthie/webhooks/appointmentUpdated.js +2 -2
  233. package/dist/extensions/healthie/webhooks/appointmentUpdated.js.map +1 -1
  234. package/dist/extensions/healthie/webhooks/formAnswerGroupCreated.js +3 -3
  235. package/dist/extensions/healthie/webhooks/formAnswerGroupCreated.js.map +1 -1
  236. package/dist/extensions/healthie/webhooks/formAnswerGroupDeleted.js +2 -2
  237. package/dist/extensions/healthie/webhooks/formAnswerGroupDeleted.js.map +1 -1
  238. package/dist/extensions/healthie/webhooks/formAnswerGroupLocked.js +2 -2
  239. package/dist/extensions/healthie/webhooks/formAnswerGroupLocked.js.map +1 -1
  240. package/dist/extensions/healthie/webhooks/formAnswerGroupSigned.js +2 -2
  241. package/dist/extensions/healthie/webhooks/formAnswerGroupSigned.js.map +1 -1
  242. package/dist/extensions/healthie/webhooks/goalCreated.js +3 -3
  243. package/dist/extensions/healthie/webhooks/goalCreated.js.map +1 -1
  244. package/dist/extensions/healthie/webhooks/goalUpdated.js +3 -3
  245. package/dist/extensions/healthie/webhooks/goalUpdated.js.map +1 -1
  246. package/dist/extensions/healthie/webhooks/labOrderCreated.js +2 -2
  247. package/dist/extensions/healthie/webhooks/labOrderCreated.js.map +1 -1
  248. package/dist/extensions/healthie/webhooks/labOrderUpdated.js +2 -2
  249. package/dist/extensions/healthie/webhooks/labOrderUpdated.js.map +1 -1
  250. package/dist/extensions/healthie/webhooks/messageCreated.js +7 -5
  251. package/dist/extensions/healthie/webhooks/messageCreated.js.map +1 -1
  252. package/dist/extensions/healthie/webhooks/messageDeleted.js +6 -4
  253. package/dist/extensions/healthie/webhooks/messageDeleted.js.map +1 -1
  254. package/dist/extensions/healthie/webhooks/metricEntryCreated.js +2 -2
  255. package/dist/extensions/healthie/webhooks/metricEntryCreated.js.map +1 -1
  256. package/dist/extensions/healthie/webhooks/metricEntryUpdated.js +2 -2
  257. package/dist/extensions/healthie/webhooks/metricEntryUpdated.js.map +1 -1
  258. package/dist/extensions/healthie/webhooks/requestedFormCompletionCreated.js +5 -3
  259. package/dist/extensions/healthie/webhooks/requestedFormCompletionCreated.js.map +1 -1
  260. package/dist/extensions/healthie/webhooks/requestedFormCompletionUpdated.js +5 -3
  261. package/dist/extensions/healthie/webhooks/requestedFormCompletionUpdated.js.map +1 -1
  262. package/dist/extensions/healthie/webhooks/taskCreated.js +2 -2
  263. package/dist/extensions/healthie/webhooks/taskCreated.js.map +1 -1
  264. package/dist/extensions/healthie/webhooks/taskUpdated.js +3 -3
  265. package/dist/extensions/healthie/webhooks/taskUpdated.js.map +1 -1
  266. package/dist/extensions/healthie/webhooks/webhooks.test.js +4 -4
  267. package/dist/extensions/healthie/webhooks/webhooks.test.js.map +1 -1
  268. package/dist/extensions/stripe/actions/embeddedCheckout/config/fields.d.ts +1 -1
  269. package/package.json +7 -3
  270. package/dist/extensions/healthie/lib/sdk/codegen.d.ts +0 -3
  271. package/dist/extensions/healthie/lib/sdk/codegen.js.map +0 -1
  272. package/dist/extensions/healthie/lib/sdk/createSdk.js.map +0 -1
  273. package/dist/extensions/healthie/lib/sdk/errors.js.map +0 -1
  274. package/dist/extensions/healthie/lib/sdk/generated/sdk.js.map +0 -1
  275. package/dist/extensions/healthie/lib/sdk/graphqlClient.js.map +0 -1
  276. package/dist/extensions/healthie/lib/sdk/graphqlClient.test.js.map +0 -1
  277. /package/dist/extensions/healthie/{lib/sdk/graphqlClient.test.d.ts → actions/createGoal/createGoal.test.d.ts} +0 -0
  278. /package/dist/extensions/healthie/lib/sdk/{errors.d.ts → graphql-codegen/errors.d.ts} +0 -0
  279. /package/dist/extensions/healthie/lib/sdk/{errors.js → graphql-codegen/errors.js} +0 -0
  280. /package/dist/extensions/healthie/lib/sdk/{graphqlClient.test.js → graphql-codegen/graphqlClient.test.js} +0 -0
@@ -161,9 +161,9 @@ export type Affiliate = {
161
161
  /** An allergy/sensitivity/preference for a client */
162
162
  export type AllergySensitivity = {
163
163
  __typename?: 'AllergySensitivity';
164
- /** Enum field. Options: allergy, sensitivity, preference */
164
+ /** Enum field. Options: allergy, sensitivity, preference, intolerance, ccda */
165
165
  category: Scalars['String'];
166
- /** Type of allergy or like/dislike for preference */
166
+ /** Type of allergy or like/dislike for preference. Options: food, drug, environmental, pet, latex, like, dislike */
167
167
  category_type?: Maybe<Scalars['String']>;
168
168
  /** Date/Time created */
169
169
  created_at: Scalars['String'];
@@ -176,6 +176,8 @@ export type AllergySensitivity = {
176
176
  * @deprecated Use status instead
177
177
  */
178
178
  is_current?: Maybe<Scalars['Boolean']>;
179
+ /** If the allergy is synchronized with an external system (e.g., an E-Rx system) */
180
+ mirrored: Scalars['Boolean'];
179
181
  /** The name of the allergy/sensitivity/preference */
180
182
  name?: Maybe<Scalars['String']>;
181
183
  /** The date of onset */
@@ -186,7 +188,7 @@ export type AllergySensitivity = {
186
188
  reaction_type?: Maybe<Scalars['String']>;
187
189
  /** When true, this object must be consolidated as part of a CCDA Ingest */
188
190
  requires_consolidation?: Maybe<Scalars['Boolean']>;
189
- /** The severity of the allergy */
191
+ /** The severity of the allergy. Options: mild, moderate, severe, unknown */
190
192
  severity?: Maybe<Scalars['String']>;
191
193
  /** The allergy's current status. Options are [active, inactive, resolved] */
192
194
  status?: Maybe<Scalars['String']>;
@@ -275,6 +277,19 @@ export type AppliedTag = {
275
277
  /** The ID of the tagged user */
276
278
  user_id?: Maybe<Scalars['String']>;
277
279
  };
280
+ /** AppliedTag sorting enum */
281
+ export declare enum AppliedTagOrderKeys {
282
+ /** Sort by created at in ascending order */
283
+ CreatedAtAsc = "CREATED_AT_ASC",
284
+ /** Sort by created at in descending order */
285
+ CreatedAtDesc = "CREATED_AT_DESC",
286
+ /** Do not sort records */
287
+ Unsorted = "UNSORTED",
288
+ /** Sort by updated at in ascending order */
289
+ UpdatedAtAsc = "UPDATED_AT_ASC",
290
+ /** Sort by updated at in descending order */
291
+ UpdatedAtDesc = "UPDATED_AT_DESC"
292
+ }
278
293
  /** An appointment object containing information about the appointment, including the attendees, date, location, and more. */
279
294
  export type Appointment = {
280
295
  __typename?: 'Appointment';
@@ -326,6 +341,8 @@ export type Appointment = {
326
341
  conversation_id?: Maybe<Scalars['ID']>;
327
342
  /** The date and time that the appointment was created */
328
343
  created_at: Scalars['String'];
344
+ /** True if a credit was used for this appointment */
345
+ credit_was_used?: Maybe<Scalars['Boolean']>;
329
346
  /** The position of the appointment in the recurring series */
330
347
  current_position_in_recurring_series?: Maybe<Scalars['Int']>;
331
348
  /** Pagination cursor */
@@ -366,6 +383,8 @@ export type Appointment = {
366
383
  last_client_conversation_id?: Maybe<Scalars['ID']>;
367
384
  /** The ID of the provider who last updated the appointment record, if available */
368
385
  last_updated_by_id?: Maybe<Scalars['ID']>;
386
+ /** The Late Cancellation Fee (in cents) for this appointment */
387
+ late_cancellation_fee?: Maybe<Scalars['Int']>;
369
388
  /** The length of the appointment (in minutes) */
370
389
  length?: Maybe<Scalars['Int']>;
371
390
  /** The plaintext location of the appointment (only used for in-person appointments) */
@@ -380,6 +399,8 @@ export type Appointment = {
380
399
  minimum_advance_cancel_time?: Maybe<Scalars['Int']>;
381
400
  /** Minimum time (in minutes) before the appointment when client can still reschedule it */
382
401
  minimum_advance_reschedule_time?: Maybe<Scalars['Int']>;
402
+ /** The No Show Fee (in cents) for this appointment */
403
+ no_show_fee?: Maybe<Scalars['Int']>;
383
404
  /** Quick notes on the appointment (only visisble to providers) */
384
405
  notes?: Maybe<Scalars['String']>;
385
406
  /** The id of the provider */
@@ -759,8 +780,8 @@ export type AppointmentSetting = {
759
780
  insurance_eligibility_integration?: Maybe<Scalars['Boolean']>;
760
781
  /** Whether or not to send invoice to client without a valid payment card/method */
761
782
  invoice_clients_without_payment_method?: Maybe<Scalars['Boolean']>;
762
- /** The fee to use for appointments marked as late cancellation */
763
- late_cancellation_fee?: Maybe<Scalars['String']>;
783
+ /** The fee (in cents) to use for appointments marked as late cancellation */
784
+ late_cancellation_fee?: Maybe<Scalars['Int']>;
764
785
  /** The maximum number of days in advance a client can book */
765
786
  max_days_in_future?: Maybe<Scalars['String']>;
766
787
  /** Maximum time a client must wait before being able to reschedule a past appointment */
@@ -775,8 +796,8 @@ export type AppointmentSetting = {
775
796
  minimum_days_in_advance?: Maybe<Scalars['String']>;
776
797
  /** Minimum time a client must wait before being able to reschedule a past appointment */
777
798
  minimum_past_reschedule_time?: Maybe<Scalars['Int']>;
778
- /** The fee to use for appointments marked as no show */
779
- no_show_fee?: Maybe<Scalars['String']>;
799
+ /** The fee (in cents) to use for appointments marked as no show */
800
+ no_show_fee?: Maybe<Scalars['Int']>;
780
801
  /**
781
802
  * Either "even" or "hour" to restrict booking to even hours or half hours.
782
803
  * @deprecated Use booking_interval_restriction instead
@@ -878,6 +899,8 @@ export type AppointmentSetting = {
878
899
  times_by_location?: Maybe<Scalars['Boolean']>;
879
900
  /** The last date and time that the appointment setting was updated */
880
901
  updated_at?: Maybe<Scalars['String']>;
902
+ /** If true, cpt units and fees can be associated with appointment types */
903
+ use_appointment_type_cpt_units_and_fees?: Maybe<Scalars['Boolean']>;
881
904
  /** Whether or not to use the client credit system */
882
905
  use_client_credit_system?: Maybe<Scalars['Boolean']>;
883
906
  /** If true, you can see where each client came from */
@@ -898,7 +921,7 @@ export type AppointmentSettingInputs = {
898
921
  /** The ID of the appointment type. */
899
922
  appointment_type_id?: InputMaybe<Scalars['Int']>;
900
923
  /** The base calendar interval for appointments. */
901
- base_calendar_interval?: InputMaybe<Scalars['Int']>;
924
+ base_calendar_interval?: InputMaybe<Scalars['String']>;
902
925
  /** The text to display on the calendar. */
903
926
  calendar_text?: InputMaybe<Scalars['String']>;
904
927
  /** Specifies whether charge receipts are disabled. */
@@ -979,6 +1002,8 @@ export type AppointmentType = {
979
1002
  bookable_without_group: Scalars['Boolean'];
980
1003
  /** Checks to see if the client call to provider */
981
1004
  client_call_provider?: Maybe<Scalars['Boolean']>;
1005
+ /** A name to use in the client scheduling widget instead of the defalt name field. Falls back to name if not set. */
1006
+ client_display_name?: Maybe<Scalars['String']>;
982
1007
  /** The status of whether the client can self-book this type of appointment */
983
1008
  clients_can_book: Scalars['Boolean'];
984
1009
  /** Checks to see if the client has enough credit to book */
@@ -1013,6 +1038,8 @@ export type AppointmentType = {
1013
1038
  is_waitlist_enabled: Scalars['Boolean'];
1014
1039
  /** The length of the appointment type (in minutes) */
1015
1040
  length?: Maybe<Scalars['Int']>;
1041
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. Only accessible by staff and providers */
1042
+ metadata?: Maybe<Scalars['String']>;
1016
1043
  /** the name of the appointment type */
1017
1044
  name?: Maybe<Scalars['String']>;
1018
1045
  /** A custom message to display if there are no available slots on a given day for an appointment type. */
@@ -1162,6 +1189,10 @@ export type AppointmentTypeAppointmentSettingInput = {
1162
1189
  export type AppointmentTypeCptCode = {
1163
1190
  /** The ID of the CPT code */
1164
1191
  cpt_code_id?: InputMaybe<Scalars['String']>;
1192
+ /** Fee (in cents) per unit */
1193
+ fee_per_unit?: InputMaybe<Scalars['Int']>;
1194
+ /** Whether or not this appointment type will have insurance billing enabled */
1195
+ insurance_billing_enabled?: InputMaybe<Scalars['Boolean']>;
1165
1196
  /** The number of units for the CPT code */
1166
1197
  units?: InputMaybe<Scalars['String']>;
1167
1198
  };
@@ -1172,8 +1203,12 @@ export type AppointmentTypeCptCodeType = {
1172
1203
  appointment_type_id: Scalars['ID'];
1173
1204
  /** CPT Code ID */
1174
1205
  cpt_code_id: Scalars['ID'];
1206
+ /** Fee (in cents) per unit */
1207
+ fee_per_unit?: Maybe<Scalars['Int']>;
1175
1208
  /** The unique identifier of the object */
1176
1209
  id: Scalars['ID'];
1210
+ /** Whether or not insurance billing is enaled for an appointment type */
1211
+ insurance_billing_enabled?: Maybe<Scalars['Boolean']>;
1177
1212
  /** Units */
1178
1213
  units?: Maybe<Scalars['String']>;
1179
1214
  };
@@ -1275,6 +1310,18 @@ export type AutoTaskGenerator = {
1275
1310
  /** The id of the user */
1276
1311
  user_id_for_task?: Maybe<Scalars['String']>;
1277
1312
  };
1313
+ /** Automated Insurance Billing Setting Type */
1314
+ export type AutomatedInsuranceBillingSetting = {
1315
+ __typename?: 'AutomatedInsuranceBillingSetting';
1316
+ /** When true, CMS1500s will be created automatically */
1317
+ auto_create_cms1500s?: Maybe<Scalars['Boolean']>;
1318
+ /** When true, CMS1500s will be submitted automatically */
1319
+ auto_submit_cms1500s?: Maybe<Scalars['Boolean']>;
1320
+ /** The unique identifier of the setting */
1321
+ id: Scalars['ID'];
1322
+ /** When true, CPT code and units will be linked to appointment types */
1323
+ use_cpt_codes_units_and_fees_with_appointment_types?: Maybe<Scalars['Boolean']>;
1324
+ };
1278
1325
  /** The autoscored section for a filled form */
1279
1326
  export type AutoscoredSectionType = {
1280
1327
  __typename?: 'AutoscoredSectionType';
@@ -2192,6 +2239,8 @@ export type CheckoutFormAnswerInput = {
2192
2239
  id?: InputMaybe<Scalars['ID']>;
2193
2240
  /** The label for the answer */
2194
2241
  label?: InputMaybe<Scalars['String']>;
2242
+ /** The mod_type (e.g question type) that is being answered. */
2243
+ mod_type?: InputMaybe<Scalars['String']>;
2195
2244
  /** The ID of the user who created the answer */
2196
2245
  user_id?: InputMaybe<Scalars['String']>;
2197
2246
  /** The value to filter on */
@@ -2478,6 +2527,8 @@ export type Cms1500 = {
2478
2527
  tend_reserved?: Maybe<Scalars['String']>;
2479
2528
  /** Total amount the claim was billed for */
2480
2529
  total_charge?: Maybe<Scalars['String']>;
2530
+ /** The last date and time that the CMS1500 was updated */
2531
+ updated_at?: Maybe<Scalars['ISO8601DateTime']>;
2481
2532
  /** True if the claim reimbursement info was updated via SFTP */
2482
2533
  updated_by_sftp?: Maybe<Scalars['Boolean']>;
2483
2534
  /** When true, uses the individual npi in all npi fields */
@@ -2494,7 +2545,9 @@ export declare enum Cms1500OrderKeys {
2494
2545
  ServiceDateAsc = "SERVICE_DATE_ASC",
2495
2546
  ServiceDateDesc = "SERVICE_DATE_DESC",
2496
2547
  StatusAsc = "STATUS_ASC",
2497
- StatusDesc = "STATUS_DESC"
2548
+ StatusDesc = "STATUS_DESC",
2549
+ UpdatedAtAsc = "UPDATED_AT_ASC",
2550
+ UpdatedAtDesc = "UPDATED_AT_DESC"
2498
2551
  }
2499
2552
  /** A CMS1500 policy */
2500
2553
  export type Cms1500Policy = {
@@ -3817,6 +3870,8 @@ export type Document = {
3817
3870
  include_in_charting: Scalars['Boolean'];
3818
3871
  /** Notes on the document (not visible to the client) */
3819
3872
  internal_notes?: Maybe<Scalars['String']>;
3873
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. Only accessible by staff and providers */
3874
+ metadata?: Maybe<Scalars['String']>;
3820
3875
  /** Instances of the document being viewed/opened */
3821
3876
  opens?: Maybe<Array<DocumentViewing>>;
3822
3877
  /** Owner of this document */
@@ -3917,6 +3972,25 @@ export type Draft = {
3917
3972
  /** The unique identifier of the draft */
3918
3973
  id: Scalars['ID'];
3919
3974
  };
3975
+ /** Allergen information */
3976
+ export type DrugAllergenType = {
3977
+ __typename?: 'DrugAllergenType';
3978
+ /** The brand name of the allergen */
3979
+ brand_name: Scalars['String'];
3980
+ /** The unique identifier of the allergen */
3981
+ id: Scalars['ID'];
3982
+ /** The name of the allergen */
3983
+ name: Scalars['String'];
3984
+ /** The type of allergen */
3985
+ type: DrugAllergenTypeEnum;
3986
+ };
3987
+ /** DrugAllergen class enum */
3988
+ export declare enum DrugAllergenTypeEnum {
3989
+ /** A class of allergens */
3990
+ Class = "CLASS",
3991
+ /** A screenable ingredient */
3992
+ Ingredient = "INGREDIENT"
3993
+ }
3920
3994
  /** Autogenerated input type of EmbedForm */
3921
3995
  export type EmbedFormInput = {
3922
3996
  appt_type_id?: InputMaybe<Scalars['ID']>;
@@ -4483,6 +4557,8 @@ export type Folder = {
4483
4557
  user_groups: Array<UserGroup>;
4484
4558
  /** The users who have access to this folder */
4485
4559
  users: Array<User>;
4560
+ /** The number of users who have access to this folder */
4561
+ users_count: Scalars['Int'];
4486
4562
  };
4487
4563
  /** A folder that contains documents and other folders */
4488
4564
  export type FolderCreated_AtArgs = {
@@ -4492,6 +4568,13 @@ export type FolderCreated_AtArgs = {
4492
4568
  export type FolderFolder_PathArgs = {
4493
4569
  client_id?: InputMaybe<Scalars['String']>;
4494
4570
  };
4571
+ /** A folder that contains documents and other folders */
4572
+ export type FolderUsersArgs = {
4573
+ after?: InputMaybe<Scalars['Cursor']>;
4574
+ order_by?: InputMaybe<UserOrderKeys>;
4575
+ page_size?: InputMaybe<Scalars['Int']>;
4576
+ should_paginate?: InputMaybe<Scalars['Boolean']>;
4577
+ };
4495
4578
  /** Folder sorting enum */
4496
4579
  export declare enum FolderOrderKeys {
4497
4580
  CreatedAtAsc = "CREATED_AT_ASC",
@@ -4578,6 +4661,8 @@ export type FormAnswer = {
4578
4661
  id: Scalars['ID'];
4579
4662
  /** The label of the question */
4580
4663
  label?: Maybe<Scalars['String']>;
4664
+ /** The time of the last update */
4665
+ updated_at?: Maybe<Scalars['ISO8601DateTime']>;
4581
4666
  /** The id of the user that the answered question is for */
4582
4667
  user_id?: Maybe<Scalars['String']>;
4583
4668
  /** The value to check the filter against */
@@ -4596,6 +4681,8 @@ export type FormAnswerGroup = {
4596
4681
  cms1500?: Maybe<Cms1500>;
4597
4682
  /** The date on which the filled form was saved */
4598
4683
  created_at: Scalars['String'];
4684
+ /** The most recent generated summary. Null if no summary has been generated */
4685
+ current_summary?: Maybe<GeneratedSummary>;
4599
4686
  /** Pagination cursor */
4600
4687
  cursor: Scalars['Cursor'];
4601
4688
  /** The form template that was filled out */
@@ -4834,6 +4921,16 @@ export type FunctionalStatus = {
4834
4921
  /** The ID of the user who created the functional status */
4835
4922
  user_id: Scalars['ID'];
4836
4923
  };
4924
+ /** A generated summary for an associated Healthie object */
4925
+ export type GeneratedSummary = {
4926
+ __typename?: 'GeneratedSummary';
4927
+ /** The datetime the summary was generated */
4928
+ created_at: Scalars['ISO8601DateTime'];
4929
+ /** The unique identifier of the group */
4930
+ id: Scalars['ID'];
4931
+ /** A summary (most often new-line separated bullet points) of the associated object */
4932
+ summary?: Maybe<Scalars['String']>;
4933
+ };
4837
4934
  /** Payload for a gift */
4838
4935
  export type GiftInput = {
4839
4936
  /** The email of the giver */
@@ -5500,6 +5597,8 @@ export type IndividualClientType = {
5500
5597
  join_time?: Maybe<Scalars['String']>;
5501
5598
  /** The datetime that the attendee left the appointment (comes from the related appointment inclusion) */
5502
5599
  leave_time?: Maybe<Scalars['String']>;
5600
+ /** The time of the last update */
5601
+ updated_at?: Maybe<Scalars['ISO8601DateTime']>;
5503
5602
  /** Associated patient */
5504
5603
  user?: Maybe<User>;
5505
5604
  };
@@ -6019,6 +6118,7 @@ export type MaskAccountPayload = {
6019
6118
  clientMutationId?: Maybe<Scalars['String']>;
6020
6119
  /** The list of errors occurred during the mutation */
6021
6120
  messages?: Maybe<Array<Maybe<FieldError>>>;
6121
+ success?: Maybe<Success>;
6022
6122
  success_string?: Maybe<Scalars['String']>;
6023
6123
  };
6024
6124
  /** A meal that a user has created */
@@ -6058,9 +6158,15 @@ export type MedicationOptionType = {
6058
6158
  dosages?: Maybe<Array<Scalars['String']>>;
6059
6159
  /** The unique identifier of the medication option */
6060
6160
  id: Scalars['ID'];
6161
+ /** The monograph of the medication option */
6162
+ monograph?: Maybe<Scalars['String']>;
6061
6163
  /** The name of the medication option */
6062
6164
  name: Scalars['String'];
6063
6165
  };
6166
+ /** Medication query result */
6167
+ export type MedicationOptionTypeMonographArgs = {
6168
+ format?: InputMaybe<MonographFormat>;
6169
+ };
6064
6170
  /** Medication belonging to client */
6065
6171
  export type MedicationType = {
6066
6172
  __typename?: 'MedicationType';
@@ -6082,6 +6188,8 @@ export type MedicationType = {
6082
6188
  frequency?: Maybe<Scalars['String']>;
6083
6189
  /** The unique identifier of the medication */
6084
6190
  id: Scalars['ID'];
6191
+ /** If the medication is synchronized with an external system (e.g., an E-Rx system) */
6192
+ mirrored: Scalars['Boolean'];
6085
6193
  /** Name of medication */
6086
6194
  name?: Maybe<Scalars['String']>;
6087
6195
  /** When true, this object must be consolidated as part of a CCDA Ingest */
@@ -6135,6 +6243,13 @@ export declare enum MfaType {
6135
6243
  Email = "EMAIL",
6136
6244
  Sms = "SMS"
6137
6245
  }
6246
+ /** The format of a monograph */
6247
+ export declare enum MonographFormat {
6248
+ /** The monograph is in HTML format */
6249
+ Html = "HTML",
6250
+ /** The monograph is in XML format */
6251
+ Xml = "XML"
6252
+ }
6138
6253
  /** Monthly billing items data */
6139
6254
  export type MonthlyBillingItemsDataType = {
6140
6255
  __typename?: 'MonthlyBillingItemsDataType';
@@ -6234,6 +6349,8 @@ export type Mutation = {
6234
6349
  createAppointmentTypeCptCode?: Maybe<CreateAppointmentTypeCptCodePayload>;
6235
6350
  /** Create auto task generator */
6236
6351
  createAutoTaskGenerator?: Maybe<CreateAutoTaskGeneratorPayload>;
6352
+ /** create automated insurance billing setting */
6353
+ createAutomatedInsuranceBillingSetting?: Maybe<CreateAutomatedInsuranceBillingSettingPayload>;
6237
6354
  /** Create availability */
6238
6355
  createAvailability?: Maybe<CreateAvailabilityPayload>;
6239
6356
  /** create billing item */
@@ -6396,6 +6513,8 @@ export type Mutation = {
6396
6513
  createRequestedPayment?: Maybe<CreateRequestedPaymentPayload>;
6397
6514
  /** Create a Rupa order */
6398
6515
  createRupaOrder?: Maybe<CreateRupaOrderPayload>;
6516
+ /** Create a new saved filter */
6517
+ createSavedFilter?: Maybe<CreateSavedFilterPayload>;
6399
6518
  /** Create a sent direct message */
6400
6519
  createSentDirectMessage?: Maybe<CreateSentDirectMessagePayload>;
6401
6520
  /** create Sent Fax */
@@ -6561,6 +6680,8 @@ export type Mutation = {
6561
6680
  deleteRequestedFormCompletion?: Maybe<DeleteRequestedFormPayload>;
6562
6681
  /** destroy requested payment */
6563
6682
  deleteRequestedPayment?: Maybe<DeleteRequestedPaymentPayload>;
6683
+ /** Delete a saved filter */
6684
+ deleteSavedFilter?: Maybe<DeleteSavedFilterPayload>;
6564
6685
  /** Destroy Shapa Connection */
6565
6686
  deleteShapaConnection?: Maybe<DeleteShapaConnectionPayload>;
6566
6687
  /** Destroy a Smart Phrase */
@@ -6675,8 +6796,6 @@ export type Mutation = {
6675
6796
  toggleBaa?: Maybe<ToggleBaaPayload>;
6676
6797
  /** Deactivate/activate a group/single Care Plan for a given user */
6677
6798
  toggleCarePlanStatusForSpecificUser?: Maybe<ToggleCarePlanStatusForSpecificUserPayload>;
6678
- /** Toggle Option to Enable Appointment Interval */
6679
- toggleEnableApptInterval?: Maybe<ToggleEnableApptIntervalPayload>;
6680
6799
  /** toggle paywall for a provider */
6681
6800
  togglePaywall?: Maybe<TogglePaywallPayload>;
6682
6801
  /** Toggle Reason for Appointment on Appointment Type of Provider */
@@ -6707,6 +6826,8 @@ export type Mutation = {
6707
6826
  updateAppointmentTypeCptCode?: Maybe<UpdateAppointmentTypeCptCodePayload>;
6708
6827
  /** Update auto task generator */
6709
6828
  updateAutoTaskGenerator?: Maybe<UpdateAutoTaskGeneratorPayload>;
6829
+ /** update automated insurance billing setting */
6830
+ updateAutomatedInsuranceBillingSetting?: Maybe<UpdateAutomatedInsuranceBillingSettingPayload>;
6710
6831
  /** Update a BillingItem */
6711
6832
  updateBillingItem?: Maybe<UpdateBillingItemPayload>;
6712
6833
  /** Update a Brand and return Brand */
@@ -6839,6 +6960,7 @@ export type Mutation = {
6839
6960
  updateOrganizationMember?: Maybe<UpdateOrganizationMemberPayload>;
6840
6961
  /** Update a OrganizationMembership */
6841
6962
  updateOrganizationMembership?: Maybe<UpdateOrganizationMembershipPayload>;
6963
+ updateOrganizationUiConfiguration?: Maybe<UpdateUiConfigurationPayload>;
6842
6964
  /** update Permission Template */
6843
6965
  updatePermissionTemplate?: Maybe<UpdatePermissionTemplatePayload>;
6844
6966
  /** Update a policy */
@@ -6863,6 +6985,8 @@ export type Mutation = {
6863
6985
  updateReplyToEmailAddresses?: Maybe<AddReplyToEmailAddressesPayload>;
6864
6986
  /** update requested payment */
6865
6987
  updateRequestedPayment?: Maybe<UpdateRequestedPaymentPayload>;
6988
+ /** Update an existing saved filter */
6989
+ updateSavedFilter?: Maybe<UpdateSavedFilterPayload>;
6866
6990
  /** Update a Smart Phrase */
6867
6991
  updateSmartPhrase?: Maybe<UpdateSmartPhrasePayload>;
6868
6992
  /** Update a Smoking Status */
@@ -7061,6 +7185,10 @@ export type MutationCreateAutoTaskGeneratorArgs = {
7061
7185
  input?: InputMaybe<CreateAutoTaskGeneratorInput>;
7062
7186
  };
7063
7187
  /** The mutation root of this schema. See available mutations. */
7188
+ export type MutationCreateAutomatedInsuranceBillingSettingArgs = {
7189
+ input?: InputMaybe<CreateAutomatedInsuranceBillingSettingInput>;
7190
+ };
7191
+ /** The mutation root of this schema. See available mutations. */
7064
7192
  export type MutationCreateAvailabilityArgs = {
7065
7193
  input?: InputMaybe<CreateAvailabilityInput>;
7066
7194
  };
@@ -7385,6 +7513,10 @@ export type MutationCreateRupaOrderArgs = {
7385
7513
  input?: InputMaybe<CreateRupaOrderInput>;
7386
7514
  };
7387
7515
  /** The mutation root of this schema. See available mutations. */
7516
+ export type MutationCreateSavedFilterArgs = {
7517
+ input?: InputMaybe<CreateSavedFilterInput>;
7518
+ };
7519
+ /** The mutation root of this schema. See available mutations. */
7388
7520
  export type MutationCreateSentDirectMessageArgs = {
7389
7521
  input?: InputMaybe<CreateSentDirectMessageInput>;
7390
7522
  };
@@ -7709,6 +7841,10 @@ export type MutationDeleteRequestedPaymentArgs = {
7709
7841
  input?: InputMaybe<DeleteRequestedPaymentInput>;
7710
7842
  };
7711
7843
  /** The mutation root of this schema. See available mutations. */
7844
+ export type MutationDeleteSavedFilterArgs = {
7845
+ input?: InputMaybe<DeleteSavedFilterInput>;
7846
+ };
7847
+ /** The mutation root of this schema. See available mutations. */
7712
7848
  export type MutationDeleteShapaConnectionArgs = {
7713
7849
  input?: InputMaybe<DeleteShapaConnectionInput>;
7714
7850
  };
@@ -7937,10 +8073,6 @@ export type MutationToggleCarePlanStatusForSpecificUserArgs = {
7937
8073
  input?: InputMaybe<ToggleCarePlanStatusForSpecificUserInput>;
7938
8074
  };
7939
8075
  /** The mutation root of this schema. See available mutations. */
7940
- export type MutationToggleEnableApptIntervalArgs = {
7941
- input?: InputMaybe<ToggleEnableApptIntervalInput>;
7942
- };
7943
- /** The mutation root of this schema. See available mutations. */
7944
8076
  export type MutationTogglePaywallArgs = {
7945
8077
  input?: InputMaybe<TogglePaywallInput>;
7946
8078
  };
@@ -8001,6 +8133,10 @@ export type MutationUpdateAutoTaskGeneratorArgs = {
8001
8133
  input?: InputMaybe<UpdateAutoTaskGeneratorInput>;
8002
8134
  };
8003
8135
  /** The mutation root of this schema. See available mutations. */
8136
+ export type MutationUpdateAutomatedInsuranceBillingSettingArgs = {
8137
+ input?: InputMaybe<UpdateAutomatedInsuranceBillingSettingInput>;
8138
+ };
8139
+ /** The mutation root of this schema. See available mutations. */
8004
8140
  export type MutationUpdateBillingItemArgs = {
8005
8141
  input?: InputMaybe<UpdateBillingItemInput>;
8006
8142
  };
@@ -8265,6 +8401,10 @@ export type MutationUpdateOrganizationMembershipArgs = {
8265
8401
  input?: InputMaybe<UpdateOrganizationMembershipInput>;
8266
8402
  };
8267
8403
  /** The mutation root of this schema. See available mutations. */
8404
+ export type MutationUpdateOrganizationUiConfigurationArgs = {
8405
+ input?: InputMaybe<UpdateUiConfigurationInput>;
8406
+ };
8407
+ /** The mutation root of this schema. See available mutations. */
8268
8408
  export type MutationUpdatePermissionTemplateArgs = {
8269
8409
  input?: InputMaybe<UpdatePermissionTemplateInput>;
8270
8410
  };
@@ -8313,6 +8453,10 @@ export type MutationUpdateRequestedPaymentArgs = {
8313
8453
  input?: InputMaybe<UpdateRequestedPaymentInput>;
8314
8454
  };
8315
8455
  /** The mutation root of this schema. See available mutations. */
8456
+ export type MutationUpdateSavedFilterArgs = {
8457
+ input?: InputMaybe<UpdateSavedFilterInput>;
8458
+ };
8459
+ /** The mutation root of this schema. See available mutations. */
8316
8460
  export type MutationUpdateSmartPhraseArgs = {
8317
8461
  input?: InputMaybe<UpdateSmartPhraseInput>;
8318
8462
  };
@@ -9293,6 +9437,7 @@ export type OrganizationActive_Care_Team_MembersArgs = {
9293
9437
  provider_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
9294
9438
  record_identifiers?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
9295
9439
  state_licenses?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
9440
+ tag_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
9296
9441
  };
9297
9442
  /** An organization, that is an umbrella group for multiple providers */
9298
9443
  export type OrganizationActive_Members_For_ConversationArgs = {
@@ -9617,6 +9762,13 @@ export declare enum OrganizationMembershipOrderKeys {
9617
9762
  TypeAsc = "TYPE_ASC",
9618
9763
  TypeDesc = "TYPE_DESC"
9619
9764
  }
9765
+ /** Roles that a user can have in an organization */
9766
+ export declare enum OrganizationMembershipRole {
9767
+ /** The user is a standard member of the organization (includes providers) */
9768
+ Standard = "STANDARD",
9769
+ /** The user is a support member of the organization */
9770
+ Support = "SUPPORT"
9771
+ }
9620
9772
  /** Alternative ID numbers for a provider */
9621
9773
  export type OtherIdNumber = {
9622
9774
  __typename?: 'OtherIdNumber';
@@ -9728,6 +9880,8 @@ export type PermissionTemplateType = {
9728
9880
  can_assign_tasks_to_all_org_members?: Maybe<Scalars['Boolean']>;
9729
9881
  /** If true, the user can be added to the care team members list for a client */
9730
9882
  can_be_care_team_member: Scalars['Boolean'];
9883
+ /** If true, the current user can modify this permission template */
9884
+ can_be_edited: Scalars['Boolean'];
9731
9885
  /** If true, the user can charge clients */
9732
9886
  can_charge_clients: Scalars['Boolean'];
9733
9887
  /** If true, user сan delete charting notes */
@@ -10165,7 +10319,10 @@ export type Prescription = {
10165
10319
  is_urgent?: Maybe<Scalars['Boolean']>;
10166
10320
  /** Date prescription was last refilled */
10167
10321
  last_fill_date?: Maybe<Scalars['String']>;
10168
- /** Monograph path entered by provider */
10322
+ /**
10323
+ * Monograph path entered by provider
10324
+ * @deprecated Deprecated by vendor, use MedicationOptionType.monograph instead
10325
+ */
10169
10326
  monograph_path?: Maybe<Scalars['String']>;
10170
10327
  /** The prescription's national drug code */
10171
10328
  ndc?: Maybe<Scalars['String']>;
@@ -10439,6 +10596,8 @@ export type Query = {
10439
10596
  appointmentsSummary?: Maybe<AppointmentSummaryData>;
10440
10597
  /** fetch auto task generators belonging to a specific user */
10441
10598
  autoTaskGenerators?: Maybe<Array<AutoTaskGenerator>>;
10599
+ /** fetch the automated insurance billing setting */
10600
+ automatedInsuranceBillingSetting?: Maybe<AutomatedInsuranceBillingSetting>;
10442
10601
  /** Fetch availabilities for range */
10443
10602
  availabilities?: Maybe<Array<Availability>>;
10444
10603
  /** number of availabilities */
@@ -10449,7 +10608,7 @@ export type Query = {
10449
10608
  availabilitySummaryJson?: Maybe<Scalars['String']>;
10450
10609
  /** Fetch available item types (for use in onboarding items) */
10451
10610
  availableItemTypes?: Maybe<Scalars['String']>;
10452
- /** Get open appointment times for a date range. Returns array of dates sorted in ascending order */
10611
+ /** Get open appointment times for a date range. Returns array of dates sorted in ascending order (considered public) */
10453
10612
  availableSlotsForRange?: Maybe<Array<PotentialAppointmentSlot>>;
10454
10613
  /** Get the Cms1500 Policies object for a given claim and client */
10455
10614
  baseCms1500ForUser?: Maybe<Cms1500>;
@@ -10604,7 +10763,7 @@ export type Query = {
10604
10763
  customModuleForms?: Maybe<Array<CustomModuleForm>>;
10605
10764
  /** Fetch paginated count for provider custom module forms */
10606
10765
  customModuleFormsCount?: Maybe<Scalars['Int']>;
10607
- /** get open appointment times for a range */
10766
+ /** get open appointment times for a range (considered public) */
10608
10767
  daysAvailableForRange?: Maybe<Array<Maybe<Scalars['String']>>>;
10609
10768
  /** fetch a document by id */
10610
10769
  document?: Maybe<Document>;
@@ -10622,6 +10781,10 @@ export type Query = {
10622
10781
  dosespot_ui_link?: Maybe<Scalars['String']>;
10623
10782
  /** draft by conversation_membership id */
10624
10783
  draft?: Maybe<Draft>;
10784
+ /** Fetch an allergen by ID */
10785
+ drugAllergen?: Maybe<DrugAllergenType>;
10786
+ /** Search for allergens by name */
10787
+ drugAllergens?: Maybe<Array<DrugAllergenType>>;
10625
10788
  /** Fetch a link from Fullscript to create a treatment plan for a given user */
10626
10789
  dynamicLink?: Maybe<Scalars['String']>;
10627
10790
  /** fetch embed steps based off of params */
@@ -10764,7 +10927,8 @@ export type Query = {
10764
10927
  meal_plan_options?: Maybe<Array<MealPlan>>;
10765
10928
  /** Fetch a medication by ID */
10766
10929
  medication?: Maybe<MedicationType>;
10767
- /** Fetch an array of medications options queried from Dosespot API. Considered Public */
10930
+ medication_option?: Maybe<MedicationOptionType>;
10931
+ /** Fetch an array of medications options. Considered Public */
10768
10932
  medication_options?: Maybe<Array<MedicationOptionType>>;
10769
10933
  /** Fetch an array of medications for a given patient */
10770
10934
  medications?: Maybe<Array<MedicationType>>;
@@ -10787,7 +10951,7 @@ export type Query = {
10787
10951
  newOrganizationSupportPriceString?: Maybe<Array<Maybe<Scalars['String']>>>;
10788
10952
  /** Fetch closest appointment */
10789
10953
  nextAppointment?: Maybe<Appointment>;
10790
- /** get open appointment times for a range */
10954
+ /** get open appointment times for a range (considered public) */
10791
10955
  nextAvailableSlot?: Maybe<Scalars['String']>;
10792
10956
  /** fetch a courseitem by id (considered public) */
10793
10957
  nextCourseItem?: Maybe<CourseItem>;
@@ -10938,6 +11102,10 @@ export type Query = {
10938
11102
  requestedPayments?: Maybe<Array<RequestedPayment>>;
10939
11103
  /** Number of Requested Payments */
10940
11104
  requestedPaymentsCount?: Maybe<Scalars['Int']>;
11105
+ /** Fetch specific saved filter */
11106
+ savedFilter?: Maybe<SavedFilter>;
11107
+ /** Fetch all saved filters for a user or organization */
11108
+ savedFilters?: Maybe<Array<SavedFilter>>;
10941
11109
  /** Fetch user's scheduled message blasts */
10942
11110
  scheduledMessageBlasts?: Maybe<Array<NoteScheduler>>;
10943
11111
  /** Fetch collection of all scheduled packages */
@@ -10950,6 +11118,8 @@ export type Query = {
10950
11118
  sentDirectMessages?: Maybe<Array<SentDirectMessage>>;
10951
11119
  /** Fetch number of Sent Direct Meessages */
10952
11120
  sentDirectMessagesCount?: Maybe<Scalars['Int']>;
11121
+ /** Fetch sent Fax by ID */
11122
+ sentFax?: Maybe<SentFax>;
10953
11123
  /** Fetch paginated Sent Faxes collection */
10954
11124
  sentFaxes?: Maybe<Array<SentFax>>;
10955
11125
  /** Number of Sent Faxes */
@@ -10968,6 +11138,8 @@ export type Query = {
10968
11138
  shareNotePreview?: Maybe<Scalars['String']>;
10969
11139
  /** Should current user see scheduled chat tab */
10970
11140
  showScheduledTab?: Maybe<Scalars['Boolean']>;
11141
+ /** Get the signed stream name for a given stream name */
11142
+ signedStreamName?: Maybe<Scalars['String']>;
10971
11143
  /** Fetch user smart phrases */
10972
11144
  smartPhrases?: Maybe<Array<SmartPhrase>>;
10973
11145
  /** Get size of user smart phrases that matches the keyword */
@@ -11103,7 +11275,10 @@ export type QueryAppliedTagArgs = {
11103
11275
  /** The query root of this schema. See available queries. */
11104
11276
  export type QueryAppliedTagsArgs = {
11105
11277
  id?: InputMaybe<Scalars['ID']>;
11278
+ order_by?: InputMaybe<AppliedTagOrderKeys>;
11106
11279
  tag_id?: InputMaybe<Scalars['ID']>;
11280
+ updated_after?: InputMaybe<Scalars['ISO8601DateTime']>;
11281
+ updated_before?: InputMaybe<Scalars['ISO8601DateTime']>;
11107
11282
  };
11108
11283
  /** The query root of this schema. See available queries. */
11109
11284
  export type QueryAppointmentArgs = {
@@ -11295,6 +11470,10 @@ export type QueryAutoTaskGeneratorsArgs = {
11295
11470
  user_id?: InputMaybe<Scalars['String']>;
11296
11471
  };
11297
11472
  /** The query root of this schema. See available queries. */
11473
+ export type QueryAutomatedInsuranceBillingSettingArgs = {
11474
+ user_id?: InputMaybe<Scalars['ID']>;
11475
+ };
11476
+ /** The query root of this schema. See available queries. */
11298
11477
  export type QueryAvailabilitiesArgs = {
11299
11478
  appointment_location_id?: InputMaybe<Scalars['String']>;
11300
11479
  appointment_type_id?: InputMaybe<Scalars['String']>;
@@ -11349,12 +11528,12 @@ export type QueryAvailableSlotsForRangeArgs = {
11349
11528
  licensed_in_state?: InputMaybe<Scalars['String']>;
11350
11529
  make_unique?: InputMaybe<Scalars['Boolean']>;
11351
11530
  org_level?: InputMaybe<Scalars['Boolean']>;
11352
- other_provider_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
11353
11531
  outside_factors?: InputMaybe<Scalars['Boolean']>;
11354
11532
  provider_id?: InputMaybe<Scalars['String']>;
11355
11533
  provider_ids?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
11356
11534
  start_date?: InputMaybe<Scalars['String']>;
11357
11535
  start_date_boundary?: InputMaybe<Scalars['String']>;
11536
+ tag_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
11358
11537
  timezone?: InputMaybe<Scalars['String']>;
11359
11538
  };
11360
11539
  /** The query root of this schema. See available queries. */
@@ -11789,12 +11968,12 @@ export type QueryDaysAvailableForRangeArgs = {
11789
11968
  length?: InputMaybe<Scalars['String']>;
11790
11969
  licensed_in_state?: InputMaybe<Scalars['String']>;
11791
11970
  org_level?: InputMaybe<Scalars['Boolean']>;
11792
- other_provider_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
11793
11971
  outside_factors?: InputMaybe<Scalars['Boolean']>;
11794
11972
  provider_id?: InputMaybe<Scalars['String']>;
11795
11973
  provider_ids?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
11796
11974
  start_date?: InputMaybe<Scalars['String']>;
11797
11975
  start_date_boundary?: InputMaybe<Scalars['String']>;
11976
+ tag_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
11798
11977
  timezone?: InputMaybe<Scalars['String']>;
11799
11978
  };
11800
11979
  /** The query root of this schema. See available queries. */
@@ -11857,6 +12036,14 @@ export type QueryDraftArgs = {
11857
12036
  conversation_membership_id?: InputMaybe<Scalars['ID']>;
11858
12037
  };
11859
12038
  /** The query root of this schema. See available queries. */
12039
+ export type QueryDrugAllergenArgs = {
12040
+ id: Scalars['ID'];
12041
+ };
12042
+ /** The query root of this schema. See available queries. */
12043
+ export type QueryDrugAllergensArgs = {
12044
+ keywords: Scalars['String'];
12045
+ };
12046
+ /** The query root of this schema. See available queries. */
11860
12047
  export type QueryDynamicLinkArgs = {
11861
12048
  user_id?: InputMaybe<Scalars['String']>;
11862
12049
  };
@@ -11990,6 +12177,8 @@ export type QueryFormAnswerGroupsArgs = {
11990
12177
  page_size?: InputMaybe<Scalars['Int']>;
11991
12178
  should_paginate?: InputMaybe<Scalars['Boolean']>;
11992
12179
  signed_status?: InputMaybe<Scalars['Boolean']>;
12180
+ updated_after?: InputMaybe<Scalars['ISO8601DateTime']>;
12181
+ updated_before?: InputMaybe<Scalars['ISO8601DateTime']>;
11993
12182
  user_id?: InputMaybe<Scalars['String']>;
11994
12183
  };
11995
12184
  /** The query root of this schema. See available queries. */
@@ -12001,6 +12190,8 @@ export type QueryFormAnswerGroupsCountArgs = {
12001
12190
  locked_status?: InputMaybe<Scalars['Boolean']>;
12002
12191
  name?: InputMaybe<Scalars['String']>;
12003
12192
  signed_status?: InputMaybe<Scalars['Boolean']>;
12193
+ updated_after?: InputMaybe<Scalars['ISO8601DateTime']>;
12194
+ updated_before?: InputMaybe<Scalars['ISO8601DateTime']>;
12004
12195
  user_id?: InputMaybe<Scalars['String']>;
12005
12196
  };
12006
12197
  /** The query root of this schema. See available queries. */
@@ -12349,6 +12540,10 @@ export type QueryMedicationArgs = {
12349
12540
  id?: InputMaybe<Scalars['ID']>;
12350
12541
  };
12351
12542
  /** The query root of this schema. See available queries. */
12543
+ export type QueryMedication_OptionArgs = {
12544
+ id: Scalars['ID'];
12545
+ };
12546
+ /** The query root of this schema. See available queries. */
12352
12547
  export type QueryMedication_OptionsArgs = {
12353
12548
  keywords?: InputMaybe<Scalars['String']>;
12354
12549
  };
@@ -12422,11 +12617,11 @@ export type QueryNextAvailableSlotArgs = {
12422
12617
  length?: InputMaybe<Scalars['String']>;
12423
12618
  licensed_in_state?: InputMaybe<Scalars['String']>;
12424
12619
  org_level?: InputMaybe<Scalars['Boolean']>;
12425
- other_provider_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
12426
12620
  outside_factors?: InputMaybe<Scalars['Boolean']>;
12427
12621
  provider_id?: InputMaybe<Scalars['String']>;
12428
12622
  provider_ids?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
12429
12623
  start_date_boundary?: InputMaybe<Scalars['String']>;
12624
+ tag_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
12430
12625
  timezone?: InputMaybe<Scalars['String']>;
12431
12626
  };
12432
12627
  /** The query root of this schema. See available queries. */
@@ -12839,6 +13034,16 @@ export type QueryRequestedPaymentsCountArgs = {
12839
13034
  status_filter?: InputMaybe<Scalars['String']>;
12840
13035
  };
12841
13036
  /** The query root of this schema. See available queries. */
13037
+ export type QuerySavedFilterArgs = {
13038
+ id?: InputMaybe<Scalars['ID']>;
13039
+ uuid?: InputMaybe<Scalars['ID']>;
13040
+ };
13041
+ /** The query root of this schema. See available queries. */
13042
+ export type QuerySavedFiltersArgs = {
13043
+ organization_id?: InputMaybe<Scalars['ID']>;
13044
+ user_id?: InputMaybe<Scalars['ID']>;
13045
+ };
13046
+ /** The query root of this schema. See available queries. */
12842
13047
  export type QueryScheduledMessageBlastsArgs = {
12843
13048
  client_id?: InputMaybe<Scalars['String']>;
12844
13049
  org_chat?: InputMaybe<Scalars['Boolean']>;
@@ -12869,6 +13074,10 @@ export type QuerySentDirectMessagesCountArgs = {
12869
13074
  offset?: InputMaybe<Scalars['Int']>;
12870
13075
  };
12871
13076
  /** The query root of this schema. See available queries. */
13077
+ export type QuerySentFaxArgs = {
13078
+ id: Scalars['ID'];
13079
+ };
13080
+ /** The query root of this schema. See available queries. */
12872
13081
  export type QuerySentFaxesArgs = {
12873
13082
  after?: InputMaybe<Scalars['Cursor']>;
12874
13083
  keywords?: InputMaybe<Scalars['String']>;
@@ -12926,6 +13135,11 @@ export type QueryShareNotePreviewArgs = {
12926
13135
  user_id?: InputMaybe<Scalars['String']>;
12927
13136
  };
12928
13137
  /** The query root of this schema. See available queries. */
13138
+ export type QuerySignedStreamNameArgs = {
13139
+ conversation_id?: InputMaybe<Scalars['ID']>;
13140
+ type: SignedStreamName;
13141
+ };
13142
+ /** The query root of this schema. See available queries. */
12929
13143
  export type QuerySmartPhrasesArgs = {
12930
13144
  after?: InputMaybe<Scalars['Cursor']>;
12931
13145
  keywords?: InputMaybe<Scalars['String']>;
@@ -13430,6 +13644,8 @@ export type Referral = {
13430
13644
  created_at: Scalars['String'];
13431
13645
  /** The unique identifier of the referral */
13432
13646
  id: Scalars['ID'];
13647
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. */
13648
+ metadata?: Maybe<Scalars['String']>;
13433
13649
  /** The reason the client was referred to the physician */
13434
13650
  referral_reason?: Maybe<Scalars['String']>;
13435
13651
  /** The referring physician */
@@ -13578,6 +13794,8 @@ export type ReferringPhysician = {
13578
13794
  location?: Maybe<Location>;
13579
13795
  /** location id */
13580
13796
  location_id?: Maybe<Scalars['ID']>;
13797
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. */
13798
+ metadata?: Maybe<Scalars['String']>;
13581
13799
  /** Dietitian's notes */
13582
13800
  notes?: Maybe<Scalars['String']>;
13583
13801
  /** npi of physician */
@@ -13976,6 +14194,22 @@ export type SdkConfig = {
13976
14194
  /** Stripe's publishable key */
13977
14195
  stripe_publishable_key: Scalars['String'];
13978
14196
  };
14197
+ /** A set of filter options saved for quick loading in the calendar */
14198
+ export type SavedFilter = {
14199
+ __typename?: 'SavedFilter';
14200
+ /** JSON-formatted options to use for setting filter */
14201
+ filter_data: Scalars['JSON'];
14202
+ /** Unique ID for this filter */
14203
+ id: Scalars['ID'];
14204
+ /** Name of the filter */
14205
+ name: Scalars['String'];
14206
+ /** The organization_id that has access to the filter */
14207
+ organization_id?: Maybe<Scalars['String']>;
14208
+ /** The user that created the filter */
14209
+ user_id: Scalars['String'];
14210
+ /** The unique UUID/string of the filter, used for sharing */
14211
+ uuid: Scalars['String'];
14212
+ };
13979
14213
  /** Billing items that are scheduled and will have a user package selection associated with them */
13980
14214
  export type ScheduledUserPackageSelection = {
13981
14215
  __typename?: 'ScheduledUserPackageSelection';
@@ -14186,6 +14420,13 @@ export type ShapaConnection = {
14186
14420
  /** The last time Shapa was synced */
14187
14421
  last_sync_date?: Maybe<Scalars['String']>;
14188
14422
  };
14423
+ /** The type of offered signed stream names */
14424
+ export declare enum SignedStreamName {
14425
+ /** For a user's conversation membership updates */
14426
+ ConversationMemberships = "CONVERSATION_MEMBERSHIPS",
14427
+ /** For new/updated notes in a conversation */
14428
+ Notes = "NOTES"
14429
+ }
14189
14430
  /** A smart phrase object */
14190
14431
  export type SmartPhrase = {
14191
14432
  __typename?: 'SmartPhrase';
@@ -14244,6 +14485,8 @@ export type Specialty = {
14244
14485
  /** Information on an SsoConnection */
14245
14486
  export type SsoConnection = {
14246
14487
  __typename?: 'SsoConnection';
14488
+ /** Whether or not to allow Just-In-Time provisioning */
14489
+ allow_jit_provisioning?: Maybe<Scalars['Boolean']>;
14247
14490
  /** The type of user this SSO is for (either patient or staff) */
14248
14491
  for_user_type?: Maybe<Scalars['String']>;
14249
14492
  /** The unique identifier of the SSO connection */
@@ -14624,6 +14867,12 @@ export type SubscriptionInstance = {
14624
14867
  /** The ID of the user who owns the subscription */
14625
14868
  user_id?: Maybe<Scalars['String']>;
14626
14869
  };
14870
+ /** Base class for types */
14871
+ export type Success = {
14872
+ __typename?: 'Success';
14873
+ human_id?: Maybe<Scalars['String']>;
14874
+ success_string?: Maybe<Scalars['String']>;
14875
+ };
14627
14876
  /** SuperBill */
14628
14877
  export type SuperBill = {
14629
14878
  __typename?: 'SuperBill';
@@ -14829,6 +15078,8 @@ export type Task = {
14829
15078
  smart: Scalars['Boolean'];
14830
15079
  /** Get category of smart task */
14831
15080
  smart_category?: Maybe<Scalars['String']>;
15081
+ /** The last date and time that the task was updated */
15082
+ updated_at?: Maybe<Scalars['ISO8601DateTime']>;
14832
15083
  /** The user assigned to complete this task */
14833
15084
  user?: Maybe<User>;
14834
15085
  /** User ID of the user assigned to this task */
@@ -14853,7 +15104,9 @@ export declare enum TaskOrderKeys {
14853
15104
  PriorityAsc = "PRIORITY_ASC",
14854
15105
  PriorityDesc = "PRIORITY_DESC",
14855
15106
  TaskAsc = "TASK_ASC",
14856
- TaskDesc = "TASK_DESC"
15107
+ TaskDesc = "TASK_DESC",
15108
+ UpdatedAtAsc = "UPDATED_AT_ASC",
15109
+ UpdatedAtDesc = "UPDATED_AT_DESC"
14857
15110
  }
14858
15111
  /** Payload for a task reminder */
14859
15112
  export type TaskReminderInput = {
@@ -14940,25 +15193,6 @@ export type ToggleBaaPayload = {
14940
15193
  messages?: Maybe<Array<Maybe<FieldError>>>;
14941
15194
  success_string?: Maybe<Scalars['String']>;
14942
15195
  };
14943
- /** Autogenerated input type of ToggleEnableApptInterval */
14944
- export type ToggleEnableApptIntervalInput = {
14945
- /** Enable/Disable Toggle */
14946
- enable: Scalars['String'];
14947
- /** The ID of the user */
14948
- id: Scalars['ID'];
14949
- };
14950
- /** Autogenerated return type of ToggleEnableApptInterval. */
14951
- export type ToggleEnableApptIntervalPayload = {
14952
- __typename?: 'ToggleEnableApptIntervalPayload';
14953
- /**
14954
- * DO NOT USE
14955
- * @deprecated DO NOT USE
14956
- */
14957
- clientMutationId?: Maybe<Scalars['String']>;
14958
- /** The list of errors occurred during the mutation */
14959
- messages?: Maybe<Array<Maybe<FieldError>>>;
14960
- success_string?: Maybe<Scalars['String']>;
14961
- };
14962
15196
  /** Autogenerated input type of TogglePaywall */
14963
15197
  export type TogglePaywallInput = {
14964
15198
  enable: Scalars['String'];
@@ -15191,6 +15425,23 @@ export type UpdatePayload = {
15191
15425
  /** The success string */
15192
15426
  success_string?: Maybe<Scalars['String']>;
15193
15427
  };
15428
+ /** Autogenerated input type of UpdateUiConfiguration */
15429
+ export type UpdateUiConfigurationInput = {
15430
+ role: OrganizationMembershipRole;
15431
+ ui_configuration: Scalars['JSON'];
15432
+ };
15433
+ /** Autogenerated return type of UpdateUiConfiguration. */
15434
+ export type UpdateUiConfigurationPayload = {
15435
+ __typename?: 'UpdateUiConfigurationPayload';
15436
+ /**
15437
+ * DO NOT USE
15438
+ * @deprecated DO NOT USE
15439
+ */
15440
+ clientMutationId?: Maybe<Scalars['String']>;
15441
+ /** The list of errors occurred during the mutation */
15442
+ messages?: Maybe<Array<Maybe<FieldError>>>;
15443
+ organization?: Maybe<Organization>;
15444
+ };
15194
15445
  /** Autogenerated input type of UpdateUserEmail */
15195
15446
  export type UpdateUserEmailInput = {
15196
15447
  current_email: Scalars['String'];
@@ -15429,6 +15680,8 @@ export type User = {
15429
15680
  created_at?: Maybe<Scalars['String']>;
15430
15681
  /** The credit balance of the user */
15431
15682
  credit_balance?: Maybe<Scalars['String']>;
15683
+ /** The most recent generated summary. Null if no summary has been generated */
15684
+ current_summary?: Maybe<GeneratedSummary>;
15432
15685
  /** Pagination cursor */
15433
15686
  cursor: Scalars['Cursor'];
15434
15687
  /** All custom custom emails associated with this user. */
@@ -15437,8 +15690,8 @@ export type User = {
15437
15690
  custom_metrics: Array<CustomMetric>;
15438
15691
  /** The default currency for the user */
15439
15692
  default_currency?: Maybe<Scalars['String']>;
15440
- /** When set for a client, the Provider Dosespot iFrame will launch into this Clinic When nil, the Dosespot iframe will launch into the provider's default clinic). This will error unless the provider is connected to that clinic in Dosespot. Only used for client objects. */
15441
- default_dosespot_clinic_id?: Maybe<Scalars['String']>;
15693
+ /** When set for a client, the provider's Dosespot iFrame will launch into this clinic. When null, the Dosespot iframe will launch into the provider's default clinic. This will error unless the provider is connected to that clinic in Dosespot. Only used for patients. */
15694
+ default_dosespot_clinic_id?: Maybe<Scalars['ID']>;
15442
15695
  /** Default external videochat URL for scheduling with this user */
15443
15696
  default_external_video_url?: Maybe<Scalars['String']>;
15444
15697
  /** The id of the users default onboarding flow */
@@ -15479,6 +15732,8 @@ export type User = {
15479
15732
  doc_share_id?: Maybe<Scalars['String']>;
15480
15733
  /** Number of notifications from Dosespot (e-prescriptions) */
15481
15734
  dosespot_notification_count?: Maybe<Scalars['Int']>;
15735
+ /** Dosespot assigned ID for this patient. nil if the patient is not connected to Dosespot */
15736
+ dosespot_patient_id?: Maybe<Scalars['String']>;
15482
15737
  /** The email of this user */
15483
15738
  email?: Maybe<Scalars['String']>;
15484
15739
  /** The erx dosespot role */
@@ -15759,7 +16014,7 @@ export type User = {
15759
16014
  locations?: Maybe<Array<Location>>;
15760
16015
  /** Fetch count of medications for a given patient */
15761
16016
  medications_count?: Maybe<Scalars['Int']>;
15762
- /** A serialized JSON string of metadata. Maximum character limit of 10,000. */
16017
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. */
15763
16018
  metadata?: Maybe<Scalars['String']>;
15764
16019
  /** The number of metric entries the user has */
15765
16020
  metric_entries_count?: Maybe<Scalars['String']>;
@@ -17110,6 +17365,8 @@ export type CreateAllergySensitivityInput = {
17110
17365
  category_type?: InputMaybe<Scalars['String']>;
17111
17366
  custom_name?: InputMaybe<Scalars['String']>;
17112
17367
  custom_reaction?: InputMaybe<Scalars['String']>;
17368
+ /** The drug allergen id to associate with the allergy sensitivity */
17369
+ drug_allergen_id?: InputMaybe<Scalars['ID']>;
17113
17370
  id?: InputMaybe<Scalars['ID']>;
17114
17371
  name?: InputMaybe<Scalars['String']>;
17115
17372
  /** The date of onset */
@@ -17198,6 +17455,7 @@ export type CreateAppointmentInput = {
17198
17455
  appointment_location_id?: InputMaybe<Scalars['String']>;
17199
17456
  appointment_type_id?: InputMaybe<Scalars['String']>;
17200
17457
  attendee_ids?: InputMaybe<Scalars['String']>;
17458
+ /** The type of appointment (video, in person, phone call, etc.) */
17201
17459
  contact_type?: InputMaybe<Scalars['String']>;
17202
17460
  /** Cpt code associated with this appointment */
17203
17461
  cpt_code_id?: InputMaybe<Scalars['ID']>;
@@ -17276,7 +17534,8 @@ export type CreateAppointmentSettingInput = {
17276
17534
  hide_link?: InputMaybe<Scalars['Boolean']>;
17277
17535
  insurance_eligibility_integration?: InputMaybe<Scalars['Boolean']>;
17278
17536
  invoice_clients_without_payment_method?: InputMaybe<Scalars['Boolean']>;
17279
- late_cancellation_fee?: InputMaybe<Scalars['String']>;
17537
+ /** The late cancellation fee in cents */
17538
+ late_cancellation_fee?: InputMaybe<Scalars['Int']>;
17280
17539
  max_days_in_future?: InputMaybe<Scalars['String']>;
17281
17540
  /** Prevents the patient from canceling too close the appointment time. In minutes */
17282
17541
  minimum_advance_cancel_time?: InputMaybe<Scalars['Int']>;
@@ -17284,7 +17543,8 @@ export type CreateAppointmentSettingInput = {
17284
17543
  minimum_advance_reschedule_time?: InputMaybe<Scalars['Int']>;
17285
17544
  /** Prevents the patient from scheduling too close to the desired appointment time. In minutes */
17286
17545
  minimum_advance_schedule_time?: InputMaybe<Scalars['Int']>;
17287
- no_show_fee?: InputMaybe<Scalars['String']>;
17546
+ /** The no show fee in cents */
17547
+ no_show_fee?: InputMaybe<Scalars['Int']>;
17288
17548
  prevent_client_booking?: InputMaybe<Scalars['Boolean']>;
17289
17549
  prevent_no_credit_booking?: InputMaybe<Scalars['Boolean']>;
17290
17550
  reply_to_provider?: InputMaybe<Scalars['Boolean']>;
@@ -17321,6 +17581,7 @@ export type CreateAppointmentSettingInput = {
17321
17581
  times_by_contact_type?: InputMaybe<Scalars['Boolean']>;
17322
17582
  /** Allows times to be grouped by location. NOTE: changing this value will clear all prior availability */
17323
17583
  times_by_location?: InputMaybe<Scalars['Boolean']>;
17584
+ use_appointment_type_cpt_units_and_fees?: InputMaybe<Scalars['Boolean']>;
17324
17585
  use_client_credit_system?: InputMaybe<Scalars['Boolean']>;
17325
17586
  use_client_sources?: InputMaybe<Scalars['Boolean']>;
17326
17587
  use_zoom_waiting_room?: InputMaybe<Scalars['Boolean']>;
@@ -17343,6 +17604,8 @@ export type CreateAppointmentSettingPayload = {
17343
17604
  export type CreateAppointmentTypeCptCodeInput = {
17344
17605
  appointment_type_id?: InputMaybe<Scalars['ID']>;
17345
17606
  cpt_code_id?: InputMaybe<Scalars['ID']>;
17607
+ fee_per_unit?: InputMaybe<Scalars['Int']>;
17608
+ insurance_billing_enabled?: InputMaybe<Scalars['Boolean']>;
17346
17609
  units?: InputMaybe<Scalars['String']>;
17347
17610
  };
17348
17611
  /** Autogenerated return type of createAppointmentTypeCptCode. */
@@ -17364,6 +17627,8 @@ export type CreateAppointmentTypeInput = {
17364
17627
  bookable_by_groups?: InputMaybe<Scalars['Boolean']>;
17365
17628
  bookable_group_ids?: InputMaybe<Scalars['String']>;
17366
17629
  bookable_without_group?: InputMaybe<Scalars['Boolean']>;
17630
+ /** When set, will be used as the appointment type name shown to clients in the client booking widget UI. */
17631
+ client_facing_display_name?: InputMaybe<Scalars['String']>;
17367
17632
  /** When false, clients will not have the ability to self-book this appointment */
17368
17633
  clients_can_book?: InputMaybe<Scalars['Boolean']>;
17369
17634
  contact_type_overrides?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
@@ -17377,6 +17642,8 @@ export type CreateAppointmentTypeInput = {
17377
17642
  is_waitlist_enabled?: InputMaybe<Scalars['Boolean']>;
17378
17643
  /** The length of the appointment type in minutes */
17379
17644
  length?: InputMaybe<Scalars['Int']>;
17645
+ /** Metadata for an appointment type. Maximum character limit of 128,000. */
17646
+ metadata?: InputMaybe<Scalars['String']>;
17380
17647
  /** The name of the appointment type */
17381
17648
  name?: InputMaybe<Scalars['String']>;
17382
17649
  pricing?: InputMaybe<Scalars['String']>;
@@ -17422,6 +17689,24 @@ export type CreateAutoTaskGeneratorPayload = {
17422
17689
  /** The list of errors occurred during the mutation */
17423
17690
  messages?: Maybe<Array<Maybe<FieldError>>>;
17424
17691
  };
17692
+ /** Autogenerated input type of createAutomatedInsuranceBillingSetting */
17693
+ export type CreateAutomatedInsuranceBillingSettingInput = {
17694
+ auto_create_cms1500s?: InputMaybe<Scalars['Boolean']>;
17695
+ auto_submit_cms1500s?: InputMaybe<Scalars['Boolean']>;
17696
+ use_cpt_codes_units_and_fees_with_appointment_types?: InputMaybe<Scalars['Boolean']>;
17697
+ };
17698
+ /** Autogenerated return type of createAutomatedInsuranceBillingSetting. */
17699
+ export type CreateAutomatedInsuranceBillingSettingPayload = {
17700
+ __typename?: 'createAutomatedInsuranceBillingSettingPayload';
17701
+ automated_insurance_billing_setting?: Maybe<AutomatedInsuranceBillingSetting>;
17702
+ /**
17703
+ * DO NOT USE
17704
+ * @deprecated DO NOT USE
17705
+ */
17706
+ clientMutationId?: Maybe<Scalars['String']>;
17707
+ /** The list of errors occurred during the mutation */
17708
+ messages?: Maybe<Array<Maybe<FieldError>>>;
17709
+ };
17425
17710
  /** Autogenerated input type of createAvailability */
17426
17711
  export type CreateAvailabilityInput = {
17427
17712
  appointment_location_id?: InputMaybe<Scalars['String']>;
@@ -17982,6 +18267,8 @@ export type CreateDocumentInput = {
17982
18267
  generate_human_readable_ccda_for_rel_user_id?: InputMaybe<Scalars['Boolean']>;
17983
18268
  include_in_charting?: InputMaybe<Scalars['Boolean']>;
17984
18269
  is_photo_id?: InputMaybe<Scalars['Boolean']>;
18270
+ /** Metadata for an document type. Maximum character limit of 128,000. */
18271
+ metadata?: InputMaybe<Scalars['String']>;
17985
18272
  /** Optional. This is passed in when a document is uploaded via a Form Upload question module. Should be the User ID. Otherwise, nil. */
17986
18273
  on_form_for_user_id?: InputMaybe<Scalars['ID']>;
17987
18274
  org_level?: InputMaybe<Scalars['Boolean']>;
@@ -18769,6 +19056,8 @@ export type CreateMedicationInput = {
18769
19056
  custom_name?: InputMaybe<Scalars['String']>;
18770
19057
  directions?: InputMaybe<Scalars['String']>;
18771
19058
  dosage?: InputMaybe<Scalars['String']>;
19059
+ /** The dosage option id to associate with the medication */
19060
+ dosage_option_id?: InputMaybe<Scalars['ID']>;
18772
19061
  end_date?: InputMaybe<Scalars['String']>;
18773
19062
  frequency?: InputMaybe<Scalars['String']>;
18774
19063
  name?: InputMaybe<Scalars['String']>;
@@ -19363,6 +19652,8 @@ export type CreateRecommendationPayload = {
19363
19652
  };
19364
19653
  /** Autogenerated input type of createReferral */
19365
19654
  export type CreateReferralInput = {
19655
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. */
19656
+ metadata?: InputMaybe<Scalars['String']>;
19366
19657
  referral_reason?: InputMaybe<Scalars['String']>;
19367
19658
  referring_physician_id?: InputMaybe<Scalars['ID']>;
19368
19659
  user_id?: InputMaybe<Scalars['ID']>;
@@ -19388,6 +19679,8 @@ export type CreateReferringPhysicianInput = {
19388
19679
  first_name?: InputMaybe<Scalars['String']>;
19389
19680
  last_name?: InputMaybe<Scalars['String']>;
19390
19681
  location?: InputMaybe<PhysicianLocationInput>;
19682
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. */
19683
+ metadata?: InputMaybe<Scalars['String']>;
19391
19684
  notes?: InputMaybe<Scalars['String']>;
19392
19685
  npi?: InputMaybe<Scalars['String']>;
19393
19686
  other_id?: InputMaybe<Scalars['String']>;
@@ -19414,6 +19707,7 @@ export type CreateReferringPhysicianPayload = {
19414
19707
  export type CreateRequestedFormInput = {
19415
19708
  custom_module_form_id?: InputMaybe<Scalars['ID']>;
19416
19709
  ends_on?: InputMaybe<Scalars['String']>;
19710
+ /** The ID of the custom form OR the name of the generic form (e.g 'billing_info') */
19417
19711
  form?: InputMaybe<Scalars['String']>;
19418
19712
  frequency?: InputMaybe<Scalars['String']>;
19419
19713
  hour?: InputMaybe<Scalars['String']>;
@@ -19487,6 +19781,25 @@ export type CreateRupaOrderPayload = {
19487
19781
  messages?: Maybe<Array<Maybe<FieldError>>>;
19488
19782
  rupa_order_url?: Maybe<Scalars['String']>;
19489
19783
  };
19784
+ /** Autogenerated input type of createSavedFilter */
19785
+ export type CreateSavedFilterInput = {
19786
+ /** Name of the new saved filter */
19787
+ name: Scalars['String'];
19788
+ /** ID of the organization with access to the filter. Will be assigned to organization ID of user if not provided */
19789
+ organization_id?: InputMaybe<Scalars['ID']>;
19790
+ };
19791
+ /** Autogenerated return type of createSavedFilter. */
19792
+ export type CreateSavedFilterPayload = {
19793
+ __typename?: 'createSavedFilterPayload';
19794
+ /**
19795
+ * DO NOT USE
19796
+ * @deprecated DO NOT USE
19797
+ */
19798
+ clientMutationId?: Maybe<Scalars['String']>;
19799
+ /** The list of errors occurred during the mutation */
19800
+ messages?: Maybe<Array<Maybe<FieldError>>>;
19801
+ savedFilter?: Maybe<SavedFilter>;
19802
+ };
19490
19803
  /** Autogenerated input type of createSentDirectMessage */
19491
19804
  export type CreateSentDirectMessageInput = {
19492
19805
  binary_attachment_document_id?: InputMaybe<Scalars['ID']>;
@@ -20229,6 +20542,8 @@ export type DeleteDocumentPayload = {
20229
20542
  export type DeleteDosespotInput = {
20230
20543
  /** The ID of the dosespot object to delete */
20231
20544
  dosespot_object_id?: InputMaybe<Scalars['ID']>;
20545
+ /** The ID of the dosespot user to delete */
20546
+ dosespot_user_id?: InputMaybe<Scalars['ID']>;
20232
20547
  };
20233
20548
  /** Autogenerated return type of deleteDosespot. */
20234
20549
  export type DeleteDosespotPayload = {
@@ -20829,6 +21144,23 @@ export type DeleteRequestedPaymentPayload = {
20829
21144
  messages?: Maybe<Array<Maybe<FieldError>>>;
20830
21145
  requested_payment?: Maybe<RequestedPayment>;
20831
21146
  };
21147
+ /** Autogenerated input type of deleteSavedFilter */
21148
+ export type DeleteSavedFilterInput = {
21149
+ /** ID of the saved filter to delete */
21150
+ id: Scalars['ID'];
21151
+ };
21152
+ /** Autogenerated return type of deleteSavedFilter. */
21153
+ export type DeleteSavedFilterPayload = {
21154
+ __typename?: 'deleteSavedFilterPayload';
21155
+ /**
21156
+ * DO NOT USE
21157
+ * @deprecated DO NOT USE
21158
+ */
21159
+ clientMutationId?: Maybe<Scalars['String']>;
21160
+ /** The list of errors occurred during the mutation */
21161
+ messages?: Maybe<Array<Maybe<FieldError>>>;
21162
+ savedFilter?: Maybe<SavedFilter>;
21163
+ };
20832
21164
  /** Autogenerated input type of deleteShapaConnection */
20833
21165
  export type DeleteShapaConnectionInput = {
20834
21166
  id?: InputMaybe<Scalars['ID']>;
@@ -21854,10 +22186,14 @@ export type UpdateAppointmentInput = {
21854
22186
  id?: InputMaybe<Scalars['ID']>;
21855
22187
  is_blocker?: InputMaybe<Scalars['Boolean']>;
21856
22188
  is_zoom_chat?: InputMaybe<Scalars['Boolean']>;
22189
+ /** The late cancellation fee in cents */
22190
+ late_cancellation_fee?: InputMaybe<Scalars['Int']>;
21857
22191
  location?: InputMaybe<Scalars['String']>;
21858
22192
  max_attendees?: InputMaybe<Scalars['String']>;
21859
22193
  /** a serialized JSON string of metadata */
21860
22194
  metadata?: InputMaybe<Scalars['JSON']>;
22195
+ /** The no show fee in cents */
22196
+ no_show_fee?: InputMaybe<Scalars['Int']>;
21861
22197
  notes?: InputMaybe<Scalars['String']>;
21862
22198
  other_party_id?: InputMaybe<Scalars['String']>;
21863
22199
  pm_status?: InputMaybe<Scalars['String']>;
@@ -21925,7 +22261,8 @@ export type UpdateAppointmentSettingInput = {
21925
22261
  id?: InputMaybe<Scalars['ID']>;
21926
22262
  insurance_eligibility_integration?: InputMaybe<Scalars['Boolean']>;
21927
22263
  invoice_clients_without_payment_method?: InputMaybe<Scalars['Boolean']>;
21928
- late_cancellation_fee?: InputMaybe<Scalars['String']>;
22264
+ /** The late cancellation fee in cents */
22265
+ late_cancellation_fee?: InputMaybe<Scalars['Int']>;
21929
22266
  max_days_in_future?: InputMaybe<Scalars['String']>;
21930
22267
  /** Prevents the patient from canceling too close the appointment time. In minutes */
21931
22268
  minimum_advance_cancel_time?: InputMaybe<Scalars['Int']>;
@@ -21933,7 +22270,8 @@ export type UpdateAppointmentSettingInput = {
21933
22270
  minimum_advance_reschedule_time?: InputMaybe<Scalars['Int']>;
21934
22271
  /** Prevents the patient from scheduling too close to the desired appointment time. In minutes */
21935
22272
  minimum_advance_schedule_time?: InputMaybe<Scalars['Int']>;
21936
- no_show_fee?: InputMaybe<Scalars['String']>;
22273
+ /** The no show fee in cents */
22274
+ no_show_fee?: InputMaybe<Scalars['Int']>;
21937
22275
  prevent_client_booking?: InputMaybe<Scalars['Boolean']>;
21938
22276
  prevent_no_credit_booking?: InputMaybe<Scalars['Boolean']>;
21939
22277
  reply_to_provider?: InputMaybe<Scalars['Boolean']>;
@@ -21973,6 +22311,7 @@ export type UpdateAppointmentSettingInput = {
21973
22311
  times_by_contact_type?: InputMaybe<Scalars['Boolean']>;
21974
22312
  /** Allows times to be grouped by location. */
21975
22313
  times_by_location?: InputMaybe<Scalars['Boolean']>;
22314
+ use_appointment_type_cpt_units_and_fees?: InputMaybe<Scalars['Boolean']>;
21976
22315
  use_client_credit_system?: InputMaybe<Scalars['Boolean']>;
21977
22316
  use_client_sources?: InputMaybe<Scalars['Boolean']>;
21978
22317
  use_zoom_waiting_room?: InputMaybe<Scalars['Boolean']>;
@@ -21995,7 +22334,9 @@ export type UpdateAppointmentSettingPayload = {
21995
22334
  export type UpdateAppointmentTypeCptCodeInput = {
21996
22335
  appointment_type_id?: InputMaybe<Scalars['ID']>;
21997
22336
  cpt_code_id?: InputMaybe<Scalars['ID']>;
22337
+ fee_per_unit?: InputMaybe<Scalars['Int']>;
21998
22338
  id?: InputMaybe<Scalars['ID']>;
22339
+ insurance_billing_enabled?: InputMaybe<Scalars['Boolean']>;
21999
22340
  units?: InputMaybe<Scalars['String']>;
22000
22341
  };
22001
22342
  /** Autogenerated return type of updateAppointmentTypeCptCode. */
@@ -22018,6 +22359,8 @@ export type UpdateAppointmentTypeInput = {
22018
22359
  bookable_by_groups?: InputMaybe<Scalars['Boolean']>;
22019
22360
  bookable_group_ids?: InputMaybe<Scalars['String']>;
22020
22361
  bookable_without_group?: InputMaybe<Scalars['Boolean']>;
22362
+ /** When set, will be used as the appointment type name shown to clients in the client booking widget UI. */
22363
+ client_facing_display_name?: InputMaybe<Scalars['String']>;
22021
22364
  /** When false, clients will not have the ability to self-book this appointment */
22022
22365
  clients_can_book?: InputMaybe<Scalars['Boolean']>;
22023
22366
  contact_type_override_in_person?: InputMaybe<ContactTypeOverride>;
@@ -22038,6 +22381,8 @@ export type UpdateAppointmentTypeInput = {
22038
22381
  is_waitlist_enabled?: InputMaybe<Scalars['Boolean']>;
22039
22382
  /** The length of the appointment type in minutes */
22040
22383
  length?: InputMaybe<Scalars['Int']>;
22384
+ /** Metadata for an appointment type. Maximum character limit of 128,000. */
22385
+ metadata?: InputMaybe<Scalars['String']>;
22041
22386
  /** The name of the appointment type */
22042
22387
  name?: InputMaybe<Scalars['String']>;
22043
22388
  pricing?: InputMaybe<Scalars['String']>;
@@ -22085,6 +22430,25 @@ export type UpdateAutoTaskGeneratorPayload = {
22085
22430
  /** The list of errors occurred during the mutation */
22086
22431
  messages?: Maybe<Array<Maybe<FieldError>>>;
22087
22432
  };
22433
+ /** Autogenerated input type of updateAutomatedInsuranceBillingSetting */
22434
+ export type UpdateAutomatedInsuranceBillingSettingInput = {
22435
+ auto_create_cms1500s?: InputMaybe<Scalars['Boolean']>;
22436
+ auto_submit_cms1500s?: InputMaybe<Scalars['Boolean']>;
22437
+ id?: InputMaybe<Scalars['ID']>;
22438
+ use_cpt_codes_units_and_fees_with_appointment_types?: InputMaybe<Scalars['Boolean']>;
22439
+ };
22440
+ /** Autogenerated return type of updateAutomatedInsuranceBillingSetting. */
22441
+ export type UpdateAutomatedInsuranceBillingSettingPayload = {
22442
+ __typename?: 'updateAutomatedInsuranceBillingSettingPayload';
22443
+ automated_insurance_billing_setting?: Maybe<AutomatedInsuranceBillingSetting>;
22444
+ /**
22445
+ * DO NOT USE
22446
+ * @deprecated DO NOT USE
22447
+ */
22448
+ clientMutationId?: Maybe<Scalars['String']>;
22449
+ /** The list of errors occurred during the mutation */
22450
+ messages?: Maybe<Array<Maybe<FieldError>>>;
22451
+ };
22088
22452
  /** Autogenerated input type of updateBillingItem */
22089
22453
  export type UpdateBillingItemInput = {
22090
22454
  amount_paid?: InputMaybe<Scalars['String']>;
@@ -22376,7 +22740,7 @@ export type UpdateClientInput = {
22376
22740
  legal_name?: InputMaybe<Scalars['String']>;
22377
22741
  location?: InputMaybe<ClientLocationInput>;
22378
22742
  locations?: InputMaybe<Array<InputMaybe<ClientLocationInput>>>;
22379
- /** a serialized JSON string of metadata */
22743
+ /** a serialized JSON string of metadata, maximum length of 128,000 */
22380
22744
  metadata?: InputMaybe<Scalars['String']>;
22381
22745
  other_provider_ids?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
22382
22746
  password?: InputMaybe<Scalars['String']>;
@@ -22721,6 +23085,8 @@ export type UpdateDocumentInput = {
22721
23085
  id?: InputMaybe<Scalars['ID']>;
22722
23086
  include_in_charting?: InputMaybe<Scalars['Boolean']>;
22723
23087
  internal_notes?: InputMaybe<Scalars['String']>;
23088
+ /** Metadata for an document type. Maximum character limit of 128,000. */
23089
+ metadata?: InputMaybe<Scalars['String']>;
22724
23090
  parse_ccda?: InputMaybe<Scalars['Boolean']>;
22725
23091
  rel_user_id?: InputMaybe<Scalars['ID']>;
22726
23092
  /** A comma-separated list of doc_share_ids */
@@ -24066,6 +24432,8 @@ export type UpdateRecurringFormPayload = {
24066
24432
  /** Autogenerated input type of updateReferral */
24067
24433
  export type UpdateReferralInput = {
24068
24434
  id?: InputMaybe<Scalars['ID']>;
24435
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. */
24436
+ metadata?: InputMaybe<Scalars['String']>;
24069
24437
  referral_reason?: InputMaybe<Scalars['String']>;
24070
24438
  referring_physician_id?: InputMaybe<Scalars['ID']>;
24071
24439
  user_id?: InputMaybe<Scalars['ID']>;
@@ -24092,6 +24460,8 @@ export type UpdateReferringPhysicianInput = {
24092
24460
  id?: InputMaybe<Scalars['ID']>;
24093
24461
  last_name?: InputMaybe<Scalars['String']>;
24094
24462
  location?: InputMaybe<PhysicianLocationInput>;
24463
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. */
24464
+ metadata?: InputMaybe<Scalars['String']>;
24095
24465
  notes?: InputMaybe<Scalars['String']>;
24096
24466
  npi?: InputMaybe<Scalars['String']>;
24097
24467
  other_id?: InputMaybe<Scalars['String']>;
@@ -24146,6 +24516,25 @@ export type UpdateRequestedPaymentPayload = {
24146
24516
  messages?: Maybe<Array<Maybe<FieldError>>>;
24147
24517
  requested_payment?: Maybe<RequestedPayment>;
24148
24518
  };
24519
+ /** Autogenerated input type of updateSavedFilter */
24520
+ export type UpdateSavedFilterInput = {
24521
+ /** ID of the saved filter to update */
24522
+ id: Scalars['ID'];
24523
+ /** New name for the saved filter */
24524
+ name: Scalars['String'];
24525
+ };
24526
+ /** Autogenerated return type of updateSavedFilter. */
24527
+ export type UpdateSavedFilterPayload = {
24528
+ __typename?: 'updateSavedFilterPayload';
24529
+ /**
24530
+ * DO NOT USE
24531
+ * @deprecated DO NOT USE
24532
+ */
24533
+ clientMutationId?: Maybe<Scalars['String']>;
24534
+ /** The list of errors occurred during the mutation */
24535
+ messages?: Maybe<Array<Maybe<FieldError>>>;
24536
+ savedFilter?: Maybe<SavedFilter>;
24537
+ };
24149
24538
  /** Autogenerated input type of updateSmartPhrase */
24150
24539
  export type UpdateSmartPhraseInput = {
24151
24540
  id?: InputMaybe<Scalars['ID']>;
@@ -24737,6 +25126,32 @@ export type CreateFormCompletionRequestMutation = {
24737
25126
  } | null> | null;
24738
25127
  } | null;
24739
25128
  };
25129
+ export type CreateGoalMutationVariables = Exact<{
25130
+ name?: InputMaybe<Scalars['String']>;
25131
+ user_id?: InputMaybe<Scalars['String']>;
25132
+ program_goal?: InputMaybe<Scalars['Boolean']>;
25133
+ repeat?: InputMaybe<Scalars['String']>;
25134
+ due_date?: InputMaybe<Scalars['String']>;
25135
+ start_on?: InputMaybe<Scalars['String']>;
25136
+ reminder?: InputMaybe<ReminderInput>;
25137
+ care_plan_id?: InputMaybe<Scalars['ID']>;
25138
+ title_link?: InputMaybe<Scalars['String']>;
25139
+ }>;
25140
+ export type CreateGoalMutation = {
25141
+ __typename?: 'Mutation';
25142
+ createGoal?: {
25143
+ __typename?: 'createGoalPayload';
25144
+ goal?: {
25145
+ __typename?: 'Goal';
25146
+ id: string;
25147
+ } | null;
25148
+ messages?: Array<{
25149
+ __typename?: 'FieldError';
25150
+ field?: string | null;
25151
+ message: string;
25152
+ } | null> | null;
25153
+ } | null;
25154
+ };
24740
25155
  export type CreateJournalEntryMutationVariables = Exact<{
24741
25156
  input: CreateEntryInput;
24742
25157
  }>;
@@ -25247,6 +25662,7 @@ export declare const CreateConversationDocument: import("graphql").DocumentNode;
25247
25662
  export declare const CreateEntryDocument: import("graphql").DocumentNode;
25248
25663
  export declare const CreateFormAnswerGroupDocument: import("graphql").DocumentNode;
25249
25664
  export declare const CreateFormCompletionRequestDocument: import("graphql").DocumentNode;
25665
+ export declare const CreateGoalDocument: import("graphql").DocumentNode;
25250
25666
  export declare const CreateJournalEntryDocument: import("graphql").DocumentNode;
25251
25667
  export declare const CreateLocationDocument: import("graphql").DocumentNode;
25252
25668
  export declare const CreatePatientDocument: import("graphql").DocumentNode;
@@ -25275,200 +25691,210 @@ export declare const UpdateConversationDocument: import("graphql").DocumentNode;
25275
25691
  export declare const UpdatePatientDocument: import("graphql").DocumentNode;
25276
25692
  export declare const UpdateTaskDocument: import("graphql").DocumentNode;
25277
25693
  export type SdkFunctionWrapper = <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string) => Promise<T>;
25694
+ /**
25695
+ * @deprecated DO NOT USE
25696
+ * DO NOT USE
25697
+ */
25278
25698
  export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionWrapper): {
25279
- applyTagsToUser(variables?: ApplyTagsToUserMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25699
+ applyTagsToUser(variables?: ApplyTagsToUserMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25280
25700
  data: ApplyTagsToUserMutation;
25281
25701
  extensions?: any;
25282
25702
  headers: Dom.Headers;
25283
25703
  status: number;
25284
25704
  }>;
25285
- createAppointment(variables?: CreateAppointmentMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25705
+ createAppointment(variables?: CreateAppointmentMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25286
25706
  data: CreateAppointmentMutation;
25287
25707
  extensions?: any;
25288
25708
  headers: Dom.Headers;
25289
25709
  status: number;
25290
25710
  }>;
25291
- createConversation(variables?: CreateConversationMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25711
+ createConversation(variables?: CreateConversationMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25292
25712
  data: CreateConversationMutation;
25293
25713
  extensions?: any;
25294
25714
  headers: Dom.Headers;
25295
25715
  status: number;
25296
25716
  }>;
25297
- createEntry(variables?: CreateEntryMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25717
+ createEntry(variables?: CreateEntryMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25298
25718
  data: CreateEntryMutation;
25299
25719
  extensions?: any;
25300
25720
  headers: Dom.Headers;
25301
25721
  status: number;
25302
25722
  }>;
25303
- createFormAnswerGroup(variables: CreateFormAnswerGroupMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25723
+ createFormAnswerGroup(variables: CreateFormAnswerGroupMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25304
25724
  data: CreateFormAnswerGroupMutation;
25305
25725
  extensions?: any;
25306
25726
  headers: Dom.Headers;
25307
25727
  status: number;
25308
25728
  }>;
25309
- createFormCompletionRequest(variables: CreateFormCompletionRequestMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25729
+ createFormCompletionRequest(variables: CreateFormCompletionRequestMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25310
25730
  data: CreateFormCompletionRequestMutation;
25311
25731
  extensions?: any;
25312
25732
  headers: Dom.Headers;
25313
25733
  status: number;
25314
25734
  }>;
25315
- createJournalEntry(variables: CreateJournalEntryMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25735
+ createGoal(variables?: CreateGoalMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25736
+ data: CreateGoalMutation;
25737
+ extensions?: any;
25738
+ headers: Dom.Headers;
25739
+ status: number;
25740
+ }>;
25741
+ createJournalEntry(variables: CreateJournalEntryMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25316
25742
  data: CreateJournalEntryMutation;
25317
25743
  extensions?: any;
25318
25744
  headers: Dom.Headers;
25319
25745
  status: number;
25320
25746
  }>;
25321
- createLocation(variables: CreateLocationMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25747
+ createLocation(variables: CreateLocationMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25322
25748
  data: CreateLocationMutation;
25323
25749
  extensions?: any;
25324
25750
  headers: Dom.Headers;
25325
25751
  status: number;
25326
25752
  }>;
25327
- createPatient(variables: CreatePatientMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25753
+ createPatient(variables: CreatePatientMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25328
25754
  data: CreatePatientMutation;
25329
25755
  extensions?: any;
25330
25756
  headers: Dom.Headers;
25331
25757
  status: number;
25332
25758
  }>;
25333
- createTask(variables?: CreateTaskMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25759
+ createTask(variables?: CreateTaskMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25334
25760
  data: CreateTaskMutation;
25335
25761
  extensions?: any;
25336
25762
  headers: Dom.Headers;
25337
25763
  status: number;
25338
25764
  }>;
25339
- deleteAppointment(variables?: DeleteAppointmentMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25765
+ deleteAppointment(variables?: DeleteAppointmentMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25340
25766
  data: DeleteAppointmentMutation;
25341
25767
  extensions?: any;
25342
25768
  headers: Dom.Headers;
25343
25769
  status: number;
25344
25770
  }>;
25345
- deleteTask(variables?: DeleteTaskMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25771
+ deleteTask(variables?: DeleteTaskMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25346
25772
  data: DeleteTaskMutation;
25347
25773
  extensions?: any;
25348
25774
  headers: Dom.Headers;
25349
25775
  status: number;
25350
25776
  }>;
25351
- getAppliedTag(variables: GetAppliedTagQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25777
+ getAppliedTag(variables: GetAppliedTagQueryVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25352
25778
  data: GetAppliedTagQuery;
25353
25779
  extensions?: any;
25354
25780
  headers: Dom.Headers;
25355
25781
  status: number;
25356
25782
  }>;
25357
- getAppointment(variables?: GetAppointmentQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25783
+ getAppointment(variables?: GetAppointmentQueryVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25358
25784
  data: GetAppointmentQuery;
25359
25785
  extensions?: any;
25360
25786
  headers: Dom.Headers;
25361
25787
  status: number;
25362
25788
  }>;
25363
- getConversation(variables?: GetConversationQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25789
+ getConversation(variables?: GetConversationQueryVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25364
25790
  data: GetConversationQuery;
25365
25791
  extensions?: any;
25366
25792
  headers: Dom.Headers;
25367
25793
  status: number;
25368
25794
  }>;
25369
- getConversationList(variables?: GetConversationListQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25795
+ getConversationList(variables?: GetConversationListQueryVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25370
25796
  data: GetConversationListQuery;
25371
25797
  extensions?: any;
25372
25798
  headers: Dom.Headers;
25373
25799
  status: number;
25374
25800
  }>;
25375
- getFormAnswerGroup(variables?: GetFormAnswerGroupQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25801
+ getFormAnswerGroup(variables?: GetFormAnswerGroupQueryVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25376
25802
  data: GetFormAnswerGroupQuery;
25377
25803
  extensions?: any;
25378
25804
  headers: Dom.Headers;
25379
25805
  status: number;
25380
25806
  }>;
25381
- getFormTemplate(variables?: GetFormTemplateQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25807
+ getFormTemplate(variables?: GetFormTemplateQueryVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25382
25808
  data: GetFormTemplateQuery;
25383
25809
  extensions?: any;
25384
25810
  headers: Dom.Headers;
25385
25811
  status: number;
25386
25812
  }>;
25387
- getGoal(variables: GetGoalQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25813
+ getGoal(variables: GetGoalQueryVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25388
25814
  data: GetGoalQuery;
25389
25815
  extensions?: any;
25390
25816
  headers: Dom.Headers;
25391
25817
  status: number;
25392
25818
  }>;
25393
- getLabOrder(variables: GetLabOrderQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25819
+ getLabOrder(variables: GetLabOrderQueryVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25394
25820
  data: GetLabOrderQuery;
25395
25821
  extensions?: any;
25396
25822
  headers: Dom.Headers;
25397
25823
  status: number;
25398
25824
  }>;
25399
- getMessage(variables?: GetMessageQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25825
+ getMessage(variables?: GetMessageQueryVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25400
25826
  data: GetMessageQuery;
25401
25827
  extensions?: any;
25402
25828
  headers: Dom.Headers;
25403
25829
  status: number;
25404
25830
  }>;
25405
- getMetricEntry(variables: GetMetricEntryQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25831
+ getMetricEntry(variables: GetMetricEntryQueryVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25406
25832
  data: GetMetricEntryQuery;
25407
25833
  extensions?: any;
25408
25834
  headers: Dom.Headers;
25409
25835
  status: number;
25410
25836
  }>;
25411
- getRequestedFormCompletion(variables: GetRequestedFormCompletionQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25837
+ getRequestedFormCompletion(variables: GetRequestedFormCompletionQueryVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25412
25838
  data: GetRequestedFormCompletionQuery;
25413
25839
  extensions?: any;
25414
25840
  headers: Dom.Headers;
25415
25841
  status: number;
25416
25842
  }>;
25417
- getScheduledAppointments(variables?: GetScheduledAppointmentsQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25843
+ getScheduledAppointments(variables?: GetScheduledAppointmentsQueryVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25418
25844
  data: GetScheduledAppointmentsQuery;
25419
25845
  extensions?: any;
25420
25846
  headers: Dom.Headers;
25421
25847
  status: number;
25422
25848
  }>;
25423
- getTask(variables: GetTaskQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25849
+ getTask(variables: GetTaskQueryVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25424
25850
  data: GetTaskQuery;
25425
25851
  extensions?: any;
25426
25852
  headers: Dom.Headers;
25427
25853
  status: number;
25428
25854
  }>;
25429
- getUser(variables?: GetUserQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25855
+ getUser(variables?: GetUserQueryVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25430
25856
  data: GetUserQuery;
25431
25857
  extensions?: any;
25432
25858
  headers: Dom.Headers;
25433
25859
  status: number;
25434
25860
  }>;
25435
- entries(variables?: EntriesQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25861
+ entries(variables?: EntriesQueryVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25436
25862
  data: EntriesQuery;
25437
25863
  extensions?: any;
25438
25864
  headers: Dom.Headers;
25439
25865
  status: number;
25440
25866
  }>;
25441
- removeTagFromUser(variables?: RemoveTagFromUserMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25867
+ removeTagFromUser(variables?: RemoveTagFromUserMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25442
25868
  data: RemoveTagFromUserMutation;
25443
25869
  extensions?: any;
25444
25870
  headers: Dom.Headers;
25445
25871
  status: number;
25446
25872
  }>;
25447
- sendChatMessage(variables: SendChatMessageMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25873
+ sendChatMessage(variables: SendChatMessageMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25448
25874
  data: SendChatMessageMutation;
25449
25875
  extensions?: any;
25450
25876
  headers: Dom.Headers;
25451
25877
  status: number;
25452
25878
  }>;
25453
- updateAppointment(variables: UpdateAppointmentMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25879
+ updateAppointment(variables: UpdateAppointmentMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25454
25880
  data: UpdateAppointmentMutation;
25455
25881
  extensions?: any;
25456
25882
  headers: Dom.Headers;
25457
25883
  status: number;
25458
25884
  }>;
25459
- updateConversation(variables: UpdateConversationMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25885
+ updateConversation(variables: UpdateConversationMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25460
25886
  data: UpdateConversationMutation;
25461
25887
  extensions?: any;
25462
25888
  headers: Dom.Headers;
25463
25889
  status: number;
25464
25890
  }>;
25465
- updatePatient(variables: UpdatePatientMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25891
+ updatePatient(variables: UpdatePatientMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25466
25892
  data: UpdatePatientMutation;
25467
25893
  extensions?: any;
25468
25894
  headers: Dom.Headers;
25469
25895
  status: number;
25470
25896
  }>;
25471
- updateTask(variables: UpdateTaskMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25897
+ updateTask(variables: UpdateTaskMutationVariables, requestHeaders?: Dom.RequestInit['headers']): Promise<{
25472
25898
  data: UpdateTaskMutation;
25473
25899
  extensions?: any;
25474
25900
  headers: Dom.Headers;