@awell-health/awell-extensions 1.1.43 → 1.1.45

Sign up to get free protection for your applications and to get access to all the features.
Files changed (205) hide show
  1. package/dist/extensions/athenahealth/actions/index.d.ts +1 -1
  2. package/dist/extensions/athenahealth/settings.d.ts +2 -2
  3. package/dist/extensions/awell/v1/actions/updatePatient/config/fields.d.ts +2 -2
  4. package/dist/extensions/awell/v1/webhooks/index.d.ts +1 -1
  5. package/dist/extensions/awell/v1/webhooks/pathwayStart.d.ts +3 -1
  6. package/dist/extensions/awell/v1/webhooks/pathwayStart.js +13 -3
  7. package/dist/extensions/awell/v1/webhooks/pathwayStart.js.map +1 -1
  8. package/dist/extensions/calDotCom/actions/createBooking/config/fields.d.ts +12 -12
  9. package/dist/extensions/calDotCom/actions/updateBooking/config/fields.d.ts +6 -6
  10. package/dist/extensions/calDotCom/schema.d.ts +70 -70
  11. package/dist/extensions/calDotCom/webhooks/index.d.ts +1 -1
  12. package/dist/extensions/calendly/schema.d.ts +262 -262
  13. package/dist/extensions/calendly/webhooks/index.d.ts +1 -1
  14. package/dist/extensions/canvasMedical/v1/actions/createClaim/config/fields.d.ts +2 -2
  15. package/dist/extensions/canvasMedical/v1/actions/createCoverage/config/fields.d.ts +2 -2
  16. package/dist/extensions/canvasMedical/v1/actions/createQuestionnaireResponses/config/fields.d.ts +2 -2
  17. package/dist/extensions/canvasMedical/v1/actions/updateCoverage/config/fields.d.ts +4 -4
  18. package/dist/extensions/canvasMedical/v1/validation/address.zod.d.ts +4 -4
  19. package/dist/extensions/canvasMedical/v1/validation/appointment.zod.d.ts +48 -48
  20. package/dist/extensions/canvasMedical/v1/validation/claim.d.ts +6 -6
  21. package/dist/extensions/canvasMedical/v1/validation/coding.zod.d.ts +2 -2
  22. package/dist/extensions/canvasMedical/v1/validation/coverage.zod.d.ts +6 -6
  23. package/dist/extensions/canvasMedical/v1/validation/identifier.zod.d.ts +8 -8
  24. package/dist/extensions/canvasMedical/v1/validation/patient.zod.d.ts +148 -148
  25. package/dist/extensions/canvasMedical/v1/validation/questionnaireResponses.zod.d.ts +30 -30
  26. package/dist/extensions/canvasMedical/v1/validation/settings.zod.d.ts +4 -4
  27. package/dist/extensions/canvasMedical/v1/validation/task.zod.d.ts +12 -12
  28. package/dist/extensions/collectData/v1/actions/remoteSingleSelect/config/fields.d.ts +2 -2
  29. package/dist/extensions/dockHealth/api/schema/atoms/patientReference.schema.d.ts +2 -2
  30. package/dist/extensions/dockHealth/api/schema/atoms/taskGroup.schema.d.ts +2 -2
  31. package/dist/extensions/dockHealth/api/schema/atoms/taskListReference.schema.d.ts +2 -2
  32. package/dist/extensions/dockHealth/api/schema/atoms/taskReference.schema.d.ts +2 -2
  33. package/dist/extensions/dockHealth/api/schema/atoms/taskWorkflowStatusReference.schema.d.ts +2 -2
  34. package/dist/extensions/dockHealth/api/schema/atoms/userReference.schema.d.ts +2 -2
  35. package/dist/extensions/dockHealth/api/schema/patient.schema.d.ts +10 -10
  36. package/dist/extensions/dockHealth/api/schema/task.schema.d.ts +77 -77
  37. package/dist/extensions/dockHealth/lib/dock.types.d.ts +2 -2
  38. package/dist/extensions/elation/actions/index.d.ts +2 -2
  39. package/dist/extensions/elation/validation/appointment.zod.d.ts +18 -18
  40. package/dist/extensions/elation/validation/labOrder.zod.d.ts +2 -2
  41. package/dist/extensions/elation/validation/nonVisitNote.zod.d.ts +6 -6
  42. package/dist/extensions/elation/validation/patient.zod.d.ts +116 -116
  43. package/dist/extensions/elation/validation/physician.zod.d.ts +2 -2
  44. package/dist/extensions/elation/validation/settings.zod.d.ts +6 -6
  45. package/dist/extensions/elation/webhooks/index.d.ts +1 -1
  46. package/dist/extensions/formsort/settings.d.ts +3 -3
  47. package/dist/extensions/healthie/actions/createAppointment/config/fields.d.ts +30 -0
  48. package/dist/extensions/healthie/actions/createAppointment/config/fields.js +28 -1
  49. package/dist/extensions/healthie/actions/createAppointment/config/fields.js.map +1 -1
  50. package/dist/extensions/healthie/actions/createAppointment/config/index.d.ts +1 -1
  51. package/dist/extensions/healthie/actions/createAppointment/config/index.js +2 -1
  52. package/dist/extensions/healthie/actions/createAppointment/config/index.js.map +1 -1
  53. package/dist/extensions/healthie/actions/createAppointment/createAppointment.js +19 -61
  54. package/dist/extensions/healthie/actions/createAppointment/createAppointment.js.map +1 -1
  55. package/dist/extensions/healthie/actions/createAppointment/createAppointment.test.d.ts +1 -0
  56. package/dist/extensions/healthie/actions/createAppointment/createAppointment.test.js +42 -0
  57. package/dist/extensions/healthie/actions/createAppointment/createAppointment.test.js.map +1 -0
  58. package/dist/extensions/healthie/actions/createMetricEntry/createMetricEntry.js +1 -1
  59. package/dist/extensions/healthie/actions/getMetricEntry/getMetricEntry.js +1 -1
  60. package/dist/extensions/healthie/actions/index.d.ts +7 -0
  61. package/dist/extensions/healthie/actions/updatePatientQuickNote/updatePatientQuickNote.js +1 -1
  62. package/dist/extensions/healthie/lib/helpers.d.ts +8 -0
  63. package/dist/extensions/healthie/lib/helpers.js +6 -1
  64. package/dist/extensions/healthie/lib/helpers.js.map +1 -1
  65. package/dist/extensions/healthie/lib/sdk/createSdk.d.ts +10 -0
  66. package/dist/extensions/healthie/lib/sdk/createSdk.js +17 -0
  67. package/dist/extensions/healthie/lib/sdk/createSdk.js.map +1 -0
  68. package/dist/extensions/healthie/lib/sdk/errors.d.ts +1 -0
  69. package/dist/extensions/healthie/lib/sdk/errors.js +46 -1
  70. package/dist/extensions/healthie/lib/sdk/errors.js.map +1 -1
  71. package/dist/extensions/healthie/lib/sdk/generated/sdk.d.ts +399 -11
  72. package/dist/extensions/healthie/lib/sdk/generated/sdk.js +112 -5
  73. package/dist/extensions/healthie/lib/sdk/generated/sdk.js.map +1 -1
  74. package/dist/extensions/healthie/lib/sdk/validatePayloadAndCreateSdk.d.ts +2 -2
  75. package/dist/extensions/healthie/lib/sdk/validatePayloadAndCreateSdk.js +1 -1
  76. package/dist/extensions/healthie/lib/types.d.ts +2 -1
  77. package/dist/extensions/healthie/lib/types.js +2 -0
  78. package/dist/extensions/healthie/lib/types.js.map +1 -1
  79. package/dist/extensions/healthie/lib/validation/createTask.zod.d.ts +1 -1
  80. package/dist/extensions/healthie/lib/validation/sendFormCompletionRequest.zod.d.ts +4 -4
  81. package/dist/extensions/healthie/settings.d.ts +1 -1
  82. package/dist/extensions/healthie/settings.js +2 -2
  83. package/dist/extensions/healthie/webhooks/appliedTagCreated.d.ts +2 -1
  84. package/dist/extensions/healthie/webhooks/appliedTagCreated.js +20 -7
  85. package/dist/extensions/healthie/webhooks/appliedTagCreated.js.map +1 -1
  86. package/dist/extensions/healthie/webhooks/appliedTagDeleted.d.ts +2 -1
  87. package/dist/extensions/healthie/webhooks/appliedTagDeleted.js +20 -7
  88. package/dist/extensions/healthie/webhooks/appliedTagDeleted.js.map +1 -1
  89. package/dist/extensions/healthie/webhooks/appointmentCreated.d.ts +6 -1
  90. package/dist/extensions/healthie/webhooks/appointmentCreated.js +26 -6
  91. package/dist/extensions/healthie/webhooks/appointmentCreated.js.map +1 -1
  92. package/dist/extensions/healthie/webhooks/appointmentCreated.test.d.ts +1 -0
  93. package/dist/extensions/healthie/webhooks/appointmentCreated.test.js +61 -0
  94. package/dist/extensions/healthie/webhooks/appointmentCreated.test.js.map +1 -0
  95. package/dist/extensions/healthie/webhooks/appointmentDeleted.d.ts +2 -1
  96. package/dist/extensions/healthie/webhooks/appointmentDeleted.js +22 -6
  97. package/dist/extensions/healthie/webhooks/appointmentDeleted.js.map +1 -1
  98. package/dist/extensions/healthie/webhooks/appointmentUpdated.d.ts +6 -1
  99. package/dist/extensions/healthie/webhooks/appointmentUpdated.js +26 -6
  100. package/dist/extensions/healthie/webhooks/appointmentUpdated.js.map +1 -1
  101. package/dist/extensions/healthie/webhooks/formAnswerGroupCreated.d.ts +6 -1
  102. package/dist/extensions/healthie/webhooks/formAnswerGroupCreated.js +27 -7
  103. package/dist/extensions/healthie/webhooks/formAnswerGroupCreated.js.map +1 -1
  104. package/dist/extensions/healthie/webhooks/formAnswerGroupDeleted.d.ts +2 -1
  105. package/dist/extensions/healthie/webhooks/formAnswerGroupDeleted.js +21 -6
  106. package/dist/extensions/healthie/webhooks/formAnswerGroupDeleted.js.map +1 -1
  107. package/dist/extensions/healthie/webhooks/formAnswerGroupLocked.d.ts +6 -1
  108. package/dist/extensions/healthie/webhooks/formAnswerGroupLocked.js +26 -6
  109. package/dist/extensions/healthie/webhooks/formAnswerGroupLocked.js.map +1 -1
  110. package/dist/extensions/healthie/webhooks/formAnswerGroupSigned.d.ts +6 -1
  111. package/dist/extensions/healthie/webhooks/formAnswerGroupSigned.js +26 -6
  112. package/dist/extensions/healthie/webhooks/formAnswerGroupSigned.js.map +1 -1
  113. package/dist/extensions/healthie/webhooks/goalCreated.d.ts +3 -2
  114. package/dist/extensions/healthie/webhooks/goalCreated.js +22 -9
  115. package/dist/extensions/healthie/webhooks/goalCreated.js.map +1 -1
  116. package/dist/extensions/healthie/webhooks/goalCreated.test.d.ts +1 -0
  117. package/dist/extensions/healthie/webhooks/goalCreated.test.js +35 -0
  118. package/dist/extensions/healthie/webhooks/goalCreated.test.js.map +1 -0
  119. package/dist/extensions/healthie/webhooks/goalUpdated.d.ts +2 -1
  120. package/dist/extensions/healthie/webhooks/goalUpdated.js +21 -8
  121. package/dist/extensions/healthie/webhooks/goalUpdated.js.map +1 -1
  122. package/dist/extensions/healthie/webhooks/index.d.ts +316 -5
  123. package/dist/extensions/healthie/webhooks/index.js +0 -8
  124. package/dist/extensions/healthie/webhooks/index.js.map +1 -1
  125. package/dist/extensions/healthie/webhooks/labOrderCreated.d.ts +2 -1
  126. package/dist/extensions/healthie/webhooks/labOrderCreated.js +20 -7
  127. package/dist/extensions/healthie/webhooks/labOrderCreated.js.map +1 -1
  128. package/dist/extensions/healthie/webhooks/labOrderUpdated.d.ts +2 -1
  129. package/dist/extensions/healthie/webhooks/labOrderUpdated.js +20 -7
  130. package/dist/extensions/healthie/webhooks/labOrderUpdated.js.map +1 -1
  131. package/dist/extensions/healthie/webhooks/messageCreated.d.ts +2 -1
  132. package/dist/extensions/healthie/webhooks/messageCreated.js +21 -7
  133. package/dist/extensions/healthie/webhooks/messageCreated.js.map +1 -1
  134. package/dist/extensions/healthie/webhooks/messageDeleted.d.ts +2 -1
  135. package/dist/extensions/healthie/webhooks/messageDeleted.js +21 -7
  136. package/dist/extensions/healthie/webhooks/messageDeleted.js.map +1 -1
  137. package/dist/extensions/healthie/webhooks/metricEntryCreated.d.ts +2 -1
  138. package/dist/extensions/healthie/webhooks/metricEntryCreated.js +20 -7
  139. package/dist/extensions/healthie/webhooks/metricEntryCreated.js.map +1 -1
  140. package/dist/extensions/healthie/webhooks/metricEntryUpdated.d.ts +2 -1
  141. package/dist/extensions/healthie/webhooks/metricEntryUpdated.js +20 -7
  142. package/dist/extensions/healthie/webhooks/metricEntryUpdated.js.map +1 -1
  143. package/dist/extensions/healthie/webhooks/patientCreated.js +8 -1
  144. package/dist/extensions/healthie/webhooks/patientCreated.js.map +1 -1
  145. package/dist/extensions/healthie/webhooks/patientUpdated.js +8 -1
  146. package/dist/extensions/healthie/webhooks/patientUpdated.js.map +1 -1
  147. package/dist/extensions/healthie/webhooks/requestedFormCompletionCreated.d.ts +2 -1
  148. package/dist/extensions/healthie/webhooks/requestedFormCompletionCreated.js +20 -7
  149. package/dist/extensions/healthie/webhooks/requestedFormCompletionCreated.js.map +1 -1
  150. package/dist/extensions/healthie/webhooks/requestedFormCompletionUpdated.d.ts +2 -1
  151. package/dist/extensions/healthie/webhooks/requestedFormCompletionUpdated.js +20 -7
  152. package/dist/extensions/healthie/webhooks/requestedFormCompletionUpdated.js.map +1 -1
  153. package/dist/extensions/healthie/webhooks/taskCreated.d.ts +2 -1
  154. package/dist/extensions/healthie/webhooks/taskCreated.js +20 -7
  155. package/dist/extensions/healthie/webhooks/taskCreated.js.map +1 -1
  156. package/dist/extensions/healthie/webhooks/taskUpdated.d.ts +2 -1
  157. package/dist/extensions/healthie/webhooks/taskUpdated.js +21 -8
  158. package/dist/extensions/healthie/webhooks/taskUpdated.js.map +1 -1
  159. package/dist/extensions/hello-world/webhooks/index.d.ts +1 -1
  160. package/dist/extensions/infobip/v1/actions/sendEmail/config/fields.d.ts +2 -2
  161. package/dist/extensions/mailgun/settings.d.ts +1 -1
  162. package/dist/extensions/mailgun/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
  163. package/dist/extensions/math/v1/actions/calculateDateDifference/config/fields.d.ts +2 -2
  164. package/dist/extensions/math/v1/actions/generateRandomNumber/config/fields.d.ts +2 -2
  165. package/dist/extensions/medplum/actions/createPatient/config/fields.d.ts +4 -4
  166. package/dist/extensions/medplum/actions/createServiceRequest/config/fields.d.ts +4 -4
  167. package/dist/extensions/medplum/actions/createTask/config/fields.d.ts +6 -6
  168. package/dist/extensions/medplum/fhir/schemas/atoms/PeriodSchema.d.ts +2 -2
  169. package/dist/extensions/medplum/fhir/schemas/resources/patient.schema.d.ts +4 -4
  170. package/dist/extensions/medplum/fhir/schemas/resources/serviceRequest.schema.d.ts +4 -4
  171. package/dist/extensions/medplum/fhir/schemas/resources/task.schema.d.ts +6 -6
  172. package/dist/extensions/medplum/settings.d.ts +2 -2
  173. package/dist/extensions/medplum/settings.js +2 -2
  174. package/dist/extensions/medplum/settings.js.map +1 -1
  175. package/dist/extensions/metriport/actions/index.d.ts +1 -1
  176. package/dist/extensions/metriport/actions/patient/validation.d.ts +4 -4
  177. package/dist/extensions/stripe/actions/createCustomer/config/fields.d.ts +2 -2
  178. package/dist/extensions/stripe/actions/embeddedCheckout/config/fields.d.ts +2 -2
  179. package/dist/extensions/talkDesk/settings.d.ts +1 -1
  180. package/dist/extensions/textline/client/schema.d.ts +10 -10
  181. package/dist/extensions/westFax/actions/sendFax/sendFax.test.js +13 -3
  182. package/dist/extensions/westFax/actions/sendFax/sendFax.test.js.map +1 -1
  183. package/dist/extensions/westFax/settings.d.ts +2 -2
  184. package/dist/extensions/zendesk/v1/actions/createTask/config/fields.d.ts +2 -2
  185. package/dist/extensions/zusHealth/validation/settings.zod.d.ts +6 -6
  186. package/dist/extensions/zusHealth/webhooks/index.d.ts +37 -1
  187. package/dist/extensions/zusHealth/webhooks/patientAdmitted.d.ts +2 -1
  188. package/dist/extensions/zusHealth/webhooks/patientAdmitted.js.map +1 -1
  189. package/dist/extensions/zusHealth/webhooks/patientDischarged.d.ts +2 -1
  190. package/dist/extensions/zusHealth/webhooks/patientDischarged.js.map +1 -1
  191. package/dist/src/test-server.js +4 -0
  192. package/dist/src/test-server.js.map +1 -1
  193. package/package.json +4 -3
  194. package/dist/extensions/healthie/webhooks/goalDeleted.d.ts +0 -11
  195. package/dist/extensions/healthie/webhooks/goalDeleted.js +0 -30
  196. package/dist/extensions/healthie/webhooks/goalDeleted.js.map +0 -1
  197. package/dist/extensions/healthie/webhooks/metricEntryDeleted.d.ts +0 -11
  198. package/dist/extensions/healthie/webhooks/metricEntryDeleted.js +0 -30
  199. package/dist/extensions/healthie/webhooks/metricEntryDeleted.js.map +0 -1
  200. package/dist/extensions/healthie/webhooks/requestedFormCompletionDeleted.d.ts +0 -11
  201. package/dist/extensions/healthie/webhooks/requestedFormCompletionDeleted.js +0 -30
  202. package/dist/extensions/healthie/webhooks/requestedFormCompletionDeleted.js.map +0 -1
  203. package/dist/extensions/healthie/webhooks/taskDeleted.d.ts +0 -11
  204. package/dist/extensions/healthie/webhooks/taskDeleted.js +0 -30
  205. package/dist/extensions/healthie/webhooks/taskDeleted.js.map +0 -1
@@ -698,6 +698,8 @@ export type AppointmentSetting = {
698
698
  auto_create_cms1500?: Maybe<Scalars['Boolean']>;
699
699
  /** Auto-generate a payment request when an appointment is scheduled */
700
700
  auto_invoicing?: Maybe<Scalars['Boolean']>;
701
+ /** when true, a scheduled charge will be created when an appointment is marked as late cancellation or no show */
702
+ auto_schedule_charges_for_late_cancellation_no_show?: Maybe<Scalars['Boolean']>;
701
703
  /** When true, it will be automatically submitted to the clearinghouse on the following Friday at 11:59 PM */
702
704
  auto_submit_cms1500?: Maybe<Scalars['Boolean']>;
703
705
  /** Allow clients to book appointments at none, 20, 30, 60 intervals */
@@ -757,6 +759,8 @@ export type AppointmentSetting = {
757
759
  insurance_eligibility_integration?: Maybe<Scalars['Boolean']>;
758
760
  /** Whether or not to send invoice to client without a valid payment card/method */
759
761
  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']>;
760
764
  /** The maximum number of days in advance a client can book */
761
765
  max_days_in_future?: Maybe<Scalars['String']>;
762
766
  /** Maximum time a client must wait before being able to reschedule a past appointment */
@@ -771,6 +775,8 @@ export type AppointmentSetting = {
771
775
  minimum_days_in_advance?: Maybe<Scalars['String']>;
772
776
  /** Minimum time a client must wait before being able to reschedule a past appointment */
773
777
  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']>;
774
780
  /**
775
781
  * Either "even" or "hour" to restrict booking to even hours or half hours.
776
782
  * @deprecated Use booking_interval_restriction instead
@@ -883,6 +889,45 @@ export type AppointmentSetting = {
883
889
  /** Default video url settings */
884
890
  video_url_default?: Maybe<VideoUrlDefault>;
885
891
  };
892
+ /** Appointment Setting Inputs */
893
+ export type AppointmentSettingInputs = {
894
+ /** Specifies whether external appointment inclusion management is allowed. */
895
+ allow_external_appt_inclusion_management?: InputMaybe<Scalars['Boolean']>;
896
+ /** Specifies whether past appointment rescheduling is allowed. */
897
+ allow_past_appointment_rescheduling?: InputMaybe<Scalars['Boolean']>;
898
+ /** The ID of the appointment type. */
899
+ appointment_type_id?: InputMaybe<Scalars['Int']>;
900
+ /** The base calendar interval for appointments. */
901
+ base_calendar_interval?: InputMaybe<Scalars['Int']>;
902
+ /** The text to display on the calendar. */
903
+ calendar_text?: InputMaybe<Scalars['String']>;
904
+ /** Specifies whether charge receipts are disabled. */
905
+ disable_charge_receipts?: InputMaybe<Scalars['Boolean']>;
906
+ /** Specifies whether requested form notifications are disabled. */
907
+ disable_requested_form_notifications?: InputMaybe<Scalars['Boolean']>;
908
+ /** Some Pixel Setting (?). */
909
+ fb_pixel?: InputMaybe<Scalars['String']>;
910
+ /** Specifies whether updating signed chart notes is allowed. */
911
+ freeze_signed_chart_note?: InputMaybe<Scalars['Boolean']>;
912
+ /** Hides links in all emails. */
913
+ hide_link?: InputMaybe<Scalars['Boolean']>;
914
+ /** The message to display when there is no availability. */
915
+ no_availability_message?: InputMaybe<Scalars['String']>;
916
+ /** Specifies whether appointment cancellation emails are sent. */
917
+ send_appointment_cancellation_email?: InputMaybe<Scalars['Boolean']>;
918
+ /** Specifies whether appointment update emails are sent. */
919
+ send_appointment_update_email?: InputMaybe<Scalars['Boolean']>;
920
+ /** Specifies whether embeddable appointment creator emails are sent. */
921
+ send_embeddable_appt_creator_email?: InputMaybe<Scalars['Boolean']>;
922
+ /** Specifies whether text reminders are sent five minutes before the appointment. */
923
+ send_text_reminder_five_minutes_before?: InputMaybe<Scalars['Boolean']>;
924
+ /** Specifies whether texts are sent to archived patients. */
925
+ send_texts_to_archived_patients?: InputMaybe<Scalars['Boolean']>;
926
+ /** Specifies whether care plans are shown. */
927
+ show_care_plans?: InputMaybe<Scalars['Boolean']>;
928
+ /** Specifies whether insurance authorization is shown. */
929
+ show_insurance_authorization?: InputMaybe<Scalars['Boolean']>;
930
+ };
886
931
  /** The data for the appointment summary */
887
932
  export type AppointmentSummaryData = {
888
933
  __typename?: 'AppointmentSummaryData';
@@ -1391,6 +1436,8 @@ export type BillingItem = {
1391
1436
  invoice_id?: Maybe<Scalars['ID']>;
1392
1437
  /** canceled indicator */
1393
1438
  is_canceled?: Maybe<Scalars['Boolean']>;
1439
+ /** Whether this payment was made outside of Healthie */
1440
+ is_outside_payment?: Maybe<Scalars['Boolean']>;
1394
1441
  /** Whether this payment is recurring */
1395
1442
  is_recurring?: Maybe<Scalars['Boolean']>;
1396
1443
  /** The index number of partial payment */
@@ -2805,6 +2852,25 @@ export type ConvertToMetricPayload = {
2805
2852
  messages?: Maybe<Array<Maybe<FieldError>>>;
2806
2853
  success_string?: Maybe<Scalars['String']>;
2807
2854
  };
2855
+ /** Autogenerated input type of CopyForms */
2856
+ export type CopyFormsInput = {
2857
+ /** List of form IDs */
2858
+ id_list: Array<InputMaybe<Scalars['ID']>>;
2859
+ /** User ID for user that form copied to */
2860
+ user_id: Scalars['ID'];
2861
+ };
2862
+ /** Autogenerated return type of CopyForms. */
2863
+ export type CopyFormsPayload = {
2864
+ __typename?: 'CopyFormsPayload';
2865
+ /**
2866
+ * DO NOT USE
2867
+ * @deprecated DO NOT USE
2868
+ */
2869
+ clientMutationId?: Maybe<Scalars['String']>;
2870
+ /** The list of errors occurred during the mutation */
2871
+ messages?: Maybe<Array<Maybe<FieldError>>>;
2872
+ success_string?: Maybe<Scalars['String']>;
2873
+ };
2808
2874
  /** A Course */
2809
2875
  export type Course = {
2810
2876
  __typename?: 'Course';
@@ -3877,6 +3943,23 @@ export type EmbedWidgetStepType = {
3877
3943
  /** The title of the step */
3878
3944
  title?: Maybe<Scalars['String']>;
3879
3945
  };
3946
+ /** Autogenerated input type of EnableMfa */
3947
+ export type EnableMfaInput = {
3948
+ enable: Scalars['Boolean'];
3949
+ id: Scalars['ID'];
3950
+ };
3951
+ /** Autogenerated return type of EnableMfa. */
3952
+ export type EnableMfaPayload = {
3953
+ __typename?: 'EnableMfaPayload';
3954
+ /**
3955
+ * DO NOT USE
3956
+ * @deprecated DO NOT USE
3957
+ */
3958
+ clientMutationId?: Maybe<Scalars['String']>;
3959
+ /** The list of errors occurred during the mutation */
3960
+ messages?: Maybe<Array<Maybe<FieldError>>>;
3961
+ success_string?: Maybe<Scalars['String']>;
3962
+ };
3880
3963
  /** Autogenerated input type of EnableMixpanel */
3881
3964
  export type EnableMixpanelInput = {
3882
3965
  /** The ID of the user */
@@ -6049,6 +6132,7 @@ export type MetricGraphDataType = {
6049
6132
  };
6050
6133
  /** Type of multi-factor authentication used */
6051
6134
  export declare enum MfaType {
6135
+ Email = "EMAIL",
6052
6136
  Sms = "SMS"
6053
6137
  }
6054
6138
  /** Monthly billing items data */
@@ -6124,6 +6208,8 @@ export type Mutation = {
6124
6208
  copyCustomModule?: Maybe<CopyCustomModulePayload>;
6125
6209
  /** copy Custom Module Form */
6126
6210
  copyCustomModuleForm?: Maybe<CopyCustomModuleFormPayload>;
6211
+ /** Copy Forms */
6212
+ copyForms?: Maybe<CopyFormsPayload>;
6127
6213
  /** Copy an Offering */
6128
6214
  copyOffering?: Maybe<CopyOfferingPayload>;
6129
6215
  /** Create Accepted Insurance Plans */
@@ -6509,10 +6595,16 @@ export type Mutation = {
6509
6595
  embedForm?: Maybe<EmbedFormPayload>;
6510
6596
  /** Generate Patients Dosespot SSO for a Given Provider */
6511
6597
  enableDosespotSelfSignup?: Maybe<EnableSelfSignupPayload>;
6598
+ /** Adding Google Integrations */
6599
+ enableGoogleIntegrations?: Maybe<EnableGoogleIntegrationsPayload>;
6600
+ /** Enable Multi Factor Authentication for the Entire Org */
6601
+ enableMfa?: Maybe<EnableMfaPayload>;
6512
6602
  /** Enable Mixpanel for Enterprise Client */
6513
6603
  enableMixpanel?: Maybe<EnableMixpanelPayload>;
6514
6604
  /** Enable Zoom Features */
6515
6605
  enableZoomFeatures?: Maybe<EnableZoomFeaturesPayload>;
6606
+ /** Expires the webhook signature */
6607
+ expireWebhookSignature?: Maybe<ExpireWebhookSignaturePayload>;
6516
6608
  /** Creates a template from existing Care Plan. Original object is not touched */
6517
6609
  exportCarePlanToTemplate?: Maybe<ExportToTemplatePayload>;
6518
6610
  /** Export Client EHI data */
@@ -6693,6 +6785,8 @@ export type Mutation = {
6693
6785
  updateGroupCarePlan?: Maybe<UpdateGroupCarePlanPayload>;
6694
6786
  /** Update a HealthConcern Object */
6695
6787
  updateHealthConcern?: Maybe<UpdateHealthConcernPayload>;
6788
+ /** Update an Appointment Setting */
6789
+ updateHiddenAppointmentSettings?: Maybe<UpdateHiddenSettingsPayload>;
6696
6790
  /** Update a Human */
6697
6791
  updateHuman?: Maybe<UpdateHumanPayload>;
6698
6792
  /** Update an Immunization and return Immunization */
@@ -6915,6 +7009,10 @@ export type MutationCopyCustomModuleFormArgs = {
6915
7009
  input?: InputMaybe<CopyCustomModuleFormInput>;
6916
7010
  };
6917
7011
  /** The mutation root of this schema. See available mutations. */
7012
+ export type MutationCopyFormsArgs = {
7013
+ input?: InputMaybe<CopyFormsInput>;
7014
+ };
7015
+ /** The mutation root of this schema. See available mutations. */
6918
7016
  export type MutationCopyOfferingArgs = {
6919
7017
  input?: InputMaybe<CopyOfferingInput>;
6920
7018
  };
@@ -7679,6 +7777,14 @@ export type MutationEnableDosespotSelfSignupArgs = {
7679
7777
  input?: InputMaybe<EnableSelfSignupInput>;
7680
7778
  };
7681
7779
  /** The mutation root of this schema. See available mutations. */
7780
+ export type MutationEnableGoogleIntegrationsArgs = {
7781
+ input?: InputMaybe<EnableGoogleIntegrationsInput>;
7782
+ };
7783
+ /** The mutation root of this schema. See available mutations. */
7784
+ export type MutationEnableMfaArgs = {
7785
+ input?: InputMaybe<EnableMfaInput>;
7786
+ };
7787
+ /** The mutation root of this schema. See available mutations. */
7682
7788
  export type MutationEnableMixpanelArgs = {
7683
7789
  input?: InputMaybe<EnableMixpanelInput>;
7684
7790
  };
@@ -7687,6 +7793,10 @@ export type MutationEnableZoomFeaturesArgs = {
7687
7793
  input?: InputMaybe<EnableZoomFeaturesInput>;
7688
7794
  };
7689
7795
  /** The mutation root of this schema. See available mutations. */
7796
+ export type MutationExpireWebhookSignatureArgs = {
7797
+ input?: InputMaybe<ExpireWebhookSignatureInput>;
7798
+ };
7799
+ /** The mutation root of this schema. See available mutations. */
7690
7800
  export type MutationExportCarePlanToTemplateArgs = {
7691
7801
  input?: InputMaybe<ExportToTemplateInput>;
7692
7802
  };
@@ -8047,6 +8157,10 @@ export type MutationUpdateHealthConcernArgs = {
8047
8157
  input?: InputMaybe<UpdateHealthConcernInput>;
8048
8158
  };
8049
8159
  /** The mutation root of this schema. See available mutations. */
8160
+ export type MutationUpdateHiddenAppointmentSettingsArgs = {
8161
+ input?: InputMaybe<UpdateHiddenSettingsInput>;
8162
+ };
8163
+ /** The mutation root of this schema. See available mutations. */
8050
8164
  export type MutationUpdateHumanArgs = {
8051
8165
  input?: InputMaybe<UpdateHumanInput>;
8052
8166
  };
@@ -8430,6 +8544,10 @@ export type NotificationContact = {
8430
8544
  emergency: Scalars['Boolean'];
8431
8545
  /** first name of a contact */
8432
8546
  first_name?: Maybe<Scalars['String']>;
8547
+ /** full legal name with preferred */
8548
+ full_legal_name_with_preferred?: Maybe<Scalars['String']>;
8549
+ /** full name of a contact */
8550
+ full_name?: Maybe<Scalars['String']>;
8433
8551
  /** The unique identifier of the contact */
8434
8552
  id: Scalars['ID'];
8435
8553
  /** last name of a contact */
@@ -9368,7 +9486,7 @@ export type OrganizationMembership = {
9368
9486
  can_see_calendar?: Maybe<Scalars['Boolean']>;
9369
9487
  /** If true, the user can see all clients in the organization */
9370
9488
  can_see_clients?: Maybe<Scalars['Boolean']>;
9371
- /** If true, the user can see documetns within the entire org */
9489
+ /** If true, the user can see documents within the entire org */
9372
9490
  can_see_docs?: Maybe<Scalars['Boolean']>;
9373
9491
  /** If true, the user can see incoming faxes */
9374
9492
  can_see_faxes?: Maybe<Scalars['Boolean']>;
@@ -9708,6 +9826,8 @@ export type PermissionTemplateType = {
9708
9826
  id: Scalars['ID'];
9709
9827
  /** If true, the user has been noted as being an admin */
9710
9828
  is_admin?: Maybe<Scalars['Boolean']>;
9829
+ /** Whether the user is a developer */
9830
+ is_developer?: Maybe<Scalars['Boolean']>;
9711
9831
  /** Whether the user is a provider in the organization */
9712
9832
  is_provider?: Maybe<Scalars['Boolean']>;
9713
9833
  /** Name of template */
@@ -10444,7 +10564,7 @@ export type Query = {
10444
10564
  courseItem?: Maybe<CourseItem>;
10445
10565
  /** get all custom custom emails for a current user */
10446
10566
  courseItemCustomEmails?: Maybe<Array<CustomEmail>>;
10447
- /** get all documents for current user */
10567
+ /** get all documents for current user, can optionally include the attached org document by providing course_id and course_item_id. */
10448
10568
  courseItemDocuments?: Maybe<Array<Document>>;
10449
10569
  /** get all custom module forms for a current user */
10450
10570
  courseItemForms?: Maybe<Array<CustomModuleForm>>;
@@ -10992,15 +11112,21 @@ export type QueryAppointmentArgs = {
10992
11112
  };
10993
11113
  /** The query root of this schema. See available queries. */
10994
11114
  export type QueryAppointmentBookingWarningsArgs = {
11115
+ additional_providers?: InputMaybe<Scalars['String']>;
10995
11116
  appointment_type_id?: InputMaybe<Scalars['ID']>;
10996
11117
  attendee_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
11118
+ current_appt_id?: InputMaybe<Scalars['String']>;
10997
11119
  date?: InputMaybe<Scalars['String']>;
11120
+ is_editing?: InputMaybe<Scalars['Boolean']>;
11121
+ is_group_appt?: InputMaybe<Scalars['Boolean']>;
10998
11122
  is_repeating?: InputMaybe<Scalars['Boolean']>;
11123
+ length_in_minutes?: InputMaybe<Scalars['Int']>;
10999
11124
  provider_id?: InputMaybe<Scalars['ID']>;
11000
11125
  recurring_appt_id?: InputMaybe<Scalars['String']>;
11001
11126
  repeat_interval?: InputMaybe<Scalars['String']>;
11002
11127
  repeat_times?: InputMaybe<Scalars['String']>;
11003
11128
  time?: InputMaybe<Scalars['String']>;
11129
+ timezone?: InputMaybe<Scalars['String']>;
11004
11130
  };
11005
11131
  /** The query root of this schema. See available queries. */
11006
11132
  export type QueryAppointmentFrequencyDataArgs = {
@@ -11115,6 +11241,7 @@ export type QueryAppointmentsArgs = {
11115
11241
  specificDay?: InputMaybe<Scalars['String']>;
11116
11242
  startDate?: InputMaybe<Scalars['String']>;
11117
11243
  unconfirmed?: InputMaybe<Scalars['Boolean']>;
11244
+ use_provider_inclusions?: InputMaybe<Scalars['Boolean']>;
11118
11245
  user_id?: InputMaybe<Scalars['ID']>;
11119
11246
  with_all_statuses?: InputMaybe<Scalars['Boolean']>;
11120
11247
  with_others?: InputMaybe<Scalars['Boolean']>;
@@ -11526,6 +11653,10 @@ export type QueryCourseItemArgs = {
11526
11653
  id?: InputMaybe<Scalars['ID']>;
11527
11654
  };
11528
11655
  /** The query root of this schema. See available queries. */
11656
+ export type QueryCourseItemDocumentsArgs = {
11657
+ course_item_id?: InputMaybe<Scalars['ID']>;
11658
+ };
11659
+ /** The query root of this schema. See available queries. */
11529
11660
  export type QueryCourseItemsArgs = {
11530
11661
  client_id?: InputMaybe<Scalars['ID']>;
11531
11662
  course_id?: InputMaybe<Scalars['ID']>;
@@ -11867,7 +11998,9 @@ export type QueryFormAnswerGroupsCountArgs = {
11867
11998
  filler_id?: InputMaybe<Scalars['String']>;
11868
11999
  form_answer_group_id?: InputMaybe<Scalars['String']>;
11869
12000
  ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
12001
+ locked_status?: InputMaybe<Scalars['Boolean']>;
11870
12002
  name?: InputMaybe<Scalars['String']>;
12003
+ signed_status?: InputMaybe<Scalars['Boolean']>;
11871
12004
  user_id?: InputMaybe<Scalars['String']>;
11872
12005
  };
11873
12006
  /** The query root of this schema. See available queries. */
@@ -12099,7 +12232,6 @@ export type QueryInsurancePlansArgs = {
12099
12232
  keywords?: InputMaybe<Scalars['String']>;
12100
12233
  offset?: InputMaybe<Scalars['Int']>;
12101
12234
  order_by?: InputMaybe<InsurancePlanOrderKeys>;
12102
- page_size?: InputMaybe<Scalars['Int']>;
12103
12235
  should_paginate?: InputMaybe<Scalars['Boolean']>;
12104
12236
  };
12105
12237
  /** The query root of this schema. See available queries. */
@@ -14996,6 +15128,26 @@ export type UpdateCurrencyPayload = {
14996
15128
  messages?: Maybe<Array<Maybe<FieldError>>>;
14997
15129
  success_string?: Maybe<Scalars['String']>;
14998
15130
  };
15131
+ /** Autogenerated input type of UpdateHiddenSettings */
15132
+ export type UpdateHiddenSettingsInput = {
15133
+ /** User's AppointmentSetting ID */
15134
+ appointment_setting_id: Scalars['ID'];
15135
+ /** Appointment Setting Params */
15136
+ appointment_setting_params: AppointmentSettingInputs;
15137
+ };
15138
+ /** Autogenerated return type of UpdateHiddenSettings. */
15139
+ export type UpdateHiddenSettingsPayload = {
15140
+ __typename?: 'UpdateHiddenSettingsPayload';
15141
+ /**
15142
+ * DO NOT USE
15143
+ * @deprecated DO NOT USE
15144
+ */
15145
+ clientMutationId?: Maybe<Scalars['String']>;
15146
+ /** The list of errors occurred during the mutation */
15147
+ messages?: Maybe<Array<Maybe<FieldError>>>;
15148
+ /** The success string */
15149
+ success_string?: Maybe<Scalars['String']>;
15150
+ };
14999
15151
  /** Autogenerated input type of Update */
15000
15152
  export type UpdateInput = {
15001
15153
  /** Healthie organization ID */
@@ -15285,6 +15437,8 @@ export type User = {
15285
15437
  custom_metrics: Array<CustomMetric>;
15286
15438
  /** The default currency for the user */
15287
15439
  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']>;
15288
15442
  /** Default external videochat URL for scheduling with this user */
15289
15443
  default_external_video_url?: Maybe<Scalars['String']>;
15290
15444
  /** The id of the users default onboarding flow */
@@ -15345,7 +15499,7 @@ export type User = {
15345
15499
  feature_toggle?: Maybe<FeatureToggle>;
15346
15500
  /** Date of the first client entry */
15347
15501
  first_client_entry_date?: Maybe<Scalars['String']>;
15348
- /** The first name of this user */
15502
+ /** The first (preferred) name of this user */
15349
15503
  first_name?: Maybe<Scalars['String']>;
15350
15504
  /** The first name and last initial of the user */
15351
15505
  first_name_last_initial?: Maybe<Scalars['String']>;
@@ -15360,7 +15514,7 @@ export type User = {
15360
15514
  /** The full legal name of this user */
15361
15515
  full_legal_name?: Maybe<Scalars['String']>;
15362
15516
  /**
15363
- * The full legal name of this user with preferred name in parentheticals i.e(Jonathan (Wizkid) Jones)
15517
+ * The full legal name of this user with preferred name in parentheses. e.g 'Jonathan (Jon) Jones'
15364
15518
  *
15365
15519
  */
15366
15520
  full_legal_name_with_preferred?: Maybe<Scalars['String']>;
@@ -15407,9 +15561,9 @@ export type User = {
15407
15561
  has_api_access?: Maybe<Scalars['Boolean']>;
15408
15562
  /** If true, the user has access to download the mobile app */
15409
15563
  has_available_mobile_app?: Maybe<Scalars['Boolean']>;
15410
- /** If true, the user has bookable appts */
15564
+ /** (Considered public) If true, the user has bookable appts */
15411
15565
  has_bookable_appts?: Maybe<Scalars['Boolean']>;
15412
- /** If true, the user has bookable packages */
15566
+ /** (Considered public) If true, the user has bookable packages */
15413
15567
  has_bookable_packages?: Maybe<Scalars['Boolean']>;
15414
15568
  /** Whether the user has CCDA feature available */
15415
15569
  has_ccda?: Maybe<Scalars['Boolean']>;
@@ -15529,7 +15683,10 @@ export type User = {
15529
15683
  incomplete_tasks?: Maybe<Array<Task>>;
15530
15684
  /** Insurance Authorization for this user */
15531
15685
  insurance_authorization?: Maybe<InsuranceAuthorizationType>;
15532
- /** Hash for intercom */
15686
+ /**
15687
+ * Hash for intercom
15688
+ * @deprecated NO LONGER USED
15689
+ */
15533
15690
  intercom_hash?: Maybe<Scalars['String']>;
15534
15691
  /** The invite code for the provider */
15535
15692
  invite_code?: Maybe<Scalars['String']>;
@@ -15557,7 +15714,10 @@ export type User = {
15557
15714
  is_trialing?: Maybe<Scalars['String']>;
15558
15715
  /** If the user aware they switched providers on specific login (can only do for current user) */
15559
15716
  knows_about_provider?: Maybe<Scalars['Boolean']>;
15560
- /** The client-side Kustomer API Key. (Only applies to specific custom whitelabels) */
15717
+ /**
15718
+ * The client-side Kustomer API Key. (Only applies to specific custom whitelabels)
15719
+ * @deprecated NO LONGER USED
15720
+ */
15561
15721
  kustomer_api_key?: Maybe<Scalars['String']>;
15562
15722
  /** last date user was active through web or mobile */
15563
15723
  last_active?: Maybe<Scalars['String']>;
@@ -15664,7 +15824,10 @@ export type User = {
15664
15824
  outlook?: Maybe<ExternalCalendar>;
15665
15825
  /** Status paid for fax */
15666
15826
  paid_for_fax_status?: Maybe<Scalars['String']>;
15667
- /** boolean for If a user is a part of the journify organization */
15827
+ /**
15828
+ * boolean for If a user is a part of the journify organization
15829
+ * @deprecated NO LONGER USED.
15830
+ */
15668
15831
  part_of_journify?: Maybe<Scalars['Boolean']>;
15669
15832
  /** When true, the user is a patient and has auto submit cms1500 enabled */
15670
15833
  patient_has_cms1500_auto_submission_enabled?: Maybe<Scalars['Boolean']>;
@@ -16367,6 +16530,8 @@ export type Webhook = {
16367
16530
  signature_secret?: Maybe<Scalars['String']>;
16368
16531
  /** The URL that the webhook will be sent to */
16369
16532
  url?: Maybe<Scalars['String']>;
16533
+ /** The date and time that the customer was wamed about the webhook failing */
16534
+ warned_at?: Maybe<Scalars['ISO8601DateTime']>;
16370
16535
  /** The events that the webhook is subscribed to */
16371
16536
  webhook_events?: Maybe<Array<WebhookEvent>>;
16372
16537
  };
@@ -16377,6 +16542,8 @@ export type WebhookEvent = {
16377
16542
  created_at: Scalars['ISO8601DateTime'];
16378
16543
  /** The type of webhook */
16379
16544
  event_type: Scalars['String'];
16545
+ /** The date and time that the webhook first failed */
16546
+ first_failed_at?: Maybe<Scalars['ISO8601DateTime']>;
16380
16547
  /** The unique identifier of the webhook */
16381
16548
  id: Scalars['ID'];
16382
16549
  /** The date and time that the webhook last failed */
@@ -16388,6 +16555,13 @@ export type WebhookEvent = {
16388
16555
  /** The webhook that the event is associated with */
16389
16556
  webhook: Webhook;
16390
16557
  };
16558
+ /** Payload for a webhook event */
16559
+ export type WebhookEventInput = {
16560
+ /** The type of webhook event */
16561
+ event_type: Scalars['String'];
16562
+ /** The ID of the webhook event */
16563
+ id?: InputMaybe<Scalars['ID']>;
16564
+ };
16391
16565
  /** Webhook sorting enum */
16392
16566
  export declare enum WebhookOrderKeys {
16393
16567
  CreatedAtAsc = "CREATED_AT_ASC",
@@ -17082,6 +17256,7 @@ export type CreateAppointmentSettingInput = {
17082
17256
  ask_to_confirm_via_text?: InputMaybe<Scalars['Boolean']>;
17083
17257
  auto_create_cms1500?: InputMaybe<Scalars['Boolean']>;
17084
17258
  auto_invoicing?: InputMaybe<Scalars['Boolean']>;
17259
+ auto_schedule_charges_for_late_cancellation_no_show?: InputMaybe<Scalars['Boolean']>;
17085
17260
  auto_submit_cms1500?: InputMaybe<Scalars['Boolean']>;
17086
17261
  booking_interval_restriction?: InputMaybe<Scalars['Int']>;
17087
17262
  buffer?: InputMaybe<Scalars['String']>;
@@ -17101,6 +17276,7 @@ export type CreateAppointmentSettingInput = {
17101
17276
  hide_link?: InputMaybe<Scalars['Boolean']>;
17102
17277
  insurance_eligibility_integration?: InputMaybe<Scalars['Boolean']>;
17103
17278
  invoice_clients_without_payment_method?: InputMaybe<Scalars['Boolean']>;
17279
+ late_cancellation_fee?: InputMaybe<Scalars['String']>;
17104
17280
  max_days_in_future?: InputMaybe<Scalars['String']>;
17105
17281
  /** Prevents the patient from canceling too close the appointment time. In minutes */
17106
17282
  minimum_advance_cancel_time?: InputMaybe<Scalars['Int']>;
@@ -17108,6 +17284,7 @@ export type CreateAppointmentSettingInput = {
17108
17284
  minimum_advance_reschedule_time?: InputMaybe<Scalars['Int']>;
17109
17285
  /** Prevents the patient from scheduling too close to the desired appointment time. In minutes */
17110
17286
  minimum_advance_schedule_time?: InputMaybe<Scalars['Int']>;
17287
+ no_show_fee?: InputMaybe<Scalars['String']>;
17111
17288
  prevent_client_booking?: InputMaybe<Scalars['Boolean']>;
17112
17289
  prevent_no_credit_booking?: InputMaybe<Scalars['Boolean']>;
17113
17290
  reply_to_provider?: InputMaybe<Scalars['Boolean']>;
@@ -19032,6 +19209,7 @@ export type CreatePermissionTemplateInput = {
19032
19209
  gets_fax_notif?: InputMaybe<Scalars['Boolean']>;
19033
19210
  has_own_branding?: InputMaybe<Scalars['Boolean']>;
19034
19211
  is_admin?: InputMaybe<Scalars['Boolean']>;
19212
+ is_developer?: InputMaybe<Scalars['Boolean']>;
19035
19213
  is_provider?: InputMaybe<Scalars['Boolean']>;
19036
19214
  name?: InputMaybe<Scalars['String']>;
19037
19215
  notify_any_client_activity?: InputMaybe<Scalars['Boolean']>;
@@ -19421,7 +19599,7 @@ export type CreateStripeCustomerDetailPayload = {
19421
19599
  export type CreateSubscriptionInput = {
19422
19600
  billing_address?: InputMaybe<BillingAddressInput>;
19423
19601
  plan_id?: InputMaybe<Scalars['String']>;
19424
- /** Can be passed in instead of plan_id to select which plan the subscription should be on. Normally preferrable to use plan_id */
19602
+ /** Can be passed in instead of plan_id to select which plan the subscription should be on. Normally preferable to use plan_id */
19425
19603
  plan_name?: InputMaybe<Scalars['String']>;
19426
19604
  token?: InputMaybe<Scalars['String']>;
19427
19605
  };
@@ -19570,6 +19748,8 @@ export type CreateWebhookInput = {
19570
19748
  is_enabled?: InputMaybe<Scalars['Boolean']>;
19571
19749
  /** A valid URL per the WHATWG specification */
19572
19750
  url?: InputMaybe<Scalars['String']>;
19751
+ /** Webhook events to create */
19752
+ webhook_events?: InputMaybe<Array<InputMaybe<WebhookEventInput>>>;
19573
19753
  };
19574
19754
  /** Autogenerated return type of createWebhook. */
19575
19755
  export type CreateWebhookPayload = {
@@ -20998,6 +21178,28 @@ export type EditAvailabilityPayload = {
20998
21178
  /** The list of errors occurred during the mutation */
20999
21179
  messages?: Maybe<Array<Maybe<FieldError>>>;
21000
21180
  };
21181
+ /** Autogenerated input type of enableGoogleIntegrations */
21182
+ export type EnableGoogleIntegrationsInput = {
21183
+ /** Google Analytics ID */
21184
+ ga_id?: InputMaybe<Scalars['String']>;
21185
+ /** Google Tag Manager ID */
21186
+ gtm_id?: InputMaybe<Scalars['String']>;
21187
+ /** Healthie Provider ID */
21188
+ user_id: Scalars['ID'];
21189
+ };
21190
+ /** Autogenerated return type of enableGoogleIntegrations. */
21191
+ export type EnableGoogleIntegrationsPayload = {
21192
+ __typename?: 'enableGoogleIntegrationsPayload';
21193
+ /**
21194
+ * DO NOT USE
21195
+ * @deprecated DO NOT USE
21196
+ */
21197
+ clientMutationId?: Maybe<Scalars['String']>;
21198
+ /** The list of errors occurred during the mutation */
21199
+ messages?: Maybe<Array<Maybe<FieldError>>>;
21200
+ /** The success message */
21201
+ success_string?: Maybe<Scalars['String']>;
21202
+ };
21001
21203
  /** Autogenerated input type of enableSelfSignup */
21002
21204
  export type EnableSelfSignupInput = {
21003
21205
  /** To enable or disable */
@@ -21018,6 +21220,23 @@ export type EnableSelfSignupPayload = {
21018
21220
  /** The success string */
21019
21221
  success_string?: Maybe<Scalars['String']>;
21020
21222
  };
21223
+ /** Autogenerated input type of expireWebhookSignature */
21224
+ export type ExpireWebhookSignatureInput = {
21225
+ /** The ID of the webhook */
21226
+ id: Scalars['ID'];
21227
+ };
21228
+ /** Autogenerated return type of expireWebhookSignature. */
21229
+ export type ExpireWebhookSignaturePayload = {
21230
+ __typename?: 'expireWebhookSignaturePayload';
21231
+ /**
21232
+ * DO NOT USE
21233
+ * @deprecated DO NOT USE
21234
+ */
21235
+ clientMutationId?: Maybe<Scalars['String']>;
21236
+ /** The list of errors occurred during the mutation */
21237
+ messages?: Maybe<Array<Maybe<FieldError>>>;
21238
+ webhook?: Maybe<Webhook>;
21239
+ };
21021
21240
  /** Autogenerated input type of exportClientEhi */
21022
21241
  export type ExportClientEhiInput = {
21023
21242
  /** The ID of the client to export EHI data for. */
@@ -21403,6 +21622,8 @@ export type SignUpInput = {
21403
21622
  password?: InputMaybe<Scalars['String']>;
21404
21623
  phone_number?: InputMaybe<Scalars['String']>;
21405
21624
  provider_type?: InputMaybe<Scalars['String']>;
21625
+ /** Affliate id used for conversion tracking */
21626
+ ps_xid?: InputMaybe<Scalars['String']>;
21406
21627
  /** 'patient' to create a patient, 'dietitian' to create a staff member or provider */
21407
21628
  role?: InputMaybe<Scalars['String']>;
21408
21629
  /** timezone from TZ database names in IANA Timezone list */
@@ -21681,6 +21902,7 @@ export type UpdateAppointmentSettingInput = {
21681
21902
  ask_to_confirm_via_text?: InputMaybe<Scalars['Boolean']>;
21682
21903
  auto_create_cms1500?: InputMaybe<Scalars['Boolean']>;
21683
21904
  auto_invoicing?: InputMaybe<Scalars['Boolean']>;
21905
+ auto_schedule_charges_for_late_cancellation_no_show?: InputMaybe<Scalars['Boolean']>;
21684
21906
  auto_submit_cms1500?: InputMaybe<Scalars['Boolean']>;
21685
21907
  booking_interval_restriction?: InputMaybe<Scalars['Int']>;
21686
21908
  buffer?: InputMaybe<Scalars['String']>;
@@ -21703,6 +21925,7 @@ export type UpdateAppointmentSettingInput = {
21703
21925
  id?: InputMaybe<Scalars['ID']>;
21704
21926
  insurance_eligibility_integration?: InputMaybe<Scalars['Boolean']>;
21705
21927
  invoice_clients_without_payment_method?: InputMaybe<Scalars['Boolean']>;
21928
+ late_cancellation_fee?: InputMaybe<Scalars['String']>;
21706
21929
  max_days_in_future?: InputMaybe<Scalars['String']>;
21707
21930
  /** Prevents the patient from canceling too close the appointment time. In minutes */
21708
21931
  minimum_advance_cancel_time?: InputMaybe<Scalars['Int']>;
@@ -21710,6 +21933,7 @@ export type UpdateAppointmentSettingInput = {
21710
21933
  minimum_advance_reschedule_time?: InputMaybe<Scalars['Int']>;
21711
21934
  /** Prevents the patient from scheduling too close to the desired appointment time. In minutes */
21712
21935
  minimum_advance_schedule_time?: InputMaybe<Scalars['Int']>;
21936
+ no_show_fee?: InputMaybe<Scalars['String']>;
21713
21937
  prevent_client_booking?: InputMaybe<Scalars['Boolean']>;
21714
21938
  prevent_no_credit_booking?: InputMaybe<Scalars['Boolean']>;
21715
21939
  reply_to_provider?: InputMaybe<Scalars['Boolean']>;
@@ -22134,6 +22358,8 @@ export type UpdateClientInput = {
22134
22358
  auto_charge_enabled?: InputMaybe<Scalars['Boolean']>;
22135
22359
  client_source?: InputMaybe<ClientSourceInput>;
22136
22360
  current_email?: InputMaybe<Scalars['String']>;
22361
+ /** The default Dosespot Clinic ID to use for a patient. Commonly nil, in which case the provider's default is used */
22362
+ default_dosespot_clinic_id?: InputMaybe<Scalars['String']>;
22137
22363
  diagnoses?: InputMaybe<Array<InputMaybe<DiagnosesInput>>>;
22138
22364
  dietitian_id?: InputMaybe<Scalars['String']>;
22139
22365
  dob?: InputMaybe<Scalars['String']>;
@@ -23636,6 +23862,7 @@ export type UpdatePermissionTemplateInput = {
23636
23862
  has_own_branding?: InputMaybe<Scalars['Boolean']>;
23637
23863
  id?: InputMaybe<Scalars['ID']>;
23638
23864
  is_admin?: InputMaybe<Scalars['Boolean']>;
23865
+ is_developer?: InputMaybe<Scalars['Boolean']>;
23639
23866
  is_provider?: InputMaybe<Scalars['Boolean']>;
23640
23867
  name?: InputMaybe<Scalars['String']>;
23641
23868
  notify_any_client_activity?: InputMaybe<Scalars['Boolean']>;
@@ -24291,6 +24518,8 @@ export type UpdateWebhookInput = {
24291
24518
  is_enabled?: InputMaybe<Scalars['Boolean']>;
24292
24519
  /** A valid URL per the WHATWG specification */
24293
24520
  url?: InputMaybe<Scalars['String']>;
24521
+ /** Webhook events to update or delete */
24522
+ webhook_events?: InputMaybe<Array<InputMaybe<WebhookEventInput>>>;
24294
24523
  };
24295
24524
  /** Autogenerated return type of updateWebhook. */
24296
24525
  export type UpdateWebhookPayload = {
@@ -24413,6 +24642,7 @@ export type CreateAppointmentMutationVariables = Exact<{
24413
24642
  contact_type?: InputMaybe<Scalars['String']>;
24414
24643
  other_party_id?: InputMaybe<Scalars['String']>;
24415
24644
  datetime?: InputMaybe<Scalars['String']>;
24645
+ metadata?: InputMaybe<Scalars['JSON']>;
24416
24646
  }>;
24417
24647
  export type CreateAppointmentMutation = {
24418
24648
  __typename?: 'Mutation';
@@ -24624,8 +24854,24 @@ export type DeleteTaskMutation = {
24624
24854
  } | null> | null;
24625
24855
  } | null;
24626
24856
  };
24857
+ export type GetAppliedTagQueryVariables = Exact<{
24858
+ id: Scalars['ID'];
24859
+ include_deleted?: InputMaybe<Scalars['Boolean']>;
24860
+ }>;
24861
+ export type GetAppliedTagQuery = {
24862
+ __typename?: 'Query';
24863
+ appliedTag?: {
24864
+ __typename?: 'AppliedTag';
24865
+ created_at: string;
24866
+ id: string;
24867
+ tag_id?: string | null;
24868
+ updated_at: string;
24869
+ user_id?: string | null;
24870
+ } | null;
24871
+ };
24627
24872
  export type GetAppointmentQueryVariables = Exact<{
24628
24873
  id?: InputMaybe<Scalars['ID']>;
24874
+ include_deleted?: InputMaybe<Scalars['Boolean']>;
24629
24875
  }>;
24630
24876
  export type GetAppointmentQuery = {
24631
24877
  __typename?: 'Query';
@@ -24652,6 +24898,17 @@ export type GetAppointmentQuery = {
24652
24898
  } | null;
24653
24899
  } | null;
24654
24900
  };
24901
+ export type GetConversationQueryVariables = Exact<{
24902
+ id?: InputMaybe<Scalars['ID']>;
24903
+ }>;
24904
+ export type GetConversationQuery = {
24905
+ __typename?: 'Query';
24906
+ conversation?: {
24907
+ __typename?: 'Conversation';
24908
+ id: string;
24909
+ patient_id?: string | null;
24910
+ } | null;
24911
+ };
24655
24912
  export type GetConversationListQueryVariables = Exact<{
24656
24913
  offset?: InputMaybe<Scalars['Int']>;
24657
24914
  keywords?: InputMaybe<Scalars['String']>;
@@ -24730,6 +24987,69 @@ export type GetFormTemplateQuery = {
24730
24987
  }>;
24731
24988
  } | null;
24732
24989
  };
24990
+ export type GetGoalQueryVariables = Exact<{
24991
+ id: Scalars['ID'];
24992
+ }>;
24993
+ export type GetGoalQuery = {
24994
+ __typename?: 'Query';
24995
+ goal?: {
24996
+ __typename?: 'Goal';
24997
+ id: string;
24998
+ user_id?: string | null;
24999
+ } | null;
25000
+ };
25001
+ export type GetLabOrderQueryVariables = Exact<{
25002
+ id: Scalars['ID'];
25003
+ }>;
25004
+ export type GetLabOrderQuery = {
25005
+ __typename?: 'Query';
25006
+ labOrder?: {
25007
+ __typename?: 'LabOrder';
25008
+ id: string;
25009
+ created_at: string;
25010
+ patient?: {
25011
+ __typename?: 'User';
25012
+ id: string;
25013
+ } | null;
25014
+ } | null;
25015
+ };
25016
+ export type GetMessageQueryVariables = Exact<{
25017
+ id?: InputMaybe<Scalars['ID']>;
25018
+ }>;
25019
+ export type GetMessageQuery = {
25020
+ __typename?: 'Query';
25021
+ note?: {
25022
+ __typename?: 'Note';
25023
+ id: string;
25024
+ conversation_id?: string | null;
25025
+ } | null;
25026
+ };
25027
+ export type GetMetricEntryQueryVariables = Exact<{
25028
+ id: Scalars['ID'];
25029
+ }>;
25030
+ export type GetMetricEntryQuery = {
25031
+ __typename?: 'Query';
25032
+ entry?: {
25033
+ __typename?: 'Entry';
25034
+ id: string;
25035
+ category?: string | null;
25036
+ poster?: {
25037
+ __typename?: 'User';
25038
+ id: string;
25039
+ } | null;
25040
+ } | null;
25041
+ };
25042
+ export type GetRequestedFormCompletionQueryVariables = Exact<{
25043
+ id: Scalars['ID'];
25044
+ }>;
25045
+ export type GetRequestedFormCompletionQuery = {
25046
+ __typename?: 'Query';
25047
+ requestedFormCompletion?: {
25048
+ __typename?: 'RequestedFormCompletion';
25049
+ id: string;
25050
+ recipient_id?: string | null;
25051
+ } | null;
25052
+ };
24733
25053
  export type GetScheduledAppointmentsQueryVariables = Exact<{
24734
25054
  user_id?: InputMaybe<Scalars['ID']>;
24735
25055
  appointment_type_id?: InputMaybe<Scalars['ID']>;
@@ -24741,6 +25061,18 @@ export type GetScheduledAppointmentsQuery = {
24741
25061
  id: string;
24742
25062
  }> | null;
24743
25063
  };
25064
+ export type GetTaskQueryVariables = Exact<{
25065
+ id: Scalars['ID'];
25066
+ }>;
25067
+ export type GetTaskQuery = {
25068
+ __typename?: 'Query';
25069
+ task?: {
25070
+ __typename?: 'Task';
25071
+ id: string;
25072
+ created_at: string;
25073
+ client_id?: string | null;
25074
+ } | null;
25075
+ };
24744
25076
  export type GetUserQueryVariables = Exact<{
24745
25077
  id?: InputMaybe<Scalars['ID']>;
24746
25078
  }>;
@@ -24921,11 +25253,19 @@ export declare const CreatePatientDocument: import("graphql").DocumentNode;
24921
25253
  export declare const CreateTaskDocument: import("graphql").DocumentNode;
24922
25254
  export declare const DeleteAppointmentDocument: import("graphql").DocumentNode;
24923
25255
  export declare const DeleteTaskDocument: import("graphql").DocumentNode;
25256
+ export declare const GetAppliedTagDocument: import("graphql").DocumentNode;
24924
25257
  export declare const GetAppointmentDocument: import("graphql").DocumentNode;
25258
+ export declare const GetConversationDocument: import("graphql").DocumentNode;
24925
25259
  export declare const GetConversationListDocument: import("graphql").DocumentNode;
24926
25260
  export declare const GetFormAnswerGroupDocument: import("graphql").DocumentNode;
24927
25261
  export declare const GetFormTemplateDocument: import("graphql").DocumentNode;
25262
+ export declare const GetGoalDocument: import("graphql").DocumentNode;
25263
+ export declare const GetLabOrderDocument: import("graphql").DocumentNode;
25264
+ export declare const GetMessageDocument: import("graphql").DocumentNode;
25265
+ export declare const GetMetricEntryDocument: import("graphql").DocumentNode;
25266
+ export declare const GetRequestedFormCompletionDocument: import("graphql").DocumentNode;
24928
25267
  export declare const GetScheduledAppointmentsDocument: import("graphql").DocumentNode;
25268
+ export declare const GetTaskDocument: import("graphql").DocumentNode;
24929
25269
  export declare const GetUserDocument: import("graphql").DocumentNode;
24930
25270
  export declare const EntriesDocument: import("graphql").DocumentNode;
24931
25271
  export declare const RemoveTagFromUserDocument: import("graphql").DocumentNode;
@@ -25008,12 +25348,24 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
25008
25348
  headers: Dom.Headers;
25009
25349
  status: number;
25010
25350
  }>;
25351
+ getAppliedTag(variables: GetAppliedTagQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25352
+ data: GetAppliedTagQuery;
25353
+ extensions?: any;
25354
+ headers: Dom.Headers;
25355
+ status: number;
25356
+ }>;
25011
25357
  getAppointment(variables?: GetAppointmentQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25012
25358
  data: GetAppointmentQuery;
25013
25359
  extensions?: any;
25014
25360
  headers: Dom.Headers;
25015
25361
  status: number;
25016
25362
  }>;
25363
+ getConversation(variables?: GetConversationQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25364
+ data: GetConversationQuery;
25365
+ extensions?: any;
25366
+ headers: Dom.Headers;
25367
+ status: number;
25368
+ }>;
25017
25369
  getConversationList(variables?: GetConversationListQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25018
25370
  data: GetConversationListQuery;
25019
25371
  extensions?: any;
@@ -25032,12 +25384,48 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
25032
25384
  headers: Dom.Headers;
25033
25385
  status: number;
25034
25386
  }>;
25387
+ getGoal(variables: GetGoalQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25388
+ data: GetGoalQuery;
25389
+ extensions?: any;
25390
+ headers: Dom.Headers;
25391
+ status: number;
25392
+ }>;
25393
+ getLabOrder(variables: GetLabOrderQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25394
+ data: GetLabOrderQuery;
25395
+ extensions?: any;
25396
+ headers: Dom.Headers;
25397
+ status: number;
25398
+ }>;
25399
+ getMessage(variables?: GetMessageQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25400
+ data: GetMessageQuery;
25401
+ extensions?: any;
25402
+ headers: Dom.Headers;
25403
+ status: number;
25404
+ }>;
25405
+ getMetricEntry(variables: GetMetricEntryQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25406
+ data: GetMetricEntryQuery;
25407
+ extensions?: any;
25408
+ headers: Dom.Headers;
25409
+ status: number;
25410
+ }>;
25411
+ getRequestedFormCompletion(variables: GetRequestedFormCompletionQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25412
+ data: GetRequestedFormCompletionQuery;
25413
+ extensions?: any;
25414
+ headers: Dom.Headers;
25415
+ status: number;
25416
+ }>;
25035
25417
  getScheduledAppointments(variables?: GetScheduledAppointmentsQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25036
25418
  data: GetScheduledAppointmentsQuery;
25037
25419
  extensions?: any;
25038
25420
  headers: Dom.Headers;
25039
25421
  status: number;
25040
25422
  }>;
25423
+ getTask(variables: GetTaskQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25424
+ data: GetTaskQuery;
25425
+ extensions?: any;
25426
+ headers: Dom.Headers;
25427
+ status: number;
25428
+ }>;
25041
25429
  getUser(variables?: GetUserQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25042
25430
  data: GetUserQuery;
25043
25431
  extensions?: any;